Re: [osg-users] [osgCompute] Build INSTALL cannot find dll files

2013-01-11 Thread Ethan Fahy
Actually it looks like the Visual Studio 2010 INSTALL problem wasn't addressed 
from this post:

http://forum.openscenegraph.org/viewtopic.php?t=9473

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=51928#51928





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgCompute] Build INSTALL cannot find dll files

2013-01-11 Thread Ethan Fahy
Sorry sorry sorry I have no idea how I missed the other forum post that 
discusses this issue!  Please disregard.   :-*

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=51926#51926





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgCompute] Build INSTALL cannot find dll files

2013-01-11 Thread Ethan Fahy
P.S. I also noticed that the pdb files were built on the same level as the 
Release and Debug directories while the debud dll and ilk files were built 
correctly in the Debug directory (which is abnormal as far as I know).  I think 
there must be a path issue in the CMakeLists.txt files somewhere, perhaps a 
relative vs absolute definition?

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=51924#51924





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] [osgCompute] Build INSTALL cannot find dll files

2013-01-11 Thread Ethan Fahy
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
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org