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
gdft.c:1466: error: syntax error before '*' token
gdft.c:1466: error: syntax error before '*' token
gdft.c: In function 'find_font':
gdft.c:1468: error: 'FcResult' undeclared (first use in this function)
gdft.c:1468: error: (Each undeclared identifier is reported only once
gdft.c:1468: error: for each function it appears in.)
gdft.c:1468: error: syntax error before 'result'
gdft.c:1470: error: 'pattern' undeclared (first use in this function)
gdft.c:1470: error: 'FcMatchPattern' undeclared (first use in this function)
gdft.c:1471: error: 'FcMatchFont' undeclared (first use in this function)
gdft.c:1474: error: 'result' undeclared (first use in this function)
gdft.c:1474: warning: return makes pointer from integer without a cast
gdft.c: At top level:
gdft.c:1479: error: syntax error before '*' token
gdft.c: In function 'find_postscript_font':
gdft.c:1481: error: 'FcPattern' undeclared (first use in this function)
gdft.c:1481: error: 'font' undeclared (first use in this function)
gdft.c:1484: error: 'fontpattern' undeclared (first use in this function)
gdft.c:1486: error: 'fontname' undeclared (first use in this function)
gdft.c:1487: error: 'FcChar8' undeclared (first use in this function)
gdft.c:1487: error: 'family' undeclared (first use in this function)
gdft.c:1489: error: 'pattern' undeclared (first use in this function)
gdft.c:1491: error: 'FC_FAMILY' undeclared (first use in this function)
gdft.c:1491: error: 'FcTypeString' undeclared (first use in this function)
gdft.c:1492: error: 'FC_STYLE' undeclared (first use in this function)
gdft.c:1497: error: 'FcResultMatch' undeclared (first use in this function)
gdft.c: In function 'font_pattern':
gdft.c:1516: error: 'FcPattern' undeclared (first use in this function)
gdft.c:1516: error: 'font' undeclared (first use in this function)
gdft.c:1517: error: 'FcChar8' undeclared (first use in this function)
gdft.c:1517: error: 'file' undeclared (first use in this function)
gdft.c:1518: error: 'pattern' undeclared (first use in this function)
gdft.c:1531: error: syntax error before 'FcChar8'
gdft.c:1538: error: 'FC_FILE' undeclared (first use in this function)
gdft.c:1538: error: 'FcResultMatch' undeclared (first use in this function)
make[2]: *** [gdft.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
------------------------------------------------------------------------------
imagemacik
------------------------------------------------------------------------------
/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
### execution of /var/tmp/tmp.1.o5uD8Z failed, exit code 2
------------------------------------------------------------------------------
lesstiff
------------------------------------------------------------------------------
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include/Motif-2.1
-I../../include/Motif-2.1 -I/usr/X11R6/include -I/sw/include
-I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11R6/include -g -O2 -c
Print.c -fno-common -DPIC -o .libs/Print.o
In file included from /usr/X11/include/freetype2/freetype/freetype.h:41,
from /usr/X11R6/include/X11/Xft/Xft.h:42,
from ../../include/Motif-2.1/XmI/XmI.h:50,
from Print.c:61:
/usr/X11/include/freetype2/freetype/config/ftconfig.h:65:1: warning:
"SIZEOF_LONG" redefined
In file included from Print.c:28:
../../include/LTconfig.h:308:1: warning: this is the location of the previous
definition
In file included from ../../include/Motif-2.1/XmI/XmI.h:50,
from Print.c:61:
/usr/X11R6/include/X11/Xft/Xft.h:43:35: error: fontconfig/fontconfig.h: No such
file or directory
In file included from /usr/X11R6/include/X11/Xft/Xft.h:53,
from ../../include/Motif-2.1/XmI/XmI.h:50,
from Print.c:61:
/usr/X11R6/include/X11/Xft/XftCompat.h:33: error: syntax error before
'XftChar8'/usr/X11R6/include/X11/Xft/XftCompat.h:33: warning: data definition
has no type or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:34: error: syntax error before
'XftChar16'
/usr/X11R6/include/X11/Xft/XftCompat.h:34: warning: data definition has no type
or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:35: error: syntax error before
'XftChar32'
/usr/X11R6/include/X11/Xft/XftCompat.h:35: warning: data definition has no type
or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:89: error: syntax error before 'XftType'
/usr/X11R6/include/X11/Xft/XftCompat.h:89: warning: data definition has no type
or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:91: error: syntax error before
'XftMatrix'
/usr/X11R6/include/X11/Xft/XftCompat.h:91: warning: data definition has no type
or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:95: error: syntax error before
'XftResult'
/usr/X11R6/include/X11/Xft/XftCompat.h:95: warning: data definition has no type
or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:102: error: syntax error before
'XftValue'
/usr/X11R6/include/X11/Xft/XftCompat.h:102: warning: data definition has no
type or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:103: error: syntax error before
'XftPattern'
/usr/X11R6/include/X11/Xft/XftCompat.h:103: warning: data definition has no
type or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:104: error: syntax error before
'XftFontSet'
/usr/X11R6/include/X11/Xft/XftCompat.h:104: warning: data definition has no
type or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:105: error: syntax error before
'XftObjectSet'
/usr/X11R6/include/X11/Xft/XftCompat.h:105: warning: data definition has no
type or storage class
/usr/X11R6/include/X11/Xft/XftCompat.h:161: error: syntax error before
'XftNameUnparse'
/usr/X11R6/include/X11/Xft/XftCompat.h:161: error: syntax error before '*'
token/usr/X11R6/include/X11/Xft/XftCompat.h:161: warning: data definition has
no type or storage class
In file included from ../../include/Motif-2.1/XmI/XmI.h:50,
from Print.c:61:
/usr/X11R6/include/X11/Xft/Xft.h:71: error: syntax error before 'FcCharSet'
/usr/X11R6/include/X11/Xft/Xft.h:71: warning: no semicolon at end of struct or
union
/usr/X11R6/include/X11/Xft/Xft.h:72: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:73: error: syntax error before '}' token
/usr/X11R6/include/X11/Xft/Xft.h:73: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:83: error: syntax error before 'FcChar32'
/usr/X11R6/include/X11/Xft/Xft.h:83: warning: no semicolon at end of struct or
union
/usr/X11R6/include/X11/Xft/Xft.h:86: error: syntax error before '}' token
/usr/X11R6/include/X11/Xft/Xft.h:86: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:89: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:89: warning: no semicolon at end of struct or
union
/usr/X11R6/include/X11/Xft/Xft.h:90: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:93: error: syntax error before '}' token
/usr/X11R6/include/X11/Xft/Xft.h:93: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:102: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:102: warning: no semicolon at end of struct or
union
/usr/X11R6/include/X11/Xft/Xft.h:106: error: syntax error before '}' token
/usr/X11R6/include/X11/Xft/Xft.h:106: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:137: error: syntax error before 'XftDirScan'
/usr/X11R6/include/X11/Xft/Xft.h:137: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:137: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:140: error: syntax error before 'XftDirSave'
/usr/X11R6/include/X11/Xft/Xft.h:140: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:140: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:147: error: syntax error before 'FcPattern'
/usr/X11R6/include/X11/Xft/Xft.h:150: error: syntax error before 'FcPattern'
/usr/X11R6/include/X11/Xft/Xft.h:197: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:206: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:215: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:224: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:233: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:242: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:252: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:259: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:265: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:272: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:304: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:311: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:318: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:325: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:332: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:339: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:346: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:349: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:350: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:352: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:353: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:355: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:356: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:358: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:359: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:364: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:367: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:370: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:376: error: syntax error before
'XftFontInfoHash'
/usr/X11R6/include/X11/Xft/Xft.h:376: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:379: error: syntax error before
'XftFontInfoEqual'
/usr/X11R6/include/X11/Xft/Xft.h:379: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:381: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:383: error: syntax error before 'FcPattern'
/usr/X11R6/include/X11/Xft/Xft.h:384: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:386: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:387: error: syntax error before 'FcPattern'
/usr/X11R6/include/X11/Xft/Xft.h:387: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:389: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:390: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:390: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:393: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:396: error: syntax error before
'XftInitFtLibrary'
/usr/X11R6/include/X11/Xft/Xft.h:396: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:401: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:408: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:415: error: syntax error before
'XftFontCheckGlyph'
/usr/X11R6/include/X11/Xft/Xft.h:416: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:420: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:423: error: syntax error before
'XftCharExists'/usr/X11R6/include/X11/Xft/Xft.h:424: error: syntax error before
'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:425: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:429: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:434: error: syntax error before 'XftInit'
/usr/X11R6/include/X11/Xft/Xft.h:434: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:441: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:444: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:448: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:448: warning: data definition has no type or
storage class
/usr/X11R6/include/X11/Xft/Xft.h:455: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:468: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:479: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:493: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:503: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:510: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:523: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:536: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:549: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:562: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:575: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:588: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:601: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:614: error: syntax error before 'XftFont'
/usr/X11R6/include/X11/Xft/Xft.h:627: error: syntax error before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:628: warning: data definition has no type or
storage class
In file included from Print.c:61:
../../include/Motif-2.1/XmI/XmI.h:101: error: syntax error before 'XftPattern'
../../include/Motif-2.1/XmI/XmI.h:101: warning: no semicolon at end of struct
or union
../../include/Motif-2.1/XmI/XmI.h:102: warning: data definition has no type or
storage class
../../include/Motif-2.1/XmI/XmI.h:107: error: syntax error before '}' token
../../include/Motif-2.1/XmI/XmI.h:107: warning: data definition has no type or
storage class
../../include/Motif-2.1/XmI/XmI.h:112: error: syntax error before
'_XmRendition'../../include/Motif-2.1/XmI/XmI.h:112: warning: no semicolon at
end of struct or union
make[2]: *** [Print.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
### execution of make failed, exit code 2
------------------------------------------------------------------------------
--
Itai
Itai Seggev, Knox College, Mathematics Department
In 1997 a group of programmers started writing a desktop environment to fix a
travesty they didn't create. Their program promptly found its way onto un*x
systems everywhere. Today, still opposed by a software monopolist, they survive
as soldiers of fortune. If you share their vision, if you know you can help,
and if you can connect to internet, maybe you can join... the K-Team.
-------------------------------------------------------------------------
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