Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Help needed RE: Compile error
- X-seq: zsh-workers 15247
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Ken Moorley" <kmoorley@xxxxxxxxxxxx>
- Subject: Help needed RE: Compile error
- Date: Wed, 4 Jul 2001 17:40:16 +0400
- Cc: "ZSH Workers Mailing List" <zsh-workers@xxxxxxxxxx>
- Importance: Normal
- In-reply-to: <000001c10446$f3c0b880$450000c0@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> Sorry to put you through this drama, is there any significance to the
> "sigcount.h: No such file or directory" message?
>
This the immediate result of Makemod error (missing dependencies).
To zsh-workers - I give up. The problem is as I said, for some reason
Makemod is generated without dependencies for zsh.mdh:
zsh.mdh:
@$(MAKE) -f $(makefile) $(MAKEDEFS) zsh.mdh.tmp
@mv -f zsh.mdh.tmp zsh.mdh
@echo "Updated \`zsh.mdh'."
instead of
zsh.mdh: ../config.h system.h zsh.h sigcount.h signals.h prototypes.h
hashtable.h ztype.h zsh.mdhi
@$(MAKE) -f $(makefile) $(MAKEDEFS) zsh.mdh.tmp
@mv -f zsh.mdh.tmp zsh.mdh
@echo "Updated \`zsh.mdh'."
I thought, it is some weird problem of echo on SCO, but traces show that
command is called without extra parameters:
+ echo zsh.mdh:
+ echo @$(MAKE) -f $(makefile) $(MAKEDEFS) zsh.mdh.tmp
+ echo @mv -f zsh.mdh.tmp zsh.mdh
+ echo @echo "Updated \`zsh.mdh'."
and Makemod is correct. It looks like evil black magic to me.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author