On 17 September 2012 14:13, Lucas <[email protected]> wrote: > symbol lookup error: /usr/lib/libgirepository-1.0.so.1: undefined symbol: > g_mutex_lock
/usr/lib? Broken build environment, that's picking up dependencies (libgirepository, but the look of it) from the host instead of inside the build. But that's not the problem. The *real* problem is that gobject-instrospection doesn't work when cross-compiling. oe-core master has a gtk-doc-stub package that also doubles as a gobject-introspection-stub, so I recommend pulling that in/using it and changing any gobject-introspection-native dependencies to gobject-instrospection-stub. Ross _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
