zsh-workers
 help / color / mirror / code / Atom feed
* Help needed RE: Compile error
       [not found] <000001c10446$f3c0b880$450000c0@kenpc.cms.aust.com>
@ 2001-07-04 13:40 ` Andrej Borsenkow
  0 siblings, 0 replies; only message in thread
From: Andrej Borsenkow @ 2001-07-04 13:40 UTC (permalink / raw)
  To: Ken Moorley; +Cc: ZSH Workers Mailing List


>
> 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-04 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <000001c10446$f3c0b880$450000c0@kenpc.cms.aust.com>
2001-07-04 13:40 ` Help needed RE: Compile error Andrej Borsenkow

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).