Results 1 to 1 of 1
Hello guys.
I have a problem installing Firebird (InterBase) 2.0.3.12981-1
./autogen.sh runs just fine
while make'ing I get following error:
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
g++ -DBOOT_BUILD ...
- 10-28-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 5
can't install Firebird
Hello guys.
I have a problem installing Firebird (InterBase) 2.0.3.12981-1
./autogen.sh runs just fine
while make'ing I get following error:
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
g++ -DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan -I../extern/icu/source/common -I../extern/icu/source/i18n -DNAMESPACE=Vulcan -ggdb -O3 -march=i586 -mcpu=i686 -fno-omit-frame-pointer -fno-builtin -DNDEBUG -DLINUX -pipe -MMD -fPIC -fmessage-length=0 -DPROD_BUILD -c ../src/dsql/parse.cpp -o ../temp/boot/dsql/parse.o
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
../src/dsql/parse.cpp:17: warning: âdsql_yyparseâ initialized and declared âexternâ
../src/dsql/parse.cpp:17: error: âUSHORTâ was not declared in this scope
../src/dsql/parse.cpp:17: error: âUSHORTâ was not declared in this scope
../src/dsql/parse.cpp:17: error: âUSHORTâ was not declared in this scope
../src/dsql/parse.cpp:17: error: expected primary-expression before âboolâ
../src/dsql/parse.cpp:17: error: initializer expression list treated as compound expression
../src/dsql/parse.cpp:6361: error: expected initializer before â.â token
../src/dsql/parse.cpp: In function âint dsql_yyparse(USHORT, USHORT, USHORT, bool*)â:
../src/dsql/parse.cpp:7523: error: âint dsql_yyparse(USHORT, USHORT, USHORT, bool*)â redeclared as different kind of symbol
../src/dsql/parse.cpp:17: error: previous declaration of âint dsql_yyparseâ
make[3]: *** [../temp/boot/dsql/parse.o] Error 1
make[3]: Leaving directory `/home/firebird/gen'
make[2]: *** [libfbstatic] Error 2
make[2]: Leaving directory `/home/firebird/gen'
make[1]: *** [../gen/firebird/bin/gpre_static] Error 2
make[1]: Leaving directory `/home/firebird/gen'
make: *** [firebird] Error 2
What I am missing guys ?
Thanks!


Reply With Quote
