Closed
Bug 512763
Opened 15 years ago
Closed 15 years ago
Trunk builds broken with "failed to start because msvcp80.dll was not found" / port bug 508861
Categories
(MailNews Core :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.1a1
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
1.96 KB,
patch
|
gozer
:
review+
|
Details | Diff | Splinter Review |
Bug 508861 changed how trunk builds are linked, they now link against an additional c++ runtime that we build.
We need to port this across because otherwise our trunk builds will fail to start.
The patch is a straight port of the relevant parts of bug 508861, note that the configure part is in a section which is specific to trunk only.
Also added the relevant files to the packages/removed files places.
I haven't tested this, but I'm sure it will work, and will check the builds after it lands.
Assignee | ||
Updated•15 years ago
|
Blocks: CcMcBuildIssues
Assignee | ||
Updated•15 years ago
|
Attachment #396808 -
Flags: review?(gozer)
Updated•15 years ago
|
Attachment #396808 -
Flags: review?(gozer) → review+
Assignee | ||
Comment 1•15 years ago
|
||
Checked in: http://hg.mozilla.org/comm-central/rev/3c16fd7ba29b
I'll double-check this works before I land.
Assignee | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> I'll double-check this works before I land.
err close.
Assignee | ||
Comment 3•15 years ago
|
||
I downloaded an hourly build and it works fine now.
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•