Hi,

I seem to remember something similar myself under Ubuntu.
I was using the autotools configure script and it needed PKG_CONFIG_PATH 
to include the path to the openscenegraph.pc file

This resides in packaging/pkgconfig relative to the OpenSceneGraph 
source root
It may require others too, for the other dependencies like OpenAL, 
vorbis etc.
Take a look at the man page for pkg-config to get the idea.

So, you would issue a command like so:

export 
PKG_CONFIG_PATH=/path/to/OpenSceneGraph/packaging/pkgconfig:/path/to/OpenAL/admin/pkgconfig:
 
...

before running configure

Looking at my OpenSceneGraph installation, it doesn't seem to copy the 
pc file when it installs the headers and libraries, so that might cause 
some confusion.

Hope this helps,

-Tony

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

Reply via email to