alols / xcape

Linux utility to configure modifier keys to act as other keys when pressed and released on their own.
GNU General Public License v3.0
2.1k stars 117 forks source link

problems while installing - fatal error: <stdlib.h> #35

Closed emzap79 closed 10 years ago

emzap79 commented 10 years ago

I follow the installation guide and everything is fine, until I run make to finish the process. I get the following error message:

cc -Wall `pkg-config --cflags xtst x11` -o xcape xcape.c `pkg-config --libs xtst x11` -pthread
xcape.c:21:20: fatal error: stdlib.h: file or directory not found
#include <stdlib.h>
                    ^
compilation terminated.
make: *** [xcape] Fehler 1

I am on

Linux x86_64
3.11.0-18-generic
Ubuntu 13.10
GNOME Shell 3.10.4

packages are installed as recommended (pkg-config as well)!

alols commented 10 years ago

This is some local error, not an issue with xcape.