Installation on SUSE 11.2 - g++ error
Hi,
hopefully someone could give me a tip, what's the problem with the following error message:
Bash-Output from command "sudo scons install":
---------------
scons: Reading SConscript files ...
scons: warning: The Options class is deprecated; use the Variables class instead.
File "/home/linux/vdrift-2009-06-15/SConstruct", line 9, in <module>
scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead.
File "/home/linux/vdrift-2009-06-15/SConstruct", line 13, in <module>
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/aabb.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/aabb.cpp
sh: g++: Kommando nicht gefunden.
scons: *** [build/aabb.o] Error 127
scons: building terminated because of errors.
---------------
I checked if all prerequisites are ok and I couldn't find the problem.
It installed most of the files, but than stops with the above message.
My System:
OpenSuse 11.2, ATI Radeon Xpress 1250 with radeon driver.
The installation should work, as I had previously installed vdrift from an rpm (from packman without track-data), but needed to copy the tracks and so on. But this is anoying to play, as the FPS suddenly goes down to only 3 FPS. So I like to install it from Tar-File.
Any Ideas? Thanks a lot in advance.
|