Closed
Bug 275664
Opened 20 years ago
Closed 20 years ago
Build break for Mozilla 1.7.5 on OS/2 on MOZILLA_1_7_5_RELEASE
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: muni_sekhar, Unassigned)
Details
Attachments
(1 file)
|
548 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 Build is broken in mozilla/intl/locale/src/os2/nsOS2Locale.cpp file at line number 81. The error is nsOS2Locale.cpp:81: `LOCI_iCodepage' undeclared (first use this function) Reproducible: Always Actual Results: Build break Expected Results: Successful build.
| Reporter | ||
Comment 1•20 years ago
|
||
Added the missing definition from the nsCollationOS2.cpp
| Reporter | ||
Updated•20 years ago
|
OS: other → OS/2
Product: Firefox → Mozilla Application Suite
Updated•20 years ago
|
Assignee: bryner → nobody
QA Contact: asa → core.build-config
Comment 2•20 years ago
|
||
You are using a downlevel GCC. What version are you using?
| Reporter | ||
Comment 3•20 years ago
|
||
Install GCC with gcc-3.2.2-beta4.exe (22577438) is solving the problem. Code change /patch is not required.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•