Open BrazilForever11 opened 5 years ago
The command that compiles candc is the 'make' on line 26 of the install_candc.sh script. Have you tried running the commands in the script one by one? This could give you more information on what step is failing. If you do, please post the output here.
Friend, have you solved your problem? I have the same problem as you
Here is my system Ubuntu 14.04 on Virtual box.
My goal is to install candc and Boxer. I installed SWI-Prolog. I cloned whole learningbyreading repo and executed:
$ cd ext/ $ ./install_candc.sh
running from candc folder to confirm installation
$ bin/candc --version
returns
bin/candc no such file or directory
.I followed
learningbyreading/ext/candc/doc/tutorial/tutorial.tex
tutorial and tokenizer works fine.In
bin
folder there are only the following files: -boxer -swipl -swipl-Id -swipl-rc -tAny thoughts how to fix it?