On Fri, 27 Mar 2020, Sven Schreiber wrote:
Am 27.03.2020 um 18:10 schrieb Allin Cottrell:
> On Fri, 27 Mar 2020, Sven Schreiber wrote:
>> make -C ../tex gretl-ref.pdf
>> make[3]: Verzeichnis „/home/fantomas/src/build/doc/tex“ wird betreten
>> make[3]: *** Keine Regel vorhanden, um das Ziel „../commands/cmdtex“,
>> benötigt von „gretl-ref.pdf“, zu erstellen. Schluss.
>> make[3]: Verzeichnis „/home/fantomas/src/build/doc/tex“ wird verlassen
>> make[2]: *** [Makefile:277: ../tex/gretl-ref.bbl] Fehler 2
>> make[2]: Verzeichnis „/home/fantomas/src/build/doc/commands“ wird
>> verlassen
>> make[1]: *** [Makefile:60: help] Fehler 2
>> make[1]: Verzeichnis „/home/fantomas/src/build/share“ wird verlassen
>> make: *** [Makefile:69: share] Fehler 2
>>
>> (no rule to make target ../commands/cmdtex , needed by gretl-ref.pdf)
>>
>> I had previously deleted the build directory, and updated the source via
>> git pull, then re-ran setup.sh.
>
> OK, I saw that too on blowing away doc/tex and starting over. In git
> there's another revision of the Makefile.in files in both the commands
> and tex subdirectories of doc. A from-scratch build now works OK for me
> on Linux, I hope it'll work on Windows.
Sorry, still stuck here:
make[4]: Verzeichnis „/home/fantomas/src/build/doc/commands“ wird verlassen
LANG=en_US date "+%B, %Y" > date.tex
pdflatex gretl-ref.tex
make[3]: pdflatex: No such file or directory
make[3]: *** [Makefile:144: gretl-ref.pdf] Fehler 127
make[3]: Verzeichnis „/home/fantomas/src/build/doc/tex“ wird verlassen
make[2]: *** [Makefile:277: ../tex/gretl-ref.bbl] Fehler 2
make[2]: Verzeichnis „/home/fantomas/src/build/doc/commands“ wird verlassen
make[1]: *** [Makefile:60: help] Fehler 2
make[1]: Verzeichnis „/home/fantomas/src/build/share“ wird verlassen
make: *** [Makefile:69: share] Fehler 2
Oh god, this is so fiddly! Another Makefile.in revision is now in
git. (I presume you've got this OK, but when any Makefile.in is
modified, the configure script must be re-run to get the Makefiles
updated.)
Allin