Sid Boyce writes: > On 13/11/12 20:04, [email protected] wrote:
[...] > With the latest svn checkout of 3.0.1. > > Scanning dependencies of target osgdb_xine > [ 43%] Building C object > src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/video_out_rgb.o > /home/lancelot/ftp/NOV12/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c: > In function ‘rgbout_update_frame_format’: > /home/lancelot/ftp/NOV12/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2325:30: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > /home/lancelot/ftp/NOV12/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2328:30: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > /home/lancelot/ftp/NOV12/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2331:30: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > /home/lancelot/ftp/NOV12/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2349:30: > warning: cast to pointer from integer of different size > [-Wint-to-pointer-cast] > /home/lancelot/ftp/NOV12/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c: > In function ‘init_class’: > /home/lancelot/ftp/NOV12/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2772:25: > error: ‘video_driver_class_t’ has no member named ‘get_identifier’ > /home/lancelot/ftp/NOV12/OpenSceneGraph/src/osgPlugins/xine/video_out_rgb.c:2773:25: > error: ‘video_driver_class_t’ has no member named ‘get_description’ > make[2]: *** > [src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/video_out_rgb.o] Error > 1 > make[1]: *** [src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs.... > Regards > Sid. Hi Sid, this is a different video plugin: xine. I guess this is another API mismatch problem (BTW, could you post what xine version are you using?), but I would try to skip the plugin by resetting the XINE_INCLUDE_DIR and XINE_LIBRARY CMake variables in the meantime. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

