On Fri, Mar 12, 2010 at 5:49 AM, Chris 'Xenon' Hanson <[email protected]>wrote:
> On 3/11/2010 5:36 PM, Farshid Lashkari wrote: > > Hi Robert, > > The latest version of MeshOptimizers.cpp does not compile on MSVC. On > > line 432 a variable of type ssize_t is declared, which does not seem to > > be part of the C standard. I'm able to fix the problem by changing the > > type to int, but I'm not sure if this is an ideal solution. I've > > included my modification anyway. > > Confirmed. Some indications suggest ptrdiff_t might be an appropriate > type, but I don't > presume to know the original intent. > > > Cheers, > > Farshid > > Sorry about the Linuxism. "int" should be used instead of ssize_t. Tim
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
