-
-
Notifications
You must be signed in to change notification settings - Fork 684
Closed
Milestone
Description
The configure script for ecl fails with Xcode 12, with this kind of error in config.log:
conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
exit(0);
^
conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 error generated.
upstream, in the develop branch, this is fixed in https://gitlab.com/embeddable-common-lisp/ecl/-/merge_requests/231
Upstream: Fixed upstream, but not in a stable release.
Component: packages: standard
Author: John Palmieri
Branch/Commit: e5aeb62
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/30594