ubuntu build problems

15 views
Skip to first unread message

darrell

unread,
Jul 9, 2009, 7:53:13 PM7/9/09
to summon-python
Can you give me versions of the required libs ?


cc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -
Wstrict-prototypes -fPIC -UNDEBUG -Isrc/MVC -Isrc/GlutMVC -Isrc/Common
-Isrc/Summon -Isrc/SummonSceneGraph -I/usr/include/python2.6 -c src/
GlutMVC/Glut2DController.cpp -o build/temp.linux-x86_64-2.6/src/
GlutMVC/Glut2DController.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for Ada/C/ObjC but not for C++
In file included from src/GlutMVC/Glut2DView.h:27,
from src/GlutMVC/Glut2DController.h:27,
from src/GlutMVC/Glut2DController.cpp:25:
src/GlutMVC/GlutView.h:30:21: error: GL/glut.h: No such file or
directory
src/GlutMVC/GlutView.h:38:31: error: GL/freeglut_ext.h: No such file
or directory
In file included from src/GlutMVC/Glut2DView.h:27,

Thanks
-= Darrell

Matt Rasmussen

unread,
Jul 11, 2009, 11:24:34 PM7/11/09
to summon...@googlegroups.com
Looks like you need freeglut installed.

sudo apt-get install freeglut3-dev

This will give you the missing glut.h header files. Also make sure
you have SDL installed:

sudo apt-get install libsdl1.2-dev

Let me know if this works.

Matt
Reply all
Reply to author
Forward
0 new messages