Am 09.02.2018 um 12:19 schrieb Riccardo (Jack) Lucchetti:
On Fri, 9 Feb 2018, Sven Schreiber wrote:
> The strange thing is that gretl's configure step reports
this:
>
> checking for libxslt >= 1.0.15... no
>
> But when I try to install libxslt (into the mingw/msys environment, of
> course), then I get:
>
> Warnung: libxslt-1.1.32-1 ist aktuell # meaning: ... is up to date
>
> Any hints how to solve this contradiction?
I'm not familiar with the build process on Windows, but I guess that you
should have somewhere a log file from the configure script (it's
config.log on unix). Try to look for references to libxslt in there, see
what it says.
Yes there is a config.log. About libxslt it says:
configure:19741: $PKG_CONFIG --exists --print-errors "libxslt >= 1.0.15"
Package libxslt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxslt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxslt' found
I guess I could try to find out how to manipulate the PKG_CONFIG_PATH
variable, but other libraries are obviously found, so somehow this
shouldn't be necessary I guess. Or there's yet another problem.
thanks,
sven