Bug 40391 - autogen.sh does not notice, that files in external/msvcp80 are missing
Summary: autogen.sh does not notice, that files in external/msvcp80 are missing
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
Master old -3.6
Hardware: x86 (IA32) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 04:15 UTC by Regina Henschel
Modified: 2013-10-16 04:01 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Regina Henschel 2011-08-26 04:15:28 UTC
I use Cygwin and MSVC 2008 express. The build fails in instsetoo_native because the files Microsoft.VC80.CRT.manifest, msvcp80.dll, and msvcr80.dll are missing. Such should be detected at the start of building not at the end. So this files should be fetched in the beginning or at least it should be checked, whether they are available.
Comment 1 Rainer Bielefeld Retired 2011-09-11 22:05:08 UTC
@Regina
Really new effect in Master or also observed in older LibO versions? With what source version did that problem start?
Comment 2 Regina Henschel 2011-09-12 08:37:02 UTC
I don't know, whether this problem occurs in older versions. Before LibreOffice had got a single repository "core" I had used the old OOo way to build, without autogen.sh, and I had copied _all_ files to external, whether there are needed or not.
Comment 3 Korrawit Pruegsanusak 2011-12-10 21:02:42 UTC
It's WORKSFORME.
See http://opengrok.libreoffice.org/xref/core/post_download.in#37 which trigger ./oowintool --msvc-copy-dlls.
Comment 4 Regina Henschel 2011-12-11 05:49:34 UTC
This issue is about msvcp80 not about msvcp90.
Comment 5 Korrawit Pruegsanusak 2011-12-11 06:20:03 UTC
Sorry :( Reopening this.
Comment 6 Dmitry 2012-03-06 23:24:34 UTC
LO 3.4.5 cannot be built on Windows because mozilla libs require msvcp80.dll. If I add options --disable-build-mozilla and --disable-mozilla then this problem disappears.