[osg-users] 'setGLExtensionsFuncPtr': identifier not found

2009-04-27 Thread Jean-Sébastien Guay

Hi Robert,

Your checkin to src/osg/GLExtensions.cpp today is missing something I 
guess, because I'm getting the following errors trying to compile:


1..\..\..\src\osg\GLExtensions.cpp(115) : error C3861: 
'setGLExtensionsFuncPtr': identifier not found
1..\..\..\src\osg\GLExtensions.cpp(119) : error C3861: 
'setGLExtensionsFuncPtr': identifier not found


Perhaps there's a file missing from the commit?

Thanks,

J-S
--
__
Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com
   http://www.cm-labs.com/
http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 'setGLExtensionsFuncPtr': identifier not found

2009-04-27 Thread Robert Osfield
Hi J-S,

Sorry about this.  Trying to fix Windows build warnings reported on
CDash remotely and without the ability to directly test... looks like
I made typo in the function name.   I've now fixed this typo,
hopefully it'll now work.  Could you do an svn update?

Robert.

On Mon, Apr 27, 2009 at 5:11 PM, Jean-Sébastien Guay
jean-sebastien.g...@cm-labs.com wrote:
 Hi Robert,

 Your checkin to src/osg/GLExtensions.cpp today is missing something I guess,
 because I'm getting the following errors trying to compile:

 1..\..\..\src\osg\GLExtensions.cpp(115) : error C3861:
 'setGLExtensionsFuncPtr': identifier not found
 1..\..\..\src\osg\GLExtensions.cpp(119) : error C3861:
 'setGLExtensionsFuncPtr': identifier not found

 Perhaps there's a file missing from the commit?

 Thanks,

 J-S
 --
 __
 Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
 ___
 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] 'setGLExtensionsFuncPtr': identifier not found

2009-04-27 Thread Jean-Sébastien Guay

Hi Robert,


Sorry about this.  Trying to fix Windows build warnings reported on
CDash remotely and without the ability to directly test... looks like
I made typo in the function name.   I've now fixed this typo,
hopefully it'll now work.  Could you do an svn update?


Yep, that did it, thanks.

J-S
--
__
Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com
   http://www.cm-labs.com/
http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org