![]() |
<Solved> Compile Help PCLOS 2010 - 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: <Solved> Compile Help PCLOS 2010 (/showthread.php?tid=1321) |
<Solved> Compile Help PCLOS 2010 - Chomp - 07-21-2010 I'm trying to compile 2010-06-30 on PCLinuxOS 2010 and am getting the following build error: Code: scons: Reading SConscript files ... Pretty sure I have all the required dependancies :? - Dandel - 07-21-2010 Actually, there's a bug with scons where it will not find all of the dependencies properly... try this command in the directory for the source code for vdrift, and build again with scons. Code: rm -r .sconf_temp .sconsign.dblite rm -r .sconf_temp .sconsign.dblite - Chomp - 07-21-2010 Didn't work, still get the same error, but thank you. Edit: Just realized I'm using scons 1.2 :oops: Guess I'll have to update to latest stable build then see what happens. - NaN - 07-21-2010 GL_TEXTURE_RECTANGLE is defined in glew.h line 2220. Update your glew lib/header. - Chomp - 07-21-2010 Updating scons didn't help. Thanks NaN I will try updating to latest version for glew. Resolved - Chomp - 07-22-2010 Thanks again NaN, updating to latest glew worked. - joetraff - 08-17-2010 Updating glew works !!! Your help is much appreciated ![]() |