zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Ken Moorley" <kmoorley@cms.aust.com>
Cc: "ZSH Workers Mailing List" <zsh-workers@sunsite.dk>
Subject: Help needed RE: Compile error
Date: Wed, 4 Jul 2001 17:40:16 +0400	[thread overview]
Message-ID: <002801c1048e$dbf88910$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <000001c10446$f3c0b880$450000c0@kenpc.cms.aust.com>


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


           reply	other threads:[~2001-07-04 13:40 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <000001c10446$f3c0b880$450000c0@kenpc.cms.aust.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002801c1048e$dbf88910$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=kmoorley@cms.aust.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).