Hello all,
I just downloaded the latest (5.9) version of the dwm window manager. When I am trying to compile it, though, I get the following:
Code:
jorge@Office-Desktop:~/Software/dwm-5.9$ sudo make clean install
cleaning
dwm build options:
CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="5.9" -DXINERAMA
LDFLAGS = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXinerama
CC = cc
CC dwm.c
dwm.c:40:37: fatal error: X11/extensions/Xinerama.h: No such file or directory
compilation terminated.
make: *** [dwm.o] Error 1
Does anybody have any idea why this happens? Any clue about what I should do?
Many thanks in advance..
Bookmarks