Trying to compile hg2663 on Debian testing with "make" or "make deb", I get
cmd/tray/selection.c:50:26: error: X11/Xlib-xcb.h: No such file or directory In file included from /usr/include/xcb/xproto.h:15, from cmd/tray/selection.c:51: /usr/include/xcb/xcb.h:328: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token /usr/include/xcb/xcb.h:364: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token It appears that Xlib-xcb.h does not exist in any Debian package. Thomas