On Sun, 29 Mar 2020, Sven Schreiber wrote:
Am 28.03.2020 um 17:58 schrieb Allin Cottrell:
> On Sat, 28 Mar 2020, Sven Schreiber wrote:
> I've had another go at the Makefiles, which might help, but if it still
> doesn't work I'll need some more information to identify the error.
OK, partial success here, don't know whether it is actually caused by
your latest changes. I completely deleted the existing w32tex
installation and did a fresh install of that. Oh and also let the gretl
source be cloned anew.
Then the default way (your variant of conf.sh) worked!
However, then I went back to the GTK3 + addons build attempt, meaning
that I edited conf.sh and re-ran that before doing make. There I got an
error message which also seemed somewhat familiar from a couple of weeks
back:
make -C SVAR
make[2]: Verzeichnis „/home/fantomas/src/build/addons/SVAR“ wird betreten
../../cli/gretlcli -t pkg.inp
Error reading
C:\msys64\home\fantomas\src\build\addons\SVAR\./../../gretl-git/addons/SVAR\../../../gretl-git/addons/SVAR/SVAR_boot.inp
Windows says: Das System kann die angegebene Datei nicht finden.
In your build/addons/SVAR directory, what's the value of "topsrc" on
the first line? And in the same directory, what do the first few
lines of pkg.inp look like?
If I'm normalizing the funny-looking path above correctly, it
resolves to
C:/msys64/home/fantomas/src/build/gretl-git/addons/SVAR/SVAR_boot.inp
which looks wrong: "build" shouldn't be in there?
Allin