I am having this error while building the package. I am using Arch linux
cd dwmstatus ❯ cs src zsh: command not found: cs ❯ cd src ❯ make CC = cc CFLAGS = -ggdb3 -Os -Wall -Wno-unused-variable -march=native -fno-stack-protector -D_GNU_SOURCE LIBS = -lxcb-util -lxcb -lasound cc -ggdb3 -Os -Wall -Wno-unused-variable -march=native -fno-stack-protector -D_GNU_SOURCE -c dwmstatus_xcb.c dwmstatus_xcb.c: In function ‘main’: dwmstatus_xcb.c:41:24: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types] 41 | signal(SIGINT, sigint_handler); | ^~~~~~~~~~~~~~ | | | void ()(void) In file included from dwmstatus_xcb.c:3: /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void ()(int)’} but argument is of type ‘void ()(void)’ 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ dwmstatus_xcb.c:17:6: note: ‘sigint_handler’ declared here 17 | void sigint_handler() | ^~~~~~~~~~~~~~ /usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here 72 | typedef void (__sighandler_t) (int); | ^~~~~~~~~~~~~~ make: *** [Makefile:22: dwmstatus_xcb.o] Error 1 ❯ make install cp -f dwmstatus_std /usr/local/bin/dwmstatus_std cp: não foi possível obter estado de 'dwmstatus_std': Arquivo ou diretório inexistente make: *** [Makefile:34: install] Error 1