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). Thanks, Gianluca _______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users