You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
-t
Any thoughts how to fix it?
The text was updated successfully, but these errors were encountered: