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 ___

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

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,

[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 c