OrangeShark / guile-commonmark

Implementation of CommonMark for Guile
GNU Lesser General Public License v3.0
38 stars 9 forks source link

configure: error: 'guild' binary not found; #13

Open charsi opened 5 years ago

charsi commented 5 years ago

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 commented 5 years ago

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

OrangeShark commented 5 years ago

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