Classification: UNCLASSIFIED Caveats: NONE I actually own C:\Program Files\OpenSceneGraph on the machine. I can create any files or directories there. For example, bin, include and share are created as part of the install process.
Doesn't seem to matter where I try to install. Lee -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jean-Sébastien Guay Sent: Wednesday, July 08, 2009 11:56 AM To: OpenSceneGraph Users Subject: Re: [osg-users] 2.8.2-rc2 install question (UNCLASSIFIED) Hi Lee, > I'm work with Visual Studio 2008 Version 9.0.21022.8, Vista 32. Today > I deleted $CMAKE_INSTALL_PREFIX/* and built the "INSTALL" target > again. I'm getting reports like: > > 1>-- Installing: C:/Program > 1>Files/OpenSceneGraph/include/osgSim/Version > 1>-- Installing: C:/Program > Files/OpenSceneGraph/include/osgSim/VisibilityGroup > 1>-- Up-to-date: C:/Program Files/OpenSceneGraph/lib/osgTerraind.lib > 1>-- Installing: C:/Program > 1>Files/OpenSceneGraph/bin/osg55-osgTerraind.dll > 1>-- Installing: C:/Program > 1>Files/OpenSceneGraph/include/osgTerrain/Export > > Notice the line indicating that osgTerraind.lib is "Up-to-Date". The > file > > C:/Program Files/OpenSceneGraph/lib/osgTerraind.lib > > does not exist either before or after. Build of install target > finishes > with: > > 1>Build log was saved at > "file://c:\Users\butler\src\OpenSceneGraph-2.8.2-rc2\build\INSTALL.dir > \Debug > \BuildLog.htm" > 1>INSTALL - 0 error(s), 0 warning(s) > ========== Build: 1 succeeded, 0 failed, 209 up-to-date, 0 skipped > ========== You're building to C:\Program Files\ ... Are you running Visual Studio with admin privileges? Perhaps it can't write to that location, and it's interpreting the error Windows is giving it as "the file is identical"? Perhaps you could try to set $CMAKE_INSTALL_PREFIX to somewhere else on your machine, say C:\Dev\OSG and see what you get. You can always copy it back to Program Files after if you want. Not sure that will fix your problem, but it's worth a try... J-S -- ______________________________________________________ Jean-Sebastien Guay [email protected] http://www.cm-labs.com/ http://whitestar02.webhop.org/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org Classification: UNCLASSIFIED Caveats: NONE _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

