Skip to content

Instantly share code, notes, and snippets.

@thorhop
Created February 1, 2015 04:58
Show Gist options
  • Save thorhop/726efe340f3c35a05ad9 to your computer and use it in GitHub Desktop.
Save thorhop/726efe340f3c35a05ad9 to your computer and use it in GitHub Desktop.
Building with libxtst
/nix/store/w1lj2s6v2wjmgd44fdi9i1p53qbxrqdc-gcc-wrapper-4.8.3/bin/cc -Wall `pkg-config --cflags xtst x11` -o ksuperkey xcape.c `pkg-config --libs xtst x11` -pthread
In file included from xcape.c:33:0:
/nix/store/yvhx7bf2p8m30i1qrfldnbywkpny9xwj-libXtst-1.2.2/include/X11/extensions/XTest.h:31:39: fatal error: X11/extensions/xtestconst.h: No such file or directory
#include <X11/extensions/xtestconst.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment