Hi,
i am working on a project which needs the use if lex/yacc in windows.
i had tried using lex/yac ( along with libraries ) provided by cygwin and
project works fine.
but i want to use lex/Yacc in windows platform and dont want any dependency with
cygwin.
are there any tools ( i know one is bumble bee software ) which can bed used in
windows along with MSVC 2008 ?
i tried compiling the sourced got from port but seeing these error. any help
will be highly appreciated
scan.o : error LNK2001: unresolved external symbol ___security_cookie
tblcmp.o : error LNK2001: unresolved external symbol ___security_cookie
gen.o : error LNK2019: unresolved external symbol ___security_cookie referenced
in function _gen_next_state
misc.o : error LNK2001: unresolved external symbol ___security_cookie
nfa.o : error LNK2001: unresolved external symbol ___security_cookie
parse.o : error LNK2001: unresolved external symbol ___security_cookie
scan.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
tblcmp.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
gen.o : error LNK2019: unresolved external symbol @__security_check_cookie@4
referenced in function _gen_next_stat
misc.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
nfa.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
parse.o : error LNK2001: unresolved external symbol @__security_check_cookie@4
parse.o : error LNK2019: unresolved external symbol __alloca_probe_16 referenced
in function _yyparse
flex.exe : fatal error LNK1120: 3 unresolved externals
make: *** [flex] Error 2
Thanks