Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: history probs, build probs
- X-seq: zsh-workers 20275
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: history probs, build probs
- Date: Thu, 19 Aug 2004 07:48:31 -0700 (PDT)
- Cc: Denis Lagno <dlagno@xxxxxxx>
- In-reply-to: <200408190657.i7J6v3Oj007307@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200408190657.i7J6v3Oj007307@xxxxxxxxxxxxx>
- Reply-to: zsh-workers@xxxxxxxxxx
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author