Closed
Bug 333239
Opened 19 years ago
Closed 19 years ago
Remove --enable-native-uconv OR always include working scriptable uconv
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 333261
People
(Reporter: bugzilla-mozilla-20000923, Unassigned)
Details
It has transpired that the --enable-native-uconv build option causes the scriptable Unicode converter to not be built.
http://lxr.mozilla.org/seamonkey/source/intl/uconv/src/Makefile.in#87
There are at least two bugs (bug 327835 and bug 327827) that are the direct result of someone trying to build with this flag. There is no way either of these apps (and potentially others) can run without a scriptable Unicode converter.
Thus, there are only two options available:
- drop --enable-native-uconv entirely
- build the scriptable Unicode converter always
See also bug 333261, which may be the same thing.
Reporter | ||
Comment 2•19 years ago
|
||
Yeah, that bug looks like my second proposed solution.
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 333261 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 4•19 years ago
|
||
(sorry about forward-duping, but that one has a patch)
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•