Open garfieldnate opened 8 years ago
This was a problem with Swig. I was using an outdated version, and using the latest solved the problem.
I'm reopening this because the problem persists on Linux with the latest version of Swig (3.0.8). The problem did not occur on Windows with the same version.
I realized the (very silly) problem, which was that I had not installed the library, and the makefile requires it. I don't think installation should be required, since the result of this compilation is also a portable library, and the user may just want the library without installing anything.
The Swig wrappers can't be compiled right now because the link to
CRFPP::Model::get_template
is missing. Here's what happens when you runmake
in the java directory: