From: Pierre Y. <pi...@us...> - 2006-01-19 22:18:16
|
Hi, Todays CVS of Firebird 2.0 Beta 2 build fails on my linux (GCC 3.4.5)= : zebulon src # g++ -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -I../extern/icu/source/common -I../extern/icu/source/i18n -DNAMESPACE=3DVulcan -ggdb -O3 -march= =3Di586 -mcpu=3Di686 -fno-omit-frame-pointer -fno-builtin -DNDEBUG -DLINUX -p= ipe -MMD -fPIC -fmessage-length=3D0 -DPROD_BUILD -c ../src/dsql/parse.cpp= -o =2E./temp/boot/dsql/parse.o `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. =2E./src/dsql/parse.cpp: In function `int dsql_yyparse(USHORT, USHORT= , USHORT, bool*)': =2E./src/dsql/parse.cpp:9881: error: expected primary-expression befo= re =AB __attribute__ =BB =2E./src/dsql/parse.cpp:9881: error: expected `;' before =AB __attrib= ute__ =BB I tried to "touch parse.cpp" before build, to rebuild parse.cpp using # bison -y -l -d parse.cpp I always get the same error :-( Regards, Pierre Y. |