![]() |
Trouble building - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: Trouble building (/showthread.php?tid=890) |
Trouble building - TF - 02-03-2008 Tried to build the latest SVN: Code: g++ -o build/vamos/body/Aerodynamic_Device.o -c -Wall -g3 -Iinclude -Ibullet-2.64/src src/vamos/body/Aerodynamic_Device.cc It looks like glew was added as a prerequisite for building but the documentation was not updated. I am adding it to the wiki. - thelusiv - 02-03-2008 SCons should now check for glew.h in r1934. Sorry, I forgot about that one... |