Hi.

I'm trying to build last version of OSG from svn on amd64 linux:

cd trunk
mkdir build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr

<a lot of output>
-- checking for module 'xrandr'
--   found xrandr, version 1.2.2
You will be installing libraries to /usrlib64
Your loader may not be able to find your installed libraries unless you:
  set your LD_LIBRARY_PATH (user specific)
  update your ld.so configuration (system wide)
You have an ld.so.conf file in /etc
You may need to add /usrlib64 to it.
-- Configuring done
-- Generating done
-- Build files have been written 

Why it wants install to /usrlib64???

And else one problem:
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_OSG_EXAMPLES:BOOL=ON

<a lot of output>
You will be installing libraries to /usrlib64
Your loader may not be able to find your installed libraries unless you:
  set your LD_LIBRARY_PATH (user specific)
  update your ld.so configuration (system wide)
You have an ld.so.conf file in /etc
You may need to add /usrlib64 to it.
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
QT_QTOPENGL_LIBRARY_RELEASE (ADVANCED)
    linked by target "example_osgviewerQT" in
directory 
/var/tmp/portage/media-gfx/openscenegraph-9999/work/openscenegraph-9999/examples/osgviewerQT

-- Configuring incomplete, errors occurred!

Best regards,
Valery

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

Reply via email to