#17624 closed defect (fixed)
BUG: cairo +x11_xcb fails during configure
Reported by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | cairo |
Description
Using OS X 10.5.5 and XQuartz 2.3.1, cairo +x11_xcb gives the following error
checking for xcb... no no checking whether cairo's XCB surface backend feature could be enabled... no (requires xcb >= 0.9.92 xcb-render >= 0.9.92 xcb-renderutil http://xcb.freedesktop.org) configure: error: XCB surface backend feature could not be enabled
Neither I nor the configure script can find the xcb-renderutil.pc file.
Change History (5)
comment:1 Changed 16 years ago by blb@…
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Owner: | changed from ryandesign@… to jeremyhu@… |
Jeremy, can you help? I don't know anything about this variant.
comment:3 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Status: | new → assigned |
---|
hmm... It looks like it needs xcb-util as well as libxcb (which is in Xquartz 2.3.2). I'll add that to the dependencies.
comment:4 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This should be fixed with r43659
Note: See
TracTickets for help on using
tickets.
FWIW, on my 10.5.5 with Xquartz 2.3.2_rc3, there are several xcb-related pkgconfig files in /usr/X11/lib/pkgconfig including xcb.pc, xcb-render.pc, and xcb-renderutil.pc.