Hi Robert:) Your last commit had the "luck" to raise lot of conflicts on my fork and solving them I came across the typo error. I believe to remember this kind of error is detected under MSVC (cl fit all pair declar/definition before to link)Cheers
robertosfield wrote: > Hi Julien, > > On 29 November 2017 at 17:43, Julien Valentin > <> wrote: > > > a little typo error leading to undefined symbol > > was introduce in your last commit (affects tagged and master) > > osgTerrain/GeoemtryPool l.799 > > > > osg::VertexArrayState* > > SharedGeometry::createVertexArrayStateImplemenation(osg::RenderInfo& > > renderInfo) const > > > > there's a missing t > > > > Oh boy, how did I miss that... My typing and ageing eyes are failing me. > > Annoyingly this type of error doesn't generate a compile error as I > made the mistake in both the header and cpp. > > How did you detect the error? > > I have checked in a correction, and will have to make a 3.5.10 sooner > rather than later... > > Robert. > _______________________________________________ > osg-users mailing list > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > ------------------ > Post generated by Mail2Forum ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=72494#72494 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

