Am 07.11.2019 um 15:16 schrieb Allin Cottrell:
On Thu, 7 Nov 2019, Sven Schreiber wrote:
Hmm, IIRC pdflatex was present by default after installing w32tex.
Are
you sure the w32tex/bin directory is in your PATH? (Section 3.1 of my
guide.)
Yes, but the installation somehow didn't complete the first time. I
re-ran "wget -N ${RICARDO}/texinst.sh && bash texinst.sh $TEXDIR" and
hope I should be fine now -- yes, it's found now.
But there is another TeX issue: The file 8r.enc isn't found with the
selection of packages in your texinst.sh. I added a bunch of other font
and dvips related packages into the w32tex installation, then it works.
Unfortunately right now I cannot give a minimal necessary set.
(The problem comes from the extra add-on I believe.)
Later (on make install-doc) tikz.sty was missing, so I installed the
pgfcontrib package as well.
> 2) In footnote 1 you mention that the Clearlooks theme Gtk DLL
was
> broken, is that still true? Or rather, how can I test that?
I haven't checked lately. You could try just using the mingw version
instead of the one I've made available, and see if it works. (BTW, I
don't think this will be relevant for GTK 3.)
OK, but your package also bundles other stuff AFAICS, not just the
Clearlooks theme. But agreed, this is not really the topic right now.
> b) The configure step works fine, but with make I get this error:
...
> AFAICS the gretl GUI code for Windows is not GTK3-compatible
there, right?
Yep, that's right. It's now fixed in git, I think.
Yep, looks like, the compilation finished OK it seems - thanks!
Oh, BTW, there were these warnings or "half-errors", don't know how
relevant they might become:
...
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
./mknews ../../gretl-git/ChangeLog > NEWS
...
OK, then I reach the step where install-runtime.sh is executed; of
course there are a lot of hard-coded GTK2 things in there which I am not
tackling right now. But the shell tells me that in line 61 there's a
missing ']':
if [ "x${INSTALL_GNUPLOT}" = "xyes" ; then
So much for now - to be continued....
cheers
sven