Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash build_cpp.sh ERROR #13

Open
Micy1919 opened this issue Aug 7, 2017 · 2 comments
Open

bash build_cpp.sh ERROR #13

Micy1919 opened this issue Aug 7, 2017 · 2 comments

Comments

@Micy1919
Copy link

Micy1919 commented Aug 7, 2017

when bash build_cpp.sh I get a error:
[ 69%] Built target dictionary-app
[ 69%] Built target tokenizer
Linking CXX shared library /opt/coda/debug/lib/libcrf.so
[ 69%] Built target crf
make: *** [all] Error 2

@zy4kamu
Copy link
Owner

zy4kamu commented Aug 7, 2017

It's difficult to say what exactly is wrong with only this information. Are you sure you use sudo prefix and chose the correct compiler?

@QDxiaoye
Copy link

I found an error before "make: *** [all] " is [ 22%] Built target porterstemmer-app
In file included from /data01/Coda/src/c_api/all.h:4:0,
from /data01/Coda/src/c_api/all.cpp:1:
/data01/Coda/src/nlp-stack/SentenceSplitter/Core/SentenceSplitter/sentence-splitter.h:43:27: fatal error: boost/regex.hpp: No such file or directory
#include <boost/regex.hpp>
^
compilation terminated.

and then I do "apt-get install libboost-all-dev" and then It's Ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants