Hello, On 23. May 2012, at 3:40, 陈 wrote:
> In the file osgScaleViewer there is no .vcproj project(other examples have > the .vcproj project). So OSG was not properly detected by CMake and therefore the example isn't active. > when I check the Cmake path, I found in the path 'GPUSD', all the > librarys(GPUSD_DIR,GPUSD_cgl_LIBRARY,GPUSD_core_LIBRARY, > GPUSD_dns_sd_LIBRARY,GPUSD_glx_LIBRARY,GPUSD_wgl_LIBRARY) are NOTFOUND. GPUSD has nothing to do with osgScaleViewer. > I wonder how to solve this problem,if I want to run the osgScaleViewer > correctly. In your CMakeCache.txt, OSG_LIBRARY should be set, OPENSCENEGRAPH_VERSION >= 2.9.8 and EQUALIZER_USE_OSG should be ON. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

