2012/3/10 Michael Stapelberg <[email protected]>

> Hi Damien,
>

Hi,

The following commands should work:
>
>  sudo apt-get build-dep i3lock
>  git clone git://code.stapelberg.de/i3lock
>  cd i3lock
>  make
>  ./i3lock
>

Actually, i3lock does not compile at all :

Package xcb-xinerama was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-xinerama.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xcb-xinerama' found
cc -std=c99 -pipe -Wall  -D_GNU_SOURCE -DVERSION=\""2.2-21-gb5bbd2f
(2012-03-10)"\"  -c -o i3lock.o i3lock.c find / -name "xcb-xinerama.pc" 2>
/dev/null
i3lock.c:26:16: fatal error: ev.h: Aucun fichier ou dossier de ce type
compilation terminated.
make: *** [i3lock.o] Erreur 1

as in the error message, I tried to find the "xcb-xinerama.pc" file to add
its directory in PKG_CONFIG_PATH :

$  find / -name "xcb-xinerama.pc" 2> /dev/null

but it doesn't find anything. I guess I must have done something wrong, but
I don't see where - I think that the requierements listed in the README
file are OK (but I don't know how to be absolutely sure of it).

Best regards,

Damien

Reply via email to