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
it myself ...
If somebody knows how to work-out OSGAL with my specifications :( please
help me out .

On Dec 6, 2007 2:30 AM, Anders Backman [EMAIL PROTECTED] wrote:

 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 borker  [EMAIL PROTECTED] wrote:

 
  I am using OSG 2.0 , i wanted to use OpenAL++ in my application . For
  that i need to have the present position of my Viewer ... But i am unable to
  find it :( . I tried searchin the documentation but wasnt able to get any
  information .
 
  Can u please help me out
 
  Thank in advance
 
  --
  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
 
 


 --


 
 Anders Backman   Email: [EMAIL PROTECTED]
 HPC2N/VRlab  Phone:+46 (0)90-786 9936
 Umea university  Cellular: +46 (0)70-392 64 67
 S-901 87 UMEA SWEDEN Fax:  +46 90-786 6126
   
 http://www.cs.umu.se/~andersbhttp://www.cs.umu.se/%7Eandersb
 ___
 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


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


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


[osg-users] Integrationg OpenALpp

2007-12-05 Thread maruti borker
I am using OSG 2.0 , i wanted to use OpenAL++ in my application . For that i
need to have the present position of my Viewer ... But i am unable to find
it :( . I tried searchin the documentation but wasnt able to get any
information .

Can u please help me out

Thank in advance

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


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 borker [EMAIL PROTECTED] wrote:


 I am using OSG 2.0 , i wanted to use OpenAL++ in my application . For that
 i need to have the present position of my Viewer ... But i am unable to find
 it :( . I tried searchin the documentation but wasnt able to get any
 information .

 Can u please help me out

 Thank in advance

 --
 Maruti Borker
 IIIT Hyderabad
 Website:- 
 http://students.iiit.ac.in/~marutihttp://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




-- 



Anders Backman   Email:[EMAIL PROTECTED]
HPC2N/VRlab  Phone:+46 (0)90-786 9936
Umea university  Cellular: +46 (0)70-392 64 67
S-901 87 UMEA SWEDEN Fax:  +46 90-786 6126
  http://www.cs.umu.se/~andersb
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org