Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 10 February 2012 13:57, Tor Lillqvist <tml@iki.fi> wrote:
Am I hallucinating or is there some weird randomness in the
Cygwin-based MSVC build nowadays? Just a moment ago I saw in
config_host.mk that ILIB didn't contain the ...solver\wntmsci12\lib
entry (which caused libxmlsec linking to fail). I started
investigating, added some debugging printouts to configure.in, and
when I now run autogen.sh, ILIB in config_host.mk *does* contain it...
Without me actually changing anything.

It's not random. It's happening after make clean because ILIB is
defined in configure [1]
but cygpath does not work when the directory does not exist, which is
the case for solver/$INPATH during configure phase.

Fixed with:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=636564d9b069cb4bcad8d878b5fc11b68fcc13c1

Matus

[1] http://cgit.freedesktop.org/libreoffice/core/tree/configure.in#n10665

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.