dwm-ipc icon indicating copy to clipboard operation
dwm-ipc copied to clipboard

ipc.h not found

Open gianmarcogg03 opened this issue 3 years ago • 1 comments

I wanted to compile my dwm on Arch Linux after applying the patch but when I do sudo make clean install I get this:

dwm.c:296:10: fatal error: ipc.h: No such file or directory
296  |  #include "ipc.h"
     |           ^~~~~~~

gianmarcogg03 avatar Sep 08 '21 13:09 gianmarcogg03

Sorry for the late response. Please check to make sure you are applying the patch correctly. The patch should insert the ipc.h file.

mihirlad55 avatar Sep 25 '21 23:09 mihirlad55