Ok I found what the problem is caused by ....

To me it looks like a typo in the "camera" header file...

 struct OSG_EXPORT DrawCallback : virtual  public Object

I can't imagine any reason to make Object a "virtual base class" here. 

struct OSG_EXPORT DrawCallback :  public Object

Changing this and rebuilding the osg libraries caused the link error to go away.

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=13857#13857





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to