The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

missing xcb/xkb.h on ubuntu

asked 2015-09-05 02:00:03 +0000

yin gravatar image

Hello,

I am trying to compile latest i3 source (v10.3, master) on Ubuntu 13.03 Sid. installed all the xcb and xkb dev packages, but I am always getting this error:

yin@zen:~/git/i3$ make
[i3] CC src/assignments.c
In file included from include/config.h:17:0,
             from include/ipc.h:19,
             from include/all.h:48,
             from ../i3/src/assignments.c:12:
include/i3.h:16:21: fatal error: xcb/xkb.h: No such file or directory
compilation  terminated.
make: *** [src/assignments.o] Error 1

I believe there are people compiling i3 on Ubuntu. Can some one suggest, where I can find the dev packages required for a successful build?

Thanks, cheers

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-09-05 13:48:55 +0000

vandannen gravatar image

On debian there is libxcb-xkb-dev

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-09-05 02:00:03 +0000

Seen: 138 times

Last updated: Sep 05