I'm trying to build osgWorks and osgBullet on windows 7 using cmake and I'm 
having some troubles with dependencies. 

In order for osgBullet to work I first need to build and compile osgWorks. I 
placed the code for osgWorks into a folder C:\osgw2  I run "Configure" in cmake 
for the cmakelists.txt in osgw2 and I get the following message:

------------------------------------------------------------------------------

Could NOT find osgGA (missing:  OSGGA_LIBRARY) 
Could NOT find osgText (missing:  OSGTEXT_LIBRARY) 
Could NOT find osgViewer (missing:  OSGVIEWER_LIBRARY) 
Could NOT find osgSim (missing:  OSGSIM_LIBRARY) 
Could NOT find osgDB (missing:  OSGDB_LIBRARY) 
Could NOT find osgUtil (missing:  OSGUTIL_LIBRARY) 
Could NOT find osg (missing:  OSG_LIBRARY) 
Could NOT find OpenThreads (missing:  OPENTHREADS_LIBRARY) 
CMake Error at C:/Program Files (x86)/CMake 
2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find OpenSceneGraph (missing: OSGGA_FOUND OSGTEXT_FOUND
  OSGVIEWER_FOUND OSGSIM_FOUND OSGDB_FOUND OSGUTIL_FOUND OSG_FOUND
  OPENTHREADS_FOUND) (found suitable version "3.0.0", minimum required is
  "2.6.1")
Call Stack (most recent call first):
  C:/Program Files (x86)/CMake 
2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 
(_FPHSA_FAILURE_MESSAGE)
  C:/Program Files (x86)/CMake 
2.8/share/cmake-2.8/Modules/FindOpenSceneGraph.cmake:187 
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeModules/FindOSGHelper.cmake:125 (find_package)
  CMakeLists.txt:41 (include)


Configuring incomplete, errors occurred!

------------------------------------------------------------------------------

Question 1:
Does it matter that I'm using the debug version for each of these "missing" 
libraries? When I examine CMakeCache.txt it shows that CMake was able to find 
the debug versions of each of the libraries. 

Question 2: 
What is the meaning of the Bottom two errors "Call Stack (most recent call 
first):"?

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





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

Reply via email to