windelicato / dotfiles

arch linux configuration files
1.17k stars 62 forks source link

make fails on ubuntu #12

Open Talor-A opened 8 years ago

Talor-A commented 8 years ago

when i run make, i get this:

ubuntu@udoobuntu: ~/bspwm $ make
cc -std=c99 -pedantic -Wall -Wextra -I/usr/local/include -D_POSIX_C_SOURCE=200112L -DVERSION=\"0.9\" -Os  -c -o bspwm.o bspwm.c
bspwm.c: In function 'check_connection':
bspwm.c:364:9: error: 'XCB_CONN_CLOSED_INVALID_SCREEN' undeclared (first use in this function)
bspwm.c:364:9: note: each undeclared identifier is reported only once for each function it appears in
bspwm.c:367:9: error: 'XCB_CONN_CLOSED_FDPASSING_FAILED' undeclared (first use in this function)
make: *** [bspwm.o] Error 1
nicolasdanelon commented 8 years ago

what about this ? https://github.com/baskerville/bspwm/issues/210