On Sun, Aug 21, 2016 at 07:24:02PM +0300, Ali H. Fardan wrote: > If you could translate the compiler error I'd appreciate it > > Raiz > > On 2016-08-21 19:19, Orka Edison wrote: > >[sudo] password for Orka: > >cleaning > >dwm build options: > >CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os > >-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -D_BSD_SOURCE > >-D_POSIX_C_SOURCE=2 -DVERSION="6.1" -DXINERAMA > >LDFLAGS = -s -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft > >CC = cc > >CC drw.c > >In file included from drw.c:6:0: > >/usr/include/X11/Xft/Xft.h:39:22: fatal error: ft2build.h: Aucun > >fichier ou dossier de ce type > > #include <ft2build.h>
My French is rusty but I think it says. "There is no file or directory of this type" Sounds to me like the header file has not been found. Cheers, Silvan