On Fri, 27 Mar 2020, Sven Schreiber wrote:
Am 27.03.2020 um 01:34 schrieb Allin Cottrell:
> On Thu, 26 Mar 2020, Sven Schreiber wrote:
>> Yes I think it is gretl-ref.tex, and it's good to hear you have an idea
>> how to fix it.
>
> There's now an attempted fix in git -- a revision of
> doc/tex/Makefile.in. Tested on Linux but not yet on Windows.
Thanks, Allin, but now I get a slightly different error:
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.
Allin