Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug + patch: `zstyle ':completion:*' menu select=long-list` fails to start menu selection



On Tue, Mar 9, 2021 at 11:21 PM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>
> OK, I did `make realclean`, now `make` gives me this:

I meant that after "make realclean" you need to start all the way back
at running Util/preconfig and configure.  Did you?

A correct build should start out like this:

cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
config.status: creating Src/Makemod
mawk -f ./signames1.awk  /usr/include/x86_64-linux-gnu/bits/signum.h
/usr/include/x86_64-linux-gnu/bits/signum-generic.h >sigtmp.c
case "`gcc -E --version </dev/null 2>&1`" in \
*"Free Software Foundation"*) \
gcc -E -P sigtmp.c >sigtmp.out;; \
*) \
gcc -E sigtmp.c >sigtmp.out;; \
esac
mawk -f ./signames2.awk sigtmp.out > signames.c
rm -f sigtmp.c sigtmp.out
grep 'define.*SIGCOUNT' signames.c > sigcount.h
Updated `zsh.mdh'.
echo 'timestamp for zsh.mdh against zsh.mdd' > zsh.mdhs

It appears for example that the commands to create signames.c are not
being executed for your build, nor is anything else that employs
$(AWK) (which my configure pass assigns AWK = mawk).




Messages sorted by: Reverse Date, Date, Thread, Author