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

Cross compiling libsoup2.4



Hi,

I was going to create backport packages for webkit, now with
building libsoup2.4 everything is okey for amd64, the arch i'm with,
but while compiling for i386 it doesn't find glib.

This is how is checked

AM_PATH_GLIB_2_0(2.21.3,,,gobject gthread gio)
if test "$GLIB_LIBS" = ""; then
   AC_MSG_ERROR(GLIB 2.21.3 or later is required to build libsoup)
fi
GLIB_CFLAGS="$GLIB_CFLAGS -DG_DISABLE_SINGLE_INCLUDES"

Any hints?

regards
S.

Reply to: