Itai Seggev wrote: > > In the past week I've upgraded to Leopard from Tiger (PowerbookG4 12" (6,8)). > I did a fink selfupdate && fink update-all and it seemed to recognize that it > was under leopard and most things upgraded fine, but above packages > consistently fail to compile. (Exact error messages below.) Any suggestions? > I have installed the XQuartz 2.1.3 package installed. > > > gd2 > ------------------------------------------------------------------------------ > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11/include/freetype2 > -I/usr/X11/include -I/usr/X11R6/include -I/sw/include -I/usr/X11R6/include -g > -O2 -c gdft.c -fno-common -DPIC -o .libs/gdft.o > gdft.c:1403:35: error: fontconfig/fontconfig.h: No such file or directory [etc]
All these packages agree that your X11 installation is incomplete, because you don't have the file /usr/X11R6/include/fontconfig/fontconfig.h This file is installed either by the X11SDK.pkg from the xcode tools on the system DVD or by one of the recent xquartz updates (2.1.4 or later). It is also a file that is known to be "forgotten" occasionally by the Apple installer. Since you already updated your X11 from the macosforge site, I would suggest to reinstall your xquartz update, but not the old 2.1.3. There is version 2.2.3 now. -- Martin ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
