guile-commonmark icon indicating copy to clipboard operation
guile-commonmark copied to clipboard

configure: error: 'guild' binary not found;

Open charsi opened this issue 5 years ago • 2 comments

Hi I am getting the dependency errors when trying to install guile-commonmark:

configure: found guile 2.0
checking for guile-2.0... /usr/bin/guile-2.0
checking for Guile version >= 2.0... 2.0.11
checking for guild-2.0... no
checking for guile-config-2.0... no
checking for guile-tools-2.0... no
configure: error: 'guild' binary not found; please check your guile-2.x installation.

I have guile-2.0, guile-2.0-dev installed

charsi avatar Apr 21 '19 04:04 charsi

Found a solution in https://github.com/OrangeShark/guile-commonmark/issues/9

./configure GUILE=$(which guile) worked perfectly

But for some reason haunt still doesn't find guile-commonmark

I am running Linux Mint 18.3

charsi avatar Apr 21 '19 04:04 charsi

This is probably a common enough issue that I think I should mention it in the installation instructions.

OrangeShark avatar Apr 23 '19 01:04 OrangeShark