Re: [osg-users] undefined symbol in osgdb_dae.so

2007-12-03 Thread Bob Huebert
@lists.openscenegraph.org Subject: Re: [osg-users] undefined symbol in osgdb_dae.so Thanks Roger. I'm rebuilding now. I'll report the results. -bob On Sat, 1 Dec 2007, Roger James wrote: Bob, I only tested on windows VC8.1. Looks like there is something missing on the build system on the Unix side. At a guess

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-12-03 Thread Jeremy Moles
[EMAIL PROTECTED] Reply-To: OpenSceneGraph Users osg-users@lists.openscenegraph.org To: Roger James [EMAIL PROTECTED] Cc: 'OpenSceneGraph Users' osg-users@lists.openscenegraph.org Subject: Re: [osg-users] undefined symbol in osgdb_dae.so Thanks Roger. I'm rebuilding now. I'll report the results

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-12-03 Thread Bob Huebert
) From: Bob Huebert [EMAIL PROTECTED] Reply-To: OpenSceneGraph Users osg-users@lists.openscenegraph.org To: Roger James [EMAIL PROTECTED] Cc: 'OpenSceneGraph Users' osg-users@lists.openscenegraph.org Subject: Re: [osg-users] undefined symbol in osgdb_dae.so Thanks Roger. I'm rebuilding now

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-12-03 Thread Jeremy Moles
message -- Date: Fri, 30 Nov 2007 17:32:07 -0900 (AKST) From: Bob Huebert [EMAIL PROTECTED] Reply-To: OpenSceneGraph Users osg-users@lists.openscenegraph.org To: Roger James [EMAIL PROTECTED] Cc: 'OpenSceneGraph Users' osg-users@lists.openscenegraph.org Subject: Re: [osg-users

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-12-03 Thread Jeremy Moles
Huebert [EMAIL PROTECTED] Reply-To: OpenSceneGraph Users osg-users@lists.openscenegraph.org To: Roger James [EMAIL PROTECTED] Cc: 'OpenSceneGraph Users' osg-users@lists.openscenegraph.org Subject: Re: [osg-users] undefined symbol in osgdb_dae.so Thanks Roger. I'm rebuilding now. I'll

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-12-03 Thread Bob Huebert
sweetness! Thank you so much Jeremy. -bob On Mon, 3 Dec 2007, Jeremy Moles wrote: OKAY! Here's how I got this to work... (Both using shared and static modes) 1. Latest SVN Collada built using: make RELEASE=1 2. Latest SVN Collada installed using: sudo make RELEASE=1 (sudo was used

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-12-03 Thread Bob Huebert
On Mon, 3 Dec 2007, Bob Huebert wrote: sweetness! Thank you so much Jeremy. -bob On Mon, 3 Dec 2007, Jeremy Moles wrote: OKAY! Here's how I got this to work... (Both using shared and static modes) 1. Latest SVN Collada built using: make RELEASE=1 2. Latest SVN Collada installed

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-12-03 Thread Roger James
they're using old versions or--may the gods forbid--Windows. My CMake Enjoy! [Roger James] Sorry Jeremy. The atheist in me thinks you may not be a god. But please forgive me anyway, I only build osg on windows. (But I do run a real operating system on most of the other systems here :-) ) I

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-11-30 Thread Bob Huebert
Thanks Roger. I'm rebuilding now. I'll report the results. -bob On Sat, 1 Dec 2007, Roger James wrote: Bob, I only tested on windows VC8.1. Looks like there is something missing on the build system on the Unix side. At a guess looking at the decorated name showing as undefined it is

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-11-30 Thread Bob Huebert
OK, I tried to find the correct 'somewhere', but not being familiar enough with the cmake setup I haven't been able to rebuild with the implicit -lpcrecpp switch. I did find that libpcrecpp.so lives in the usual (/usr/lib) place on my system. My LD_CONFIG_PATH contains this location. I would

Re: [osg-users] undefined symbol in osgdb_dae.so

2007-11-30 Thread Roger James
Bob, I only tested on windows VC8.1. Looks like there is something missing on the build system on the Unix side. At a guess looking at the decorated name showing as undefined it is something in the xml parser. That probably means that you are linking against the static collada dae libs. It might