Re: [Flightgear-devel] Windows config.h-mscxx

2010-06-26 Thread Durk Talsma
On Saturday 26 June 2010 07:55:10 pm Frederic Bouvier wrote: > I forgot to mention I proposed this change in the CVS era before I had > commit privilege. It's obvious that now I could commit the file with the > correct version number, because I doubt a Linux developer will do it > spontaneously ;-)

Re: [Flightgear-devel] Windows config.h-mscxx

2010-06-26 Thread Torsten Dreyer
> I am away on vacation now so I can't promise when this will be done, > but it may be wise to remove the .in files and their reference in > configure.ac, and remove the target files from .gitignore Done and pushed. Have a great vacation! Torsten

Re: [Flightgear-devel] Windows config.h-mscxx

2010-06-26 Thread Jari Häkkinen
On 6/26/10 7:36 PM, Alan Teeder wrote: > Is there any need for this to be done by all new cloners before compilation? > It seems to be an unnecessary complication. The reason for having autoconf to replace the version string is that there should only be one place where the version string is set (

Re: [Flightgear-devel] Windows config.h-mscxx

2010-06-26 Thread Frederic Bouvier
- "Alan Teeder" a écrit : > Is there any need for this to be done by all new cloners before > compilation? > It seems to be an unnecessary complication. > > All GIT users should be currently working with the same version > (2.0.0) in both simgear and flightgear. As and when a new version com

Re: [Flightgear-devel] Windows config.h-mscxx

2010-06-26 Thread Alan Teeder
-- From: "Frederic Bouvier" Sent: Saturday, June 26, 2010 5:57 PM To: "FlightGear developers discussions" Subject: Re: [Flightgear-devel] Windows config.h-mscxx >> > The files config.h-msvc8 and config.h-msvc90 are

Re: [Flightgear-devel] Windows config.h-mscxx

2010-06-26 Thread Frederic Bouvier
> > The files config.h-msvc8 and config.h-msvc90 are necessary for a > > windows build but are now in .gitignore making them inaccessible. > > Natively windows has no method to generate these files from the .in > > files, although this is probably possible by installing Perl, and GNU > > versions

Re: [Flightgear-devel] Windows config.h-mscxx

2010-06-26 Thread Torsten Dreyer
> The files config.h-msvc8 and config.h-msvc90 are necessary for a windows > build but are now in .gitignore making them inaccessible. > > Natively windows has no method to generate these files from the .in files, > although this is probably possible by installing Perl, and GNU versions of > auto

[Flightgear-devel] Windows config.h-mscxx

2010-06-25 Thread Alan Teeder
The files config.h-msvc8 and config.h-msvc90 are necessary for a windows build but are now in .gitignore making them inaccessible. Natively windows has no method to generate these files from the .in files, although this is probably possible by installing Perl, and GNU versions of autoconf and