Skip to content

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

@andreaslillebo

Description

@andreaslillebo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions