Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails with gcc-14 due to libzip #2276

Open
seragh opened this issue Sep 30, 2024 · 0 comments
Open

Build fails with gcc-14 due to libzip #2276

seragh opened this issue Sep 30, 2024 · 0 comments
Labels

Comments

@seragh
Copy link

seragh commented Sep 30, 2024

Premake : 5.0.0-beta2
OS: Linux
Compiler: gcc-14.2.1

../../contrib/libzip/mkstemp.c: In function ‘_zip_mkstemp’:
../../contrib/libzip/mkstemp.c:76:15: error: implicit declaration of function ‘getpid’ [-Wimplicit-function-declaration]
   76 |         pid = getpid();
      |               ^~~~~~

Compiles fine with gcc-13. See also #2092

@seragh seragh added the bug label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant