All is right, now it is configured both with qt-opengl installed and
uninstalled.

One misprint I've found in root CMakeLists.txt, it writes me message:
The build system is configured to instal libraries to /usr/local/lib64
Your applications may not be able to find your installed libraries
unless you:
    set your LD_LIBRARY_PATH (user specific) or
    update your ld.so configuration (system wide)
You have an ld.so.conf file in /etc
You may need to add /usr/locallib64 to it.

In last line of this message slash is needed after "/usr/local" before
"lib64".

Valery.

В Чтв, 29/01/2009 в 11:39 +0000, Robert Osfield пишет:
> Hi Valery.
> 
> 2009/1/29 Robert Osfield <[email protected]>:
> > On the QT front we could probably just require that the OpenGL package
> > is available, otherwise not build the QT example.
> 
> To try and help out I've made two changes, first I changed the
> searching of the packages required for examples directory so that
> Cmake only checks them if you enable building of the examples, this
> changes the OpenSceneGraph.CMakeLists.txt.  Second I've changed the
> examples/CMakeLists.txt so that it has:
> 
>     IF   (QT_FOUND AND QT_QTOPENGL_LIBRARY)
>         ADD_SUBDIRECTORY(osgviewerQT)
>     ENDIF(QT_FOUND)
> 
> Which hopefully should stop the build of the QT when the  QTOPenGL
> library is not there.
> 
> Could you try the attached examples/CMakeLists.txt file out, and
> uninstall the QT OpenGL library then remove the CMakeCache and try a
> new configure.  Hopefully this will ignore QT.
> 
> Robert.

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

Reply via email to