I want to use Bullet on Mac OS 10.6 (Intel). I want to use traditional make files, because the application should be cross-plattform compatible to Linux. However, OpenGL-Support is not recognized during Installation, but is available because the simple, OpenGL-Application i am working on compile under OS X with OpenGL. What is most likely to cause the problem ? Makefile Output following:
Code:
ChrissieBrown:bullet chrissie$ cmake CMakeLists.txt
OPENGL FOUND
/System/Library/Frameworks/AGL.framework/System/Library/Frameworks/OpenGL.framework
-- WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
GLUT FOUND
-framework GLUT
-- WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/chrissie/my_src/bullet