Thanks Michal, fixes merge and submitted to svn/trunk.
On 10 December 2013 21:39, Michal Ďurkovič <[email protected]>wrote: > Hi, > > > I’m building current trunk on Mac OS X 10.9 and have encountered this > error during linking of osgdb_lua plugin: > > > Undefined symbols for architecture x86_64: > > "lua::LuaScriptEngine::pushValue(osg::Quat const&) const", referenced > from: > > PushStackValueVisitor::apply(osg::Quat const&) in LuaScriptEngine.o > > "lua::LuaScriptEngine::pushValue(osg::Plane const&) const", referenced > from: > > PushStackValueVisitor::apply(osg::Plane const&) in LuaScriptEngine.o > > ld: symbol(s) not found for architecture x86_64 > > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > > > Looks like LuaScriptEngine was missing implementation of those 2 member > functions. Fixed src/osgPlugins/lua/LuaScriptEngine.cpp file in attachment. > > > Best regards, > > > Michal Durkovic > > _______________________________________________ > 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
