Hi Thiago,
you need the devel package of libxkbcommon: something like
libxkbcommon-dev (the exact name depends on the distro you are using.
Greetings,
Oliver
Am 22.11.2013 16:29, schrieb Thiago Farina:
Reposting to the right email address.
On Wed, Nov 20, 2013 at 8:11 PM, Thiago Farina <[email protected]> wrote:
Hi,
I have installed libxkbcommon-dev, but I'm still getting this error:
clang -std=c99 -pipe -Wall -I/usr/include/cairo
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng12 -D_GNU_SOURCE -DVERSION=\""2.5-12-g4cd711b
(2013-11-20)"\" -c -o i3lock.o i3lock.c
i3lock.c:27:10: fatal error: 'xkbcommon/xkbcommon.h' file not found
#include <xkbcommon/xkbcommon.h>
^
1 error generated.
make: *** [i3lock.o] Error 1
Does anyone knows how to fix this?
Thanks,
--
Thiago