freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] latest freetype compilation issues on Linux


From: anil v
Subject: Re: [ft-devel] latest freetype compilation issues on Linux
Date: Sun, 4 Jul 2010 22:04:45 +0530

Hi mpsuzuki,
   Thanks for your reply. I am following below mentioned configuration
./configure \
        --host="mipsel-linux" \
        --build=i686-linux \
        --prefix=/root/freetype2/bins \
        --enable-shared \
        --disable-static

with above configuration i am able to compile freetype-2.3.5 successfully.

Thanks,
Anil


On 4 July 2010 21:16, <address@hidden> wrote:
On Sun, 4 Jul 2010 21:07:45 +0530
anil v <address@hidden> wrote:
>In file included from /root/freetype-2.3.12/src/base/ftbase.c:25:
>/root/freetype-2.3.12/src/base/ftadvanc.c:20:10: error: #include expects
>"FILENAME" or <FILENAME>

This is typical error when C compiler is executed
without including appropriate header file in source
tree.

>We are using freetyp-2.3.5 ,cairo-1.8.10,pango-1.28.1,fontconfig-2.6.0 on
>MIPS Linux.

According to your mention on MIPS Linux, I guess
you're cross-compiling. If so, how did you that?

FT2's brief document for cross compilation is
docs/INSTALL.CROSS.

Regards,
mpsuzuki


reply via email to

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