Re: [osg-users] Warnings in VS

2009-01-07 Thread Jean-Sébastien Guay
Hello Mattias, I had a look at this. I suspect this was caused by the INTERNALly cached OLD_CMAKE:CXX_FLAGS. I'm not sure I had your setup but made some changes and at the same time removed a fixme. I have attached my current CMakeLists.txt. If you have the time please test, though I guess your

Re: [osg-users] Warnings in VS

2009-01-07 Thread Mattias Helsing
Hi J-S, On Wed, Jan 7, 2009 at 2:57 PM, Jean-Sébastien Guay jean-sebastien.g...@cm-labs.com wrote: Hello Mattias, I'd like to test, but it seems you forgot to attach the file? Makes it kind of hard to test. Sorry about that. Trying again before submitting the file to osg-submissions. I

Re: [osg-users] Warnings in VS

2009-01-07 Thread Mattias Helsing
Hi again, yes I forgot again. I'm terrible at this. Mattias On Wed, Jan 7, 2009 at 10:09 PM, Mattias Helsing helsin...@gmail.com wrote: Hi J-S, On Wed, Jan 7, 2009 at 2:57 PM, Jean-Sébastien Guay jean-sebastien.g...@cm-labs.com wrote: Hello Mattias, I'd like to test, but it seems you

Re: [osg-users] Warnings in VS

2009-01-07 Thread Jean-Sébastien Guay
Hello Mattias, Makes it kind of hard to test. Sorry about that. Trying again before submitting the file to osg-submissions. Got the file, thanks. (third time's a charm right? ;-) ) I'll try it out tomorrow. i didn't either at first. I was really trying to get my head around the internal

Re: [osg-users] Warnings in VS

2009-01-07 Thread Paul Martz
: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Jean-Sébastien Guay Sent: Wednesday, January 07, 2009 2:31 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Warnings in VS Hello Mattias, Makes it kind of hard to test. Sorry about

Re: [osg-users] Warnings in VS

2009-01-06 Thread Jean-Sébastien Guay
Hi Paul, But has anything been done to fix the problem that OSG_USE_AGGRESSIVE_WARNINGS is always ON and can't be disabled? If this was discussed in the other thread, I missed it. We'd need a CMake expert to see why the value is being cached and changing it doesn't have any effect... It

Re: [osg-users] Warnings in VS

2009-01-06 Thread Mattias Helsing
Hi J-S, Paul, I had a look at this. I suspect this was caused by the INTERNALly cached OLD_CMAKE:CXX_FLAGS. I'm not sure I had your setup but made some changes and at the same time removed a fixme. I have attached my current CMakeLists.txt. If you have the time please test, though I guess your

Re: [osg-users] Warnings in VS

2009-01-05 Thread Jean-Sébastien Guay
Hi Paul, Anyone else seeing this issue? Yes, see the thread Warning level I started over the holidays. :-) The default behavior appears to be /W4, and there doesn't appear to be a CMake switch to change it. OSG_DISABLE_MSVC_WARNINGS is set to OFF, but this variable is ignore in the CMake

Re: [osg-users] Warnings in VS

2009-01-05 Thread Paul Martz
- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Jean-Sébastien Guay Sent: Monday, January 05, 2009 7:46 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Warnings in VS Hi Paul, Anyone else seeing this issue? Yes, see

Re: [osg-users] Warnings in VS

2009-01-05 Thread Paul Martz
+1 303 859 9466 -Original Message- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Paul Martz Sent: Monday, January 05, 2009 4:21 PM To: 'OpenSceneGraph Users' Subject: Re: [osg-users] Warnings in VS Sorry I missed the other

[osg-users] Warnings in VS

2009-01-03 Thread Paul Martz
Hi all -- There seems to be a problem with the current svn head CMake. I'm doing a clean build, and hadn't noticed this problem with current svn head and an existing CMake cache, so delete your cache to reproduce the problem. The default behavior appears to be /W4, and there doesn't appear to be