Around 11 o''clock on Feb 5, Vin wrote:> fcfreetype.c: In function `FcFreeTypeQuery'': > fcfreetype.c:279: `PS_FontInfoRec'' undeclared (first > use in this function)Should be fixed in current CVS; the problem is that you''re using an older version of FreeType which didn''t include this record. -keith -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available Url : http://lists.freedesktop.org/archives/fontconfig/attachments/20040216/a4e097bd/attachment.pgp
Vin wrote:> ../src/.libs/libfontconfig.so: undefined reference to > `FT_Get_BDF_Property''I usually see that message when trying to use too old of a version of FreeType. I know 2.1.4 is new enough, and 2.1.2 is too old - not sure which side 2.1.3 falls on. (And 2.1.5 and later are problematic since they changed their headers incompatibily and broke the ability to build FontConfig 2.2.1.) -- -Alan Coopersmith- alan.coopersmith@sun.com Sun Microsystems, Inc. -- Operating Platforms Group Solaris x86 & Interface Technology: X Window System
Hi all, I am trying to install fontconfig-2.2.0 on my RH 7.3 linux box. when i first tried compiling it, i was getting the following errors ... fcfreetype.c: In function `FcFreeTypeQuery'': fcfreetype.c:279: `PS_FontInfoRec'' undeclared (first use in this function) So then I changed a few directory paths in the Makefile to /usr/local/lib(and include) since freetype2 and its include files are in /usr/local. I tried make again but now I get these errors... ../src/.libs/libfontconfig.so: undefined reference to `FT_Get_PS_Font_Info'' ../src/.libs/libfontconfig.so: undefined reference to `FT_Get_BDF_Property'' It''s really frustrating as to why this is happening. i''ve been grappling with this for almost 2 days now to no luck. could someone please bail me out of this problem ...i really need to get started on my work and not waste time on this.. Thanks in advance, blizkreeg __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html