On Fri, 31 Oct 2003, Alexander Hansen wrote: > No clues here, because you hid the error under an ellipsis [...] Try > pasting the output from the last compiler line (i.e. compiling gdft.lo).
Ops, sorry. Here is it again. Sorry for the length of this mail... Thanks a lot for any hint! Claus ***** I was updating from Jaguar (10.2.8) to Panther (10.3). After updating, I did fink selfupdate and update-all, but graphviz-1.9-10 has some problems: $ fink --version Package manager version: 0.16.0 Distribution version: 0.6.1.cvs [...] $ sudo fink selfupdate-rsync [...] $ sudo fink update-all [...] gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/freetype2 -I/sw/include/libpng12 -I/sw/include -I/sw/include -I/sw/include -g -O2 -fno-common -Wall -Wno-unknown-pragmas -DNDEBUG -c gdtables.c -MT gdtables.lo -MD -MP -MF .deps/gdtables.TPlo -o gdtables.o echo timestamp > gdtables.lo source='gdft.c' object='gdft.lo' libtool=yes \ depfile='.deps/gdft.Plo' tmpdepfile='.deps/gdft.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/freetype2 -I/sw/include/libpng12 -I/sw/include -I/sw/include -I/sw/include -g -O2 -fno-common -Wall -Wno-unknown-pragmas -DNDEBUG -c -o gdft.lo `test -f gdft.c || echo './'`gdft.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/freetype2 -I/sw/include/libpng12 -I/sw/include -I/sw/include -I/sw/include -g -O2 -fno-common -Wall -Wno-unknown-pragmas -DNDEBUG -c gdft.c -MT gdft.lo -MD -MP -MF .deps/gdft.TPlo -o gdft.o gdft.c:57:30: freetype/ftglyph.h: No such file or directory gdft.c:89: error: parse error before "FT_Library" gdft.c:89: warning: no semicolon at end of struct or union gdft.c:90: warning: type defaults to `int' in declaration of `face' gdft.c:90: warning: data definition has no type or storage class gdft.c:91: error: parse error before "have_char_map_unicode" gdft.c:91: warning: type defaults to `int' in declaration of `have_char_map_unicode' gdft.c:91: warning: type defaults to `int' in declaration of `have_char_map_big5' gdft.c:91: warning: type defaults to `int' in declaration of `have_char_map_sjis' gdft.c:92: warning: type defaults to `int' in declaration of `have_char_map_apple_roman' gdft.c:92: warning: data definition has no type or storage class gdft.c:94: error: parse error before '}' token gdft.c:95: warning: type defaults to `int' in declaration of `font_t' gdft.c:95: warning: data definition has no type or storage class gdft.c:100: error: parse error before "FT_Library" gdft.c:100: warning: no semicolon at end of struct or union gdft.c:102: warning: type defaults to `int' in declaration of `fontkey_t' gdft.c:102: warning: data definition has no type or storage class gdft.c: In function `fontTest': gdft.c:321: error: `a' undeclared (first use in this function) gdft.c:321: error: (Each undeclared identifier is reported only once gdft.c:321: error: for each function it appears in.) gdft.c:321: error: parse error before ')' token gdft.c:322: error: `b' undeclared (first use in this function) gdft.c:322: error: parse error before ')' token gdft.c: In function `fontFetch': gdft.c:330: error: `a' undeclared (first use in this function) gdft.c:331: error: `b' undeclared (first use in this function) gdft.c:331: error: parse error before ')' token gdft.c:339: error: `FT_Error' undeclared (first use in this function) gdft.c:339: error: parse error before "err" gdft.c:340: error: `FT_CharMap' undeclared (first use in this function) gdft.c:343: error: parse error before ')' token gdft.c:414: error: `err' undeclared (first use in this function) gdft.c:414: warning: implicit declaration of function `FT_New_Face' gdft.c:430: error: `charmap' undeclared (first use in this function) gdft.c:439: error: `found' undeclared (first use in this function) gdft.c: In function `fontRelease': gdft.c:471: error: `a' undeclared (first use in this function) gdft.c:471: error: parse error before ')' token gdft.c:473: warning: implicit declaration of function `FT_Done_Face' gdft.c: At top level: gdft.c:559: error: parse error before "FT_Bitmap" gdft.c: In function `gdft_draw_bitmap': gdft.c:569: error: `fg' undeclared (first use in this function) gdft.c:570: error: `im' undeclared (first use in this function) gdft.c:574: error: `bitmap' undeclared (first use in this function) gdft.c:578: error: `pen_y' undeclared (first use in this function) gdft.c:585: error: `ft_pixel_mode_grays' undeclared (first use in this function) gdft.c:594: error: `ft_pixel_mode_mono' undeclared (first use in this function) gdft.c:613: error: `pen_x' undeclared (first use in this function) gdft.c:695: error: `tc_cache' undeclared (first use in this function) gdft.c: At top level: gdft.c:705: error: parse error before "v1" gdft.c: In function `gdroundupdown': gdft.c:707: error: `updown' undeclared (first use in this function) gdft.c:708: error: `v1' undeclared (first use in this function) gdft.c: At top level: gdft.c:717: error: parse error before "library" gdft.c:717: warning: type defaults to `int' in declaration of `library' gdft.c:717: warning: data definition has no type or storage class gdft.c: In function `gdFreeFontCache': gdft.c:725: warning: implicit declaration of function `FT_Done_FreeType' gdft.c: In function `gdImageStringFTEx': gdft.c:745: error: `FT_BBox' undeclared (first use in this function) gdft.c:745: error: parse error before "bbox" gdft.c:746: error: `FT_Matrix' undeclared (first use in this function) gdft.c:747: error: `FT_Vector' undeclared (first use in this function) gdft.c:748: error: `FT_Face' undeclared (first use in this function) gdft.c:749: error: `FT_Glyph' undeclared (first use in this function) gdft.c:750: error: `FT_GlyphSlot' undeclared (first use in this function) gdft.c:751: error: `FT_Error' undeclared (first use in this function) gdft.c:752: error: `FT_Bool' undeclared (first use in this function) gdft.c:753: error: `FT_UInt' undeclared (first use in this function) gdft.c:758: error: `font' undeclared (first use in this function) gdft.c:759: error: parse error before "fontkey" gdft.c:763: error: `FT_BitmapGlyph' undeclared (first use in this function) gdft.c:763: error: parse error before "bm" gdft.c:764: error: `FT_LOAD_RENDER' undeclared (first use in this function) gdft.c:764: error: `FT_LOAD_FORCE_AUTOHINT' undeclared (first use in this function) gdft.c:789: warning: implicit declaration of function `FT_Init_FreeType' gdft.c:800: error: `fontkey' undeclared (first use in this function) gdft.c:802: error: parse error before ')' token gdft.c:809: error: `slot' undeclared (first use in this function) gdft.c:809: error: invalid type argument of `->' gdft.c:811: warning: implicit declaration of function `FT_Set_Char_Size' gdft.c:811: error: `FT_F26Dot6' undeclared (first use in this function) gdft.c:818: error: `matrix' undeclared (first use in this function) gdft.c:818: error: `FT_Fixed' undeclared (first use in this function) gdft.c:823: error: `penf' undeclared (first use in this function) gdft.c:824: error: `pen' undeclared (first use in this function) gdft.c:825: error: `bbox' undeclared (first use in this function) gdft.c:827: error: `use_kerning' undeclared (first use in this function) gdft.c:827: warning: implicit declaration of function `FT_HAS_KERNING' gdft.c:828: error: `previous' undeclared (first use in this function) gdft.c:831: error: `FT_LOAD_MONOCHROME' undeclared (first use in this function) gdft.c:872: error: invalid type argument of `->' gdft.c:939: warning: implicit declaration of function `FT_Set_Transform' gdft.c:941: error: `glyph_index' undeclared (first use in this function) gdft.c:941: warning: implicit declaration of function `FT_Get_Char_Index' gdft.c:946: warning: implicit declaration of function `FT_Get_Kerning' gdft.c:947: error: `ft_kerning_default' undeclared (first use in this function) gdft.c:947: error: `delta' undeclared (first use in this function) gdft.c:952: error: `err' undeclared (first use in this function) gdft.c:952: warning: implicit declaration of function `FT_Load_Glyph' gdft.c:960: warning: implicit declaration of function `FT_Get_Glyph' gdft.c:960: error: `image' undeclared (first use in this function) gdft.c:963: warning: implicit declaration of function `FT_Glyph_Get_CBox' gdft.c:963: error: `ft_glyph_bbox_gridfit' undeclared (first use in this function) gdft.c:963: error: `glyph_bbox' undeclared (first use in this function) gdft.c:993: error: `ft_glyph_format_bitmap' undeclared (first use in this function) gdft.c:995: warning: implicit declaration of function `FT_Glyph_To_Bitmap' gdft.c:995: error: `ft_render_mode_normal' undeclared (first use in this function) gdft.c:1004: error: `bm' undeclared (first use in this function) gdft.c:1004: error: parse error before "image" gdft.c:1019: warning: implicit declaration of function `FT_Done_Glyph' make[2]: *** [gdft.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2 Failed: compiling graphviz-1.9-10 failed ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users