-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
When building Freeling from source following the instructions for Ubuntu 18.04, after running make install, compilation fails:
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
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
The problem seems to be the following line:
Line 14 in 3324066
| set(VERSION "4.3-devel") |
When removing -devel from the version, Freeling compiles fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels