Hi Jonathan, thanks for your post.
Jona wrote: > > First of all, the installing Taget doesn't work: > > > > 1> -- Up-to-date: C:\Visual Studio > > 2010\Projects\Libs\osgCompute\install/lib/osgComputed.lib > > 1> CMake Error at src/osgCompute/cmake_install.cmake:47 (FILE): > > 1> file INSTALL cannot find "C:/Visual Studio > > 1> 2010/Projects/Libs/osgCompute/VC/bin/Debug/../osgComputed.dll". > > 1> Call Stack (most recent call first): > > 1> src/cmake_install.cmake:32 (INCLUDE) > > 1> cmake_install.cmake:32 (INCLUDE) > > > The file was build, but is in VC/bin/Debug/osgComputed.dll and not in > VC/bin/Debug/../osgComputed.dll (mind the ../). > > I tried to find the problem in the cmake file, but I got a bit confused about > how the installing actually works. Maybe some of you guys can help me with > that. > Actually, I'm not quite sure if we tested under MSVC 2010. Strange... Did the install-script work before? Do you use the current SVN version? I will try to get a VS 2010 machine and do some testing... Jona wrote: > > Then I tried the findosgcompute Module in my application. But it has a pretty > obvious bug in finding the osgCompute Include directory: > > Code: > OSGCOMPUTE_FIND_PATH (OSGCOMPUTE osgCompute/Context) > > > There is no such file as 'Context' in the subversion repository (rev 476). > Replacing that by 'osgCompute/Computation' works well (I think Computation > should be the most basic include file, as it is the only that that the > Endianess Example includes). > Thanks - of course you are right. I just updated the FIND-scripts which should find the new lib (osgCudaStats) too. Best regards, Mick ------------------------ SVT Group ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=44112#44112 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

