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

[BUG] - Fedora 40 - Can't compile - Block at SLD_mixer #103

Open
THMprod opened this issue Sep 9, 2024 · 1 comment
Open

[BUG] - Fedora 40 - Can't compile - Block at SLD_mixer #103

THMprod opened this issue Sep 9, 2024 · 1 comment

Comments

@THMprod
Copy link

THMprod commented Sep 9, 2024

OS : Fedora 40

I'd install all dependencies

Command : scons

test dependencies :

scons: Reading SConscript files ...
Checking for Boost version >= 1.40... yes
Checking for C library pthread... yes
Checking for C library ogg... yes
Checking for C library vorbis... yes
Checking for C library vorbisfile... yes
Checking for C library sndfile... yes
Checking for C library SDL... yes
Checking for C++ library zita-resampler... no
(Using included version of zita-resampler)
Checking for glewInit() in C++ library GLEW... no
(Using included version of GLEW)
Checking for TTF_Init() in C++ library SDL_ttf... no
(Using included version of SDL_ttf)
Checking for C++ library SDL_mixer... no
(Using included version of SDL_mixer)
Checking for C++ library SDL_image... no
(Using included version of SDL_image)
Checking for guichan 0.8 with OpenGL and SDL support...no
(Using included copy of guichan)
Checking for C++ library lua5.1... no

Log :
vendor/SDL_mixer/src/dynamic_ogg.c:108:42: error: assignment to 'int (*)(void *, OggVorbis_File *, char , long int, ov_callbacks)' from incompatible pointer type 'int ()(void *, OggVorbis_File *, const char *, long int, ov_callbacks)' [-Wincompatible-pointer-types]
108 | vorbis.ov_open_callbacks = ov_open_callbacks;
|

@THMprod
Copy link
Author

THMprod commented Sep 9, 2024

In scons --release --fullstatic gave the same issue.
Always dynamic_ogg.c drop an issue

@THMprod THMprod closed this as completed Sep 18, 2024
@THMprod THMprod reopened this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant