Changes between Initial Version and Version 11 of Ticket #30729
- Timestamp:
- Oct 6, 2020, 8:18:40 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30729
-
Property
Report Upstream
changed from
N/A
toReported upstream. No feedback yet.
-
Property
Dependencies
changed from
to
#30720
-
Property
Branch
changed from
to
u/mkoeppe/fix_gap_packages_for_xcode_12
-
Property
Reviewers
changed from
to
https://github.com/mkoeppe/sage/actions/runs/289319582
-
Property
Commit
changed from
to
8693dc75891529b7e7e349c8ac4e1ac4076ea785
-
Property
Report Upstream
changed from
-
Ticket #30729 – Description
initial v11 1 Follow-up from #30720 1 Follow-up from #30720. Building `gap_packages` (version 4.10.2) using Xcode 12 fails: 2 {{{ 3 gcc -c -O -fno-builtin gpd.c 4 gpd.c:37:7: error: implicit declaration of function 'gpprog' is invalid in C99 [-Werror,-Wimplicit-function-declaration] 5 if (gpprog()== -1) exit(1); 6 ^ 7 1 error generated. 8 }}}