>>>>> "Michael" == Michael Meskes <[EMAIL PROTECTED]> writes:
Michael> On Wed, Nov 17, 1999 at 04:35:01PM +0100, Jean-Marc
Michael> Lasgouttes wrote: I see. But I did a grep HAVE_XOPENIM over
Michael> the complete source tree and didn't find anything except in
Michael> lyxlookup.C.
>> And src/config.h, where it is defined. Otherwise, there is
>> something
Michael> No and that's the problem:
Michael> michael@tanja:~/lyx-1.1.2$ grep -i openim config.cache
Michael> src/config.h
Michael> config.cache:ac_cv_func_XOpenIM=${ac_cv_func_XOpenIM=yes}
I just got lyx 1.1.2 from ftp and, for some unknown reason,
config.h.in does not contain XOpenIM()... Ah, I see (maybe). I changed
configure recently to use AC_CHECK_FUNCS instead of AC_CHECK_FUNC
(thanks to SMiyata) and of course the older form (present in 1.1.2)
did not define the appropriate HAVE_xxx macro automatically.
So the bug is fixed now. As far as you are concerned, just add a
#define HAVE_XOPENIM
at the beginning of lyxlookup.C and recompile.
JMarc