Re: [Flightgear-devel] jsclient.cxx - windows compilation

2010-03-12 Thread Torsten Dreyer
> Torsten > > Yes, this compiles fine. > > I haven't checked the operation as I do not have a UDP joystick setup. Let's assume, it's working ;-) That's commited. Thanks for reporting. Torsten -- Download IntelĀ® Parall

Re: [Flightgear-devel] jsclient.cxx - windows compilation

2010-03-12 Thread Alan Teeder
Torsten Yes, this compiles fine. I haven't checked the operation as I do not have a UDP joystick setup. Thanks Alan -- From: "Torsten Dreyer" Sent: Friday, March 12, 2010 3:35 PM > Alan, could you check if this patch solves your issue? > Index

Re: [Flightgear-devel] jsclient.cxx - windows compilation

2010-03-12 Thread Torsten Dreyer
> Torsten Dreyer wrote: > > Am 12.03.10 15:06, schrieb Alan Teeder: > >>> From current CVS > >> > >> jsclient.cxx compilation with windows fails at line 108 > >>int32_t *msg = (int32_t *)buf; > >> > >> Solution seems easy - just add > >> typedef int int32_t; > > > > Proba

Re: [Flightgear-devel] jsclient.cxx - windows compilation

2010-03-12 Thread Erik Hofman
Torsten Dreyer wrote: > Am 12.03.10 15:06, schrieb Alan Teeder: >>> From current CVS >> jsclient.cxx compilation with windows fails at line 108 >> int32_t *msg = (int32_t *)buf; >> >> Solution seems easy - just add >> typedef int int32_t; >> > Probably not on 64bit

Re: [Flightgear-devel] jsclient.cxx - windows compilation

2010-03-12 Thread Alan Teeder
-- From: "Torsten Dreyer" Sent: Friday, March 12, 2010 2:15 PM To: "FlightGear developers discussions" Subject: Re: [Flightgear-devel] jsclient.cxx - windows compilation > Am 12.03.10 15:06, schrieb Alan Teeder

Re: [Flightgear-devel] jsclient.cxx - windows compilation

2010-03-12 Thread Torsten Dreyer
Am 12.03.10 15:06, schrieb Alan Teeder: > > From current CVS > > jsclient.cxx compilation with windows fails at line 108 > int32_t *msg = (int32_t *)buf; > > Solution seems easy - just add > typedef int int32_t; > Probably not on 64bit. Maybe something like (untested) #i

[Flightgear-devel] jsclient.cxx - windows compilation

2010-03-12 Thread Alan Teeder
>From current CVS jsclient.cxx compilation with windows fails at line 108 int32_t *msg = (int32_t *)buf; Solution seems easy - just add typedef int int32_t; Alan -- Download IntelĀ® Parallel