Hello Gerrit, [...]
> It seems the im-ime module is only meant to be used on Win32, see in > Makefile.am: > > if PLATFORM_WIN32 > IM_IME_MODULE=im-ime.la > endif > > This should be changed to: > > if OS_WIN32 > IM_IME_MODULE=im-ime.la > endif To show that I'm not resistant to learn things: the same has to be applied to `modules/engines/Makefile.am' [...] > Maybe you ask at the GTK2 support lists about this issue and or > commit a bug report? That is reasonable. Thank you again, Franz.
