WladimirSidorenko / CRFSuite

Tree-Structured, First- and Higher-Order Linear Chain, and Semi-Markov CRFs
Other
44 stars 11 forks source link

src/train_lbfgs.c:51:10: fatal error: lbfgs.h: No such file or directory #9

Closed ZHAN-MQ closed 5 years ago

ZHAN-MQ commented 5 years ago

When I run 'make all check', error appears:

src/train_lbfgs.c:51:10: fatal error: lbfgs.h: No such file or directory

include

      ^~~~~~~~~

compilation terminated. Makefile:653: recipe for target 'src/libcrfsuite_la-train_lbfgs.lo' failed make[2]: [src/libcrfsuite_la-train_lbfgs.lo] Error 1 make[2]: Leaving directory '/home/xxx/document/CRFSuite-master/lib/crf' Makefile:474: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/xxx/document/CRFSuite-master' Makefile:381: recipe for target 'all' failed make: *** [all] Error 2