zsh-workers
 help / color / mirror / code / Atom feed
* patch 5132  breaks pws-6
@ 1999-02-01 12:03 Helmut Jarausch
  1999-02-01 12:55 ` PATCH 3.1.5-pws-6 + 5132: " Peter Stephenson
  1999-02-01 17:09 ` Bart Schaefer
  0 siblings, 2 replies; 3+ messages in thread
From: Helmut Jarausch @ 1999-02-01 12:03 UTC (permalink / raw)
  To: zsh-workers

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)







^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-02-01 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-01 12:03 patch 5132 breaks pws-6 Helmut Jarausch
1999-02-01 12:55 ` PATCH 3.1.5-pws-6 + 5132: " Peter Stephenson
1999-02-01 17:09 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).