[oe-users] glib, gconvert.c error
Christopher Reder
creder at digitalcpt.com
Tue Jun 19 14:27:38 UTC 2007
Hello -
I am building matchbox-wm and with it, glib. when it does, it gives me
the #error GNU libiconv not in use but included iconv.h is from
libiconv.
I searched around and saw that the configure script needs
--with-libiconv=gnu as an extra flag. I checked the bitbake file but
sure enough, it is in there.
|
Any ideas of how to get this corrected as other packages will need glib
as well.
thanks in advance,
Christopher
if /bin/sh ../i686-linux-libtool --tag=CC --mode=compile ccache gcc
-DHAVE_CONFIG_H -I.
-I/stuff/build/tmp/work/i686-linux/glib-2.0-native-2.12.4-r1/glib-2.12.4/glib -I.. -I/stuff/build/tmp/work/i686-linux/glib-2.0-native-2.12.4-r1/glib-2.12.4 -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -isystem/stuff/build/tmp/staging/i686-linux/include -pthread -isystem/stuff/build/tmp/staging/i686-linux/include -O2 -Wall -MT gslice.lo -MD -MP -MF ".deps/gslice.Tpo" -c -o gslice.lo gslice.c; \
| then mv -f ".deps/gslice.Tpo" ".deps/gslice.Plo"; else rm -f
".deps/gslice.Tpo"; exit 1; fi
| ccache gcc -DHAVE_CONFIG_H -I.
-I/stuff/build/tmp/work/i686-linux/glib-2.0-native-2.12.4-r1/glib-2.12.4/glib -I.. -I/stuff/build/tmp/work/i686-linux/glib-2.0-native-2.12.4-r1/glib-2.12.4 -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -isystem/stuff/build/tmp/staging/i686-linux/include -pthread -isystem/stuff/build/tmp/staging/i686-linux/include -O2 -Wall -MT gconvert.lo -MD -MP -MF .deps/gconvert.Tpo -c gconvert.c -fPIC -DPIC -o .libs/gconvert.o
| ccache gcc -DHAVE_CONFIG_H -I.
-I/stuff/build/tmp/work/i686-linux/glib-2.0-native-2.12.4-r1/glib-2.12.4/glib -I.. -I/stuff/build/tmp/work/i686-linux/glib-2.0-native-2.12.4-r1/glib-2.12.4 -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -isystem/stuff/build/tmp/staging/i686-linux/include -pthread -isystem/stuff/build/tmp/staging/i686-linux/include -O2 -Wall -MT gslice.lo -MD -MP -MF .deps/gslice.Tpo -c gslice.c -fPIC -DPIC -o .libs/gslice.o
| gconvert.c:48:2: error: #error GNU libiconv not in use but included
iconv.h is from libiconv
| gconvert.c:92: warning: 'visibility' attribute ignored on non-class
types
| gconvert.c: In function 'IA__g_iconv':
| gconvert.c:169: warni
More information about the Openembedded-users
mailing list