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

Compile issues with GCC14 #265

Closed
6wl opened this issue Apr 17, 2024 · 2 comments
Closed

Compile issues with GCC14 #265

6wl opened this issue Apr 17, 2024 · 2 comments
Labels

Comments

@6wl
Copy link

6wl commented Apr 17, 2024

gcc (GCC) 14.0.1

Looks like changes to GCC14 have created a few compile errors with the default CFLAGS now.
https://discourse.nixos.org/t/rfc-more-c-errors-by-default-in-gcc-14/27390

Eg
src/sound/streams.c:253:81: error: passing argument 2 of ‘stream_callback_multi[channel]’ from incompatible pointer type [-Wincompatible-pointer-types]

@toxieainc
Copy link
Member

Would you have a complete log of the compile errors please, so that i could fix these without having to setup a complete setup?

@toxieainc toxieainc added the bug label Apr 17, 2024
@6wl
Copy link
Author

6wl commented Apr 17, 2024

So this is using the linux-x64 CMakeList file. Looks to be just the 1 file, but 2 errors from streams.c
error.txt

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

2 participants