valeriobasile / learningbyreading

Learning by Reading pipeline of NLP and Entity Linking tools
GNU General Public License v2.0
82 stars 24 forks source link

Error installing candc #26

Open BrazilForever11 opened 5 years ago

BrazilForever11 commented 5 years ago

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?

valeriobasile commented 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.

chinajb2000731 commented 1 year ago

Friend, have you solved your problem? I have the same problem as you