gpsd-dev
[Top][All Lists]
Advanced

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

Re: b32ff1a86 Breaks OSX and FreeBSD


From: Greg Troxel
Subject: Re: b32ff1a86 Breaks OSX and FreeBSD
Date: Fri, 20 Dec 2019 10:24:30 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (berkeley-unix)

The problem is that checkCompile is being asked to compile a program
that uses time_t, without sys/time.h having been included.  This is
called from checkSizeOf, which seems to take a type without also taking
a list of headers needed to define that type.

specification for time_t use:
  https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html

I just pushed a workaround to checkSizeOf.



reply via email to

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