Those warnings are for the same thing that was failing elsewhere, right? andy
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephan Huber Sent: Wednesday, October 03, 2007 11:37 AM To: OpenSceneGraph Users Subject: Re: [osg-users] OpenSceneGraph-2.1.14 dev version released Robert Osfield schrieb: > There is also a reported compile error under XCode build. This one is > excruciatingly frustratingly for me as I've have spent lots of hours > trying to find a workable solution and made many calls for testing > from XCode users and their silence led me to assume that things were > fine. Lack of testing this week by XCode users has wasted a lot of > mine and others time. I did not see any compile errors on OS X / XCode this week. I did compile rev. 7543 successfully w/o errors on Mac / XCode. I am compiling rev. 7546 now and everything seems fine. Besides a lot of *warnings*, the compile went smooth: /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/ OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:49: warning: invalid conversion from 'void (*)()' to 'GLvoid (*)(...)' /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/ OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:49: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))' /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/ OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:50: warning: invalid conversion from 'void (*)()' to 'GLvoid (*)(...)' /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/ OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:50: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))' /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/ OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:51: warning: invalid conversion from 'void (*)()' to 'GLvoid (*)(...)' /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/ OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:51: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))' /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/ OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:52: warning: invalid conversion from 'void (*)()' to 'GLvoid (*)(...)' /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/ OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:52: warning: initializing argument 3 of 'void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))' cheers, Stephan _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or g _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

