2 Home
Martin Guy edited this page 2024-09-17 17:50:46 +02:00

cfarm wiki

Machine-specific problems

cfarm240

aarch64c-unknown-freebsd14.0

libmad

./configure --prefix=$HOME --enable-fpm=default
error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

pkg-config

./configure --prefix=$HOME --with-pc-path=/usr/lib/pkgconfig
configure: error: Either a previously installed pkg-config or "glib-2.0 >= 2.16" could not be found. Please set GLIB_CFLAGS and GLIB_LIBS to the correct values or pass --with-internal-glib to configure to use the bundled copy.

./configure --prefix=$HOME --with-pc-path=/usr/lib/pkgconfig --with-internal-glib
make
./glibconfig.h:84:2: error: SIZEOF_VOID_P unknown - This should never happen