To summarize the problem so the message is not too long, I tried to
install pfaedit with DarwinPorts' freetype, and received an error.
Then, I was consulted that the freetype supplied from Apple is better
than the one from DP, so I cleaned and uninstalled freetype, and then
tried installing pfaedit and still get an error (which is below). I did
verify that the X11SDK is installed. My computer's information is as
follows:
Mac OS X 10.3.2 (7D24) (fully updated)
PowerBook G4 / 400 MHz / 640 MB RAM
Thanks again for everyone's assistance.
-Anthony
---> Building pfaedit with target all
Error: Target com.apple.build returned: shell command "cd
"/Users/iqgrande/darwinports/dports/graphics/pfaedit/work/pfaedit
-040204" && make all" returned error 2
Command output: freetype.c:620: error: parse error before "slot"
freetype.c:621: error: `ftc' undeclared (first use in this function)
freetype.c:621: error: parse error before ')' token
freetype.c:634: error: `_FT_Set_Char_Size' used prior to declaration
freetype.c:634: warning: implicit declaration of function
`_FT_Set_Char_Size'
freetype.c:637: error: `_FT_Load_Glyph' used prior to declaration
freetype.c:637: error: `FT_LOAD_NO_BITMAP' undeclared (first use in
this function)
freetype.c:640: error: `slot' undeclared (first use in this function)
freetype.c:648: error: `_FT_Outline_Decompose' used prior to declaration
freetype.c:648: warning: implicit declaration of function
`_FT_Outline_Decompose'
freetype.c: In function `FreeType_GetRaster':
freetype.c:658: error: `FT_GlyphSlot' undeclared (first use in this
function)
freetype.c:658: error: parse error before "slot"
freetype.c:660: error: `ftc' undeclared (first use in this function)
freetype.c:660: error: parse error before ')' token
freetype.c:665: error: `_FT_Set_Char_Size' used prior to declaration
freetype.c:668: error: `_FT_Load_Glyph' used prior to declaration
freetype.c:668: error: `FT_LOAD_NO_BITMAP' undeclared (first use in
this function)
freetype.c:671: error: `slot' undeclared (first use in this function)
freetype.c:671: error: `FT_Face' undeclared (first use in this function)
freetype.c:672: error: `_FT_Render_Glyph' used prior to declaration
freetype.c:672: warning: implicit declaration of function
`_FT_Render_Glyph'
freetype.c:672: error: `ft_render_mode_mono' undeclared (first use in
this function)
freetype.c:675: error: `ft_pixel_mode_mono' undeclared (first use in
this function)
freetype.c:676: error: `ft_pixel_mode_grays' undeclared (first use in
this function)
/usr/include/architecture/byte_order.h: At top level:
pfaedit.h:48: warning: `unicode4_size' defined but not used
freetype.c:122: warning: `FT_Error' declared `static' but never defined
make[1]: *** [freetype.o] Error 1
make: *** [pfaedit] Error 2
|