gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] ✘Python maidenhead fails on XCode


From: Frank Nicholas
Subject: Re: [gpsd-dev] ✘Python maidenhead fails on XCode
Date: Tue, 16 Aug 2016 20:46:24 -0400


On Aug 16, 2016, at 6:05 PM, Gary E. Miller <address@hidden> wrote:

One line in gpsclient.d:

static PyObject *
gpsclient_maidenhead(PyObject *self UNUSED, PyObject *args)
{
-    const double lat, lon;
+    const double lat = 0.0, lon = 0.0;

Very weird, Eric helped me narrow it down.  Adding an initializer, as
requested by compiler warning, breaks it.  And just on OS X.

Hmmm..


Did you revert the code, or change something in current git head to fix it?  I just did a ‘git clone’ & ‘scons -j24 check’ and it was successful.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]