Re: [osg-users] SVN .dsp problems

2007-02-24 Thread Robert Osfield
-users] SVN .dsp problems Hi MIke, Thanks for the tip, seemed to work, and have now checked in the changes to both OpenSceneGraph and OpenThreads. Let me know how you get on, Robert. On 2/23/07, Mike Wittman [EMAIL PROTECTED] wrote: Hi Mike, On 2/23/07, Mike Wittman [EMAIL PROTECTED

RE: [osg-users] SVN .dsp problems

2007-02-23 Thread Mike Wittman
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Swan-Stone Sent: Thursday, February 22, 2007 7:16 PM To: osg users Subject: [osg-users] SVN .dsp problems F.Y.I., I just got the 'trunk' version out of SVN and double-clicking the OpenSceneGraph\VisualStudio

RE: [osg-users] SVN .dsp problems

2007-02-23 Thread John Swan-Stone
Regarding the compilation errors, the VS6 build was a casualty of the VS2005 64 bit support. See this thread for details: http://openscenegraph.org/archiver/osg-users/2006-September/0217.html If you follow the thread to the end I posted a script which undoes the 64 bit changes and leaves the

RE: [osg-users] SVN .dsp problems

2007-02-23 Thread Mike Wittman
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Swan-Stone Sent: Friday, February 23, 2007 12:38 PM To: osg users Subject: RE: [osg-users] SVN .dsp problems Regarding the compilation errors, the VS6 build was a casualty of the VS2005 64 bit support. See this thread

Re: [osg-users] SVN .dsp problems

2007-02-23 Thread Robert Osfield
Its really about trying to keep a lid on the number of build projects one has to maintain, we aleady have three - Makefiles, VS and XCode. VS's project are a right mess, the only common denominator is VS6.0, but that can't cope with the needs of 64bit, so the curent hack exists. CMake may be the

Re: [osg-users] SVN .dsp problems

2007-02-23 Thread Robert Osfield
Hi Mike, On 2/23/07, Mike Wittman [EMAIL PROTECTED] wrote: It looks like this behavior is configurable via the svn:eol-style property. Robert, would you have a problem with setting svn:eol-style to CRLF on all the .dsp files to avoid this problem? This was how CVS was configured. Do you know

RE: [osg-users] SVN .dsp problems

2007-02-23 Thread Mike Wittman
Hi Mike, On 2/23/07, Mike Wittman [EMAIL PROTECTED] wrote: It looks like this behavior is configurable via the svn:eol-style property. Robert, would you have a problem with setting svn:eol-style to CRLF on all the .dsp files to avoid this problem? This was how CVS was configured.

Re: [osg-users] SVN .dsp problems

2007-02-23 Thread Robert Osfield
Hi MIke, Thanks for the tip, seemed to work, and have now checked in the changes to both OpenSceneGraph and OpenThreads. Let me know how you get on, Robert. On 2/23/07, Mike Wittman [EMAIL PROTECTED] wrote: Hi Mike, On 2/23/07, Mike Wittman [EMAIL PROTECTED] wrote: It looks like this

RE: [osg-users] SVN .dsp problems

2007-02-23 Thread Mike Wittman
- [EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Friday, February 23, 2007 3:05 PM To: osg users Subject: Re: [osg-users] SVN .dsp problems Hi MIke, Thanks for the tip, seemed to work, and have now checked in the changes to both OpenSceneGraph and OpenThreads. Let me know how you get

[osg-users] SVN .dsp problems

2007-02-22 Thread John Swan-Stone
F.Y.I., I just got the 'trunk' version out of SVN and double-clicking the OpenSceneGraph\VisualStudio\OpenSceneGraph.dsw file generates these errors in DevStudio6, SP6. www.cs.utexas.edu/~jss/OSG/error1.jpg www.cs.utexas.edu/~jss/OSG/error2.jpg www.cs.utexas.edu/~jss/OSG/error3.jpg