discuss-gnustep
[Top][All Lists]
Advanced

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

Which freetype for backart?


From: Boudewijn Rempt
Subject: Which freetype for backart?
Date: Mon, 09 Jun 2003 15:18:04 +0200
User-agent: KNode/0.7.2

I'm trying to compile GNUstep on new SuSE 8.2 system, and I thought I'd try
the art backend for a change, but I'm having problems. Configure no longer
complains about unusable xft headers -- which it did on SuSE 8.1, but now
compilation problems:

Compiling file ftfont.m ...
ftfont.m:82: error: parse error before "FTC_ImageDesc"
ftfont.m: In function `add_face':
ftfont.m:291: warning: comparison between signed and unsigned
ftfont.m: In function `load_font_configuration':
ftfont.m:431: warning: comparison between signed and unsigned
ftfont.m:494: warning: comparison between signed and unsigned
ftfont.m: In function `-[FTFontInfo initWithFontName:matrix:screenFont:]':
ftfont.m:637: error: `imgd' undeclared (first use in this function)
ftfont.m:637: error: (Each undeclared identifier is reported only once
ftfont.m:637: error: for each function it appears in.)
ftfont.m: In function `-[FTFontInfo
drawString:at::to::::::::color::::transform:drawinfo:]':
ftfont.m:751: error: `FTC_ImageDesc' undeclared (first use in this function)
ftfont.m:751: error: parse error before "cur"
ftfont.m:778: error: `cur' undeclared (first use in this function)
ftfont.m:778: error: `imgd' undeclared (first use in this function)
ftfont.m:909: error: `fallback' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo
drawGlyphs::at::to::::::color::::transform:drawinfo:]':
ftfont.m:1166: error: `FTC_ImageDesc' undeclared (first use in this
function)
ftfont.m:1166: error: parse error before "cur"
ftfont.m:1193: error: `cur' undeclared (first use in this function)
ftfont.m:1193: error: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo glyphIsEncoded:]':
ftfont.m:1498: error: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo advancementForGlyph:]':
ftfont.m:1524: error: `FTC_ImageDesc' undeclared (first use in this
function)
ftfont.m:1524: error: parse error before "cur"
ftfont.m:1527: error: `cur' undeclared (first use in this function)
ftfont.m:1527: error: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo boundingRectForGlyph:]':
ftfont.m:1608: error: `FTC_ImageDesc' undeclared (first use in this
function)
ftfont.m:1608: error: `cur' undeclared (first use in this function)
ftfont.m:1615: error: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo
positionOfGlyph:precededByGlyph:isNominal:]':
ftfont.m:1650: error: `imgd' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo widthOfString:]':
ftfont.m:1685: error: `FTC_ImageDesc' undeclared (first use in this
function)
ftfont.m:1685: error: `cur' undeclared (first use in this function)
ftfont.m:1688: error: `imgd' undeclared (first use in this function)
ftfont.m:1700: error: `fallback' undeclared (first use in this function)

ftfont.m: In function `-[FTFontInfo outlineString:at::gstate:]':
ftfont.m:1898: error: `FTC_ImageDesc' undeclared (first use in this
function)
ftfont.m:1898: error: parse error before "cur"
ftfont.m:1917: error: `cur' undeclared (first use in this function)
ftfont.m:1917: error: `imgd' undeclared (first use in this function)
ftfont.m:1933: error: `fallback' undeclared (first use in this function)
ftfont.m: In function `-[FTFontInfo(subpixel)
_drawGlyphs::at::to::::::color::::transform:drawinfo:]':
ftfont.m:2068: error: `FTC_ImageDesc' undeclared (first use in this
function)
ftfont.m:2068: error: parse error before "cur"
ftfont.m:2093: error: `cur' undeclared (first use in this function)
ftfont.m:2093: error: `imgd' undeclared (first use in this function)
ftfont.m:2116: warning: left-hand operand of comma expression has no effect
ftfont.m:2116: warning: left-hand operand of comma expression has no effect
ftfont.m: In function `-[NSFont(backend) glyphForCharacter:]':
ftfont.m:2425: error: structure has no member named `imgd'
ftfont.m: In function `-[NSFont(backend) nameOfGlyph:]':
ftfont.m:2441: error: structure has no member named `imgd'
ftfont.m: In function `-[GSLayoutManager(backend)
_generateGlyphsForRun:at:]':
ftfont.m:2518: error: structure has no member named `imgd'
ftfont.m:2527: warning: comparison between signed and unsigned
ftfont.m:2531: warning: comparison between signed and unsigned
ftfont.m:2534: warning: comparison between signed and unsigned
ftfont.m: In function `-[FTFontInfo(experimental)
glyph:printing:extension:nameOfGlyph:]':
ftfont.m:2641: error: `imgd' undeclared (first use in this function)
make[3]: *** [shared_obj/ftfont.o] Error 1
make[2]: *** [art.all.subproject.variables] Error 2
make[2]: Leaving directory
`/home/boudewijn/src/gnustep/gnustep/core/back/Source/art'
make[1]: *** [libgnustep-back.all.bundle.variables] Error 2
make[1]: Leaving directory
`/home/boudewijn/src/gnustep/gnustep/core/back/Source'
make: *** [internal-all] Error 2

These are my freetype installs:

bash-2.05b# rpm -qa | grep freetype
freetype2-2.1.3-35
freetype2-devel-2.1.3-35

Wrong version? Or am I doing something else wrong?

-- 
Boudewijn | http://www.valdyas.org


reply via email to

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