Hello, I am able to successfully build osgCompute in both debug and release modes using CMake in Windows 7x64. However when I perform a Build on the INSTALL project it is able to copy the osgCompute.lib file but cannot find the osgCompute.dll file. Here's the relevant error section from the command line:
-- Install configuration: "Release" 3> -- Installing: C:/SceneSim/ext/osgCompute/lib/osgCompute.lib 3> CMake Error at src/osgCompute/cmake_install.cmake:46 (FILE): 3> file INSTALL cannot find 3> "C:/SceneSim/ext/osgCompute/build/bin/Release/../osgCompute.dll". 3> Call Stack (most recent call first): 3> src/cmake_install.cmake:32 (INCLUDE) 3> cmake_install.cmake:32 (INCLUDE) C:\SceneSim\ext\osgCompute\build\bin\Release\osgCompute.dll does exist but as you can see the path has a ".." in it that is tripping it up. I've built a lot of projects using CMake and have never seen this issue before. I'm guessing I can figure it out eventually but wanted to post it here anyway for the record and to see if anyone has a fix already. Thanks! ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=51923#51923 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

