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
When looking at the output, I see the following error:
/home/andreas/source_code/FreeLing/src/libtreeler/main/treeler.cc: In function ‘void usage(treeler::Options&, std::__cxx11::string, std::__cxx11::string)’:
<command-line>:0:13: error: ‘devel’ was not declared in this scope
When building Freeling from source following the instructions for Ubuntu 18.04, after running
make install
, compilation fails:When looking at the output, I see the following error:
The problem seems to be the following line:
FreeLing/CMakeLists.txt
Line 14 in 3324066
When removing
-devel
from the version, Freeling compiles fine.The text was updated successfully, but these errors were encountered: