On Sun, Mar 7, 2021 at 7:22 PM Daniel Shahaf 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]