Closed GoogleCodeExporter closed 9 years ago
Thanks for the feedback.
Strange CMake / MSYS doesn't detect OpenGL properly.
This impacts only the demos, you should still be able to use Bullet library
itself
(math, collision, dynamics).
Please use the Bullet Physics forum for reporting bugs/issues:
http://bulletphysics.com
Original comment by erwin.coumans
on 5 Jan 2007 at 12:39
Thank you.
Will do.
Original comment by brad.pon...@gmail.com
on 6 Jan 2007 at 4:55
Found the MSYS linking problem:
For each demo, check the CMakeList.txt at the end, and change:
${OPENGL_glU_LIBRARY} into ${OPENGL_glu_LIBRARY}
This should fix the issue.
Thanks,
Erwin
Original comment by erwin.coumans
on 29 Apr 2007 at 6:30
Original issue reported on code.google.com by
brad.pon...@gmail.com
on 3 Jan 2007 at 12:54