You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
|
The text was updated successfully, but these errors were encountered:
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;
|
The text was updated successfully, but these errors were encountered: