Re: [osg-users] Integrationg OpenALpp

2007-12-06 Thread maruti borker
I wanted to do the same ... but the problem is that i have installed OpenSceneGraph 2.0 from a tar ball ... and now when i try to install OSGAL .. .its says that OpenSceneGraph not found :( ... i am working in fedora 7. I was unable to understand so i thought it would be better if i implemented

Re: [osg-users] Integrationg OpenALpp

2007-12-06 Thread Tony Horrobin
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

Re: [osg-users] Integrationg OpenALpp

2007-12-06 Thread santosh
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

Re: [osg-users] Integrationg OpenALpp

2007-12-05 Thread Anders Backman
Try to use osgAL, it is a nodekut for integrating OpenAL++ and osg, lots of examples of how o use ut. THe standalone OpenAL++ can be considered depricated. You will find it at: http://sourceforge.net/projects/osgal/ (just not right now as sf.net is down). /Anders On Dec 5, 2007 6:41 PM, maruti