- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 684
Closed
Milestone
Description
Follow-up from #30720. Building gap_packages (version 4.10.2) using Xcode 12 fails:
gcc -c -O -fno-builtin gpd.c 
gpd.c:37:7: error: implicit declaration of function 'gpprog' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
  if (gpprog()== -1) exit(1);
      ^
1 error generated.
Depends on #30720
Upstream: Reported upstream. No feedback yet.
CC: @dimpase @jhpalmieri @soehms
Component: packages: optional
Author: Matthias Koeppe, John Palmieri
Branch/Commit: d8f07f9
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/30729