Hi,
When I compile scim with native SDK, I got the following error
../../utils/.libs/libscim-gtkutils-1.0.so: undefined reference to `g_assert_warning'
../../utils/.libs/libscim-gtkutils-1.0.so: undefined reference to `g_return_if_fail_warning'
It takes me hours to find out that the glib header files in native SDK is of version 2.6.1 (but the library is 2.2.6!). Please fix it. Thanks.
Jacky