thx for answer,
I had install scons and some python-scons rpm
Code:
[maciej@linux vdrift-2010-06-30]$ scons
scons: Reading SConscript files ...
Checking for C++ header file asio.hpp... (cached) yes
Checking for C++ header file boost/bind.hpp... (cached) yes
Checking for C++ header file GL/gl.h... (cached) yes
Checking for C++ header file GL/glu.h... (cached) yes
Checking for C++ header file SDL/SDL.h... (cached) yes
Checking for C++ header file SDL/SDL_image.h... (cached) yes
Checking for C++ header file SDL/SDL_rotozoom.h... (cached) yes
Checking for C++ header file vorbis/vorbisfile.h... (cached) yes
Checking for C++ header file GL/glew.h... (cached) yes
sh: svnversion: nie znaleziono polecenia
/bin/sh: sdl-config: nie znaleziono polecenia
OSError: 'sdl-config --cflags --libs' exited 127:
File "/home/maciej/Documents/vdrift-2010-06-30/SConstruct", line 570:
SConscript('src/SConscript', build_dir='build', duplicate = 0)
File "/usr/lib/python2.6/site-packages/SCons/Script/SConscript.py", line 612:
return apply(method, args, kw)
File "/usr/lib/python2.6/site-packages/SCons/Script/SConscript.py", line 549:
return apply(_SConscript, [self.fs,] + files, subst_kw)
File "/usr/lib/python2.6/site-packages/SCons/Script/SConscript.py", line 259:
exec _file_ in call_stack[-1].globals
File "/home/maciej/Documents/vdrift-2010-06-30/src/SConscript", line 287:
local_env.ParseConfig('sdl-config --cflags --libs')
File "/usr/lib/python2.6/site-packages/SCons/Environment.py", line 1447:
return function(self, self.backtick(command))
File "/usr/lib/python2.6/site-packages/SCons/Environment.py", line 585:
raise OSError("'%s' exited %d" % (command, status))