Closed
Bug 329032
Opened 20 years ago
Closed 19 years ago
MinGW build error due to Bug #328820
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: d_king, Unassigned)
References
Details
Patch from Bug #328820 causes the following build error
e:/mozilla/source/mozilla/gfx/thebes/src/gfxWindowsFonts.cpp:557: error:
invalid
static_cast from type `NS_ConvertASCIItoUTF16' to type `nsAString_internal&'
Updated•20 years ago
|
Assignee: general → nobody
Component: GFX → GFX: Thebes
QA Contact: ian → thebes
Updated•20 years ago
|
Component: GFX → GFX: Thebes
Comment 1•19 years ago
|
||
The problem described in this was due to the following line
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/gfx/thebes/src/gfxWindowsFonts.cpp&rev=1.20&root=/cvsroot&mark=557#550
However, I am not able reproduce it. Do you still encounter it using an up-to-date version of MinGW?
| Reporter | ||
Comment 2•19 years ago
|
||
If I remember correctly a fix was checked in with a different bug. Resolving.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 3•19 years ago
|
||
No specific bug / patch referenced as the fix.
-> WORKSFORME
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•19 years ago
|
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•