The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Problems with Revision 2505 - 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: Problems with Revision 2505 (/showthread.php?tid=1138) |
Problems with Revision 2505 - feldmaus - 06-24-2009 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 - Tom - 06-25-2009 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 - joevenzon - 06-26-2009 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? - feldmaus - 06-26-2009 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 - joevenzon - 06-26-2009 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. |