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

Reply via email to