On 15 January 2013 13:01, Andras Timar <timar74@gmail.com> wrote:
https://gerrit.libreoffice.org/1466
I do not understand all details, but it seems this change caused a
problem under Windows. Pre-built Mozilla runtime needs older MSVC
DLLs. The error comes in the packaging phase:
: ERROR: Removing file Microsoft.VC80.CRT.manifest from file list.
: ERROR: Removing file msvcp80.dll from file list.
: ERROR: Removing file msvcr80.dll from file list.
On the other hand, we do not need to have other MSVC DLLs in solver,
because we package package MSVC merge modules into the installer, not
the MSVC DLLs for the current compiler.
It's in configure now: find_msvc_dlls()
Possible just using msvcdlls as msvcdlls="msvcp80.dll msvcr80.dll
Microsoft.VC80.CRT.manifest"
could fix the issue then.
No idea if all the files really are in
$VC_PRODUCT_DIR/redist/$vsarch/Microsoft.VC${VCVER}.CRT though.
HTH,
Matus
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.