Hello,
I've just cloned
https://github.com/vangelisv/thea.git, but could not
build the way it is described in INSTALL.txt.
(I am running Ubuntu 11.04)
$ sudo ./configure
[sudo] password for immanuel:
checking for swi-prolog... no
checking for swipl... swipl
configure: checking "Running swipl -dump-runtime-variables"...
" PLBASE=/usr/lib/swi-prolog"
" PLARCH=i386"
checking for gmake... no
checking for make... make
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
Here I already wonder about the line "checking for swi-prolog... no",
because I have swi-prolog installed
$ ls /usr/lib/swi-prolog/
bin boot32.prc doc include library swipl.home xpce
boot demo dotfiles lib Makefile swipl.rc xpce-6.6.66
finally running make fails:
$ sudo make
[sudo] password for immanuel:
Nothing to do for this package
What's going wrong?
Immanuel