Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Xlib-xcb dependency #15

Closed
Talor-A opened this issue Sep 10, 2015 · 2 comments
Closed

Xlib-xcb dependency #15

Talor-A opened this issue Sep 10, 2015 · 2 comments

Comments

@Talor-A
Copy link

Talor-A commented Sep 10, 2015

make fails with this error:

/bar>make
cc -Wall -std=c99 -Os -DVERSION="\"020a3e1\"" -I/usr/include/freetype2 -o lemonbar.o -c lemonbar.c
lemonbar.c:19:26: fatal error: X11/Xlib-xcb.h: No such file or directory
 #include <X11/Xlib-xcb.h>
                          ^
compilation terminated.
make: *** [lemonbar.o] Error 1

Lemonbar is already installed, so what additional dependencies does this fork need?

@krypt-n
Copy link
Owner

krypt-n commented Sep 10, 2015

X11/Xlib-xcb.h is part of the libX11 package on Arch Linux. Please check if there exists an equivalent package on your distribution.

@krypt-n krypt-n closed this as completed Oct 21, 2015
@chrisshroba
Copy link

In case it helps anyone else, this worked for me (I'm sure most of these are unnecessary, sorry!):
sudo apt-get install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants