Re: [osg-users] Build Error Windows : Application osgViewer

2009-07-13 Thread Jean-Sébastien Guay
Hi Robert, welcome back from vacation :-) Sorry about this, it was an accidental check-in that looked to be checked in with some changes that were appropriate to check in. I've now reverted this change. Could you do an svn update and double check that svn/trunk is now working once more.

Re: [osg-users] Build Error Windows : Application osgViewer

2009-07-12 Thread Robert Osfield
Hi Adrian, Sorry about this, it was an accidental check-in that looked to be checked in with some changes that were appropriate to check in. I've now reverted this change. Could you do an svn update and double check that svn/trunk is now working once more. Thanks, Robert. On Mon, Jul 6, 2009

[osg-users] Build Error Windows : Application osgViewer

2009-07-06 Thread Adrian Egli OpenSceneGraph (3D)
Hi Robert, Hi all there is a build error in the osgviewer.cpp because of the ifdef win stuff missing includes, i guess there is a experimental stuff in the SVN or ? adrian -- Adrian Egli ___ osg-users

Re: [osg-users] Build Error Windows : Application osgViewer

2009-07-06 Thread Jean-Sébastien Guay
Hi Adrian, there is a build error in the osgviewer.cpp because of the ifdef win stuff missing includes, i guess there is a experimental stuff in the SVN or ? I'm guessing that you're right, this was probably experimental code checked in by mistake. It doesn't seem appropriate in the general

Re: [osg-users] Build Error Windows : Application osgViewer

2009-07-06 Thread Adrian Egli OpenSceneGraph (3D)
Hi Jean-Sebastien, Thanks for the answer, there is no problem for us using the SVN code while robert is on vacation. i disable the osgviewer in my build :-) regards adrian 2009/7/6 Jean-Sébastien Guay jean-sebastien.g...@cm-labs.com Hi Adrian, there is a build error in the osgviewer.cpp

Re: [osg-users] build on windows

2009-02-10 Thread Robert Osfield
Hi Cedric, Which svn source are you using? The version info should not be part of OSG-2.8 + rc3/4, it should only be part of svn/trunk, although rc2 was sourced from svn/trunk due to an error in our cmake script. Robert. On Tue, Feb 10, 2009 at 3:11 AM, Cedric Pinson morni...@plopbyte.net

Re: [osg-users] build on windows

2009-02-10 Thread Cedric Pinson
Hi Robert, I use the trunk versiontrunk. That's why i am fighting with that i guess. sorry if i made some noise about that. Cheers, Cedric Robert Osfield wrote: Hi Cedric, Which svn source are you using? The version info should not be part of OSG-2.8 + rc3/4, it should only be part of

Re: [osg-users] build on windows

2009-02-10 Thread Robert Osfield
Hi Cedric, On Tue, Feb 10, 2009 at 9:26 AM, Cedric Pinson morni...@plopbyte.net wrote: I use the trunk versiontrunk. That's why i am fighting with that i guess. sorry if i made some noise about that. OK, that explains the error. I do have a set of changes that should fix this issue on

[osg-users] build on windows

2009-02-09 Thread Cedric Pinson
Hi Robert and all, i just tried to update my application on windows and now i have this error: Build started 2/10/2009 4:05:58 AM. Project c:\sources\osg-branch\openscenegraph.sln on node 0 (build target(s)). Building solution configuration Release|Win32.

Re: [osg-users] build on windows

2009-02-09 Thread Simon Hammett
That's a header from mfc/atl which you won't have unless you have the full version of visual studio. You can try just editing the OpenThreadsVersionInfo.rc by hand and commenting out that include. It doesn't look like the rc is using any of the mfc defines. 2009/2/10 Cedric Pinson