Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

patch 5132 breaks pws-6



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