Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
patch 5132 breaks pws-6
- X-seq: zsh-workers 5151
- From: Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: patch 5132 breaks pws-6
- Date: Mon, 1 Feb 1999 13:03:30 +0100 (CST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Hi,
first patches 5132 and 5133 are hard to apply. What 'patch' is required
for that.
Having applied it (by hand), zsh fails to build.
In Src/init.c
the preprocessor variable UNLINKED_XMOD_zle gets defined in
zshxmods.h
but is used already in init.pro, which gets included by zsh.mdh.
But placing
#include "zshxmods.h"
before
#include "zsh.mdh"
doesn't work either, since only "zsh.mdh" includes "config.h"
which defines DYNAMIC which is referenced in "zshxmods.h"
So one has to break this circular dependency.
Helmut.
(Here on IRIX 6.2)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author