Dear fink user, I use windowmaker but since few weeks the update package failed. Someone have the same kind of problem ? How can I fixe this bug ? The FontSimple.c compilation wrote fontconfig/fontconfig.h: No such file or directory ??? but I have fontconfig with different location : for example /usr/X11R6/include/fontconfig/fontconfig.h gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../wrlib -I../WINGs -I/sw/include -DLOCALEDIR=\"/sw/lib/locale\" -fno-strict-aliasing -g -O2 -c FontSimple.c FontSimple.c:26:35: error: fontconfig/fontconfig.h: No such file or directory FontSimple.c:148: error: 'FC_WEIGHT_LIGHT' undeclared here (not in a function) FontSimple.c:148: error: initializer element is not constant FontSimple.c:148: error: (near initialization for 'fontWeights[2].weight') FontSimple.c:148: error: initializer element is not constant FontSimple.c:148: error: (near initialization for 'fontWeights[2]') FontSimple.c:149: error: initializer element is not constant FontSimple.c:149: error: (near initialization for 'fontWeights[3]') FontSimple.c:150: error: 'FC_WEIGHT_MEDIUM' undeclared here (not in a function) FontSimple.c:150: error: initializer element is not constant FontSimple.c:150: error: (near initialization for 'fontWeights[4].weight') FontSimple.c:150: error: initializer element is not constant FontSimple.c:150: error: (near initialization for 'fontWeights[4]') FontSimple.c:151: error: 'FC_WEIGHT_DEMIBOLD' undeclared here (not in a function) FontSimple.c:151: error: initializer element is not constant FontSimple.c:151: error: (near initialization for 'fontWeights[5].weight') FontSimple.c:151: error: initializer element is not constant FontSimple.c:151: error: (near initialization for 'fontWeights[5]') FontSimple.c:152: error: 'FC_WEIGHT_BOLD' undeclared here (not in a function) FontSimple.c:152: error: initializer element is not constant FontSimple.c:152: error: (near initialization for 'fontWeights[6].weight') FontSimple.c:152: error: initializer element is not constant FontSimple.c:152: error: (near initialization for 'fontWeights[6]') FontSimple.c:153: error: initializer element is not constant FontSimple.c:153: error: (near initialization for 'fontWeights[7]') FontSimple.c:154: error: 'FC_WEIGHT_BLACK' undeclared here (not in a function) FontSimple.c:154: error: initializer element is not constant FontSimple.c:154: error: (near initialization for 'fontWeights[8].weight') FontSimple.c:154: error: initializer element is not constant FontSimple.c:154: error: (near initialization for 'fontWeights[8]') FontSimple.c:155: error: initializer element is not constant FontSimple.c:155: error: (near initialization for 'fontWeights[9]') FontSimple.c:162: error: 'FC_SLANT_ROMAN' undeclared here (not in a function) FontSimple.c:162: error: initializer element is not constant FontSimple.c:162: error: (near initialization for 'fontSlants[0].slant') FontSimple.c:162: error: initializer element is not constant FontSimple.c:162: error: (near initialization for 'fontSlants[0]') FontSimple.c:163: error: 'FC_SLANT_ITALIC' undeclared here (not in a function) FontSimple.c:163: error: initializer element is not constant FontSimple.c:163: error: (near initialization for 'fontSlants[1].slant') FontSimple.c:163: error: initializer element is not constant FontSimple.c:163: error: (near initialization for 'fontSlants[1]') FontSimple.c:164: error: 'FC_SLANT_OBLIQUE' undeclared here (not in a function) FontSimple.c:164: error: initializer element is not constant FontSimple.c:164: error: (near initialization for 'fontSlants[2].slant') FontSimple.c:164: error: initializer element is not constant FontSimple.c:164: error: (near initialization for 'fontSlants[2]') FontSimple.c:165: error: initializer element is not constant FontSimple.c:165: error: (near initialization for 'fontSlants[3]') FontSimple.c: In function 'lookup_available_fonts': FontSimple.c:215: error: 'FcPattern' undeclared (first use in this function) FontSimple.c:215: error: (Each undeclared identifier is reported only once FontSimple.c:215: error: for each function it appears in.) FontSimple.c:215: error: 'pat' undeclared (first use in this function) FontSimple.c:216: error: 'FcObjectSet' undeclared (first use in this function) FontSimple.c:216: error: 'os' undeclared (first use in this function) FontSimple.c:217: error: 'FcFontSet' undeclared (first use in this function) FontSimple.c:217: error: 'fonts' undeclared (first use in this function) FontSimple.c:220: error: 'FC_FAMILY' undeclared (first use in this function) FontSimple.c:220: error: 'FC_WEIGHT' undeclared (first use in this function) FontSimple.c:220: error: 'FC_SLANT' undeclared (first use in this function) FontSimple.c:234: error: 'FcChar8' undeclared (first use in this function) FontSimple.c:234: error: 'name' undeclared (first use in this function) FontSimple.c:238: error: 'FcResultMatch' undeclared (first use in this function) FontSimple.c: In function 'getSelectedFont': FontSimple.c:315: error: 'FcPattern' undeclared (first use in this function) FontSimple.c:315: error: 'pat' undeclared (first use in this function) FontSimple.c:321: error: 'FC_FAMILY' undeclared (first use in this function) FontSimple.c:330: error: 'FC_WEIGHT' undeclared (first use in this function) FontSimple.c:336: error: 'FC_SLANT' undeclared (first use in this function) FontSimple.c:343: error: 'FC_PIXEL_SIZE' undeclared (first use in this function) FontSimple.c:347: warning: assignment makes pointer from integer without a cast FontSimple.c: In function 'selectedOption': FontSimple.c:491: error: 'FcPattern' undeclared (first use in this function) FontSimple.c:491: error: 'pat' undeclared (first use in this function) FontSimple.c:496: error: 'FcChar8' undeclared (first use in this function) FontSimple.c:496: error: 'name' undeclared (first use in this function) FontSimple.c:504: error: 'FC_FAMILY' undeclared (first use in this function) FontSimple.c:504: error: 'FcResultMatch' undeclared (first use in this function) FontSimple.c:527: error: 'FC_WEIGHT' undeclared (first use in this function) FontSimple.c:531: error: 'FC_SLANT' undeclared (first use in this function) FontSimple.c:534: error: 'FC_PIXEL_SIZE' undeclared (first use in this function) make[2]: *** [FontSimple.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 ### execution of export failed, exit code 2 Removing build lock... /sw/bin/dpkg-lockwait -r fink-buildlock-windowmaker-0.92.0-12 (Reading database ... 70785 files and directories currently installed.) Removing fink-buildlock-windowmaker-0.92.0-12 ... Failed: phase compiling: windowmaker-0.92.0-12 failed Before reporting any errors, please run "fink selfupdate" and try again. If you continue to have issues, please check to see if the FAQ on fink's website solves the problem. If not, ask on the fink-users or fink-beginners mailing lists. As a last resort, you can try e-mailing the maintainer directly: Max Horn <[EMAIL PROTECTED]> ---------------------------------------------------------------------------------------------- Eddy Caron. Mcf ENS Lyon ENS Lyon - LIP - Projet GRAAL 46 Allee d'Italie, 69364 Lyon Cedex 07, France E-Mail : [EMAIL PROTECTED] [ Tel : 04.72.72.84.96 ][ Web page : http://graal.ens-lyon.fr/~ecaron ] ------------------------------------------------------------------------------------------------ |
- [Fink-users] fink and windowmaker problem Eddy Caron
- Re: [Fink-users] fink and windowmaker problem Martin Costabel
