Closed
Bug 358511
Opened 19 years ago
Closed 19 years ago
Unable to build Sunbird with DOMi
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
VERIFIED
FIXED
Sunbird 0.5
People
(Reporter: thorsten.fritz, Assigned: mattwillis)
Details
Attachments
(1 file)
|
645 bytes,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
I tried to build Sunbird with DOMi, but it failed on both trunk and MOZILLA_1_8_BRANCH.
Building Firefox and Thunderbird with DOMi worked without problems. The created extension is compatible with SUnbird 0.4a1 and works ok in Sunbird.
ac_add_options --enable-extensions=default,inspector seems to do nothing.
| Reporter | ||
Comment 1•19 years ago
|
||
(In reply to comment #0)
> I tried to build Sunbird with DOMi, but it failed on both trunk and
> MOZILLA_1_8_BRANCH.
Sorry, it only fails on trunk, building DOMi from MOZILLA_1_8_BRANCH worked.
| Assignee | ||
Comment 2•19 years ago
|
||
When bsmedberg changed the build system up in bug 350211, he forgot to add a condition for building extensions.
This adds it.
See http://lxr.mozilla.org/mozilla/source/browser/build.mk#45 for example
| Assignee | ||
Updated•19 years ago
|
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Sunbird 0.5
Version: unspecified → Trunk
Comment 3•19 years ago
|
||
Comment on attachment 243903 [details] [diff] [review]
Adds ifdef MOZ_EXTENSIONS to build.mk
r=mvl
Attachment #243903 -
Flags: first-review?(mvl) → first-review+
| Assignee | ||
Comment 4•19 years ago
|
||
Patch checked in on trunk. (build.mk doesn't exist on branch)
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•