Redhat V8.0 compiler erroe in starbrowser
Posted: 16.12.2002, 04:37
I am trying to compile celestia-1.2.4 under Redhat V8.0. the configure script runs without erroes, but the make stops with the error that follows. Any ideas? Is my system missing something or is this a code bug? My system is a Dual P3-866 with an Nvidia Quadro2 Pro.
Thanks for the help
Compiler output listing:
In file included from starbrowser.cpp:15:
starbrowser.h: At global scope:
starbrowser.h:32: syntax error before `*' token
starbrowser.cpp:93: syntax error before `*' token
starbrowser.cpp:94: type specifier omitted for parameter `Pred'
starbrowser.cpp:94: parse error before `,' token
starbrowser.cpp:95: ISO C++ forbids declaration of `findStars' with no type
starbrowser.cpp: In function `int* findStars(...)':
starbrowser.cpp:96: `vector' undeclared (first use this function)
starbrowser.cpp:96: (Each undeclared identifier is reported only once for each
function it appears in.)
.. there are more errors, but I think the first one is causing the rest.
Thanks for the help
Compiler output listing:
In file included from starbrowser.cpp:15:
starbrowser.h: At global scope:
starbrowser.h:32: syntax error before `*' token
starbrowser.cpp:93: syntax error before `*' token
starbrowser.cpp:94: type specifier omitted for parameter `Pred'
starbrowser.cpp:94: parse error before `,' token
starbrowser.cpp:95: ISO C++ forbids declaration of `findStars' with no type
starbrowser.cpp: In function `int* findStars(...)':
starbrowser.cpp:96: `vector' undeclared (first use this function)
starbrowser.cpp:96: (Each undeclared identifier is reported only once for each
function it appears in.)
.. there are more errors, but I think the first one is causing the rest.