zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Cc: Denis Lagno <dlagno@smtp.ru>
Subject: Re: history probs, build probs
Date: Thu, 19 Aug 2004 07:48:31 -0700 (PDT)	[thread overview]
Message-ID: <Pine.LNX.4.61.0408190741490.9464@toltec.zanshin.com> (raw)
In-Reply-To: <200408190657.i7J6v3Oj007307@flamante.gado>

On Thu, 19 Aug 2004, Denis Lagno wrote:

> I have problems building it, both with GNU make or BSD make:
> 
> $ ./Util/preconfig
> cd . && ./.preconfig
> 
> $ ./configure
> configuring for zsh 4.2.1-dev-1
[...]
> See config.modules for installed modules and functions.
> 
> $ gmake
> gmake[1]: Entering directory `/volatile/worksrc/zsh/Src'
> cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
> creating Src/Makemod.in
> config.status: creating Src/Makemod

So far so good, but at this point you should have seen something like:

------
creating Src/Builtins/Makefile.in
config.status: creating Src/Builtins/Makefile
creating Src/Modules/Makefile.in
config.status: creating Src/Modules/Makefile
creating Src/Zle/Makefile.in
config.status: creating Src/Zle/Makefile
gawk -f ./signames1.awk /usr/include/bits/signum.h >sigtmp.c
gcc -E sigtmp.c >sigtmp.out
gawk -f ./signames2.awk sigtmp.out > signames.c
rm -f sigtmp.c sigtmp.out
grep 'define.*SIGCOUNT' signames.c > sigcount.h
gawk -f ../Src/makepro.awk signames.c Src > signames.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < 
signames.syms) \
        > signames.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < 
signames.syms) \
        > `echo signames.epro | sed 's/\.epro$/.pro/'`
Updated `zsh.mdh'.
Updated `rlimits.mdh'.
Updated `sched.mdh'.
Updated `datetime.mdh'.
Updated `langinfo.mdh'.
Updated `parameter.mdh'.
Updated `termcap.mdh'.
Updated `zle.mdh'.
Updated `complete.mdh'.
Updated `zutil.mdh'.
Updated `compctl.mdh'.
Updated `complist.mdh'.
Updated `computil.mdh'.
Updated `zleparameter.mdh'.
------

I suggest you examine config.log in an effort to determine why those steps 
were not completed.


      reply	other threads:[~2004-08-19 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-19  6:57 Denis Lagno
2004-08-19 14:48 ` Bart Schaefer [this message]

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=Pine.LNX.4.61.0408190741490.9464@toltec.zanshin.com \
    --to=schaefer@brasslantern.com \
    --cc=dlagno@smtp.ru \
    --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).