Closed
Bug 1017911
Opened 11 years ago
Closed 11 years ago
DMD build broken on win32 — no alloca.h
Categories
(Core :: DMD, defect)
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: jld, Assigned: n.nethercote)
Details
Attachments
(1 file)
|
1.59 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
memory/replace/dmd/DMD.cpp(9) : fatal error C1083: Cannot open include file: 'alloca.h': No such file or directory
(from https://tbpl.mozilla.org/php/getParsedLog.php?id=40680158&tree=Try#error4 )
This is fallout from bug 1014249.
Note that --enable-dmd --disable-unified-compilation has probably been broken on Windows since bug 946407 landed, but bug 1015497 should fix that.
| Assignee | ||
Comment 1•11 years ago
|
||
My patch in bug 1014249 added sufficient checking elsewhere that the alloca()
call isn't actually necessary.
Attachment #8431222 -
Flags: review?(continuation)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → n.nethercote
Status: NEW → ASSIGNED
Updated•11 years ago
|
Attachment #8431222 -
Flags: review?(continuation) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
| Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Nicholas Nethercote [:njn] from comment #2)
> https://mail.google.com/mail/u/0/#label/A-moz%2Fbugz/1464a5dc3a7ae360
Whoops, wrong link.
(In reply to Andrew McCreight [:mccr8] from comment #3)
> https://hg.mozilla.org/integration/mozilla-inbound/rev/d05fb99bf641
Thanks! :)
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•