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
- X-seq: zsh-workers 48158
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Bug + patch: `zstyle ':completion:*' menu select=long-list` fails to start menu selection
- Date: Tue, 9 Mar 2021 19:01:54 +0200
- Archived-at: <https://zsh.org/workers/48158>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-03/CAHLkEDsr%2BNSLpuWYNE_FKeQaEsg%3DNgvNBdNsBBCaXVhjCTD7Qg%40mail.gmail.com>
- In-reply-to: <20210307172246.GB9936@tarpaulin.shahaf.local2>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDsQf35TbffpyPEyLWx72G8MQgfvFvynoptfGd3qQhDbbQ@mail.gmail.com> <20210304201721.GA16874@tarpaulin.shahaf.local2> <CAHLkEDvP+FzrscyZXt95EMudG99PKVje_ZhYg1EJ0Z7vkB+JEg@mail.gmail.com> <20210307172246.GB9936@tarpaulin.shahaf.local2>
On Sun, Mar 7, 2021 at 7:22 PM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> If building from git, did you run Util/preconfig?
>
> What was configure's exit code?
>
> Did you run `make` (the default target) first?
Here's my output for those steps:% Util/preconfigcd . && ./.preconfig
[exit status 0]
% configure
[...]
config.status: executing stamp-h commands
cp: ./Doc/help.txt: No such file or directory
zsh configuration
-----------------
zsh version : 5.8.0.2-dev
host operating system : x86_64-apple-darwin20.3.0
source code location : .
compiler : gcc
preprocessor flags :
executable compiler flags : -Wall -Wmissing-prototypes -O2
module compiler flags : -Wall -Wmissing-prototypes -O2 -fno-common
executable linker flags : -Wl,-x -rdynamic
module linker flags : -Wl,-x -bundle -flat_namespace -undefined suppress
library flags : -liconv -ldl -lncurses -lm -lc
installation basename : zsh
binary install path : /usr/local/bin
man page install path : /usr/local/share/man
info install path : /usr/local/share/info
functions install path : /usr/local/share/zsh/5.8.0.2-dev/functions
See config.modules for installed modules and functions.
% make
cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
config.status: creating Src/Makemod
rm -f stamp-modobjs.tmp
mv: rename stamp-modobjs.tmp to stamp-modobjs: No such file or directory
Updated `stamp-modobjs'.
gcc -c -I. -I../Src -I../Src -I../Src/Zle -I. -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2 -o main.o main.c
main.c:31:10: fatal error: 'main.pro' file not found
#include "main.pro"
^~~~~~~~~~
1 error generated.
make[2]: *** [main.o] Error 1
make[1]: *** [main.o] Error 2
make: *** [all] Error 1
[exit status 2]
Messages sorted by:
Reverse Date,
Date,
Thread,
Author