Hi Chris, I've merged your the changes to src/osg, and changed the 3ds/WriterNodeVisitor.cpp to std::paid<..> usage to ListTriangle::value_type as this should fix the compile error and make the code more maintanable.
Changes now checked into svn/trunk. Cheers, Robert. On Wed, Apr 14, 2010 at 12:42 AM, Chris 'Xenon' Hanson <[email protected]> wrote: > From my client building on Solaris-64. These fixes were made to 2.9.7 and I > migrated > them to SVN-HEAD. > > > src/osg/GL2Extensions.cpp: > src/osg/Program.cpp: > src/osg/Shader.cpp: > Add reinterpret_casts to convert between char* and GLchar*, the latter > being > unsigned on Solaris. > > src/osgPlugins/3ds/WriterNodeVisitor.cpp > The parameter passed into std::list<std::pair<Triangle, int> > >::push_back() should > be std::pair<Triangle, int>, not std::pair<Triangle, unsigned int> > > -- > Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com > PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ > "There is no Truth. There is only Perception. To Perceive is to Exist." - Xen > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
