Sample Header Ad - 728x90

Where do I get xcb_event.h?

3 votes
1 answer
1835 views
I'm 'make'-ing SXHKD on MX Linux to try keybindings and I get: $ make cc -std=c99 -pedantic -Wall -Wextra -D_POSIX_C_SOURCE=200112L -DVERSION=\"0.6.1\" -c -o sxhkd.o src/sxhkd.c src/sxhkd.c:25:10: fatal error: xcb/xcb_event.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. make: *** [: sxhkd.o] Error 1 Please help me understand, so if I'm not mistaken it's compiling sxhkd.c in the src folder, is the include header saying to go into an xcb folder and find xcb_event.h but the xcb folder is missing? I've looked everywhere on the net and I can't find xcb_event.h Honestly I'm not confident or experienced yet please lend me some direction. Thanks
Asked by 1toneboy (465 rep)
Jul 16, 2020, 11:26 AM
Last activity: Jul 16, 2020, 02:56 PM