This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Make of gtk+-2.6.7 fails


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]