Thanks Wojtek, elegant fix, now merged with OSG-3.4 and master.

On 14 December 2015 at 14:09, Wojciech Lewandowski <
[email protected]> wrote:

> Hi, Robert,
>
> I am sending in two fixed files:
>
> osgPlugins/osgjs/JSON_Objects
> osgPlugins/stl/ReaderWriterSTL.cpp.
>
> They did not compile with VS 2008 (recent master from Github). It looks
> like they defined stdint types  (missing in VS 2008) but code using them
> also included <osg/Types> header. Errors were caused by minor differences
> in signed int definitions. I just removed own definitions and added
> include<osg/Types> instead. It solves the problem and makes the code
> clearer now.
>
> Cheers,
> Wojtek Lewandowski
>
>
>
>
> _______________________________________________
> 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

Reply via email to