Re: [Flightgear-devel] Cmake

2010-12-19 Thread Donn Washburn
On 12/19/2010 03:45 PM, Olaf Flebbe wrote: > Hi, > >> ... and "make distclean" is >> missing. > Cleaning directories is best be done by > git clean -x -d -f > or not necessary when doing out-of-source builds. > > cheers > Olaf > git clean -x -d -f also removes CMakeCache.lst You need distc

Re: [Flightgear-devel] Aircraft merge request deadline?

2010-12-19 Thread Durk Talsma
On 19 Dec 2010, at 23:33, Hal V. Engel wrote: > Is there currently a known date/time for merge requests to be included in the > release? I would like to know this so that I can plan out what things I can > do before the release. > There's no formal deadline yet, but I'm estimating that we're

Re: [Flightgear-devel] Cmake

2010-12-19 Thread James Turner
On 19 Dec 2010, at 21:56, stefan riemens wrote: > Very cool, will be trying them out soon! (wonder how an mingw x-compile will > turn out...). MingW I have *no* clue about, likely very broken. This is the kind of area, I can only rely on people to provide patches or feedback, if they care abou

Re: [Flightgear-devel] Cmake

2010-12-19 Thread Roland Haeder
Please replace "git" against "fgfs", plib/osg are both SVN. signature.asc Description: This is a digitally signed message part -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take yo

Re: [Flightgear-devel] Cmake

2010-12-19 Thread Roland Haeder
Hi, > [...] > or not necessary when doing out-of-source builds. Hope you (the one Olaf is replying to) know how to do out-of-source builds? It is quite simple. I assume your git checkouts are structured like this: git/ | |- flightgear |- osg |- plib |- simgear - "cd" into "git" directory

Re: [Flightgear-devel] Cmake

2010-12-19 Thread stefan riemens
Very cool, will be trying them out soon! (wonder how an mingw x-compile will turn out...). Regarding the --install flag missing: cmake supports the make DESTDIR=path/to/install/dir syntax, I suspect that will do the trick for you... Stefan Op 19 dec. 2010 22:47 schreef "Olaf Flebbe" het volgende

Re: [Flightgear-devel] Cmake

2010-12-19 Thread Olaf Flebbe
Hi, > ... and "make distclean" is > missing. Cleaning directories is best be done by git clean -x -d -f or not necessary when doing out-of-source builds. cheers Olaf -- Lotusphere 2011 Register now for Lotusphere

Re: [Flightgear-devel] Base package aircraft errors

2010-12-19 Thread Stuart Buchanan
On Fri, Dec 17, 2010 at 6:09 PM, Gijs de Rooy wrote: > Hey all! > > With the release in reach, I decided to test-load the base package aircraft > from last release (and possibly the upcoming release). > All this is with this afternoon's Git, on a Windows machine. All I did was > launch FlightGear w

Re: [Flightgear-devel] AH-1 Merge Request

2010-12-19 Thread Stuart Buchanan
On Thu, Dec 16, 2010 at 5:31 PM, Stuart Buchanan wrote: > On Tue, Dec 14, 2010 at 12:37 AM, Jack Mermod wrote: >>  Everything in the package I have sent is under the GPL. > > That's great news :) > > I may not get the chance to commit this in the near future, so if > someone else wants to go ahead,

Re: [Flightgear-devel] Cmake

2010-12-19 Thread Donn Washburn
On 12/19/2010 02:29 PM, James Turner wrote: > On 19 Dec 2010, at 18:48, Jari Häkkinen wrote: > >> Does this indicate that autotools support will be discontinued for fg et al? > I don't think so - there's plenty of people who prefer the autotools to Cmake > :) But, it does mean I personally hopeful

Re: [Flightgear-devel] Cmake

2010-12-19 Thread James Turner
On 19 Dec 2010, at 18:48, Jari Häkkinen wrote: > Does this indicate that autotools support will be discontinued for fg et al? I don't think so - there's plenty of people who prefer the autotools to Cmake :) But, it does mean I personally hopefully won't need to touch GNU m4 again, which please

Re: [Flightgear-devel] Cmake

2010-12-19 Thread Jari Häkkinen
On 2010-12-19 16.18, James Turner wrote: > I've just pushed my work on CMake build files for SimGear and > Flightgear, to Gitorious. These files are completely orthogonal to > the existing autoconf/automake build, and are still a work in > progress - a few people have been experimenting with them (

Re: [Flightgear-devel] Merge request

2010-12-19 Thread Gijs de Rooy
> Martin wrote: > Can someone, please, commit to GIT attached configuration file, for Genius > F-31U VIBRATION USB Joystick? Thanks! It's commited. Cheers, Gijs PS: Forgot to add your name to the commit. Sorry for that...

[Flightgear-devel] Merge request

2010-12-19 Thread mermar
Can someone, please, commit to GIT attached configuration file, for Genius F-31U VIBRATION USB Joystick? Thanks Martin Padix Co. Ltd. 10-Button USB Joystick 10-Button USB Joystick with Vibration 10-Button USB Joystick Aileron

[Flightgear-devel] Cmake

2010-12-19 Thread James Turner
I've just pushed my work on CMake build files for SimGear and Flightgear, to Gitorious. These files are completely orthogonal to the existing autoconf/automake build, and are still a work in progress - a few people have been experimenting with them (big thanks to Olaf Flebbe for moving things f