|
From: Erik P. <epe...@iv...> - 2025-10-14 03:34:33
|
On Tue, 2025-10-07 at 02:00 -0500, Erik Petrich wrote:
> On Mon, 2025-10-06 at 13:41 +0200, Philipp Klaus Krause wrote:
> > We're currently missing quite a few snapshots:
[snip]
> >
> > * x86_64-apple-macosx
> > Stopped over a month ago.
>
> I'll look at this when I have more time later this week.
For reasons that are not clear to me this system dropped its network
connection. After rebooting, the networking has been fine, but it too
is having problems building the linker:
/Users/sdcc-builder/build/sdcc-
build/orig/sdcc/sdas/linksrc/lkdata.c:101:1: error: unknown type name
'time_t'; did you mean 'size_t'?
time_t curtim; /* pointer to the current time string
^~~~~~
size_t
/usr/include/sys/_types/_size_t.h:30:32: note: 'size_t' declared here
typedef __darwin_size_t size_t;
^
1 error generated.
gmake[4]: *** [Makefile:158: obj/lkdata.o] Error 1
I think somewhere there should have been an #include <time.h>, maybe in
aslink.h where it pulls in the other standard C header files and it
compiles on the other (Linux) systems because of an indirect reference
to time.h via stdlib.h or stdio.h.
Erik
|