bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ 101982 ] gnustep-back 0.8.4 Xft.h issues


From: nobody
Subject: [ 101982 ] gnustep-back 0.8.4 Xft.h issues
Date: Thu, 20 Mar 2003 12:23:54 -0500


Support Request #101982, was updated on Thu 03/20/03 at 12:23
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101982&group_id=99

Category: None
Status: Open
Priority: 5
Summary: gnustep-back 0.8.4 Xft.h issues

By: miaomix
Date: Thu 03/20/03 at 12:23
Logged In: NO 
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030319

here is the output of compiling gnustep-back 0.8.4 on
my system:

 Compiling file XGContext.m ...
In file included from
../../Headers/xlib/GSXftFontInfo.h:32,
                 from XGContext.m:47:
/usr/X11R6/include/X11/Xft/Xft.h:52: parse error before
"_XftFTlibrary"
/usr/X11R6/include/X11/Xft/Xft.h:52: warning: type
defaults to `int' in declaration of `_XftFTlibrary'
/usr/X11R6/include/X11/Xft/Xft.h:52: warning: data
definition has no type or storage class
/usr/X11R6/include/X11/Xft/Xft.h:86: parse error before
"FT_UInt"
/usr/X11R6/include/X11/Xft/Xft.h:86: warning: no
semicolon at end of struct or union
/usr/X11R6/include/X11/Xft/Xft.h:89: parse error before
'}' token
/usr/X11R6/include/X11/Xft/Xft.h:89: warning: type
defaults to `int' in declaration of `XftGlyphSpec'
/usr/X11R6/include/X11/Xft/Xft.h:89: warning: data
definition has no type or storage class
/usr/X11R6/include/X11/Xft/Xft.h:93: parse error before
"FT_UInt"
/usr/X11R6/include/X11/Xft/Xft.h:93: warning: no
semicolon at end of struct or union
/usr/X11R6/include/X11/Xft/Xft.h:96: parse error before
'}' token
/usr/X11R6/include/X11/Xft/Xft.h:96: warning: type
defaults to `int' in declaration of `XftGlyphFontSpec'
/usr/X11R6/include/X11/Xft/Xft.h:96: warning: data
definition has no type or storage class
/usr/X11R6/include/X11/Xft/Xft.h:190: warning: type
defaults to `int' in declaration of `FT_UInt'
/usr/X11R6/include/X11/Xft/Xft.h:190: parse error
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:256: warning: type
defaults to `int' in declaration of `XftGlyphSpec'
/usr/X11R6/include/X11/Xft/Xft.h:256: parse error
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:262: warning: type
defaults to `int' in declaration of `XftGlyphFontSpec'
/usr/X11R6/include/X11/Xft/Xft.h:262: parse error
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:295: warning: type
defaults to `int' in declaration of `FT_UInt'
/usr/X11R6/include/X11/Xft/Xft.h:295: parse error
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:354: parse error
before "XftLockFace"
/usr/X11R6/include/X11/Xft/Xft.h:354: warning: type
defaults to `int' in declaration of `XftLockFace'
/usr/X11R6/include/X11/Xft/Xft.h:354: warning: data
definition has no type or storage class
/usr/X11R6/include/X11/Xft/Xft.h:393: warning: type
defaults to `int' in declaration of `FT_UInt'
/usr/X11R6/include/X11/Xft/Xft.h:393: parse error
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:399: warning: type
defaults to `int' in declaration of `FT_UInt'
/usr/X11R6/include/X11/Xft/Xft.h:399: parse error
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:408: parse error
before "FT_UInt"
/usr/X11R6/include/X11/Xft/Xft.h:418: parse error
before "XftCharIndex"
/usr/X11R6/include/X11/Xft/Xft.h:420: warning: type
defaults to `int' in declaration of `XftCharIndex'
/usr/X11R6/include/X11/Xft/Xft.h:420: warning: data
definition has no type or storage class
/usr/X11R6/include/X11/Xft/Xft.h:461: warning: type
defaults to `int' in declaration of `FT_UInt'
/usr/X11R6/include/X11/Xft/Xft.h:461: parse error
before '*' token/usr/X11R6/include/X11/Xft/Xft.h:472:
warning: type defaults to `int' in declaration of
`XftGlyphSpec'
/usr/X11R6/include/X11/Xft/Xft.h:472: parse error
before '*' token
/usr/X11R6/include/X11/Xft/Xft.h:493: warning: type
defaults to `int' in declaration of `XftGlyphFontSpec'
/usr/X11R6/include/X11/Xft/Xft.h:493: parse error
before '*' token
make[3]: *** [shared_obj/XGContext.o] Error 1
make[2]: *** [xlib.all.subproject.variables] Error 2
make[2]: Leaving directory
`/root/src/gnustep-back-0.8.4/Source/xlib'
make[1]: *** [libgnustep-back.all.bundle.variables] Error 2
make[1]: Leaving directory
`/root/src/gnustep-back-0.8.4/Source'
make: *** [internal-all] Error 2

this is a gentoo 1.4_rc3 system, XFree86 4.3.0,
fontconfig 1.0.1, freetype 2.1.3

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101982&group_id=99




reply via email to

[Prev in Thread] Current Thread [Next in Thread]