Forums
the comple erro when I comple the source code with scons - 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: the comple erro when I comple the source code with scons (/showthread.php?tid=1209)



the comple erro when I comple the source code with scons - tyronewj - 01-16-2010

g++ -o build/ai.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/ai.cpp
In file included from include/model_joe03.h:7,
from include/car.h:11,
from src/ai.cpp:2:
include/model.h:13:21: error: GL/glew.h: No such file or directory
scons: *** [build/ai.o] Error 1
scons: building terminated because of errors.

how could I do to solve the problem?
thanks!


- NaN - 01-16-2010

Hi tyronewj,
you are maybe missing: libglew - OpenGL extension utilities library
Have a look at the prerequisites list here: http://wiki.vdrift.net/Compiling