Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #30594: ecl build with Xcode 12
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 URL: https://trac.sagemath.org/30594 Reported by: jhpalmieri Ticket author(s): John Palmieri Reviewer(s): Dima Pasechnik
- Loading branch information