[Flightgear-devel] Mac #ifdef clean-ups

2008-07-25 Thread James Turner
Some Mac / __APPLE___ cleanups for someone to (hopefully) commit: - remove the OSX_BUNDLE crap *I* introduced years ago - we're always a a bundle on Mac now. - fix up the default fg-root on Mac to be FlightGear.app/Contents/ Resources/data - i.e the location used by the macflightgear.org

Re: [Flightgear-devel] Mac #ifdef clean-ups

2008-07-29 Thread Tatsuhiro Nishioka
Hi James, Thanks for your clean-ups. I was about to eliminate obsolete APIs so this is a really great help. I applied your patches and it seems working properly so far on my environment (cvs/osg as of several days back). However, I needed the following additional patch for avoiding compilation

Re: [Flightgear-devel] Mac #ifdef clean-ups

2008-07-29 Thread James Turner
On 29 Jul 2008, at 20:41, Tatsuhiro Nishioka wrote: > I applied your patches and it seems working properly so far on my > environment (cvs/osg as of several days back). However, I needed the > following additional patch for avoiding compilation errors. > > Anyway, could someone apply his (and

Re: [Flightgear-devel] Mac #ifdef clean-ups

2008-07-29 Thread Frederic Bouvier
Hi Tat, - "Tatsuhiro Nishioka" <[EMAIL PROTECTED]> a écrit : > Anyway, could someone apply his (and my) patches and commit to cvs? > RCS file: /var/cvs/FlightGear-0.9/source/src/Main/fg_init.cxx,v > retrieving revision 1.201 > diff -u -r1.201 fg_init.cxx 1.201 is a bit

Re: [Flightgear-devel] Mac #ifdef clean-ups

2008-07-30 Thread Tatsuhiro Nishioka
Hi Fred, On Tue, Jul 29, 2008 at 11:30 PM, Frederic Bouvier <[EMAIL PROTECTED]> wrote: > Hi Tat, > > - "Tatsuhiro Nishioka" <[EMAIL PROTECTED]> a écrit : > >> Anyway, could someone apply his (and my) patches and commit to cvs? > > >> RCS file: /var/cvs/FlightGear-0.9/source/src/Main/fg_init.cx