UtkarshVerma / dwmblocks-async

An efficient, lean, and asynchronous status feed generator for dwm.
GNU General Public License v2.0
224 stars 87 forks source link

make install problem on Debian 12 #49

Closed og900aero closed 10 months ago

og900aero commented 10 months ago

I try install with make install, but i get the following output (error)

Package xcb-atom was not found in the pkg-config search path. Perhaps you should add the directory containing xcb-atom.pc' to the PKG_CONFIG_PATH environment variable Package 'xcb-atom', required by 'virtual:world', not found Package xcb-atom was not found in the pkg-config search path. Perhaps you should add the directory containingxcb-atom.pc' to the PKG_CONFIG_PATH environment variable Package 'xcb-atom', required by 'virtual:world', not found LD build/dwmblocks /usr/bin/ld: build/x11.o: in function x11_connection_open': x11.c:(.text+0x6): undefined reference toxcb_connect' /usr/bin/ld: x11.c:(.text+0x11): undefined reference to xcb_connection_has_error' /usr/bin/ld: build/x11.o: in functionx11_set_root_name': x11.c:(.text+0x6b): undefined reference to xcb_get_setup' /usr/bin/ld: x11.c:(.text+0x73): undefined reference toxcb_setup_roots_iterator' /usr/bin/ld: x11.c:(.text+0x9f): undefined reference to xcb_change_property' /usr/bin/ld: x11.c:(.text+0xa9): undefined reference toxcb_request_check' /usr/bin/ld: x11.c:(.text+0xe4): undefined reference to xcb_flush' /usr/bin/ld: build/x11.o: in functionx11_connection_close': x11.c:(.text+0x51): undefined reference to `xcb_disconnect' collect2: error: ld returned 1 exit status make: *** [Makefile:39: build/dwmblocks] Error 1

og900aero commented 10 months ago

Install this package: libxcb-util-dev