Jiaoma / chipmunk-physics

Automatically exported from code.google.com/p/chipmunk-physics
MIT License
0 stars 0 forks source link

Error building demos #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Yes, still there are problems trying build the demos. I have opengl and glut 
(freeglut) installed. The OS is GNU/Linux Mint 10.

Error:

 CMake Error: The following variables are used in this project, but they are
 set to NOTFOUND.
 Please set them or make sure they are set and tested correctly in the CMake
 files:
 GLUT_Xi_LIBRARY (ADVANCED)
     linked by target "chipmunk_demos" in directory
 /home/teri/Descargas/Chipmunk-5.3.4/Demo
 GLUT_Xmu_LIBRARY (ADVANCED)
     linked by target "chipmunk_demos" in directory
 /home/teri/Descargas/Chipmunk-5.3.4/Demo

Original issue reported on code.google.com by teritri...@gmail.com on 18 Dec 2010 at 4:10

GoogleCodeExporter commented 8 years ago
Did you try installing libxi and libxmu? Google says that they contain input 
handling and utility functions for X. I'm not sure why CMake thinks you need 
them, but that's probably easier than editing the CMake module for GLUT.

Original comment by slemb...@gmail.com on 18 Dec 2010 at 4:43

GoogleCodeExporter commented 8 years ago
Ok... i didn't know that are two libraries and aren't components of GLUT. I've 
installed libxi and libxmu and finally the demos works.

Original comment by teritri...@gmail.com on 18 Dec 2010 at 5:17

GoogleCodeExporter commented 8 years ago
Apparently I forgot to close this issue before.

Original comment by slemb...@gmail.com on 18 Mar 2011 at 2:00