Gianluca wrote:
> Hi,
>   I'd like to use DirectFB on our embedded system, arm-based.
> Trying to cross-compile it I used this for configuring:
> 
> CC=/usr/local/arm-linux/bin/
> arm-linux-gcc ./configure --prefix=/work/fbDirect_install/ 
> --target=arm-linux --without-tools --host=i386-linux
> 
> Making the library, I got the following error:
> 
> idirectfbfont_ft2.c:57:22: ft2build.h: No such file or directory
> idirectfbfont_ft2.c:58:10: #include expects "FILENAME" or <FILENAME>
> idirectfbfont_ft2.c:78: error: parse error before "library"
> ...
> 
> I have the ft2build.h file for the x86 (in /usr/include, but not in the 
> toolchain for the arm).

You need to cross compile freetype as well before.

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to