Hi all, Those methods are defined by the "META_Object" macro ( osg/Object header )
Not completely sure because I do not have a great experience with osgCompute, but I used the "find" utility and can't find META_OBJECT (all capitals) in the osgCompute trunk dir Regards, Martino 2013/4/29 Thomas Hogarth <[email protected]> > hi > > Posting what META_OBJECT defines will help, but the clue is here > > /home/sajjad/Downloads/OpenSceneGraph/osgCompute/osgCompute/include/osgOpenCL/osgOpenCLContext:23:4: > error: cannot declare parameter ?<anonymous>? to be of abstract type > ?osgOpenCL::osgOpenCLContext? > /home/sajjad/Downloads/OpenSceneGraph/osgCompute/osgCompute/include/osgOpenCL/osgOpenCLContext:18:23: > note: because the following virtual functions are pure within > ?osgOpenCL::osgOpenCLContext?: > > You have some pure virtual functions somewhere, then other code is trying > to allocate an instance of a class with pure virtual functions which is not > allowed. > > Tom > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=53855#53855 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

