Hi Robert, > However, I did a sudo make install, followed by a sudo make uninstall > and the later failed to remove some of the libs. My guess this error > has nothing to do with your changes, I didn't actually test this > before your changes so can't attest either way. The errors are of the > form: > > -- Uninstalling "/usr/local/lib/libosgVolume.so.2.9.11" > -- Uninstalling "/usr/local/lib/libosgVolume.so.71" > -- File "/usr/local/lib/libosgVolume.so.71" does not exist. > -- Uninstalling "/usr/local/lib/libosgVolume.so" > -- File "/usr/local/lib/libosgVolume.so" does not exist. > > Doing ls and /usr/local/lib revalls only the libosgVolume.so.2.9.11 > has been removed, and the links are still there: > > libosgVolume.so > libosgVolume.so.71 > > This issue applies to all of the libosg*.so and .so.71 files. > > Any idea what might be going amiss here?
Not really, I've just tested the same on a local path (non sudo), and looks like cmake remove command is ignoring symbolic links. I will take a look at this issue, but I'm not sure if this has something to do with my changes. Rafa. > > Robert. > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > -- Rafael Gaitán Linares Instituto de Automática e Informática Industrial http://www.ai2.upv.es http://gvsig3d.blogspot.com Ciudad Politécnica de la Innovación Universidad Politécnica de Valencia _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
