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
Error initializing SDL: dsp: No such audio devicesh: line 1: pause: command not founderror: execv(/home//Documents/Codes/LearnOpenGL/build/linux/x86_64/release/LearnOpenGL ) failed(1)
make[2]: *** [CMakeFiles/SDL2-static.dir/build.make:76: CMakeFiles/SDL2-static.dir/src/SDL.c.o] Error 1make[2]: *** [CMakeFiles/SDL2-static.dir/build.make:90: CMakeFiles/SDL2-static.dir/src/SDL_assert.c.o] Error 1In file included from /home//.xmake/cache/packages/2410/l/libsdl/2.30.7/source/src/events/../video/SDL_vulkan_internal.h:61, from /home//.xmake/cache/packages/2410/l/libsdl/2.30.7/source/src/events/../video/SDL_sysvideo.h:32, from /home//.xmake/cache/packages/2410/l/libsdl/2.30.7/source/src/events/SDL_events_c.h:30, from /home//.xmake/cache/packages/2410/l/libsdl/2.30.7/source/src/events/SDL_events.c:28:/home//.xmake/cache/packages/2410/l/libsdl/2.30.7/source/src/events/../video/./khronos/vulkan/vulkan.h:52:10: fatal error: xcb/xcb.h: No such file or directory 52 | #include <xcb/xcb.h> | ^~~~~~~~~~~compilation terminated.make[2]: *** [CMakeFiles/SDL2-static.dir/build.make:384: CMakeFiles/SDL2-static.dir/src/events/SDL_events.c.o] Error 1make[2]: Leaving directory '/home//.xmake/cache/packages/2410/l/libsdl/2.30.7/source/build_ff9476b3'make[1]: *** [CMakeFiles/Makefile2:139: CMakeFiles/SDL2-static.dir/all] Error 2make[1]: Leaving directory '/home//.xmake/cache/packages/2410/l/libsdl/2.30.7/source/build_ff9476b3'make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered:
Xmake Version
xmake v2.9.5
Operating System Version and Architecture
Linux Fedora 6.9.8-100.fc39.x86_64
Describe Bug
I was trying to write a SDL-related program, so I start off by cloning this repository
xmake
runs fine, but when I run the binary, it says there is error initializing SDL.For the first problem, I found something that might help.
Expected Behavior
Everything work fine.
Project Configuration
Additional Information and Error Logs
The text was updated successfully, but these errors were encountered: