Closed
Bug 587372
Opened 14 years ago
Closed 13 years ago
Localized cl.exe uses a localized string for /showIncludes
Categories
(Firefox Build System :: General, defect)
Tracking
(blocking2.0 final+)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: emk, Assigned: emk)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
6.38 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Japanese MSVC compiler prefixes "メモ: インクルード ファイル:" instead of "Note: including file:". cl.py do not handle this correctly.
Oh man, this is going to be fun.
Assignee | ||
Comment 2•14 years ago
|
||
Workaround: chcp.com 437
Assignee | ||
Comment 3•14 years ago
|
||
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Attachment #466114 -
Flags: review?(ted.mielczarek)
Comment 4•13 years ago
|
||
Comment on attachment 466114 [details] [diff] [review] Make prefix string configurable I'd rather not turn cl.py into a preprocessed file. How about you just AC_SUBST that value, then cl.py can read it as an environment variable (with the default being what it currently is)? Also, I hate that Microsoft localizes their compiler output.
Attachment #466114 -
Flags: review?(ted.mielczarek) → review-
Assignee | ||
Comment 5•13 years ago
|
||
> Also, I hate that Microsoft localizes their compiler output.
We can do nothing about that :(
Attachment #466114 -
Attachment is obsolete: true
Attachment #472112 -
Flags: review?(ted.mielczarek)
Assignee | ||
Comment 6•13 years ago
|
||
The magic number 21 also needs to be changed.
Attachment #472112 -
Attachment is obsolete: true
Attachment #472141 -
Flags: review?(ted.mielczarek)
Attachment #472112 -
Flags: review?(ted.mielczarek)
Comment 7•13 years ago
|
||
Comment on attachment 472141 [details] [diff] [review] Using an environment variable v2 It might be nice if we could figure out from the version check we already do in configure if this test is necessary. (Can we figure out if we're using an en-US compiler from just the "cl.exe -help" text?) But this is fine, anyway.
Attachment #472141 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 8•13 years ago
|
||
This is very important for non-English developers to build the tree correctly. (In reply to comment #7) > It might be nice if we could figure out from the version check we already do in > configure if this test is necessary. (Can we figure out if we're using an en-US > compiler from just the "cl.exe -help" text?) I'd file a followup bug.
blocking2.0: --- → ?
Updated•13 years ago
|
blocking2.0: ? → final+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 9•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/fa73c5362474 I'm not sure whether I should mark this bug fixed now, so I'm leaving it.
Keywords: checkin-needed
Assignee | ||
Comment 10•13 years ago
|
||
I observed that dependencies are correctly resolved on Japanese locale. Console does no loner spit out garbages. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•13 years ago
|
||
(In reply to comment #8) > > It might be nice if we could figure out from the version check we already do in > > configure if this test is necessary. (Can we figure out if we're using an en-US > > compiler from just the "cl.exe -help" text?) > I'd file a followup bug. Filed bug 600788.
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•