On 14 Dec 1998 11:16:53 +0100, you said:
>>>>> "KP" == lsson <Kenneth>
writes:
KP> I successfully compiled the XEmacs 21.0.60 on AIX 4.3, but when i tried
KP> to run it on a VT220 terminal it didn't respond to pressed keys. I have
KP> read that there is a problem with Emacs on AIX 4.3 (but it works fine on
KP> earlier releases of AIX). Has the problem been resolved in this
KP> distribution?
This problem is due to a big in the libXt shipped with AIX, I believe,
so there's not much we can do about it. Try building against stock
X11R6.
That's what I ended up doing, building against an X11R6.4 tree. Works
OK modulo the problems I noted before.
Has anybody isolated the XtAddInput() problem far enough to have a test
case I can send to IBM?
If IBM doesn't fix it, do we just say:
1) You're screwed.
2) Figure out how to build X11R6 yourself
3) Get prebuilt libraries from ....
The fact that xemacs and x3270 are linked against non-standard libraries
sorta hurts the shared-library thing.. Last thing I need is *another*
set of libraries in memory. I also havent convinced myself that some
of the other problems I'm seeing (crashes if you don't say
--with-dragndrop=no, for instance) aren't due to the CDE libraries
being dependent on IBM tweaks in libX11.a or libXt.a
/Valdis