Make error (missing header file)
Since I am using CentOS 7, I don't believe I can yum install i3
from the repository. So I am trying to build from source. I grabbed the i3-4.10.4
tar ball. However when I run make, I am told there is no such header file even though I can see it.
[fervor@localhost i3-4.10.4]$ pwd
/home/fervor/Downloads/i3-4.10.4
[fervor@localhost i3-4.10.4]$ make
[libi3] CC libi3/get_process_filename.c
In file included from libi3/get_process_filename.c:20:0:
include/libi3.h:16:21: fatal error: xcb/xcb.h: No such file or directory
#include <xcb/xcb.h>
^
compilation terminated.
make: *** [libi3/get_process_filename.o] Error 1
[fervor@localhost i3-4.10.4]$ ls include/ | grep xcb.h
xcb.h
Any thoughts? Am I just ignorant?
EDIT: Formatting