Ya osgAL can build with OSG 2.0.
that error you are getting is because in that package file 
(openscenegraph.pc ) OpenThreads dependancy is mentioned.
As Open scene graph build with OpenThreads so edit in the package file.
In package file given

Requires- OpenThreads

delete OpenThreads from package file
-
Santosh

maruti borker wrote:

> I am extremly sorry .. i found the openscenegraph.pc from 
> openscenegraph.net <http://openscenegraph.net> ... but now the problem 
> is that its giving many errors containing this :- "undefined reference 
> to OpenThreads "
>
> Does OSGAL support OSG2.0 ???
>
> On Dec 7, 2007 12:57 AM, maruti borker <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     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]
>     <mailto:[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
>         <mailto: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
>     <http://students.iiit.ac.in/%7Emaruti>
>     Blog:- http://marutiborker.wordpress.com
>
>
>
>
> -- 
> ----------------------------------------------
> Maruti Borker
> IIIT Hyderabad
> Website:- http://students.iiit.ac.in/~maruti 
> <http://students.iiit.ac.in/%7Emaruti>
> Blog:- http://marutiborker.wordpress.com
>
>------------------------------------------------------------------------
>
>_______________________________________________
>osg-users mailing list
>osg-users@lists.openscenegraph.org
>http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>  
>

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

Reply via email to