-
Notifications
You must be signed in to change notification settings - Fork 500
Compilation Error Kubuntu 25.10 #6192
Copy link
Copy link
Open
Labels
Description
Describe the bug
Compilation Error Kubuntu 25.10
Steps to reproduce the behaviour
Download source code
Install dependencies
./build-debug-sdl2
Expected behavior
No response
What operating system(s) this bug have occurred on?
Kubuntu 25.10 GCC-15
What version(s) of DOSBox-X have this bug?
Latest Source
Used configuration
Output log
In file included from /usr/include/SDL2/SDL.h:49,
from /usr/include/SDL2/SDL_net.h:40,
from misc_util.h:66,
from softmodem.h:28,
from serialport.cpp:38:
/usr/include/SDL2/SDL_log.h:355:100: error: expected initializer before ‘SDL_PRINTF_VARARG_FUNCV’
355 | SDL_PRINTF_FORMAT_STRING const char *fmt, va_list ap) SDL_PRINTF_VARARG_FUNCV(3);
| ^~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:393: serialport.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/media/ade/Temp/Build/dosbox-x/src/hardware/serialport'
make[3]: *** [Makefile:861: all-recursive] Error 1
make[3]: Leaving directory '/media/ade/Temp/Build/dosbox-x/src/hardware'
make[2]: *** [Makefile:560: all-recursive] Error 1
make[2]: Leaving directory '/media/ade/Temp/Build/dosbox-x/src'
make[1]: *** [Makefile:417: all-recursive] Error 1
make[1]: Leaving directory '/media/ade/Temp/Build/dosbox-x'
make: *** [Makefile:350: all] Error 2
Additional information
No response
Have you checked that no similar bug report(s) exist?
- I have searched and didn't find any similar bug report.
Code of Conduct & Contributing Guidelines
- I agree to follow the code of conduct and the contributing guidelines.
Reactions are currently unavailable