-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Does this code has a new version? The current version we have tried several times, however, not running successfully. Is there any specific settings of make install ? We have tried this code on Mac and Ubuntu,and we also use python3,boost_python3, gcc5. However,we have compilation failure. The following are errors from terminal. Could you help us figure out these problems?
First, on mac we input "make install", the terminal shows "ld: library not found for -libboost_python38, clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [install] Error 1". We have tried revise environment variables, the path of BOOST and libboost.
Second, on the other Mac, we input "make install", the terminal shows "ld: symbol(s) not found for architecture x86_64, clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [install] Error 1"
Third, on Ubuntu, we input " python3 train.py -split 0.9 -l 8 -file YOUR_TEXTFILE", the terminal shows "Failed initializing Mecab. Please see the Readme for possible solutions" and "/usr/bin/ld: cannot find -libboost_serialization cannot find -libboost_python35 collect2: error: ld returned 1 exit status makefile:10:recipe for target "install" failed"
We are looking forward to your early reply. Thank you very much.