wmutils / core

Set of window manipulation tools
Other
714 stars 33 forks source link

util.c fatal error. #59

Closed b0nete closed 5 years ago

b0nete commented 6 years ago

Hi, I'm having the following error at the moment of executing 'make command'

Clarified that i'm installed the dependencies xdotools and wmutils.

The error is a follow:

└──╼ #make CC util.c util.c:5:10: fatal error: xcb/xcb_aux.h: No such file or directory

include <xcb/xcb_aux.h>

      ^~~~~~~~~~~~~~~

compilation terminated. Makefile:37: recipe for target 'util.o' failed make: *** [util.o] Error 1

Thanks for your help.

dcat commented 6 years ago

you’re missing a dependency.

since you didn’t include which distro you’re running, i don’t know the exact package name.

most likely it’s something like libxcb-util, maybe a -dev suffix on it.

coolcatmick commented 2 years ago

I'm getting this same error

z3bra commented 2 years ago

If it's the same error, then it's the same solution. Please check the answer given above.

coolcatmick commented 2 years ago

I appreciate it, it was libx11 devel that I thought had been installed already