[Flightgear-devel] Simgear windows compile - mathlib.c/test_state_machine

2013-01-23 Thread Alan Teeder
Just a heads-up. (MSVC10) Alan 3 mathlib.c 3C:\FlightGear\simgear\simgear\nasal\mathlib.c(130): error C2143: syntax error : missing ';' before 'type' 3C:\FlightGear\simgear\simgear\nasal\mathlib.c(131): error C2065: 'range' : undeclared identifier

Re: [Flightgear-devel] Simgear windows compile - mathlib.c/test_state_machine

2013-01-23 Thread Frederic Bouvier
De: Alan Teeder Just a heads-up. (MSVC10) Alan 3 mathlib.c 3C:\FlightGear\simgear\simgear\nasal\mathlib.c(130): error C2143: syntax error : missing ';' before 'type' 3C:\FlightGear\simgear\simgear\nasal\mathlib.c(131): error C2065: 'range' : undeclared identifier

Re: [Flightgear-devel] Simgear windows compile- mathlib.c/test_state_machine

2013-01-23 Thread Alan Teeder
discussions Subject: Re: [Flightgear-devel] Simgear windows compile- mathlib.c/test_state_machine De: Alan Teeder Just a heads-up. (MSVC10) Alan 3 mathlib.c 3C:\FlightGear\simgear\simgear\nasal\mathlib.c(130): error C2143: syntax error : missing ';' before 'type' 3C:\FlightGear\simgear

Re: [Flightgear-devel] Simgear windows compile- mathlib.c/test_state_machine

2013-01-23 Thread Stefan Seifert
the course the Parrot project follows. -Original Message- From: Frederic Bouvier Sent: Wednesday, January 23, 2013 10:45 AM To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Simgear windows compile- mathlib.c/test_state_machine De: Alan Teeder Just a heads-up

Re: [Flightgear-devel] Simgear windows compile- mathlib.c/test_state_machine

2013-01-23 Thread Frederic Bouvier
discussions Subject: Re: [Flightgear-devel] Simgear windows compile- mathlib.c/test_state_machine De: Alan Teeder Just a heads-up. (MSVC10) Alan 3 mathlib.c 3C:\FlightGear\simgear\simgear\nasal\mathlib.c(130): error C2143: syntax error : missing ';' before 'type' 3C

Re: [Flightgear-devel] Simgear windows compile - mathlib.c/test_state_machine

2013-01-23 Thread James Turner
On 23 Jan 2013, at 11:45, Frederic Bouvier fredfgf...@free.fr wrote: Reminder to all : MSVC is not C99 Compliant. It doesn't like C++ style variable declaration inside the body of a bloc I've pushed a fixed now, I would have fixed sooner but all the Windows slaves on Jenkins are doing

Re: [Flightgear-devel] Simgear windows compile - mathlib.c/test_state_machine

2013-01-23 Thread Alan Teeder
From: James Turner Sent: Wednesday, January 23, 2013 3:03 PM To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Simgear windows compile - mathlib.c/test_state_machine On 23 Jan 2013, at 11:45, Frederic Bouvier fredfgf...@free.fr wrote: Reminder to all : MSVC

Re: [Flightgear-devel] Simgear windows compile - mathlib.c/test_state_machine

2013-01-23 Thread Frederic Bouvier
Hi James, De: James Turner zakal...@mac.com On 23 Jan 2013, at 11:45, Frederic Bouvier fredfgf...@free.fr wrote: Reminder to all : MSVC is not C99 Compliant. It doesn't like C++ style variable declaration inside the body of a bloc I've pushed a fixed now, I would have fixed