Hi! I'm trying to compile the project from sources (release 4.1) in Macos (10.15.3) and I'm getting a link error in the analyzer and the threaded_analyzer (same linking error) when using static linking:
[ 93%] Linking CXX executable ../../../bin/threaded_analyzer
Undefined symbols for architecture x86_64:
"_g_defines", referenced from:
_fsm_parse_regex_string in libfoma.a(lex.yy.c.o)
_yylex in libfoma.a(lex.yy.c.o)
"_g_defines_f", referenced from:
_fsm_parse_regex_string in libfoma.a(lex.yy.c.o)
_yylex in libfoma.a(lex.yy.c.o)
ld: symbol(s) not found for architecture x86_64
Is it intended? Can I compile Freeling statically?
Thanks!