Forums

Full Version: Problems with Revision 2505
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

Did i still said that this is a very nice project ? :-)

I have a problem with the installation. I downloaded the developer
sources with,

svn co ...
then,
scons
scons install

the <scons> went right, but i got any errors with <scons install>.

First comes the message for <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
scons: done reading SConscript files.
scons: Building targets ...
scons: `vdrift' is up to date.
scons: done building targets.

Then comes <scons install>:
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
scons: done reading SConscript files.
scons: Building targets ...
scons: ***
scons: building terminated because of errors.


What should i do now ?

My system is debian lenny with kernel 2.6.29-2.
I have a nvidia 8600 gt. i still can play 3d games
like unreal, doom, savage ...

Any hints ?

regards Markus
After scon I'm running vdrift from the same folder with

Code:
./build/vdrift

This doesn't resolve your problem, but you can at least run vdrift ;-)

-Thomas
Did you do "sudo scons install" or just "scons install"?

Did the scons install give any error messages prior to the final one, or does it just list out a ton of files that it's installing? If it just lists out all of the files it may actually have succeeded and is incorrectly saying failed. Have you tried checking to see if the install worked?
Thanks you both,

i did <scons> and <scons install> as root:root. The message i posted was all i got from compilation and installation. But i am not 100% sure. I compiled and installed the game several times. so maybe this is an error because there is nothing to do?

I tried to start the game and get the following result,
http://pastebin.com/f4491fae3

so the game seems to work.

regards markus
I think I've seen this before on my system, too. It completes the install OK but says that it didn't. I'm nowhere near good enough with SCons to figure out the problem.