For some reason, when activating the useflag "gtk" scim does not build the gtk
components. Even if I can see that the command line switches are passed to the
configure script.
By this I mean that this is the command issued by emerge:
----------------------------------
* econf: updating scim-1.4.5/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --without-doxygen --enable-panel-gtk --enable-setup-ui
--enable-gtk2-immodule --build=i686-pc-linux-gnu
------------------------------
But this is the sumary that configure gives at the end:
----------------------
Build options:
Version 1.4.5
Install prefix /usr
Build shared libs yes
Build static libs yes
Build tests/* no
Enable debug no
Enable ld version script no
Module options:
Simple config module yes
Socket config module yes
X11 FrontEnd module yes
Socket FrontEnd module yes
RawCode IMEngine module yes
Socket IMEngine module yes
SCTC Filter module yes
GTK2 Utility Library no
X11 Utility Library yes
GTK2 IMModule no
GUI Setup Utility no
GTK2 Panel GUI no
Enable TrayIcon yes
-----------------
This can be fixed by comenting out the code for processing the use flags, that
is the same as issuing the configure command without --enable nor --disable.
Tried to configure by hand with the same results (if I enable the flags, they
are not added)
Any idea why this behavior?