Closed
Bug 171461
Opened 22 years ago
Closed 22 years ago
build mozilla trunk with gtk2 fails in gfx/src/gtk/nsGdkUtils.cpp
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jay.yan, Assigned: tetsuroy)
References
Details
(Keywords: intl)
Attachments
(1 file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
bug 169695's regression. Bstell moved some code from nsRenderingContextGTK.h to
a new file nsGdkUtils.cpp, the new file can compile sucessfully in gtk1 env, but
not for gtk2.
Reproducible: Always
Steps to Reproduce:
add reviewers here.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: build mozilla trunk with gtk2 failed in gfx/src/gtk/nsGdkUtils.cpp → build mozilla trunk with gtk2 fails in gfx/src/gtk/nsGdkUtils.cpp
a simple fix to make the new file compile with gtk2 enviroment
Attachment #101028 -
Attachment description: 171461 → patch
Comment 4•22 years ago
|
||
Comment on attachment 101028 [details]
patch
r=bolian
Attachment #101028 -
Flags: review+
Comment 5•22 years ago
|
||
verified.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
tested the patch and building works well now.
Status: RESOLVED → VERIFIED
Comment 8•22 years ago
|
||
I just included gdkx.h which is safe on gtk 1.2 and pulls in all the X headers
anyway.
You need to log in
before you can comment on or make changes to this bug.
Description
•