Am 09.11.2019 um 16:57 schrieb Allin Cottrell:
This is an overall reply to Sven's points about building gretl
on
Windows, including building against GTK 3 (GTK 2 being the default
to date).
* I've made a few changes to install-runtime.sh.in and pkgbuild.sh which
hopefully should fix the issues Sven mentioned.
Hmm, now I'm getting an error at the 'make' stage (hopefully having
cleaned up sufficiently before re-running more or less from scratch):
LD gretl.exe
libtool: error: Could not determine the host path corresponding to
libtool: error:
'C:/msys64/mingw64/lib:C:/msys64/mingw64/bin:/home/fantomas/src/pkgbuild/lib/.libs:/c/Users/fantomas/gbuild/gretl'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error:
'C:/msys64/mingw64/lib:C:/msys64/mingw64/bin:/home/fantomas/src/pkgbuild/lib/.libs:/c/Users/fantomas/gbuild/gretl'
libtool: error: Continuing, but uninstalled executables may not work.
./mklang > gretl.lang
C:/msys64/home/fantomas/src/pkgbuild/gui/mklang.exe: error while loading
shared libraries: ?: cannot open shared object file: No such file or
directory
make[1]: *** [Makefile:270: gretl.lang] Fehler 127
make[1]: Verzeichnis „/home/fantomas/src/pkgbuild/gui“ wird verlassen
make: *** [Makefile:69: gui] Fehler 2
Somehow the path collection above (2nd libtool line) looks as if the
colon characters are ambiguous or not properly escaped or whatever.
Don't really have an idea where I can change or influence that.
And another thing that came up:
Am I supposed to create the "$HOMEDRIVE$HOMEPATH\\gbuild\\gretl" dir
myself? I did so because it seemed the right thing, but shouldn't it
also be done in the setup script or so?
thanks
sven