Re: [osg-users] 2.8.4 RC2 tagged

2011-04-05 Thread Chris 'Xenon' Hanson
Ok, I've tested osgmovie and the ffmpeg plugin on Windows and it works as well as it did on 2.8.3. Let's consider that good enough. Now we just need to get the CMake DLL so version number CMake stuff sorted out. -- Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-30 Thread Robert Osfield
Hi Rui, On Wed, Mar 30, 2011 at 3:39 AM, Wang Rui wangra...@gmail.com wrote: Hi Paul and Chris, 2011/3/29 Paul Martz pma...@skew-matrix.com: Is this a new problem introduced with RC2 or did it also occur with RC1? Did it occur with 2.8.3? Please check, thanks. 2.8.3 has the same problem.

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-30 Thread Paul Martz
I should probably let Chris comment on this, as 2.8.4 is his release...But I believe Wang Rui said this issue is present in 2.8.3, and for this reason, I don't believe a fix should go into the 2.8.4 (VS2010 build fix) release. If you two want to submit a fix for a possible 2.8.5 release, I'd

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-30 Thread Chris 'Xenon' Hanson
On 3/30/2011 9:52 AM, Paul Martz wrote: I should probably let Chris comment on this, as 2.8.4 is his release...But I believe Wang Rui said this issue is present in 2.8.3, and for this reason, I don't believe a fix should go into the 2.8.4 (VS2010 build fix) release. I agree. Let's just

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Vincent Bourdier
Hi, I've compiled 2.8.4-RC2 on my winXP and VS2010. No errors. Good job :-) Vincent. Le 29/03/2011 05:18, Wang Rui a écrit : Hi Paul and Chris, I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built fine in both debug and release configurations. But when I tested the ffmpeg

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Vincent Bourdier
Hi all, I just notice little thing that can be important : Until 2.8.3 the generated lib file were named with a version number (osg55-osg.dll for 2.8.1 osg65-osg.dll for 2.8.3) but with 2.8.4 the lib files are just named osg.dll, osgAnimation.dll, etc... Is this a real choice, a VS2010

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Paul Martz
On 3/28/2011 9:18 PM, Wang Rui wrote: Hi Paul and Chris, I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built fine in both debug and release configurations. But when I tested the ffmpeg plugin with: # osgmovie sample.mov.ffmpeg It printed media information about the file

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Paul Martz
The LIB files have never contained the shared object version number. Those are encoded in the DLL file names. -Paul On 3/29/2011 6:35 AM, Vincent Bourdier wrote: Hi all, I just notice little thing that can be important : Until 2.8.3 the generated lib file were named with a version number

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Paul Martz
Sorry, ignore previous post. I misread your email. Did you inadvertently disable OSG_MSVC_VERSIONED_DLL in CMake? It still defaults to on in 2.8.4, so the only way you could be missing the shared object version numbers in the DLL names is if you explicitly disabled it. -Paul On 3/29/2011

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Chris 'Xenon' Hanson
On 3/28/2011 9:18 PM, Wang Rui wrote: Hi Paul and Chris, I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built fine in both debug and release configurations. But when I tested the ffmpeg plugin with: # osgmovie sample.mov.ffmpeg It printed media information about the file

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Michael Weiblen
Yow, yall jumped right on the 2.8.4 thing! If it hasn't happened already, may I request a backport of fixes to the .3ds writer plugin from 2.9.x to 2.8.4? cheers -- mew On Mon, Mar 28, 2011 at 4:50 PM, Paul Martz pma...@skew-matrix.com wrote: I've tagged an RC2, which includes Robert's build

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Chris 'Xenon' Hanson
On 3/29/2011 10:16 AM, Michael Weiblen wrote: Yow, yall jumped right on the 2.8.4 thing! If it hasn't happened already, may I request a backport of fixes to the .3ds writer plugin from 2.9.x to 2.8.4? That would be 2.8.5. 2.8.4 isn't supposed to be new features/fixes, it's just getting it

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Michael Weiblen
gotcha -- mew On Tue, Mar 29, 2011 at 11:20 AM, Chris 'Xenon' Hanson xe...@alphapixel.com wrote: On 3/29/2011 10:16 AM, Michael Weiblen wrote: Yow, yall jumped right on the 2.8.4 thing! If it hasn't happened already, may I request a backport of fixes to the .3ds writer plugin from 2.9.x to

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Michael Weiblen
curious: is there like a pre-alpha MSVS 2010 available (perhaps some developers w/ special access) that we could be testing with? -- mew On Tue, Mar 29, 2011 at 11:20 AM, Chris 'Xenon' Hanson xe...@alphapixel.com wrote: On 3/29/2011 10:16 AM, Michael Weiblen wrote: Yow, yall jumped right

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Chris 'Xenon' Hanson
On 3/29/2011 10:37 AM, Michael Weiblen wrote: curious: is there like a pre-alpha MSVS 2010 available (perhaps some developers w/ special access) that we could be testing with? If you're referring to some successor to Visual Studio 2010, I haven't yet heard of one, but I admit I'm not

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Wang Rui
Hi Paul and Chris, 2011/3/29 Paul Martz pma...@skew-matrix.com: Is this a new problem introduced with RC2 or did it also occur with RC1? Did it occur with 2.8.3? Please check, thanks. 2.8.3 has the same problem. And I've made some progress now. After comment the following lines in the osgmovie

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Chris 'Xenon' Hanson
On 3/28/2011 3:50 PM, Paul Martz wrote: I've tagged an RC2, which includes Robert's build fixes for the ffmpeg plugin: http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2 Please, everyone who cares about this, grab and build this so we can have confidence it's

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Chris 'Xenon' Hanson
On 3/28/2011 4:38 PM, Chris 'Xenon' Hanson wrote: On 3/28/2011 3:50 PM, Paul Martz wrote: I've tagged an RC2, which includes Robert's build fixes for the ffmpeg plugin: http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2 Please, everyone who cares about this,

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Jason Daly
On 3/28/2011 6:38 PM, Chris 'Xenon' Hanson wrote: Please, everyone who cares about this, grab and build this so we can have confidence it's done properly and solid and can call it complete. Builds fine on RHEL 6, including the dae and ffmpeg plugins. --J

Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Wang Rui
Hi Paul and Chris, I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built fine in both debug and release configurations. But when I tested the ffmpeg plugin with: # osgmovie sample.mov.ffmpeg It printed media information about the file correctly but didn't play it (with only a