Hello,

I have updated my CVS tree and after a successful build, make install stops
at a compile failure in lib/fontconfig/src/fccharset.c.

Oh, by the way is there a way to track recent changes via cvs?

Regards,
Axel

Here is the complete error output..:

gcc -c -O2 -fno-strength-reduce  -ansi -pedantic -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wredundant-decls -Wnested-externs -Wundef
-I-I../../../exports/include/freetype2  -I..  -I../../..
-I../../../exports/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE  -D_GNU_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API
-DFC_FALLBACK_FONTS='"/usr/X11R6/lib/X11/fonts/Type1"'     -fPIC fccharset.c
In file included from fccharset.c:801:
../fontconfig/fcfreetype.h:30: parse error before "FcFreeTypeCharIndex"
../fontconfig/fcfreetype.h:30: parse error before "face"
../fontconfig/fcfreetype.h:30: warning: type defaults to        nt' in
declaration of cFreeTypeCharIndex'
../fontconfig/fcfreetype.h:30: warning: function declaration isn't a
prototype
../fontconfig/fcfreetype.h:30: ISO C forbids data definition with no type or
storage class
../fontconfig/fcfreetype.h:33: parse error before "face"
../fontconfig/fcfreetype.h:33: warning: function declaration isn't a
prototype
fccharset.c:807:5: warning: "FREETYPE_MAJOR" is not defined
fccharset.c:810:6: warning: "FREETYPE_MAJOR" is not defined
fccharset.c:831:2: warning: #warning is a GCC extension
fccharset.c:831:2: warning: #warning "No FT_Get_Next_Char"
fccharset.c:845: parse error before "FT_Encoding"
fccharset.c:845: warning: no semicolon at end of struct or union
fccharset.c:848: parse error before '}' token
fccharset.c:848: warning: type defaults to      nt' in declaration of
cFontDecode'
fccharset.c:848: ISO C forbids data definition with no type or storage class
fccharset.c:1283: parse error before "fcFontDecoders"
fccharset.c:1283: warning: type defaults to     nt' in declaration of
cFontDecoders'
fccharset.c:1284: warning: braces around scalar initializer
fccharset.c:1284: warning: (near initialization for cFontDecoders[0]')
fccharset.c:1284: t_encoding_unicode' undeclared here (not in a function)
fccharset.c:1284: initializer element is not constant
fccharset.c:1284: (near initialization for cFontDecoders[0]')
fccharset.c:1284: warning: excess elements in scalar initializer
fccharset.c:1284: warning: (near initialization for cFontDecoders[0]')
fccharset.c:1284: warning: excess elements in scalar initializer
fccharset.c:1284: warning: (near initialization for cFontDecoders[0]')
fccharset.c:1284: initializer element is not constant
fccharset.c:1284: (near initialization for cFontDecoders[0]')
fccharset.c:1285: warning: braces around scalar initializer
fccharset.c:1285: warning: (near initialization for cFontDecoders[1]')
fccharset.c:1285: t_encoding_symbol' undeclared here (not in a function)
fccharset.c:1285: initializer element is not constant
fccharset.c:1285: (near initialization for cFontDecoders[1]')
fccharset.c:1285: warning: excess elements in scalar initializer
fccharset.c:1285: warning: (near initialization for cFontDecoders[1]')
fccharset.c:1285: warning: excess elements in scalar initializer
fccharset.c:1285: warning: (near initialization for cFontDecoders[1]')
fccharset.c:1285: initializer element is not constant
fccharset.c:1285: (near initialization for cFontDecoders[1]')
fccharset.c:1286: warning: braces around scalar initializer
fccharset.c:1286: warning: (near initialization for cFontDecoders[2]')
fccharset.c:1286: t_encoding_apple_roman' undeclared here (not in a
function)
fccharset.c:1286: initializer element is not constant
fccharset.c:1286: (near initialization for cFontDecoders[2]')
fccharset.c:1286: warning: excess elements in scalar initializer
fccharset.c:1286: warning: (near initialization for cFontDecoders[2]')
fccharset.c:1286: warning: excess elements in scalar initializer
fccharset.c:1286: warning: (near initialization for cFontDecoders[2]')
fccharset.c:1286: initializer element is not constant
fccharset.c:1286: (near initialization for cFontDecoders[2]')
fccharset.c:1287: ISO C forbids data definition with no type or storage
class
fccharset.c:1292: parse error before "FcFreeTypeMapChar"
fccharset.c:1293: warning: return type defaults to      nt'
fccharset.c:1293: warning: no previous prototype for cFreeTypeMapChar'
fccharset.c: In function cFreeTypeMapChar':
fccharset.c:1306: T_ULong' undeclared (first use in this function)
fccharset.c:1306: (Each undeclared identifier is reported only once
fccharset.c:1306: for each function it appears in.)
fccharset.c:1306: parse error before "map"
fccharset.c:1315: parse error before "map"
fccharset.c:1306: warning: statement with no effect
fccharset.c:1315: warning: statement with no effect
fccharset.c: At top level:
fccharset.c:1327: parse error before "FcFreeTypeCharIndex"
fccharset.c:1327: parse error before "face"
fccharset.c:1328: warning: return type defaults to      nt'
fccharset.c:1328: warning: function declaration isn't a prototype
fccharset.c: In function cFreeTypeCharIndex':
fccharset.c:1330: T_UInt' undeclared (first use in this function)
fccharset.c:1330: parse error before "glyphindex"
fccharset.c:1331: T_ULong' undeclared (first use in this function)
fccharset.c:1337: ace' undeclared (first use in this function)
fccharset.c:1340: request for member ncoding' in something not a structure
or union
fccharset.c:1351: request for member ncoding' in something not a structure
or union
fccharset.c:1352: warning: implicit declaration of function
T_Select_Charmap'
fccharset.c:1352: request for member ncoding' in something not a structure
or union
fccharset.c:1354: request for member 
ap' in something not a structure or
unionfccharset.c:1356: harcode' undeclared (first use in this function)
fccharset.c:1356: cs4' undeclared (first use in this function)
fccharset.c:1356: request for member 
ap' in something not a structure or
unionfccharset.c:1361: parse error before "ucs4"
fccharset.c:1362: lyphindex' undeclared (first use in this function)
fccharset.c:1362: warning: implicit declaration of function
T_Get_Char_Index'
fccharset.c: At top level:
fccharset.c:1370: parse error before "face"
fccharset.c:1372: warning: function declaration isn't a prototype
fccharset.c: In function cFreeTypeCheckGlyph':
fccharset.c:1373: T_Int' undeclared (first use in this function)
fccharset.c:1373: parse error before "load_flags"
fccharset.c:1374: T_GlyphSlot' undeclared (first use in this function)
fccharset.c:1383: ace' undeclared (first use in this function)
fccharset.c:1383: T_FACE_FLAG_SCALABLE' undeclared (first use in this
function)
fccharset.c:1384: oad_flags' undeclared (first use in this function)
fccharset.c:1384: T_LOAD_NO_BITMAP' undeclared (first use in this function)
fccharset.c:1386: warning: implicit declaration of function T_Load_Glyph'
fccharset.c:1386: lyph' undeclared (first use in this function)
fccharset.c:1389: lot' undeclared (first use in this function)
fccharset.c:1394: t_glyph_format_bitmap' undeclared (first use in this
function)
fccharset.c:1401: t_glyph_format_outline' undeclared (first use in this
function)
fccharset.c:1413: lanks' undeclared (first use in this function)
fccharset.c:1413: cs4' undeclared (first use in this function)
fccharset.c: At top level:
fccharset.c:1423: parse error before "face"
fccharset.c:1424: warning: function declaration isn't a prototype
fccharset.c: In function cFreeTypeCharSet':
fccharset.c:1434: T_UInt' undeclared (first use in this function)
fccharset.c:1434: parse error before "glyph"
fccharset.c:1442: ace' undeclared (first use in this function)
fccharset.c:1442: request for member ncoding' in something not a structure
or union
fccharset.c:1444: request for member 
ap' in something not a structure or
unionfccharset.c:1454: lyph' undeclared (first use in this function)
fccharset.c:1455: lanks' undeclared (first use in this function)
fccharset.c:1470: parse error before "gindex"
fccharset.c:1472: request for member 
ax' in something not a structure or
unionfccharset.c:1476: warning: redundant redeclaration of
T_Get_Char_Index' in same scope
fccharset.c:1454: warning: previous declaration of T_Get_Char_Index'
fccharset.c:1479: index' undeclared (first use in this function)
fccharset.c:1483: warning: left-hand operand of comma expression has no
effect
fccharset.c:1483: warning: left-hand operand of comma expression has no
effect
fccharset.c:1513: warning: left-hand operand of comma expression has no
effect
fccharset.c:1513: warning: left-hand operand of comma expression has no
effect
make[4]: *** [fccharset.o] Error 1
make[4]: Leaving directory /usr/local/src/x/xc/lib/fontconfig/src'
make[3]: *** [install] Error 2
make[3]: Leaving directory /usr/local/src/x/xc/lib/fontconfig'
make[2]: *** [install] Error 2
make[2]: Leaving directory /usr/local/src/x/xc/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory /usr/local/src/x/xc'
make: *** [install] Error 2

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to