I'm having some trouble building imagemagick (6.3.8-1001) on a MacBook
Pro running 10.5.2.  The build goes fairly far, but reaches a bump at
magick/type.c:

/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./config  
-I./ltdl -I./ltdl  -I/sw/lib/freetype219/include/freetype2 
-I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/include 
-I/sw/lib/freetype219/include -I/sw/lib/freetype219/include/freetype2 
-I/sw/include -I/usr/X11/include -I/sw/include/libxml2  -g -O2 -Wall -W 
-D_THREAD_SAFE -MT magick/magick_libMagickCore_la-type.lo -MD -MP -MF 
magick/.deps/magick_libMagickCore_la-type.Tpo -c -o 
magick/magick_libMagickCore_la-type.lo `test -f 'magick/type.c' || echo 
'./'`magick/type.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl 
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include 
-I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include 
-I/sw/lib/freetype219/include/freetype2 -I/sw/include -I/usr/X11/include 
-I/sw/include/libxml2 -g -O2 -Wall -W -D_THREAD_SAFE -MT 
magick/magick_libMagickCore_la-type.lo -MD -MP -MF 
magick/.deps/magick_libMagickCore_la-type.Tpo -c magick/type.c  -fno-common 
-DPIC -o magick/.libs/magick_libMagickCore_la-type.o
magick/type.c:61:36: error: fontconfig/fontconfig.h: No such file or directory
magick/type.c: In function 'LoadFontConfigFonts':
magick/type.c:658: error: 'FcChar8' undeclared (first use in this function)
magick/type.c:658: error: (Each undeclared identifier is reported only once
magick/type.c:658: error: for each function it appears in.)
magick/type.c:658: error: 'family' undeclared (first use in this function)
magick/type.c:659: error: 'file' undeclared (first use in this function)
magick/type.c:659: warning: left-hand operand of comma expression has no effect
magick/type.c:660: error: 'style' undeclared (first use in this function)
magick/type.c:660: warning: left-hand operand of comma expression has no effect
magick/type.c:660: warning: statement with no effect
magick/type.c:663: error: 'FcConfig' undeclared (first use in this function)
magick/type.c:663: error: 'font_config' undeclared (first use in this function)
magick/type.c:666: error: 'FcFontSet' undeclared (first use in this function)
magick/type.c:666: error: 'font_set' undeclared (first use in this function)
magick/type.c:669: error: 'FcObjectSet' undeclared (first use in this function)
magick/type.c:669: error: 'object_set' undeclared (first use in this function)
magick/type.c:672: error: 'FcPattern' undeclared (first use in this function)
magick/type.c:672: error: 'pattern' undeclared (first use in this function)
magick/type.c:675: error: 'FcResult' undeclared (first use in this function)
magick/type.c:675: error: syntax error before 'status'
magick/type.c:692: warning: implicit declaration of function 
'FcInitLoadConfigAndFonts'
magick/type.c:693: warning: implicit declaration of function 'FcObjectSetBuild'
magick/type.c:693: error: 'FC_FAMILY' undeclared (first use in this function)
magick/type.c:693: error: 'FC_STYLE' undeclared (first use in this function)
magick/type.c:693: error: 'FC_SLANT' undeclared (first use in this function)
magick/type.c:693: error: 'FC_WEIGHT' undeclared (first use in this function)
magick/type.c:694: error: 'FC_FILE' undeclared (first use in this function)
magick/type.c:695: warning: implicit declaration of function 'FcPatternCreate'
magick/type.c:696: warning: implicit declaration of function 'FcFontList'
magick/type.c:697: warning: implicit declaration of function 'FcPatternDestroy'
magick/type.c:698: warning: implicit declaration of function 
'FcObjectSetDestroy'
magick/type.c:699: error: syntax error before ')' token
magick/type.c:701: warning: implicit declaration of function 'FcConfigDestroy'
magick/type.c:706: error: 'status' undeclared (first use in this function)
magick/type.c:706: warning: implicit declaration of function 
'FcPatternGetString'
magick/type.c:708: warning: implicit declaration of function 
'FcPatternGetInteger'
magick/type.c:712: error: 'FcResultMatch' undeclared (first use in this 
function)
magick/type.c:734: error: 'FC_SLANT_ITALIC' undeclared (first use in this 
function)
magick/type.c:736: error: 'FC_SLANT_OBLIQUE' undeclared (first use in this 
function)
magick/type.c:779: warning: implicit declaration of function 'FcFontSetDestroy'
make[1]: *** [magick/magick_libMagickCore_la-type.lo] Error 1
make: *** [all] Error 2

What might be going on?  Might version 6.3.9 help?

Thanks,

Jesse

-- 
Jesse Alama ([EMAIL PROTECTED])


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to