Am 30.03.2020 um 18:20 schrieb Allin Cottrell:
On Sun, 29 Mar 2020, Sven Schreiber wrote:
> Am 29.03.2020 um 14:29 schrieb Allin Cottrell:
>>
C:/msys64/home/fantomas/src/build/gretl-git/addons/SVAR/SVAR_boot.inp
>>
>> which looks wrong: "build" shouldn't be in there?
>
> Yes, it shouldn't be.
OK, I believe the "culprit" here was a libgretl function,
gretl_normalize_path(). It just wasn't set up to deal with mixed forward
slashes and backslashes. That should now be fixed in git.
Ahhh, excellent work Allin!
Now for the first time I'm able to build flawlessly with addons (and
also GTK3) on Windows.
Fyi, here's the modified conf.sh that I'm using:
# Sample driver for gretl's configure script, to build
# on MS Windows under msys2/mingw64. This version uses
# a unix-type file layout; for a version that can be
# used to produce a standalone package, see pkgconf.sh
RLIB_CFLAGS="-I${MSYSTEM_PREFIX}/lib/R/include" \
MPICC=gcc MPILINK="-lmsmpi" \
LAPACK_LIBS="-lopenblas -lgfortran" \
../gretl-git/configure --prefix=/opt/gretl \
--disable-gnuplot-checks \
--enable-build-doc \
--enable-quiet-build \
--with-odbc \
--enable-build-addons
# --enable-gtk2 \
In the upcoming days I'll try to build the installer package.
thanks a lot,
sven