Hi Robert and Wang Rui --

ObjectWrapper.cpp fails to compile when GL3 is selected due to use of several deprecated GLenums. They probably just need to be #defined somewhere, but I'll leave it to you to decide how to resolve.

GL1/2 build is cooking now, and I'll post if I encounter issues.
   -Paul

3>..\..\..\src\osgDB\ObjectWrapper.cpp(154) : error C2065: 'GL_ALPHA_TEST' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(157) : error C2065: 'GL_COLOR_MATERIAL' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(162) : error C2065: 'GL_LINE_STIPPLE' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(163) : error C2065: 'GL_POINT_SMOOTH' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(168) : error C2065: 'GL_POLYGON_STIPPLE' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(184) : error C2065: 'GL_TEXTURE_GEN_Q' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(185) : error C2065: 'GL_TEXTURE_GEN_R' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(186) : error C2065: 'GL_TEXTURE_GEN_S' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(187) : error C2065: 'GL_TEXTURE_GEN_T' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(189) : error C2065: 'GL_CLIP_PLANE0' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(190) : error C2065: 'GL_CLIP_PLANE1' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(191) : error C2065: 'GL_CLIP_PLANE2' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(192) : error C2065: 'GL_CLIP_PLANE3' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(193) : error C2065: 'GL_CLIP_PLANE4' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(194) : error C2065: 'GL_CLIP_PLANE5' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(303) : error C2065: 'GL_FOG_HINT' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(306) : error C2065: 'GL_PERSPECTIVE_CORRECTION_HINT' : undeclared identifier 3>..\..\..\src\osgDB\ObjectWrapper.cpp(307) : error C2065: 'GL_POINT_SMOOTH_HINT' : undeclared identifier


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to