Closed
Bug 234827
Opened 22 years ago
Closed 20 years ago
--disable-xpinstall doesn't work
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 320210
People
(Reporter: BenB, Assigned: bryner)
References
Details
Reproduction
1. Fetch firefox or build your own XUL app
2. ./configure --disable-xpinstall
Actual result:
- Build breaks in nsAppRunner.cpp with "'InstallCleanupDefines.h': No such file
or directory"
Expected result:
All available config options work
Environment:
Tested on Windows MSVC++6, but most likely cross-platform.
Importance:
--disable-xpinstall makes a lot of sense for XUL apps, i.e. non-browser
applications written in XUL which should be executable standalone. They don't
need any add-ons or anything, because there most likely aren't any. It doesn't
make sense to offer XPI installs, where there's no valid use for it, but abuse
is still possible.
Ah, the joys of forking. See bug 198296.
Comment 2•22 years ago
|
||
Based on comment #1, I'm not sure if this bug is "Dup of" or "Depends on" Bug
#198584.
Setting Depends on for now.
Depends on: 198584
*** This bug has been marked as a duplicate of 320210 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•