freetype-devel
[Top][All Lists]
Advanced

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

[Devel] [ freetype-Support Requests-488272 ] Cannot Install GD with Free


From: noreply
Subject: [Devel] [ freetype-Support Requests-488272 ] Cannot Install GD with FreeType
Date: Sun, 02 Dec 2001 21:04:57 -0800

Support Requests item #488272, was opened at 2001-12-02 21:04
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=203157&aid=488272&group_id=3157

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot Install GD with FreeType

Initial Comment:
I've tried and tried and tried, and I just CAN'T get 
GD to compile with FreeType! I've gone over the 
documentation with a fine-tooth comb and there's NO 
REASON why GD shouldn't compile. When I use 
the "instructed" make setup, make, make, make modules, 
make install, and try to compile, I get an "Unable to 
find freetype.h" error. This is because everything is 
put into a freetype subdirectory in the install 
directory. So I move everything down a directory and I 
get this output:

[root gd]# make
gcc -I. -I/usr/local/include/freetype2 -
I/usr/include/X11 -I/usr/X11R6/include/X11 -
I/usr/local/include  -O -DHAVE_LIBXPM -DHAVE_LIBPNG -
DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DHAVE_LIBTTF    -c -
o gdttf.o gdttf.c
gdttf.c:66: parse error before `TT_Engine'
gdttf.c:66: warning: no semicolon at end of struct or 
union
gdttf.c:67: warning: data definition has no type or 
storage class
gdttf.c:68: parse error before `properties'
gdttf.c:68: warning: data definition has no type or 
storage class
gdttf.c:69: parse error before `instance'
gdttf.c:69: warning: data definition has no type or 
storage class
gdttf.c:70: parse error before `char_map_Unicode'
gdttf.c:70: warning: data definition has no type or 
storage class
gdttf.c:72: parse error before `matrix'
gdttf.c:72: warning: data definition has no type or 
storage class
gdttf.c:73: parse error before `imetrics'
gdttf.c:73: warning: data definition has no type or 
storage class
gdttf.c:75: parse error before `}'
gdttf.c:75: warning: data definition has no type or 
storage class
gdttf.c:81: parse error before `TT_Engine'
gdttf.c:81: warning: no semicolon at end of struct or 
union
gdttf.c:82: warning: data definition has no type or 
storage class
gdttf.c:87: parse error before `TT_Glyph'
gdttf.c:87: warning: no semicolon at end of struct or 
union
gdttf.c:88: warning: data definition has no type or 
storage class
gdttf.c:89: parse error before `outline'
gdttf.c:89: warning: data definition has no type or 
storage class
gdttf.c:90: parse error before `oldx'
gdttf.c:90: warning: data definition has no type or 
storage class
gdttf.c:91: parse error before `Bit'
gdttf.c:91: warning: data definition has no type or 
storage class
gdttf.c:95: parse error before `}'
gdttf.c:95: warning: data definition has no type or 
storage class
gdttf.c:100: parse error before `font_t'
gdttf.c:100: warning: no semicolon at end of struct or 
union
gdttf.c:101: warning: data definition has no type or 
storage class
gdttf.c:112: parse error before `glyph_t'
gdttf.c:112: warning: no semicolon at end of struct or 
union
gdttf.c:113: warning: data definition has no type or 
storage class
gdttf.c: In function `fontTest':
gdttf.c:315: `a' undeclared (first use in this 
function)
gdttf.c:315: (Each undeclared identifier is reported 
only once
gdttf.c:315: for each function it appears in.)
gdttf.c:315: parse error before `)'
gdttf.c:316: `b' undeclared (first use in this 
function)
gdttf.c:316: parse error before `)'
gdttf.c: In function `fontFetch':
gdttf.c:326: `TT_Error' undeclared (first use in this 
function)
gdttf.c:326: parse error before `err'
gdttf.c:327: `a' undeclared (first use in this 
function)
gdttf.c:328: `b' undeclared (first use in this 
function)
gdttf.c:328: parse error before `)'
gdttf.c:332: parse error before `)'
gdttf.c:340: `err' undeclared (first use in this 
function)
gdttf.c:341: `TT_Err_Could_Not_Open_File' undeclared 
(first use in this function)
gdttf.c:363: `TT_F26Dot6' undeclared (first use in 
this function)
gdttf.c:373: `n' undeclared (first use in this 
function)
gdttf.c:375: `map_found' undeclared (first use in this 
function)
gdttf.c:380: `i' undeclared (first use in this 
function)
gdttf.c:381: `platform' undeclared (first use in this 
function)
gdttf.c:381: `encoding' undeclared (first use in this 
function)
gdttf.c:412: `TT_Fixed' undeclared (first use in this 
function)
gdttf.c: In function `fontRelease':
gdttf.c:426: `a' undeclared (first use in this 
function)
gdttf.c:426: parse error before `)'
gdttf.c: In function `glyphTest':
gdttf.c:441: `a' undeclared (first use in this 
function)
gdttf.c:441: parse error before `)'
gdttf.c:442: `b' undeclared (first use in this 
function)
gdttf.c:442: parse error before `)'
gdttf.c: In function `glyphFetch':
gdttf.c:451: `a' undeclared (first use in this 
function)
gdttf.c:452: `b' undeclared (first use in this 
function)
gdttf.c:452: parse error before `)'
gdttf.c:458: parse error before `)'
gdttf.c:470: `flags' undeclared (first use in this 
function)
gdttf.c:470: `TTLOAD_SCALE_GLYPH' undeclared (first 
use in this function)
gdttf.c:472: `TTLOAD_HINT_GLYPH' undeclared (first use 
in this function)
gdttf.c:475: `glyph_code' undeclared (first use in 
this function)
gdttf.c:483: `err' undeclared (first use in this 
function)
gdttf.c:500: `cos_a' undeclared (first use in this 
function)
gdttf.c:501: `sin_a' undeclared (first use in this 
function)
gdttf.c:502: `crect' undeclared (first use in this 
function)
gdttf.c:518: `TT_Flow_Up' undeclared (first use in 
this function)
gdttf.c: In function `glyphRelease':
gdttf.c:538: `a' undeclared (first use in this 
function)
gdttf.c:538: parse error before `)'
gdttf.c: In function `bitmapTest':
gdttf.c:552: `b' undeclared (first use in this 
function)
gdttf.c:552: parse error before `)'
gdttf.c: In function `bitmapFetch':
gdttf.c:565: `b' undeclared (first use in this 
function)
gdttf.c:565: parse error before `)'
gdttf.c:572: warning: unreachable code at beginning of 
switch statement
gdttf.c: At top level:
gdttf.c:647: parse error before `font_t'
gdttf.c: In function `gdttfchar':
gdttf.c:660: `glyph' undeclared (first use in this 
function)
gdttf.c:661: `glyphkey_t' undeclared (first use in 
this function)
gdttf.c:661: parse error before `glyphkey'
gdttf.c:662: `bitmapkey_t' undeclared (first use in 
this function)
gdttf.c:669: `tweenColorCache' undeclared (first use 
in this function)
gdttf.c:674: `font' undeclared (first use in this 
function)
gdttf.c:675: `next' undeclared (first use in this 
function)
gdttf.c:717: `glyphkey' undeclared (first use in this 
function)
gdttf.c:720: parse error before `)'
gdttf.c:724: `bbox' undeclared (first use in this 
function)
gdttf.c:725: `advance' undeclared (first use in this 
function)
gdttf.c:728: `im' undeclared (first use in this 
function)
gdttf.c:728: `fg' undeclared (first use in this 
function)
gdttf.c:732: `bitmapkey' undeclared (first use in this 
function)
gdttf.c:732: `x1' undeclared (first use in this 
function)
gdttf.c:733: invalid operands to binary &
gdttf.c:738: `x' undeclared (first use in this 
function)
gdttf.c:739: `y' undeclared (first use in this 
function)
gdttf.c:739: invalid operands to binary &
gdttf.c:740: `tweencolorkey' undeclared (first use in 
this function)
gdttf.c:764: `tweencolor' undeclared (first use in 
this function)
gdttf.c: In function `gdImageStringTTF':
gdttf.c:781: `TT_F26Dot6' undeclared (first use in 
this function)
gdttf.c:781: parse error before `ur_x'
gdttf.c:783: `TT_BBox' undeclared (first use in this 
function)
gdttf.c:783: `bbox' undeclared (first use in this 
function)
gdttf.c:784: parse error before `double'
gdttf.c:786: `font' undeclared (first use in this 
function)
gdttf.c:787: `fontkey_t' undeclared (first use in this 
function)
gdttf.c:787: parse error before `fontkey'
gdttf.c:796: `fontCache' undeclared (first use in this 
function)
gdttf.c:797: `engine' undeclared (first use in this 
function)
gdttf.c:806: `fontkey' undeclared (first use in this 
function)
gdttf.c:810: parse error before `)'
gdttf.c:814: `sin_a' undeclared (first use in this 
function)
gdttf.c:815: `cos_a' undeclared (first use in this 
function)
gdttf.c:817: `advance_x' undeclared (first use in this 
function)
gdttf.c:817: `advance_y' undeclared (first use in this 
function)
gdttf.c:822: `tmpstr' undeclared (first use in this 
function)
gdttf.c:824: `next' undeclared (first use in this 
function)
gdttf.c:832: `ch' undeclared (first use in this 
function)
gdttf.c:848: `x1' undeclared (first use in this 
function)
gdttf.c:851: `error' undeclared (first use in this 
function)
gdttf.c:851: `advance' undeclared (first use in this 
function)
gdttf.c:854: `i' undeclared (first use in this 
function)
gdttf.c:855: `ll_x' undeclared (first use in this 
function)
gdttf.c:856: `ll_y' undeclared (first use in this 
function)
gdttf.c:857: `ur_x' undeclared (first use in this 
function)
gdttf.c:858: `ur_y' undeclared (first use in this 
function)
make: *** [gdttf.o] Error 1
[root gd]# 

What *am* I doing wrong?! I'm stumped!

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=203157&aid=488272&group_id=3157



reply via email to

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