Re: [Flightgear-devel] GPS - merge request

2013-10-09 Thread syd adams
If its any help , the error message pops up the instant the gps dialog is opened.The dialog seems to work regardless , so Im not sure what the problem is. Syd On Wed, Oct 9, 2013 at 1:20 PM, syd adams wrote: > No , Im not sure what caused the segfault... but the error message appears > every ti

Re: [Flightgear-devel] GPS - merge request

2013-10-09 Thread syd adams
No , Im not sure what caused the segfault... but the error message appears every time i try to use gps navigation ( with the b1900d).Another change in behavior is the heading needle deflection is extremely sensitive now when using nav1 slaved to gps. I could be wrong , i dont have the docs in front

Re: [Flightgear-devel] GPS - merge request

2013-10-09 Thread Dirk Dittmann
Am Mittwoch, 9. Oktober 2013, 01:37:27 schrieb syd adams: > Not sure what went wrong but i get this error consistently now: > > Nasal runtime error: props.setValue() with non-number > at /media/FG/fgdata/Nasal/props.nas, line 29 > called from: __dlg:gps, line 20 > called from: __dlg:gps, lin

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-09 Thread Alan Teeder
James Seems all OK now. Thanks Alan P.S. MSVC has no compilation problems with the other commits you made today wlEmoticon-winkingsmile[1].png Description: Binary data -- October Webinars: Code for Performance Free In

Re: [Flightgear-devel] win32 buildbot offer

2013-10-09 Thread geneb
On Wed, 9 Oct 2013, Stanisław Halik wrote: On Wed October 9 2013 06:56:18 geneb wrote: On Wed, 9 Oct 2013, Stanisław Halik wrote: > On Wed October 9 2013 06:26:40 geneb wrote: >>> I can run a win32 buildbot with either MSVC 2008[1] or mingw-w64 on the >>> same box that runs pypy buildbots auror

Re: [Flightgear-devel] win32 buildbot offer

2013-10-09 Thread Stanisław Halik
On Wed October 9 2013 06:56:18 geneb wrote: > On Wed, 9 Oct 2013, Stanisław Halik wrote: > > On Wed October 9 2013 06:26:40 geneb wrote: > >>> I can run a win32 buildbot with either MSVC 2008[1] or mingw-w64 on the > >>> same box that runs pypy buildbots aurora/ananke. > >> I take it you're not awa

Re: [Flightgear-devel] win32 buildbot offer

2013-10-09 Thread geneb
On Wed, 9 Oct 2013, Stanisław Halik wrote: On Wed October 9 2013 06:26:40 geneb wrote: I can run a win32 buildbot with either MSVC 2008[1] or mingw-w64 on the same box that runs pypy buildbots aurora/ananke. I take it you're not aware of http://flightgear.simpits.org:8080 ? Yeah but i4dnf on

Re: [Flightgear-devel] win32 buildbot offer

2013-10-09 Thread Stanisław Halik
On Wed October 9 2013 06:26:40 geneb wrote: > > I can run a win32 buildbot with either MSVC 2008[1] or mingw-w64 on the > > same box that runs pypy buildbots aurora/ananke. > I take it you're not aware of http://flightgear.simpits.org:8080 ? Yeah but i4dnf on IRC said win32 one is turned off. -sh

Re: [Flightgear-devel] win32 buildbot offer

2013-10-09 Thread geneb
On Wed, 9 Oct 2013, Stanisław Halik wrote: Hey, I can run a win32 buildbot with either MSVC 2008[1] or mingw-w64 on the same box that runs pypy buildbots aurora/ananke. I take it you're not aware of http://flightgear.simpits.org:8080 ? g. -- Proud owner of F-15C 80-0007 http://www.f15sim.co

[Flightgear-devel] win32 buildbot offer

2013-10-09 Thread Stanisław Halik
Hey, I can run a win32 buildbot with either MSVC 2008[1] or mingw-w64 on the same box that runs pypy buildbots aurora/ananke. If you need integration testing for Windows, please respond either here or privately. The buildbot is Ivy Bridge i7 HT on, with 32 gigs-o-RAM. Only eight (?) are dedic

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-09 Thread Stanisław Halik
On Wed October 9 2013 12:23:56 James Turner wrote: > On 9 Oct 2013, at 12:05, Alan Teeder wrote: > > Sorry, but the patch failed. It also needs the change suggested by Gijs, > > with “double x,y;” e.g. > Ah, I really hate C89 :) > > Fix coming up. Two same. Why not compile in cxx mode with appr

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-09 Thread James Turner
On 9 Oct 2013, at 12:05, Alan Teeder wrote: > Sorry, but the patch failed. It also needs the change suggested by Gijs, with > “double x,y;” > e.g. Ah, I really hate C89 :) Fix coming up. James-- October Webinars: Cod

Re: [Flightgear-devel] GPS - merge request

2013-10-09 Thread Dirk Dittmann
I will search for that. allways a segfault ? fg crash ? 2013/10/9 syd adams > Not sure what went wrong but i get this error consistently now: > > Nasal runtime error: props.setValue() with non-number > at /media/FG/fgdata/Nasal/props.nas, line 29 > called from: __dlg:gps, line 20 > calle

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-09 Thread Vivian Meazza
Well, perhaps I could IF I had access to FG/SG on Gitorious. Regards Vivian From: James Turner [mailto:zakal...@mac.com] Sent: 09 October 2013 10:52 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65 On 9 Oct 2013, at 10:23, Vivian

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-09 Thread Alan Teeder
James Sorry, but the patch failed. It also needs the change suggested by Gijs, with “double x,y;” e.g. static naRef f_round(naContext c, naRef me, int argc, naRef* args) { double x,y; naRef a = naNumValue(argc > 0 ? args[0] : naNil()); naRef b = naNumValue(argc > 1 ? args[1] : naNil(

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-09 Thread James Turner
On 9 Oct 2013, at 10:23, Vivian Meazza wrote: > It’s now getting on for a week since the build on Simgear was broken for Win > 64/MSVC by this mistake. Any chance of a fix sometime soon? Yes, was just about to push one - however you can always push such a fix yourself! Regards, James --

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-09 Thread Vivian Meazza
It's now getting on for a week since the build on Simgear was broken for Win 64/MSVC by this mistake. Any chance of a fix sometime soon? Vivian From: James Turner [mailto:zakal...@mac.com] Sent: 03 October 2013 22:53 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Si

Re: [Flightgear-devel] GPS - merge request

2013-10-09 Thread syd adams
Not sure what went wrong but i get this error consistently now: Nasal runtime error: props.setValue() with non-number at /media/FG/fgdata/Nasal/props.nas, line 29 called from: __dlg:gps, line 20 called from: __dlg:gps, line 134 Segmentation fault (core dumped) On Fri, Oct 4, 2013 at 1:48