Pjotr Prins <pjotr.publi...@thebird.nl> skribis: > checking for the Guix system type... x86_64-linux > checking for the store directory... /gnu/store > ./configure: line 6775: syntax error near unexpected token `GUILE,' > ./configure: line 6775: `PKG_CHECK_MODULES(GUILE, guile-2.0 >= 2.0.5)'
As Cyril noted, pkg.m4, which is part of pkg-config, was not picked up (I’m not sure what’s wrong with Autoconf here; it should have raised an error.) Make sure pkg-config is installed. With Nixpkgs, you may need to set $ACLOCAL_PATH to point to the right place. HTH! Ludo’.