Gestern (und vorgestern) hatte ich versucht Xorg 6.8.2 zu installieren - wegen besserer Grafikleistung für ATI-Karten und netten Sachen bei der GUI.
Also zuerst ein Kernel-Update auf 2.6.10-1.770 gemacht, hat auch problemlos funktioniert.
Dann das hier runtergeladen: http://mirror.sg.depaul.edu/pub/x.org/X11R....8.2-src.tar.gz
Als ich dann make World aufgerufen hatte, kam nach ca. 5 Minuten u.a. folgende Meldung:
In file included from ../../extras/fontconfig/src/fcint.h:38,
from fcatomic.c:49:
../../extras/fontconfig/fontconfig/fcfreetype.h:30: error: syntax error before "FcFreeTypeCharIndex"
../../extras/fontconfig/fontconfig/fcfreetype.h:30: error: syntax error before "face"
../../extras/fontconfig/fontconfig/fcfreetype.h:30: warning: type defaults to `int' in declaration of `FcFreeTypeCharIndex'
../../extras/fontconfig/fontconfig/fcfreetype.h:30: error: ISO C forbids data definition with no type or storage class
../../extras/fontconfig/fontconfig/fcfreetype.h:33: error: syntax error before "face"
../../extras/fontconfig/fontconfig/fcfreetype.h:36: error: syntax error before "face"
../../extras/fontconfig/fontconfig/fcfreetype.h:39: error: syntax error before "FT_Face"
../../extras/fontconfig/fontconfig/fcfreetype.h:42: warning: type defaults to `int' in declaration of `FT_Face'
../../extras/fontconfig/fontconfig/fcfreetype.h:42: error: syntax error before "f"
In file included from fcatomic.c:49:
../../extras/fontconfig/src/fcint.h:496: error: syntax error before "encoding"
fcatomic.c: In function `FcAtomicLock':
fcatomic.c:101: warning: unused variable `fd'
fcatomic.c:102: warning: unused variable `f'
make[3]: *** [fcatomic.o] Error 1
make[3]: Leaving directory `/root/xc/lib/fontconfig'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/root/xc/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/root/xc'
make: *** [install] Error 2
(Beispiel ist mit make install, weil's da nur ein paar Sekunden geht, ist aber exakt die gleiche Meldung)
Weiß jemand Rat?