I'm using:
make World
to build the X Window System from the X.org source. It gives the following errors:
fcfreetype.c:2710: error: ‘TT_Face’ undeclared (first use in this function)
fcfreetype.c:2710: error: (Each undeclared identifier is reported only once
fcfreetype.c:2710: error: for each function it appears in.)
fcfreetype.c:2710: error: syntax error before ‘tt_face’
fcfreetype.c:2719: error: ‘tt_face’ undeclared (first use in this function)
...
fcfreetype.c:2747: error: syntax error before ‘FT_ULong’
make[4]: *** [fcfreetype.o] Error 1
make[4]: Leaving directory `/root/Desktop/xc/lib/fontconfig'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/root/Desktop/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Desktop/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/root/Desktop/xc'
make: *** [World] Error 2
Any idea?
make World
to build the X Window System from the X.org source. It gives the following errors:
fcfreetype.c:2710: error: ‘TT_Face’ undeclared (first use in this function)
fcfreetype.c:2710: error: (Each undeclared identifier is reported only once
fcfreetype.c:2710: error: for each function it appears in.)
fcfreetype.c:2710: error: syntax error before ‘tt_face’
fcfreetype.c:2719: error: ‘tt_face’ undeclared (first use in this function)
...
fcfreetype.c:2747: error: syntax error before ‘FT_ULong’
make[4]: *** [fcfreetype.o] Error 1
make[4]: Leaving directory `/root/Desktop/xc/lib/fontconfig'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/root/Desktop/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Desktop/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/root/Desktop/xc'
make: *** [World] Error 2
Any idea?