Date: Thu, 25 May 2006 00:49:42 -0400 From: Jonathan Noack <noackjr@alumni.rice.edu> To: mnag@freebsd.org Cc: freebsd-ports@freebsd.org Subject: graphics/ImageMagick build error Message-ID: <44753766.8000601@alumni.rice.edu>
next in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig06BFD08562A3DA71AB0F1BB2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable After the latest ImageMagick port update to 6.2.7.7, I get the following build error on several 6.1-RELEASE and 6.1-STABLE machines (all other ports are up-to-date). It appears to be looking for freetype2 in /usr/local/include whereas it is actually installed in /usr/X11R6/include= =2E =2E.. if /bin/sh ./libtool --silent --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFI= G_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -O -pipe -Wall -MT magick/magick_libMagick_la-type.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-type.Tpo" -c -o magick/magick_libMagick_la-type.lo `test -f 'magick/type.c' || echo './'`magick/type.c; \ then mv -f "magick/.deps/magick_libMagick_la-type.Tpo" "magick/.deps/magick_libMagick_la-type.Plo"; else rm -f "magick/.deps/magick_libMagick_la-type.Tpo"; exit 1; fi magick/type.c:60:36: fontconfig/fontconfig.h: No such file or directory magick/type.c: In function `LoadFontConfigFonts': magick/type.c:613: error: `FcChar8' undeclared (first use in this functio= n) magick/type.c:613: error: (Each undeclared identifier is reported only on= ce magick/type.c:613: error: for each function it appears in.) magick/type.c:613: error: `family' undeclared (first use in this function= ) magick/type.c:614: error: `file' undeclared (first use in this function) magick/type.c:615: error: `style' undeclared (first use in this function)= magick/type.c:615: warning: left-hand operand of comma expression has no effect magick/type.c:615: warning: left-hand operand of comma expression has no effect magick/type.c:618: error: `FcFontSet' undeclared (first use in this function) magick/type.c:618: error: `font_set' undeclared (first use in this functi= on) magick/type.c:621: error: `FcObjectSet' undeclared (first use in this function) magick/type.c:621: error: `object_set' undeclared (first use in this function) magick/type.c:624: error: `FcPattern' undeclared (first use in this function) magick/type.c:624: error: `pattern' undeclared (first use in this functio= n) magick/type.c:627: error: syntax error before "status" magick/type.c:643: warning: implicit declaration of function `FcInit' magick/type.c:644: warning: implicit declaration of function `FcObjectSetBuild' magick/type.c:644: error: `FC_FAMILY' undeclared (first use in this function) magick/type.c:644: error: `FC_STYLE' undeclared (first use in this functi= on) magick/type.c:644: error: `FC_SLANT' undeclared (first use in this functi= on) magick/type.c:644: error: `FC_WIDTH' undeclared (first use in this functi= on) magick/type.c:644: error: `FC_WEIGHT' undeclared (first use in this function) magick/type.c:645: error: `FC_FILE' undeclared (first use in this functio= n) magick/type.c:646: warning: implicit declaration of function `FcPatternCreate' magick/type.c:647: warning: implicit declaration of function `FcFontList'= magick/type.c:648: warning: implicit declaration of function `FcPatternDestroy' magick/type.c:649: warning: implicit declaration of function `FcObjectSetDestroy' magick/type.c:650: error: syntax error before ')' token magick/type.c:652: warning: implicit declaration of function `FcFini' magick/type.c:657: error: `status' undeclared (first use in this function= ) magick/type.c:657: warning: implicit declaration of function `FcPatternGetString' magick/type.c:659: warning: implicit declaration of function `FcPatternGetInteger' magick/type.c:663: error: `FcResultMatch' undeclared (first use in this function) magick/type.c:685: error: `FC_SLANT_ITALIC' undeclared (first use in this function) magick/type.c:687: error: `FC_SLANT_OBLIQUE' undeclared (first use in this function) magick/type.c:690: error: `FC_WIDTH_ULTRACONDENSED' undeclared (first use in this function) magick/type.c:692: error: `FC_WIDTH_EXTRACONDENSED' undeclared (first use in this function) magick/type.c:694: error: `FC_WIDTH_CONDENSED' undeclared (first use in this function) magick/type.c:696: error: `FC_WIDTH_SEMICONDENSED' undeclared (first use in this function) magick/type.c:698: error: `FC_WIDTH_NORMAL' undeclared (first use in this function) magick/type.c:700: error: `FC_WIDTH_SEMIEXPANDED' undeclared (first use in this function) magick/type.c:702: error: `FC_WIDTH_EXPANDED' undeclared (first use in this function) magick/type.c:704: error: `FC_WIDTH_EXTRAEXPANDED' undeclared (first use in this function) magick/type.c:706: error: `FC_WIDTH_ULTRAEXPANDED' undeclared (first use in this function) magick/type.c:709: error: `FC_WEIGHT_THIN' undeclared (first use in this function) magick/type.c:711: error: `FC_WEIGHT_EXTRALIGHT' undeclared (first use in this function) magick/type.c:713: error: `FC_WEIGHT_LIGHT' undeclared (first use in this function) magick/type.c:715: error: `FC_WEIGHT_NORMAL' undeclared (first use in this function) magick/type.c:717: error: `FC_WEIGHT_MEDIUM' undeclared (first use in this function) magick/type.c:719: error: `FC_WEIGHT_DEMIBOLD' undeclared (first use in this function) magick/type.c:721: error: `FC_WEIGHT_BOLD' undeclared (first use in this function) magick/type.c:723: error: `FC_WEIGHT_EXTRABOLD' undeclared (first use in this function) magick/type.c:725: error: `FC_WEIGHT_BLACK' undeclared (first use in this function) magick/type.c:731: warning: implicit declaration of function `FcFontSetDestroy' magick/type.c:612: warning: statement with no effect gmake: *** [magick/magick_libMagick_la-type.lo] Error 1 *** Error code 2 Stop in /usr/ports/graphics/ImageMagick. -Jonathan --=20 Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 --------------enig06BFD08562A3DA71AB0F1BB2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEdTdtUFz01pkdgZURAnOqAJ9VSCRVHMed2kvEXJrH0dCHAGT01QCg5FMs i/tIEb4eQIhuce6y/qD+36U= =f8rz -----END PGP SIGNATURE----- --------------enig06BFD08562A3DA71AB0F1BB2--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44753766.8000601>