Re: [osg-users] svn head GL3 build failure

2010-02-03 Thread Robert Osfield
Hi Paul,

I've just checked in some more fixes, could you try them out, and if
any are remaining have a bash at fixing them as I don't have GL3 to
test against.

Cheers,
Robert.

On Tue, Feb 2, 2010 at 10:09 PM, Paul Martz pma...@skew-matrix.com wrote:
 Doug McCorkle wrote:

 I wanted to check and see what the status was on this problem? I wanted to
 test some of the OGL3 tools and wanted to see if this problem has been
 addressed. Thanks.

 I see the following compile errors for GL3 builds of trunk head revision:

 src\osgDB\ObjectWrapper.cpp(338) : error C2065: 'GL_FOG_HINT' : undeclared
 identifier
 src\osgDB\ObjectWrapper.cpp(341) : error C2065:
 'GL_PERSPECTIVE_CORRECTION_HINT' : undeclared identifier
 src\osgDB\ObjectWrapper.cpp(342) : error C2065: 'GL_POINT_SMOOTH_HINT' :
 undeclared identifier

 src\osgWrappers\serializers\osg\ClearNode.cpp(29) : error C2065:
 'GL_ACCUM_BUFFER_BIT' : undeclared identifier
 src\osgWrappers\serializers\osg\ClearNode.cpp(47) : error C2065:
 'GL_ACCUM_BUFFER_BIT' : undeclared identifier

 src\osgWrappers\serializers\osg\Camera.cpp(126) : error C2065:
 'GL_ACCUM_BUFFER_BIT' : undeclared identifier
 src\osgWrappers\serializers\osg\Camera.cpp(144) : error C2065:
 'GL_ACCUM_BUFFER_BIT' : undeclared identifier

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] svn head GL3 build failure

2010-02-03 Thread Paul Martz

Thanks, Robert -- Your fixes have resolved the issues.

I've set up a CDash nightly build for the GL3 configuration, so 
hopefully can catch these issues soon after the commit.


FYI: You can download gl3.h from opengl.org and that should allow you to 
do GL3 builds. GL3 runtime hardware support isn't required for that.

   -Paul


Robert Osfield wrote:

Hi Paul,

I've just checked in some more fixes, could you try them out, and if
any are remaining have a bash at fixing them as I don't have GL3 to
test against.


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] svn head GL3 build failure

2010-02-02 Thread Doug McCorkle
I wanted to check and see what the status was on this problem? I  
wanted to test some of the OGL3 tools and wanted to see if this  
problem has been addressed. Thanks.


Doug

On Jan 21, 2010, at 9:26 AM, Paul Martz wrote:


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
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] svn head GL3 build failure

2010-02-02 Thread Paul Martz

Doug McCorkle wrote:
I wanted to check and see what the status was on this problem? I wanted 
to test some of the OGL3 tools and wanted to see if this problem has 
been addressed. Thanks.


I see the following compile errors for GL3 builds of trunk head revision:

src\osgDB\ObjectWrapper.cpp(338) : error C2065: 'GL_FOG_HINT' : 
undeclared identifier
src\osgDB\ObjectWrapper.cpp(341) : error C2065: 
'GL_PERSPECTIVE_CORRECTION_HINT' : undeclared identifier
src\osgDB\ObjectWrapper.cpp(342) : error C2065: 'GL_POINT_SMOOTH_HINT' : 
undeclared identifier


src\osgWrappers\serializers\osg\ClearNode.cpp(29) : error C2065: 
'GL_ACCUM_BUFFER_BIT' : undeclared identifier
src\osgWrappers\serializers\osg\ClearNode.cpp(47) : error C2065: 
'GL_ACCUM_BUFFER_BIT' : undeclared identifier


src\osgWrappers\serializers\osg\Camera.cpp(126) : error C2065: 
'GL_ACCUM_BUFFER_BIT' : undeclared identifier
src\osgWrappers\serializers\osg\Camera.cpp(144) : error C2065: 
'GL_ACCUM_BUFFER_BIT' : undeclared identifier


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] svn head GL3 build failure

2010-02-02 Thread Doug McCorkle
Huh. I saw from a previous post from Robert that he was working on the build 
problem but I guess that has not been committed yet. Hopefully that will occur 
soon.

Doug

On Feb 2, 2010, at 4:09 PM, Paul Martz wrote:

 Doug McCorkle wrote:
 I wanted to check and see what the status was on this problem? I wanted to 
 test some of the OGL3 tools and wanted to see if this problem has been 
 addressed. Thanks.
 
 I see the following compile errors for GL3 builds of trunk head revision:
 
 src\osgDB\ObjectWrapper.cpp(338) : error C2065: 'GL_FOG_HINT' : undeclared 
 identifier
 src\osgDB\ObjectWrapper.cpp(341) : error C2065: 
 'GL_PERSPECTIVE_CORRECTION_HINT' : undeclared identifier
 src\osgDB\ObjectWrapper.cpp(342) : error C2065: 'GL_POINT_SMOOTH_HINT' : 
 undeclared identifier
 
 src\osgWrappers\serializers\osg\ClearNode.cpp(29) : error C2065: 
 'GL_ACCUM_BUFFER_BIT' : undeclared identifier
 src\osgWrappers\serializers\osg\ClearNode.cpp(47) : error C2065: 
 'GL_ACCUM_BUFFER_BIT' : undeclared identifier
 
 src\osgWrappers\serializers\osg\Camera.cpp(126) : error C2065: 
 'GL_ACCUM_BUFFER_BIT' : undeclared identifier
 src\osgWrappers\serializers\osg\Camera.cpp(144) : error C2065: 
 'GL_ACCUM_BUFFER_BIT' : undeclared identifier

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] svn head GL3 build failure

2010-01-21 Thread Paul Martz

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
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org