Re: [Flightgear-devel] heads up: Boost dependency

2008-11-24 Thread Tatsuhiro Nishioka
Hi, On Nov 21, 2008, at 10:08 PM, Tim Moore wrote: >>> From Mac OS side, there seems no problem in using headers of any >> version of Boost as long as FlightGear works fine. I'll just grab it >> and build FG with boost headers. No difficulties. However, if we're >> going to use boost libraries be

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-21 Thread Martin Spott
"Csaba Hal??sz" wrote: > Okay, I know I am kind of late with this, but I just found out that > debian stable comes with 1.33. I just tried out wether this would work with the Debian-shipped Boost header if we simply corrupt the version number check, but apparently Tim's rework of the OSG viewer i

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-21 Thread Tim Moore
Tatsuhiro Nishioka wrote: > Hi, > >>From Mac OS side, there seems no problem in using headers of any > version of Boost as long as FlightGear works fine. I'll just grab it > and build FG with boost headers. No difficulties. However, if we're > going to use boost libraries before the next official

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread Tatsuhiro Nishioka
Hi, >From Mac OS side, there seems no problem in using headers of any version of Boost as long as FlightGear works fine. I'll just grab it and build FG with boost headers. No difficulties. However, if we're going to use boost libraries before the next official release, I need to make sure the bina

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread Matthew Tippett
Sure. It is involved and complex, so I didn't want to bother people unless they wanted the information. First, get a compiler built via crosstool - http://www.kegel.com/crosstool/ That allows you to low-bar the baseline glibc and gcc (and hence libstdc++). Then build the out-of-distro packages

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread Tim Moore
Matthew Tippett wrote: > As per other discussions, there is nothing stopping fg from creating a > set of support libraries that exist in /opt/flightgear. This can be > an optional 'we admit we are on the bleeding edge' support package > that can be made broadly compatible. > > If people are inter

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread Arnt Karlsen
On Thu, 20 Nov 2008 20:47:46 -0500, Matthew wrote in message <[EMAIL PROTECTED]>: > As per other discussions, there is nothing stopping fg from creating a > set of support libraries that exist in /opt/flightgear. This can be > an optional 'we admit we are on the bleeding edge' support package >

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread Matthew Tippett
As per other discussions, there is nothing stopping fg from creating a set of support libraries that exist in /opt/flightgear. This can be an optional 'we admit we are on the bleeding edge' support package that can be made broadly compatible. If people are interested in a recommended approach for

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread gerard robin
On vendredi 21 novembre 2008, gerard robin wrote: > On vendredi 21 novembre 2008, Csaba Halász wrote: > > On Tue, Nov 18, 2008 at 11:59 PM, Tim Moore <[EMAIL PROTECTED]> wrote: > > > FlightGear now has a dependency on the Boost library header files. See > > > boost.org or your favorite distribution

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread Csaba Halász
On Fri, Nov 21, 2008 at 12:20 AM, Csaba Halász <[EMAIL PROTECTED]> wrote: > > Okay, I know I am kind of late with this, but I just found out that > debian stable comes with 1.33. Upgrading to 1.34 would mean having to > upgrade gcc to 4.2 and libstdc++ as well. For the record: Tim pointed out on I

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread gerard robin
On vendredi 21 novembre 2008, Csaba Halász wrote: > On Tue, Nov 18, 2008 at 11:59 PM, Tim Moore <[EMAIL PROTECTED]> wrote: > > FlightGear now has a dependency on the Boost library header files. See > > boost.org or your favorite distribution. I built against version 1.34, > > but the latest (1.37)

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread Csaba Halász
On Tue, Nov 18, 2008 at 11:59 PM, Tim Moore <[EMAIL PROTECTED]> wrote: > FlightGear now has a dependency on the Boost library header files. See > boost.org > or your favorite distribution. I built against version 1.34, but the latest > (1.37) should be fine too. Okay, I know I am kind of late wit

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread gerard robin
On jeudi 20 novembre 2008, Martin Spott wrote: > gerard robin wrote: > > On mercredi 19 novembre 2008, Martin Spott wrote: > > > Tim Moore wrote: > > > > Seriously, I imagine that people don't mind needing OSG SVN. There > > > > isn't currently an autoconf test for the OSG version; that would > > >

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread Martin Spott
gerard robin wrote: > On mercredi 19 novembre 2008, Martin Spott wrote: > > Tim Moore wrote: > > > Seriously, I imagine that people don't mind needing OSG SVN. There isn't > > > currently an autoconf test for the OSG version; that would probably be > > > useful. > > > > Indeed - and for the Boost

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-20 Thread Martin Spott
"Csaba Halász" wrote: > On Wed, Nov 19, 2008 at 9:52 PM, Martin Spott <[EMAIL PROTECTED]> wrote: > > Martin Spott wrote: > > and probably add a warning that people have to remove lines 25-27 > > in the basic 'CMakeLists.txt' of OpenSceneGraph (2.7.3) if they don't > > use at least CMake vers

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Martin Spott
Markus Zojer wrote: > Hmm, just built fg+sg cvs with OSG 2.7.5(svn) and display works fine > here, but mouse clicks under sim/input/clicks would not register if too > far away. At my end this is FlightGear/Simgear CVS with OSG 2.7.3 developer release (plus boost 1.34.1, for the sake of complete

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Martin Spott
Martin Spott wrote: > also the splash screen is being scaled into the lower, left corner. The > FPS display, properly placed in the lower right corner, looks like all > available numbers [0-9] are being drawn onto the same position at the > same time. Ok, this looks much better after the recent p

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Markus Zojer
Martin Spott wrote: > Alex Romosan wrote: > >> Tim Moore writes: >> > > >>> FlightGear now has a dependency on the Boost library header files. >>> See boost.org or your favorite distribution. I built against version >>> 1.34, but the latest (1.37) should be fine too. >>> > > >>

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Martin Spott
Alex Romosan wrote: > Tim Moore writes: > > FlightGear now has a dependency on the Boost library header files. > > See boost.org or your favorite distribution. I built against version > > 1.34, but the latest (1.37) should be fine too. > something broke with this update, the heads up display show

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Frederic Bouvier
- "Tim Moore" a écrit : > Curtis Olson wrote: > > I appear to get the same compile error here with OSG v2.7.1: > > > > CameraGroup.cxx:126: error: 'clone' is not a member of 'osg' > > CameraGroup.cxx:131: error: 'clone' is not a member of 'osg' > > > > Thanks, > > > > Curt. > The overloade

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Csaba Halász
On Wed, Nov 19, 2008 at 9:52 PM, Martin Spott <[EMAIL PROTECTED]> wrote: > Martin Spott wrote: > > and probably add a warning that people have to remove lines 25-27 > in the basic 'CMakeLists.txt' of OpenSceneGraph (2.7.3) if they don't > use at least CMake version 2.6.1 (as I understand from

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Martin Spott
Martin Spott wrote: > Tim Moore wrote: > > Seriously, I imagine that people don't mind needing OSG SVN. There isn't > > currently an autoconf test for the OSG version; that would probably be > > useful. > > Indeed - and for the Boost version as well. and probably add a warning that peopl

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread gerard robin
On mercredi 19 novembre 2008, Martin Spott wrote: > Tim Moore wrote: > > Seriously, I imagine that people don't mind needing OSG SVN. There isn't > > currently an autoconf test for the OSG version; that would probably be > > useful. > > Indeed - and for the Boost version as well. > > Cheers, >

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Martin Spott
Tim Moore wrote: > Seriously, I imagine that people don't mind needing OSG SVN. There isn't > currently an autoconf test for the OSG version; that would probably be useful. Indeed - and for the Boost version as well. Cheers, Martin. -- Unix _IS_ user friendly - it's just selective abo

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread gerard robin
On mercredi 19 novembre 2008, Tim Moore wrote: > The overloaded osg::clone() was introduced with OSG 2.7.3. I can either > back out my use of this, or encourage you to upgrade and take advantage of > the particle system fixes in current OSG :) > > Seriously, I imagine that people don't mind needin

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Tim Moore
Curtis Olson wrote: > I appear to get the same compile error here with OSG v2.7.1: > > CameraGroup.cxx:126: error: 'clone' is not a member of 'osg' > CameraGroup.cxx:131: error: 'clone' is not a member of 'osg' > > Thanks, > > Curt. The overloaded osg::clone() was introduced with OSG 2.7.3. I ca

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Curtis Olson
I appear to get the same compile error here with OSG v2.7.1: CameraGroup.cxx:126: error: 'clone' is not a member of 'osg' CameraGroup.cxx:131: error: 'clone' is not a member of 'osg' Thanks, Curt. On Wed, Nov 19, 2008 at 1:31 AM, Frederic Bouvier wrote: > Hi Tim, > > - "Tim Moore" a écrit

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread gerard robin
On mercredi 19 novembre 2008, Detlef Faber wrote: > Am Mittwoch, den 19.11.2008, 13:40 +0100 schrieb Frederic Bouvier: > > - "Tim Moore" a écrit : > > > Frederic Bouvier wrote: > > > > Hi Tim, > > > > > > > > - "Tim Moore" a écrit : > > > >> No new libraries are needed at this point; we're

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Detlef Faber
Am Mittwoch, den 19.11.2008, 13:40 +0100 schrieb Frederic Bouvier: > - "Tim Moore" a écrit : > > > Frederic Bouvier wrote: > > > Hi Tim, > > > > > > - "Tim Moore" a écrit : > > >> No new libraries are needed at this point; we're just using Boost > > >> header files. > > > > > > It looks l

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Tatsuhiro Nishioka
On Nov 19, 2008, at 3:18 PM, Tim Moore wrote: > Tatsuhiro Nishioka wrote: >> Okay, I'll cvs up and try it tonight. >> For saving time, could you tell me what libraries do I have to link? >> I need to know that for building a universal binary of boost. > No new libraries are needed at this point; w

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Frederic Bouvier
- "Tim Moore" a écrit : > Frederic Bouvier wrote: > > Hi Tim, > > > > - "Tim Moore" a écrit : > >> No new libraries are needed at this point; we're just using Boost > >> header files. > > > > It looks like there is also a dependency on a newer than 2.6 version > of OSG > > > > -Fred > >

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Martin Spott
Hi Tim, Tim Moore wrote: > FlightGear now has a dependency on the Boost library header files. See > boost.org > or your favorite distribution. I built against version 1.34, but the latest > (1.37) should be fine too. The current stable Debian distribution ships 1.33.1, and the autoconf check

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-19 Thread Tim Moore
Frederic Bouvier wrote: > Hi Tim, > > - "Tim Moore" a écrit : >> No new libraries are needed at this point; we're just using Boost >> header files. > > It looks like there is also a dependency on a newer than 2.6 version of OSG > > -Fred > Not intentionally. Where's the problem? Tim --

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-18 Thread Frederic Bouvier
Hi Tim, - "Tim Moore" a écrit : > No new libraries are needed at this point; we're just using Boost > header files. It looks like there is also a dependency on a newer than 2.6 version of OSG -Fred -- Frédéric Bouvier http://my.fotolia.com/frfoto/ Photo gallery - album photo

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-18 Thread Tim Moore
Tatsuhiro Nishioka wrote: > Okay, I'll cvs up and try it tonight. > For saving time, could you tell me what libraries do I have to link? > I need to know that for building a universal binary of boost. No new libraries are needed at this point; we're just using Boost header files. Tim > > Thanks.

Re: [Flightgear-devel] heads up: Boost dependency

2008-11-18 Thread Tatsuhiro Nishioka
Okay, I'll cvs up and try it tonight. For saving time, could you tell me what libraries do I have to link? I need to know that for building a universal binary of boost. Thanks. On Nov 19, 2008, at 7:59 AM, Tim Moore <[EMAIL PROTECTED]> wrote: > FlightGear now has a dependency on the Boost libra