Thanks Colin, changes merged with svn/trunk and OSG-2.8 branch.
On Thu, Aug 13, 2009 at 4:46 PM, Colin McDonald<[email protected]> wrote: > Hi Robert, > > The bsp & mdl plugins have calls to atof() without including the > associated <stdlib.h> header. This breaks the build on my Solaris setup. > > Rather than adding the missing <stdlib.h> include, I have changed the > atof() calls to osg::asciiToDouble(). This is the same as was done > throughout the other plugins recently, for locale independance. > > I've attached updates to the svn trunk, the fix is also appropriate for > the 2.8.* branch. > > Regards > > Colin McDonald > > _______________________________________________ > 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
