The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
scons install fails - the 2nd - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: scons install fails - the 2nd (/showthread.php?tid=262) |
scons install fails - the 2nd - dev_nul - 07-11-2006 Hi, I have exactly the same problem like here. The difference: I don´t use a 64 bit system but an x86 32 bit on Ubuntu Dapper. vdrift: 2006-07-08 vdrift-data: 2006-07-08 I tried scons install with both data-full and data-minimum packages - whatever I use, it produces the same errors, despite that the minimum data displays more errors like these: Quote:scons: warning: Ignoring missing SConscript 'data/cars/3S/SConscript' at the beginning like with the full package. In full data-package, this error is shown only one time (and only with 3S). Followed by: Code: File "data/cars/SConscript", line 43, in ? scons: Code: SCons by Steven Knight et al.: openal: Code: ls /usr/lib |grep openal and: Code: libopenal0a 0.0.8-1ubuntu1 scons without invoking install works - but scons install fails. :S Any clue what to do ? thx - saladasalad - 07-11-2006 I have the same problem here: Kubuntu Dapper, x86_64, SVN. EDIT: I was able to build it by commenting line 10 in "data/tracks/SConscript" and then using: Code: scons use_apbuild=0 use_binreloc=1 |