[osg-users] Can't compile Collada 1.5 with RC5

2009-02-11 Thread Martin Scheffler
Using Visual Studio 2008. OSG 2.8 RC 5 Collada Dom 1.5 Crosspost from here: https://sourceforge.net/forum/message.php?msg_id=6398399 Compiling Collada 1.5 dom worked without a problem for both static and dynamic. Now when I build OpenSceneGraph 2.8 RC5 in VS 2008 I get these error messages:

Re: [osg-users] Can't compile Collada 1.5 with RC5

2009-02-11 Thread Robert Osfield
Hi Martin, Collada is a bit of mess w.r.t consitency, and keeping the OSG building against this moving target has proven to be a challange. The very latest Collada DOM is now 2.2, so this is our target, I'm also compiling against Collada dom 2.1 without problems. The latest Collada DOM also fix

Re: [osg-users] Can't compile Collada 1.5 with RC5

2009-02-11 Thread Martin Scheffler
2009/2/11 Robert Osfield robert.osfi...@gmail.com Hi Martin, Collada is a bit of mess w.r.t consitency, and keeping the OSG building against this moving target has proven to be a challange. The very latest Collada DOM is now 2.2, so this is our target, I'm also compiling against Collada

Re: [osg-users] Can't compile Collada 1.5 with RC5

2009-02-11 Thread Roland Smeenk
Just to be clear or confuse you more... Collada DOM 2.1 creates a library with support for Collada version 1.4. Collada DOM 2.2 creates libraries for both Collada version 1.4 and version 1.5. These are different libraries! We have only been using the dae plugin with a library for version 1.4.

Re: [osg-users] Can't compile Collada 1.5 with RC5

2009-02-11 Thread Roger James
Martin Scheffler wrote: Using Visual Studio 2008. OSG 2.8 RC 5 Collada Dom 1.5 Crosspost from here: https://sourceforge.net/forum/message.php?msg_id=6398399 Compiling Collada 1.5 dom worked without a problem for both static and dynamic. Now when I build OpenSceneGraph 2.8 RC5 in VS 2008