Closed
Bug 286345
Opened 20 years ago
Closed 20 years ago
xulrunner build bustage
Categories
(Toolkit Graveyard :: XULRunner, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
Attachments
(1 file)
|
708 bytes,
patch
|
Details | Diff | Splinter Review |
Optimized build fails on Windows The build fails in xpfe/browser with an error about nsIBrowserHistory.h not being found. It seems that we are trying to compile nsBrowserInstance.cpp before we have run "make export" in mozilla/toolkit. I don't understand why that is happening, and I don't understand why the problem only appears to affect XULRunner.
| Assignee | ||
Comment 1•20 years ago
|
||
This is a regression caused by the patch for bug 286282.
| Assignee | ||
Comment 2•20 years ago
|
||
The problem is simply that we need to add back some of the components directories to the DIRS variable in toolkit/components/Makefile.in. I'll work up a patch for this.
| Assignee | ||
Updated•20 years ago
|
Summary: Optimized build fails on Windows → xulrunner build bustage
| Assignee | ||
Comment 3•20 years ago
|
||
| Assignee | ||
Comment 4•20 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite-
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•