Closed
Bug 94837
Opened 23 years ago
Closed 23 years ago
[xlib] xlib port fails to build [nsDeviceContextXlib.cpp:71: `mPaletteInfo' undeclared]
Categories
(Core :: XUL, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla0.9.4
People
(Reporter: daa, Assigned: roland.mainz)
Details
xlib build dies in gfx/src/xlib :
../../../../gfx/src/xlib/nsDeviceContextXlib.cpp: In method
`nsDeviceContextXlib::nsDeviceContextXlib ()':
../../../../gfx/src/xlib/nsDeviceContextXlib.cpp:71: `mPaletteInfo' undeclared
(first use this function)
../../../../gfx/src/xlib/nsDeviceContextXlib.cpp:71: (Each undeclared identifier
is reported only once for each function it appears in.)
Comment 1•23 years ago
|
||
Fallout of imglib1 removal (yanked that member out of the header, but still
referred to it in the implementation).
Assignee: trudelle → Roland.Mainz
Summary: xlib port fails to build → xlib port fails to build [nsDeviceContextXlib.cpp:71: `mPaletteInfo' undeclared]
Comment 2•23 years ago
|
||
The imglib1 removal is bug 78690. I also had this problem, but was able to build
the xlib port (which I'm running now) when I applied Tomi Leppikangas's patch
from the imglib1 bug that finishes off the xlib changes, along with my patch
from bug 91954 which appears to fix some makefile problems in xprint.
Assignee | ||
Comment 3•23 years ago
|
||
Fix is attachment 44654 [details] [diff] [review] ...
OK... requesting r=/sr= for
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=44654 , please...
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.4
Assignee | ||
Updated•23 years ago
|
Priority: -- → P1
Summary: xlib port fails to build [nsDeviceContextXlib.cpp:71: `mPaletteInfo' undeclared] → [xlib] xlib port fails to build [nsDeviceContextXlib.cpp:71: `mPaletteInfo' undeclared]
i'm building w/ disable-debug i think and i die here (w/ patch applied):
"/tmp/mozilla/gfx/src/xlib/nsRenderingContextXlib.cpp", line 89: Error:
RenderingContextXlibLM is not defined.
"/tmp/mozilla/gfx/src/xlib/nsRenderingContextXlib.cpp", line 89: Error:
PR_LOG_DEBUG is not defined.
[repeated a lot for different lines]
preprocess output shows that RenderingContextXlibLM is being preprocessed out,
but i can't figure out why the PR_LOG calls aren't...
ok i found my problem and am going to check in the imglib remainder.
Assignee | ||
Comment 6•23 years ago
|
||
timeless:
Can I mark this bug as FIXED or are there any pieces left which need to be fixed
first ?
well, xlib built, but it crashes in one of the other well known places.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•23 years ago
|
||
Where does it crash ? BugID ?
Comment 9•23 years ago
|
||
May God have mercy on us all. The 212 bug spam-o-rama is Now!
QA Contact: aegis → jrgm
You need to log in
before you can comment on or make changes to this bug.
Description
•