Hi,
    Thanks for the info ... but i am unable to find the pkgconfig of
OpenSceneGraph i.e openscenegraph.pc ... i was able to find the .pc of
vorbis openal etc etc

Thanks in advance

On Dec 6, 2007 7:41 PM, Tony Horrobin <[EMAIL PROTECTED]> wrote:

> 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
>



-- 
----------------------------------------------
Maruti Borker
IIIT Hyderabad
Website:- http://students.iiit.ac.in/~maruti
Blog:- http://marutiborker.wordpress.com
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to