arp242 / find-cursor

Highlight the cursor position in X11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make failed with: find-cursor.c:19:39: fatal error: X11/extensions/Xcomposite.h: No such file or directory

allanlaal opened this issue · comments

Problem

running make failed with:

cc find-cursor.c -o find-cursor -lX11
find-cursor.c:19:39: fatal error: X11/extensions/Xcomposite.h: No such file or directory
compilation terminated.
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 1

Solution

install libxcomposite-dev