discuss-gnustep
[Top][All Lists]
Advanced

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

Backend compile errors with --enable-graphics=art


From: Raffael Herzog
Subject: Backend compile errors with --enable-graphics=art
Date: Sat, 03 May 2003 14:20:14 +0200

Hi,

I'd like to compile GNUstep with TrueType font support. AFAIK, I need the art backend for this to work. Unfortunately, compiling the art backend gives me the following errors:

Compiling file ftfont.m ...
ftfont.m:82: syntax error before "FTC_ImageDesc"
ftfont.m: In function `-[FTFontInfo initWithFontName:matrix:screenFont:]':
ftfont.m:634: `imgd' undeclared (first use in this function)
ftfont.m:634: (Each undeclared identifier is reported only once
ftfont.m:634: for each function it appears in.)
ftfont.m: In function `-[FTFontInfo drawString:at::to::::::color::::transform:drawinfo:]':
ftfont.m:746: `FTC_ImageDesc' undeclared (first use in this function)
ftfont.m:746: syntax error before "cur"
ftfont.m:771: `cur' undeclared (first use in this function)
ftfont.m:771: `imgd' undeclared (first use in this function)
ftfont.m:902: `fallback' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo drawGlyphs::at::to::::::color::::transform:drawinfo:]':
ftfont.m:1138: `FTC_ImageDesc' undeclared (first use in this function)
ftfont.m:1138: syntax error before "cur"
ftfont.m:1163: `cur' undeclared (first use in this function)
ftfont.m:1163: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo glyphIsEncoded:]':
ftfont.m:1452: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo advancementForGlyph:]':
ftfont.m:1469: `FTC_ImageDesc' undeclared (first use in this function)
ftfont.m:1469: syntax error before "cur"
ftfont.m:1472: `cur' undeclared (first use in this function)
ftfont.m:1472: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo boundingRectForGlyph:]':
ftfont.m:1550: `FTC_ImageDesc' undeclared (first use in this function)
ftfont.m:1550: `cur' undeclared (first use in this function)
ftfont.m:1555: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo positionOfGlyph:precededByGlyph:isNominal:]':
ftfont.m:1586: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo widthOfString:]':
ftfont.m:1621: `FTC_ImageDesc' undeclared (first use in this function)
ftfont.m:1621: `cur' undeclared (first use in this function)
ftfont.m:1624: `imgd' undeclared (first use in this function)
ftfont.m:1636: `fallback' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo outlineString:at::gstate:]':
ftfont.m:1834: `FTC_ImageDesc' undeclared (first use in this function)
ftfont.m:1834: syntax error before "cur"
ftfont.m:1853: `cur' undeclared (first use in this function)
ftfont.m:1853: `imgd' undeclared (first use in this function)
ftfont.m:1869: `fallback' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo(subpixel) _drawString:at::to::::::color::::transform:drawinfo:]':
ftfont.m:2006: `FTC_ImageDesc' undeclared (first use in this function)
ftfont.m:2006: syntax error before "cur"
ftfont.m:2032: `cur' undeclared (first use in this function)
ftfont.m:2032: `imgd' undeclared (first use in this function)
ftfont.m:2055: warning: left-hand operand of comma expression has no effect
ftfont.m:2055: warning: left-hand operand of comma expression has no effect
ftfont.m:2146: `fallback' undeclared (first use in this function)
ftfont.m: In function `-[NSFont(backend) glyphForCharacter:]':
ftfont.m:2425: structure has no member named `imgd'
ftfont.m: In function `-[NSFont(backend) nameOfGlyph:]':
ftfont.m:2439: structure has no member named `imgd'
ftfont.m: In function `-[GSLayoutManager(backend) _generateGlyphsForRun:at:]':
ftfont.m:2516: structure has no member named `imgd'
ftfont.m: In function `-[FTFontInfo(experimental) glyph:printing:extension:nameOfGlyph:]':
ftfont.m:2638: `imgd' undeclared (first use in this function)

Any ideas? To me, it looks like broken code...


TIA,
 Raffi

--
 The difference between theory and practice is that in theory, there is
                no difference, but in practice, there is.

Raffael Herzog - herzog@raffael.ch - http://www.raffael.ch - ICQ #67961355





reply via email to

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