Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-12-01 Thread Serge Lages
Hi all, I am having a problem compiling osgAnimation (under WinXP with VS8 SP1), I need to add OpenThreads to the LINK_INTERNAL libs to get it build properly (into its CMakeList.txt file), without that I have link errors, is it normal, or I am missing something ? On Fri, Nov 28, 2008 at 11:02

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-12-01 Thread Robert Osfield
Hi Serge, It looks some compilers don't have a problem with OpenThreads not being on the lists, while others do. I've just added OpenThreads to the LINE_INTERNAL list and checked it in. Robert. On Mon, Dec 1, 2008 at 10:35 AM, Serge Lages [EMAIL PROTECTED] wrote: Hi all, I am having a

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release -- missing files

2008-11-29 Thread Luigi Calori
It seems that BoundingBox.cpp BoundingSphere.cpp have been removed from the svn ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release -- missing files

2008-11-29 Thread Robert Osfield
On Sat, Nov 29, 2008 at 11:19 AM, Luigi Calori [EMAIL PROTECTED] wrote: It seems that BoundingBox.cpp BoundingSphere.cpp have been removed from the Very observant... 10 points. Not observant enough... -20 points. BoundingBox and BoundingSphere now have templated definition to allow double

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release -- missing files

2008-11-29 Thread Luigi Calori
Robert Osfield ha scritto: On Sat, Nov 29, 2008 at 11:19 AM, Luigi Calori [EMAIL PROTECTED] wrote: It seems that BoundingBox.cpp BoundingSphere.cpp have been removed from the Very observant... 10 points. Not observant enough... -20 points. BoundingBox and BoundingSphere now have

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-28 Thread Robert Osfield
Hi All, I've merged Jeremy's and Cedric's updates of osgWidget and osgAnimation into svn/trunk. This does mean we'll need another round of testing before I can tag 2.7.6. Assistance on this much appreciated ;-) Robert. ___ osg-users mailing list

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-28 Thread Alberto Luaces
Robert, El Viernes 28 Noviembre 2008ES 16:53:42 Robert Osfield escribió: Hi All, I've merged Jeremy's and Cedric's updates of osgWidget and osgAnimation into svn/trunk. This does mean we'll need another round of testing before I can tag 2.7.6. Assistance on this much appreciated ;-) The

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-28 Thread Ümit Uzun
Hi Robert, I have tried and it is Ok on XP SP2 VisualStudio2003 Cmake2.6 Only there is a warning in osganimationskinning.exe; An update callback has no name, it means it can link only with named Target, often an error Best Regards. 2008/11/28 Alberto Luaces [EMAIL PROTECTED] Robert, El

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-28 Thread Robert Osfield
HI Alberto, Fix now re-instanted and checked in. Robert. On Fri, Nov 28, 2008 at 4:32 PM, Alberto Luaces [EMAIL PROTECTED] wrote: Robert, El Viernes 28 Noviembre 2008ES 16:53:42 Robert Osfield escribió: Hi All, I've merged Jeremy's and Cedric's updates of osgWidget and osgAnimation into

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-28 Thread Alberto Luaces
Hi Robert, thank you, Cygwin compiles SVN ok again :) Alberto El Viernes 28 Noviembre 2008ES 18:14:20 Robert Osfield escribió: HI Alberto, Fix now re-instanted and checked in. Robert. On Fri, Nov 28, 2008 at 4:32 PM, Alberto Luaces [EMAIL PROTECTED] wrote: Robert, El Viernes 28

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-28 Thread Jean-Sébastien Guay
Hi Robert, I've merged Jeremy's and Cedric's updates of osgWidget and osgAnimation into svn/trunk. This does mean we'll need another round of testing before I can tag 2.7.6. Assistance on this much appreciated ;-) Builds fine on Windows Vista, VC++ 2005, CMake 2.6.1. J-S --

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-28 Thread Cedric Pinson
Hi, It's not a bug, it's an example i will need to update. For this example it's not a problem but if you have it in a program it could. I will fix it to avoid this message. Cheers, Cedric Ümit Uzun wrote: Hi Robert, I have tried and it is Ok on XP SP2 VisualStudio2003 Cmake2.6 Only there

[osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-27 Thread Robert Osfield
Hi All, I'm now pretty well on top of submissions, so am looking towards making a dev release tomorrow morning. Could users check out the latest version of the OSG to see how things build and run on your platform. Thanks, Robert. ___ osg-users mailing

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-27 Thread Jean-Sébastien Guay
Hi Robert, I'm now pretty well on top of submissions, so am looking towards making a dev release tomorrow morning. Could users check out the latest version of the OSG to see how things build and run on your platform. I did an update this morning and built to test the wldap32 addition, it all

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-27 Thread Jean-Sébastien Guay
Hi Robert, I did an update this morning and built to test the wldap32 addition, it all built fine then. There are a few updated files since then so I'm running a new build, but I don't expect any surprises. Windows Vista 32 bit, CMake 2.6.1, Visual C++ 2005. Confirmed, builds fine. While

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-27 Thread Robert Osfield
HI J-S, On Thu, Nov 27, 2008 at 6:35 PM, Jean-Sébastien Guay [EMAIL PROTECTED] wrote: While we're talking about packaging, we should probably also start a thread about a related subject: what constitutes a good test suite for OSG builds. I typically run osgviewer cow.osg, and then a few other

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-27 Thread Jean-Sébastien Guay
Hi Robert, I run OpenSceneGraph/runexamples.bat as my base test. It does have all the examples, but does have most. We've added quite a few since it was last updated, for instance osgwidget and osganimation examples. Perhaps we could devise a more minimal set of examples which cover the

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-27 Thread Alejandro Segovia
Hi Robert, I'm having trouble building on Debian Etch. I'm getting the following error when configuring within ccmake: IF had incorrect arguments: POLICY CMP0008 (Unknown arguments specified). Perhaps my cmake version is too old, I'm using: cmake version 2.4-patch 5 Alejandro.- On Thu, Nov

Re: [osg-users] Please test SVN of OpenSceneGraph in pre for 2.7.6 dev release

2008-11-27 Thread Stephan Huber
Robert Osfield schrieb: Hi All, I'm now pretty well on top of submissions, so am looking towards making a dev release tomorrow morning. Could users check out the latest version of the OSG to see how things build and run on your platform. Compile went smooth on OS X (using 10.4 + 10.5 sdk)