gdk-pixbuf cross compiling error



Hi,
I want to cross compile gdk-pixbuf-2.32.0, for ARM Cortex-A9.
for that I have compiled glib and libtiff for the same target.
then I have launched this on the shell:

PNG_DEP_CFLAGS_PACKAGES="-I/usr/local/include" LIBTIFF="-L/usr/local/lib -ltiff" LIBJPEG="-L/usr/local/lib -ljpeg" LIBPNG="-L/usr/local/lib -lpng"./configure --host=arm-linux-gnueabihf --enable-static --enable-shared PKG_CONFIG_LIBDIR="/usr/local/lib/pkgconfig" --disable-gio-sniffin

when I launch make I have an error:

make[4]: Entering directory `/home/electronic/SLAM/slam/gtk+/used_libs/gdk-pixbuf-2.32.0/gdk-pixbuf'
  CC       gdk-pixbuf.lo
In file included from gdk-pixbuf.c:31:0:
gdk-pixbuf-private.h:31:25: fatal error: glib-object.h: No such file or directory
 #include <glib-object.h>

I have verified that the file exist in the right directory. but I haven't found the error exactly

Thanks in advance.

Regards,
salah


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