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

Compilation error: ‘devel’ was not declared in this scope #106

Open
andreaslillebo opened this issue Sep 2, 2020 · 1 comment
Open

Comments

@andreaslillebo
Copy link
Contributor

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:

set(VERSION "4.3-devel")

When removing -devel from the version, Freeling compiles fine.

@lluisp
Copy link
Contributor

lluisp commented Sep 2, 2020

fixed, thanks!

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

2 participants