On Mon, Jun 8, 2009 at 8:54 PM, Christopher Wang <[email protected]>wrote:
> Hi, > I did, I installed free glut. I got a small opengl program compiling. > Perhaps something is missing from the configure script? > ... > I don't really use Cygwin much but I do have it installed here. Could you try the following... Instead of configure type $ ccmake --version (and tell us the version... then run) $ ccmake . Hit "c" to configure Hit "t" to toggle advanced mode Search down until you find OPENGL_INCLUDE_DIR, OPENGL_gl_LIBRARY, and OPENGL_glu_LIBRARY. What are their values? Mine are (respectively): /usr/include/w32api /usr/lib/w32api/libopengl32.a /usr/lib/w32api/libglu32.a -- Philip Lowman
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

