Hi Robert, Could it be possible to change the line 736 of src/osg/BufferObject.cpp from
_target = GL_ARRAY_BUFFER to _target = GL_ARRAY_BUFFER_ARB as it is already written on line 297? OSG defines GL_ARRAY_BUFFER_ARB only and currently Cygwin doesn't have GL_ARRAY_BUFFER, so the build breaks: /.../trunk/src/osg/BufferObject.cpp: In constructor 'osg::PixelDataBufferObject::PixelDataBufferObject()': /.../trunk/src/osg/BufferObject.cpp:736: error: 'GL_ARRAY_BUFFER' was not declared in this scope Thank you, Alberto _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
