Closed
Bug 667282
Opened 13 years ago
Closed 13 years ago
Build with --enable-system-cairo is broken after Bug 651858 landing
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 667286
People
(Reporter: ojab, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0a1) Gecko/20110626 Firefox/7.0a1
Build Identifier:
libxul linking fails with (full output in the attached file)
../../gfx/2d/DrawTargetCairo.o: In function `mozilla::gfx::DrawTargetCairo::Flush()':
/sources/mozilla-central/gfx/2d/DrawTargetCairo.cpp:120: undefined reference to `cairo_get_target'
../../gfx/2d/DrawTargetCairo.o: In function `~DrawTargetCairo':
/sources/mozilla-central/gfx/2d/DrawTargetCairo.cpp:108: undefined reference to `cairo_destroy'
../../gfx/2d/DrawTargetCairo.o: In function `mozilla::gfx::DrawTargetCairo::FillRect(mozilla::gfx::Rect const&, mozilla::gfx::Pattern const&, mozilla::gfx::DrawOptions const&)':
Reproducible: Always
Broken after bug 651858 Part 1 landing, actually.
Blocks: 651858
Summary: Build with --enable-system-cairo is broken after 82b9558a9eeb [Merge b-s to m-c] → Build with --enable-system-cairo is broken after Bug 651858 landing
And make it dup of 667286, since it had patch.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•