Hello, The latest release 2.7.0 won't build for Windows. It was pretty obviously broken by commit f69db8d49cbd929b80527719be6c0b1e6d49ccac "Consistently use FcStat() over stat() in all places" that introduces a prototype in #ifdef _WIN32 with a missing trailing ";" ... This fixes the build: --- fontconfig/src/fcint.h 2009-06-28 04:19:13.000000000 +0200 +++ fontconfig/src/fcint.h 2009-06-28 04:19:27.000000000 +0200 @@ -538,7 +538,7 @@ #ifdef _WIN32 FcPrivate int -FcStat (const char *file, struct stat *statb) +FcStat (const char *file, struct stat *statb); #else #define FcStat stat #endif Do you plan on making a new release to fix this? Kind regards, -- Pierre Ynard "Une âme dans un corps, c'est comme un dessin sur une feuille de papier." _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig