Hi Joe, When I check submissions in I use the full name to give credit as well as make it easier to track back submissions if we need further clarification at a later date. What name should I use for you?
Cheers, Robert. On 19 November 2015 at 05:22, Joe <[email protected]> wrote: > Hello, > OpenSceneGraph cannot be built with Visual Studio 2008. > The file osg-OpenSceneGraph-3.4.0\include\osg\Types > typedefs int8_t, int16_t, int32_t and int64_t > These are typedefed as signed __intX in several other places. > With VS2008, this causes an error "int8_t redifined, different basic types" > Explicitly declaring them signed fixes the error. > > Cheers, > Joe > > > _______________________________________________ > 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
