Hi,

I want to use osg with QT.
What I have:
- VS2008 on Windows 7,
- QTSDK installed
- compiled osg with VS in C:\OpenSceneGraph-2.8.4\build.

Now I want to try out an example that uses QT and osg.
Running CMake over that example now produces the following:


Code:

CMake Error at C:/Program Files (x86)/CMake 
2.8/share/cmake-2.8/Modules/FindOpenSceneGraph.cmake:226 (message):
  ERROR: Missing the following osg libraries: osgViewer osgGA osgDB osgUtil
  osgQt osg OpenThreads.

  Consider using CMAKE_PREFIX_PATH or the OSG_DIR environment variable.  See
  the C:/Program Files (x86)/CMake
  2.8/share/cmake-2.8/Modules/FindOpenSceneGraph.cmake for more details.
Call Stack (most recent call first):
  CMakeLists.txt:12 (find_package)




So it seems like he doesnt even find osg.
He also doesnt find any OSGQT library, which is obvious, because I don't have 
any OSGQT folder in osg/src.

I read that i needed the osg trunk version for OSGQT, so I checked out, tried 
to run cmake over it and compile it, but when I try to "ALL BUILD" I always get 
"windows incremental linker has stopped working" error messages.

The attachments are screenshots of my env variables for osg and QT, for your 
info.I'd be happy if there is someone out there who can tell me how to get it 
working!

Thank you!

Cheers,
jin[/code]

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




Attachments: 
http://forum.openscenegraph.org//files/env3_774.jpg
http://forum.openscenegraph.org//files/env2_111.jpg


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to