gpsd-dev
[Top][All Lists]
Advanced

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

Re: [gpsd-dev] New GPSD release is ready to ship


From: Gary E. Miller
Subject: Re: [gpsd-dev] New GPSD release is ready to ship
Date: Wed, 6 Jan 2016 16:59:54 -0800

Yo Eric!

On Wed,  6 Jan 2016 19:27:38 -0500 (EST)
address@hidden (Eric S. Raymond) wrote:

> I've almost completely cleared out the backlog on both the Savannah
> tracker and in my mailbox.  Unless someone raises an issue I don't
> currently know about, I'll ship tomorrow morning (7 Jan).

Not so fast, the recent changes to clock_gettime() broke the OS X port.

See below.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        address@hidden  Tel:+1 541 382 8588


gcc -o gpsutils.os -c -Wmissing-prototypes -Wextra -Wall -Wno-uninitialized 
-Wno-missing-field-initializers -Wcast-align -Wmissing-declarations 
-Wstrict-prototypes -Wpointer-arith -Wreturn-type -pthread 
-Wmissing-declarations -O2 -fPIC gpsutils.c
gpsutils.c:301:12: warning: implicit declaration of function 'clock_gettime' is 
invalid in C99 [-Wimplicit-function-declaration]
     (void)clock_gettime(CLOCK_REALTIME, &ts);
           ^
gpsutils.c:301:26: error: use of undeclared identifier 'CLOCK_REALTIME'
     (void)clock_gettime(CLOCK_REALTIME, &ts);
                         ^
1 warning and 1 error generated.
scons: *** [gpsutils.os] Error 1
scons: building terminated because of errors.

Attachment: pgphJb7lHGXQe.pgp
Description: OpenPGP digital signature


reply via email to

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