Hello,
if you add --disable-silent-rules, you will see the whole gcc command line. This way you can verify that gcc looks for the file in the right directory, too.
Best,
Gergely
On 16 Oct 2015 04:05, "souileh bhn" <slhbhn@xxxxxxxxxxx> wrote:
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
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list