[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] latest freetype compilation issues on Linux
From: |
mpsuzuki |
Subject: |
Re: [ft-devel] latest freetype compilation issues on Linux |
Date: |
Mon, 5 Jul 2010 00:46:13 +0900 |
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