Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Missing build dependency
- X-seq: zsh-workers 26380
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Missing build dependency
- Date: Tue, 20 Jan 2009 10:26:35 -0800
- In-reply-to: <200901201557.n0KFv7fo008783@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <090120072214.ZM9635@xxxxxxxxxxxxxxxxxxxxxx> <200901201557.n0KFv7fo008783@xxxxxxxxxxxxxx>
On Jan 20, 3:57pm, Peter Stephenson wrote:
} Subject: Re: Missing build dependency
}
} Bart Schaefer wrote:
} > I updated my sandbox from 1.4517 to 1.4520, ran make, started up zsh and
} > got a stream of errors about bad options to compdef and failures to
} > autoload completion functions.
}
} So presumably zle.so got rebuilt but compsomething.so didn't? However,
} I don't see any interface changes that might explain it.
I believe recompiled were complist.o, zle_hist.o, zle_keymap.o, and as
a conseqence zle.so, but that make output is now a few lines out of my
scrollback buffer. :-(
Perhaps what happened is that "cvs up" set the date stamp on iwidgets.list
to something older than the last build time of the other .o files. If I
"touch Src/Zle/iwidgets.list" and then "make", a whole lot of things get
compiled that I'm quite sure were not compiled immediately after the
update.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author