Hi Guilers !

I am trying to install Haunt (https://dthompson.us/projects/haunt.html)
to try some static site generator in Guile.

I have the current problem during the make step :

   $ make
   Making all in example
   make[1] : on entre dans le répertoire
   « /home/jeko/Workspace/haunt/example »
   make[1]: rien à faire pour « all ».
   make[1] : on quitte le répertoire
   « /home/jeko/Workspace/haunt/example »
   Making all in website
   make[1] : on entre dans le répertoire
   « /home/jeko/Workspace/haunt/website »
   make[1]: rien à faire pour « all ».
   make[1] : on quitte le répertoire
   « /home/jeko/Workspace/haunt/website »
   make[1] : on entre dans le répertoire « /home/jeko/Workspace/haunt »
     GEN      haunt/config.go
   ./pre-inst-env: 31: exec: compile: not found
   Makefile:1560: recipe for target 'haunt/config.go' failed
   make[1]: *** [haunt/config.go] Error 127
   make[1] : on quitte le répertoire « /home/jeko/Workspace/haunt »
   Makefile:887: recipe for target 'all-recursive' failed
   make: *** [all-recursive] Error 1

On my system I have installed the following package using apt-get :
guile-2.2, guile-2.2-dev, guile-2.2-doc, guile-2.2-libs

I don't see what else I should install to build the module.

Dave (Haunt's author) told me it happens because GUILE_TOOLS is not
set... If it can help for the reflexion here.

Thank in advance to ones who would take time to help my in my case.

Jeko


Reply via email to