Re: [osg-users] CDash errors/warnings

2009-02-03 Thread Robert Osfield
On Mon, Feb 2, 2009 at 10:25 PM, Shue, John A john.s...@mantech.com wrote: Robert, This latest CMakeLists.txt file works on my machine. Horahh!!! :-) Let's just hope it works under CMake 2.4.8 as well. Robert. ___ osg-users mailing list

Re: [osg-users] CDash errors/warnings

2009-02-03 Thread Robert Osfield
Hi John, I've just checked the dashboard and spotted that your FreeBSD 6 build has generated many warnings, all of the type warning: format not a string literal, argument types not checked, and all of which stem from locale_facets.h, which is part of gcc's std library support. This looks to be an

Re: [osg-users] CDash errors/warnings

2009-02-02 Thread Robert Osfield
-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Robert Osfield Sent: Monday, February 02, 2009 7:06 AM To: OpenSceneGraph Users Subject: Re: [osg-users] CDash errors/warnings Hi John, On Sat, Jan 31, 2009 at 10:34 PM, Shue, John

Re: [osg-users] CDash errors/warnings

2009-02-02 Thread Shue, John A
] On Behalf Of Robert Osfield Sent: Monday, February 02, 2009 12:47 PM To: OpenSceneGraph Users Subject: Re: [osg-users] CDash errors/warnings Hi John, Could you try the attached src/osgViewer/CMakeLists.txt. This adds a : INCLUDE_DIRECTORIES(${XRANDR_LIBDIR}) Robert. On Mon, Feb 2, 2009

Re: [osg-users] CDash errors/warnings

2009-02-02 Thread Robert Osfield
Of Robert Osfield Sent: Monday, February 02, 2009 7:06 AM To: OpenSceneGraph Users Subject: Re: [osg-users] CDash errors/warnings Hi John, On Sat, Jan 31, 2009 at 10:34 PM, Shue, John A john.s...@mantech.com wrote: That did the trick. Compiled all the way to the end of the build without

Re: [osg-users] CDash errors/warnings

2009-02-02 Thread Shue, John A
: Re: [osg-users] CDash errors/warnings Hi John, I'm a bit surpised it didn't work, similar code elsewhere in the OSG works for other libs, so I can only guess the that directory env var for XRANDR isn't being set. To try a fix it I've changed the code to be: IF (X11_Xrandr_LIB

Re: [osg-users] CDash errors/warnings

2009-02-02 Thread Shue, John A
] On Behalf Of Robert Osfield Sent: Monday, February 02, 2009 7:06 AM To: OpenSceneGraph Users Subject: Re: [osg-users] CDash errors/warnings Hi John, On Sat, Jan 31, 2009 at 10:34 PM, Shue, John A john.s...@mantech.com wrote: That did the trick. Compiled all the way to the end of the build without

Re: [osg-users] CDash errors/warnings

2009-02-02 Thread Robert Osfield
, February 02, 2009 7:06 AM To: OpenSceneGraph Users Subject: Re: [osg-users] CDash errors/warnings Hi John, On Sat, Jan 31, 2009 at 10:34 PM, Shue, John A john.s...@mantech.com wrote: That did the trick. Compiled all the way to the end of the build without errors. Turns out that this fix

Re: [osg-users] CDash errors/warnings

2009-02-02 Thread Robert Osfield
Hi John, On Sat, Jan 31, 2009 at 10:34 PM, Shue, John A john.s...@mantech.com wrote: That did the trick. Compiled all the way to the end of the build without errors. Turns out that this fix that works for you and me using CMake 2.6.x, breaks the build with Cmake 2.4.8 so we'll need to try out

Re: [osg-users] CDash errors/warnings

2009-02-01 Thread Robert Osfield
On Sat, Jan 31, 2009 at 10:34 PM, Shue, John A john.s...@mantech.com wrote: Robert, That did the trick. Compiled all the way to the end of the build without errors. Great, another step closer to OSG 2.8 :-) ___ osg-users mailing list

Re: [osg-users] CDash errors/warnings

2009-01-31 Thread Robert Osfield
: [osg-users] CDash errors/warnings Hi All, Reviewing the CDash pages of the OSG ( http://www.cdash.org/CDashPublic/index.php?project=OpenSceneGraph) I see that two of the builds are failing, neither are problems in the OSG source code itself, one looks to be a Cmake/dependency issue

Re: [osg-users] CDash errors/warnings

2009-01-31 Thread Robert Osfield
On Sat, Jan 31, 2009 at 9:56 AM, Robert Osfield robert.osfi...@gmail.com wrote: I did some work to address this issue last week, it's checked into svn/trunk and the last dev release. Could you try either of these out. Oops, I read the CMake version you mentioned and thought that was the OSG

Re: [osg-users] CDash errors/warnings

2009-01-31 Thread Shue, John A
To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Sent: Sat Jan 31 05:21:52 2009 Subject: Re: [osg-users] CDash errors/warnings On Sat, Jan 31, 2009 at 9:56 AM, Robert Osfield robert.osfi...@gmail.com wrote: I did some work to address this issue last week, it's checked into svn/trunk and the last

[osg-users] CDash errors/warnings

2009-01-30 Thread Robert Osfield
Hi All, Reviewing the CDash pages of the OSG ( http://www.cdash.org/CDashPublic/index.php?project=OpenSceneGraph) I see that two of the builds are failing, neither are problems in the OSG source code itself, one looks to be a Cmake/dependency issue, and the other is problems in gl headers/libs.

Re: [osg-users] CDash errors/warnings

2009-01-30 Thread Shue, John A
To: OpenSceneGraph Users Subject: [osg-users] CDash errors/warnings Hi All, Reviewing the CDash pages of the OSG ( http://www.cdash.org/CDashPublic/index.php?project=OpenSceneGraph) I see that two of the builds are failing, neither are problems in the OSG source code itself, one looks to be a Cmake