Issue 18116 - W32: instsetoo: error: source file 'dbghelp.dll'/'msvcp70.dll' cannot be found.
Summary: W32: instsetoo: error: source file 'dbghelp.dll'/'msvcp70.dll' cannot be found.
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC2
Hardware: PC Windows 2000
: P2 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-10 23:06 UTC by quetschke
Modified: 2004-02-07 10:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch for configure.in (1.96 KB, patch)
2003-08-11 17:27 UTC, quetschke
no flags Details | Diff
Patch for configure.in (1.42 KB, patch)
2003-08-15 17:19 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2003-08-10 23:06:00 UTC
Found in the logfile of a complete cws..rc3 build in instsetoo:
(W32-MSVC6)

error: source file 'dbghelp.dll' cannot be found.
Comment 1 quetschke 2003-08-10 23:07:09 UTC
Set target.

I forgot: Building on W2k.
Comment 2 Martin Hollmichel 2003-08-11 08:50:27 UTC
we should use the same meachsnism as for unicows.dll.
Comment 3 quetschke 2003-08-11 13:28:39 UTC
On W32-.NET msvcp70.dll is also missing
Comment 4 quetschke 2003-08-11 13:47:40 UTC
dbghelp.dll can be found here:
<http://www.eu.microsoft.com/msdownload/platformsdk/sdkupdate/default.htm?p=/msdownload/platformsdk/sdkupdate/psdkredist.htm>

msvcp70.dll can be found in the web, or (I guess, I cannot access my
computer with .NET now) in the .NET installation.

Is there a licence/readme from MS that allows to distribute this dll?
Comment 5 Martin Hollmichel 2003-08-11 14:10:39 UTC
it's almost the same license.
Comment 6 quetschke 2003-08-11 15:50:30 UTC
Ok, for dbghelp.dll we need a new directory and a patch for external
d.lst like:

+..\dbghelp\dbghelp.dll %_DEST%\bin%_EXT%\dbghelp.dll

Ok to commit?

Regarding msvcp70.dll  you (mh) said in releases@ :
> Hm, I could swear there was a path to the compiler installation to
> the lzip search path in instsetoo, these *.dll comes with the
> compiler and therefor it should not extend the build requirement
> to more than .NET.

I'm not familiar with scp stuff, I don't know where to search for
the problem.
Comment 7 Martin Hollmichel 2003-08-11 16:03:42 UTC
these dll's are located in a "professional folder" in my compiler
installation, do the not come with the standard edition ? We assumed
that they are in every compiler installation available :(.
Comment 8 quetschke 2003-08-11 16:21:44 UTC
It's even worse ;-), the file lives in:
"c:/Programme/Microsoft Visual Studio .NET/Visual C++ .NET Standard -
German/msvcp70.dll"

I guess we have to copy it into external/msvcp70 and let it also
be delivered by d.lst :-(
Comment 9 Martin Hollmichel 2003-08-11 16:27:21 UTC
you're right, mine is "c:/Programme/Microsoft Visual Studio
.NET/Visual C++ .NET Professional -
English/msvcp70.dll". so we have to update build description and
introduce external folder and d.lst ?
Comment 10 quetschke 2003-08-11 16:41:22 UTC
Yes, I think we need also an external/msvcp70 folder to put the
dll into.

No, we don't need to update our build instructions, because there
aren't any for W32-.NET builds yet ;-) (Beside my mails to dev@ooo)

But we have to upgrade them for unicows.dll (I didn't do it up to now)
and dbghelp.dll.

OK to create external/dbghelp
                      msvcp70
and change external d.lst?
Comment 11 Martin Hollmichel 2003-08-11 16:55:29 UTC
approved.
Comment 12 quetschke 2003-08-11 17:03:37 UTC
Done!

But we also need some checks in configure for the dlls. Later.
Comment 13 quetschke 2003-08-11 17:27:02 UTC
Created attachment 8396 [details]
Patch for configure.in
Comment 14 Martin Hollmichel 2003-08-12 10:45:17 UTC
added also msvcr70.dll.
Comment 15 quetschke 2003-08-15 17:18:17 UTC
Patch for configure to check for msvcr70.dll is missing. If follows in
the next attachment.

Is this OK for cws..rc3? Will it go into 1.1 final?
Comment 16 quetschke 2003-08-15 17:19:06 UTC
Created attachment 8483 [details]
Patch for configure.in
Comment 17 Martin Hollmichel 2003-08-18 16:09:38 UTC
committed to mws_srx645.
Comment 18 Martin Hollmichel 2004-02-07 10:07:41 UTC
mark as verified.
Comment 19 Martin Hollmichel 2004-02-07 10:09:43 UTC
close issue.