Forums
Installation on SUSE 11.2 - g++ error - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5)
+--- Thread: Installation on SUSE 11.2 - g++ error (/showthread.php?tid=1223)



Installation on SUSE 11.2 - g++ error - dfste - 01-30-2010

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.


- NaN - 01-30-2010

Your shell can't find the GCC C++ compiler(g++) to compile vdrift.

YaST -> Software -> Software installieren oder löschen
Filter auf "Schemata" setzen, die Schema
Grundlegende Entwicklungsumgebung
C/C++ Entwicklung
anwählen und mit "Akzeptieren" die Pakete installieren.


- dfste - 02-09-2010

Thanks NaN,

that was the problem I had with compiling Vdrift.
Now, it had compiled without any problems.