1
Technical Help: Problems BEFORE entering the game /
« on: January 02, 2004, 10:18:00 pm »
I don\'t know that much C++. But I\'m pretty good at debugging things.
I did pull the latest CVS code, following the instruction on the web page you gave. But I could not compile the src. I ran jam and got the following error message:
...found 59 target(s)...
...updating 17 target(s)...
LinkApplication psserver
g++: ./out/linuxx86/debug/src/common/net/libpsnet.a: No such file or directory
g++: ./out/linuxx86/debug/src/common/engine/libpsengine.a: No such file or directory
( more files not found errors )
Funny thing is, I didn\'t see jam trying to compile libpsnet.a, so of course it wouldn\'t be able to link them...
Has anyone been able to do this? I pull the cvs source, set env variables,
./configure --disable-jamtest --enable-debug
jam
got error messages, no luck so far.
I have been able to compile to molecular blue release though...
I did pull the latest CVS code, following the instruction on the web page you gave. But I could not compile the src. I ran jam and got the following error message:
...found 59 target(s)...
...updating 17 target(s)...
LinkApplication psserver
g++: ./out/linuxx86/debug/src/common/net/libpsnet.a: No such file or directory
g++: ./out/linuxx86/debug/src/common/engine/libpsengine.a: No such file or directory
( more files not found errors )
Funny thing is, I didn\'t see jam trying to compile libpsnet.a, so of course it wouldn\'t be able to link them...
Has anyone been able to do this? I pull the cvs source, set env variables,
./configure --disable-jamtest --enable-debug
jam
got error messages, no luck so far.
I have been able to compile to molecular blue release though...