Hi Owen,
I deleted the following lines:
if USE_X11
IM_XIM_MODULE=im-xim.la
endif
but the errors still appears.
thanks Martin
-----Ursprüngliche Nachricht-----
Von: Owen Taylor [mailto:otaylor redhat com]
Gesendet am: Montag, 5. November 2001 14:47
An: Gansser, Martin
Cc: 'gtk-devel-list gnome org'
Betreff: Re: gtk-1.3.10: compiling problems on hp-ux 10.20
Well, the problem here is basically that you are using X11R5 and the X
input method extension input method module simply isn't going to work
with that.
I doubt we'll ever try to fix that: XIM support is not needed for
most people X11R6 was released ~7 years ago, but if things work
otherwise, we could make building the module conditional on having
sufficiently new XIM. Why dont' you file a bug in bugzilla.gnome.org?
For now, you can simply remove the references to im-xim.la in
gtk+-1.3.10/modules/input/Makefile.am and things should work fine.
Regards,
Owen