>>>> "AO" == Alexandre Oliva
<aoliva(a)redhat.com> writes:
AO> On Aug 13, 2000, Gunnar Evermann <ge204(a)eng.cam.ac.uk> wrote:
> many thanks for your report and the patch.
AO> Unfortunately, it seems that the patch was not enough for XEmacs
AO> 21.1.12 to work reliably on HP-UX 10.20. It still crashes too often
AO> while byte-compiling random stuff:
AO> Fatal error: assertion failed, file event-tty.c, line 145, c
> You might want to send such reports to xemacs-beta(a)xemacs.org in
the
> future. This will reach the developers more reliably.
AO> Thanks, I'll try to keep it in mind :-)
> xemacs(a)xemacs.org is gatewayed to comp.emacs.xemacs and is mostly
used
> for user queries, mostly from users who are rather clueless. This does
> definitely not apply to you! :-)
AO> :-)
AO> Thanks,
> I've forwarde your two messages for now. I'll try to test
a build on
> HPUX10.20 (building vanilla 21.1.9 worked fine)
AO> Yep, I think 21.1.10 used to work fine too.
I've acquired a HPUX 10.20 machine, and have applied Alexandre's
patch to 21.1 and 21.2.
The Unix 98 pty stuff is still horribly confused and crufty, as I
pointed out in a previous message. A Unix 98 compliant system should
not have code in a s&m file. If it does, grantp and friends should be
used in the macro that OPENS the pty, not the one that prints its
name! Unfortunately, this is the sort of change I'm usually
responsible for. I'll try to find time to do Unix 98 ptys RIGHT.
Martin