andre
08-04-2003, 09:03 PM
........
c++ -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32 -O2 complex.cpp -c -o obj/GCC/Release/complex.o
In file included from ../stlport/complex:40,
from complex.cpp:21:
../stlport/wrap_std/complex:16:39: ../g++-include/complex: No such file or directory
......
then follows hundreds of complex.cpp:36: parse error before...... and complex.cpp:95: `__z1_r' was not declared in this scope, for example
I'm trying to install tripwire and I have all the asked for tools
"gcc version 2.95.2 or better"
so I'm trying to track down the error above "no such file or directory. Can anyone break down that line for me? is it not finding the complex:16:39 ? (what is that :16:39 part anywhay?) or is it missing "g++-include/complex" ???
tips anyone?
c++ -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32 -O2 complex.cpp -c -o obj/GCC/Release/complex.o
In file included from ../stlport/complex:40,
from complex.cpp:21:
../stlport/wrap_std/complex:16:39: ../g++-include/complex: No such file or directory
......
then follows hundreds of complex.cpp:36: parse error before...... and complex.cpp:95: `__z1_r' was not declared in this scope, for example
I'm trying to install tripwire and I have all the asked for tools
"gcc version 2.95.2 or better"
so I'm trying to track down the error above "no such file or directory. Can anyone break down that line for me? is it not finding the complex:16:39 ? (what is that :16:39 part anywhay?) or is it missing "g++-include/complex" ???
tips anyone?