actually i am not installing. I am cross compiling<br><br><div><span class="gmail_quote">On 10/26/05, <b class="gmail_sendername">Richard Stellingwerff</b> <<a href="mailto:remenic@gmail.com">remenic@gmail.com</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 10/26/05, Munira Ahmed <<a href="mailto:munira.ahmed@gmail.com">munira.ahmed@gmail.com
</a>> wrote:<br>> I installed freetype-2.1.10.tar.gz<br>>  from <a href="http://savannah.nongnu.org/download/freetype/">http://savannah.nongnu.org/download/freetype/</a>. isn't<br>> everything in the same package?
<br>><br>><br>> On 10/26/05, Richard Stellingwerff <<a href="mailto:remenic@gmail.com">remenic@gmail.com</a>> wrote:<br>> ><br>> > On 10/26/05, Munira Ahmed <<a href="mailto:munira.ahmed@gmail.com">
munira.ahmed@gmail.com</a>> wrote:<br>> > > oh i forgot to mention i an using 2.1.4  and yet get this error<br>> > ><br>> > ><br>> > > On 10/26/05, Munira Ahmed < <a href="mailto:munira.ahmed@gmail.com">
munira.ahmed@gmail.com</a> > wrote:<br>> > > > What is the interdepdency of freetype and fontconfig?<br>> > > ><br>> > > > I am getting following errors<br>> > > ><br>> > > > 
fcfreetype.c:76:2: warning: #warning "No FT_Get_BDF_Property: Please<br>> > > install freetype 2.1.4 or later"<br>> > > > fcfreetype.c: In function `FcGetPixelSize':<br>> > > > fcfreetype.c
:971: error: structure has no member named `y_ppem'<br>> > > > fcfreetype.c: In function `FcFontCapabilities':<br>> > > > fcfreetype.c:2828: warning: implicit declaration of function<br>> > > `FT_Load_Sfnt_Table'
<br>> > > > make[2]: *** [fcfreetype.lo] Error 1<br>> > > > make[2]: Leaving directory<br>> > > `/home/munira/motokit/fontconfig-2.3.91/src'<br>> > > > make[1]: *** [all-recursive] Error 1
<br>> > > > make[1]: Leaving directory<br>> > > `/home/munira/motokit/fontconfig-2.3.91'<br>> > > > make: *** [all] Error 2<br>> > > ><br>> > > > Can anybody please help me identify the prob
<br>> > > ><br>> ><br>> > Did you forget to install the -dev package (containing the headers) of<br>> > freetype 2.1.4?<br>> ><br>> > Kind regards,<br>> > Richard Stellingwerff.
<br><br>You probably installed it without specifying a prefix, which means<br>everything has been installed in /usr/local. Fontconfig is still using<br>the old freetype that's in /usr.<br><br>when installing freetype from source (why?) make sure you use
<br>./configure --prefix=/usr.<br><br>Kind regards,<br>Richard Stellingwerff.<br>_______________________________________________<br>xorg mailing list<br><a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org
</a><br><a href="http://lists.freedesktop.org/mailman/listinfo/xorg">http://lists.freedesktop.org/mailman/listinfo/xorg</a><br></blockquote></div><br>