Hi Santosh, Thanks for clarification. Earlier I pulled down Equalizer and worked out the derivation of the files that weren't well copyrighted. I've added a single clarification to each of the files that didn't mention the license.
I've just checked in the new plugin to get the ball roliing. Things are perfect yet though, gcc is emitting a number of warings. Could you have a look at resolving these? Cheers, Robert. home/robert/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp: In function ‘void get_binary_item(PlyFile*, int, int*, unsigned int*, double*)’: /home/robert/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2272: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result /home/robert/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2279: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result /home/robert/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2285: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result /home/robert/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2299: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result /home/robert/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2314: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result /home/robert/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2328: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result /home/robert/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2343: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result /home/robert/OpenSceneGraph/src/osgPlugins/ply/plyfile.cpp:2357: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [ 84%] Built target osgdb_dicom [ 85%] Built target osgWidget [100%] Built target osgdb_ive [100%] Built target osgdb_osgwidget /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp: In member function ‘void ply::VertexData::readVertices(PlyFile*, int, bool)’: /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:75: warning: deprecated conversion from string constant to ‘char*’ /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:75: warning: deprecated conversion from string constant to ‘char*’ /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:75: warning: deprecated conversion from string constant to ‘char*’ /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:75: warning: deprecated conversion from string constant to ‘char*’ /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:75: warning: deprecated conversion from string constant to ‘char*’ /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:75: warning: deprecated conversion from string constant to ‘char*’ /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:80: warning: deprecated conversion from string constant to ‘char*’ /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp: In member function ‘void ply::VertexData::readTriangles(PlyFile*, int)’: /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:118: warning: deprecated conversion from string constant to ‘char*’ /home/robert/OpenSceneGraph/src/osgPlugins/ply/vertexData.cpp:120: warning: deprecated conversion from string constant to ‘char*’ Linking CXX shared module ../../../lib/osgPlugins-2.9.2/osgdb_ply.so
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
