[Quickfix-developers] Build error
Brought to you by:
orenmnero
|
From: Howard E. <how...@pi...> - 2006-11-29 21:25:21
|
When building quickfix-1.11.0 on RH Linux 4.0, gcc 3.4.3, STLPort 5.0.2 I get the build error below. Removing the with_stlport config directive allows me to build quickfix successfully. =20 Two questions: 1. Has anyone successfully built qf 1.11.x with stlport 5.0.x + gcc 3.4.3 on linux? If so, how? 2. If I do not use stlport what type of hit am I taking? =20 Thanks, =20 -Howard =20 depmode=3Dgcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. = -I../.. -I. -I.. -I../.. -g -O2 -I/usr/local/include/stlport -I/usr/local/pgsql/include -I/usr/include/libxml2 -c -o ConfigLexer.lo `test -f 'ConfigLexer.cpp' || echo './'`ConfigLexer.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I.. -I../.. -g -O2 -I/usr/local/include/stlport -I/usr/local/pgsql/include -I/usr/include/libxml2 -c ConfigLexer.cpp -MT ConfigLexer.lo -MD -MP -MF deps/ConfigLexer.TPlo -fPIC -DPIC -o ConfigLexer.lo ConfigLexer.cpp: In member function `int yyFlexLexer::yyinput()': ConfigLexer.cpp:1133: error: `EOF' undeclared (first use this function) ConfigLexer.cpp:1133: error: (Each undeclared identifier is reported only once for each function it appears in.) make[4]: *** [ConfigLexer.lo] Error 1 make[4]: Leaving directory `/usr/local/src/quickfix-1.11.0-socktimeout/src/C++' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/quickfix-1.11.0-socktimeout/src/C++' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/quickfix-1.11.0-socktimeout/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/quickfix-1.11.0-socktimeout' make: *** [all] Error 2 Disclaimer: Any references to Pipeline performance contained herein are = based on historic performance levels which Pipeline expects to maintain = or exceed but nevertheless does not guarantee. Congested networks, price = volatility, or other extraordinary events may impede future trading = activities and degrade performance statistics. |