Summary: | xcb-util should check for xcb >= 1.0 | ||
---|---|---|---|
Product: | XCB | Reporter: | Pierre <pierre42d> |
Component: | Utils | Assignee: | Jamey Sharp <jamey> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Pierre
2007-11-05 16:53:38 UTC
What version of libxcb do you have installed? You presumably have xcb.pc installed, or else ./configure would have failed. Since you're missing xcb/xcb.h, I suspect you have libxcb 0.9 or earlier. You should use at least libxcb 1.0, or preferably the recently-released libxcb 1.1. Does that solve this problem for you? If so, then the bug here is that the configure script doesn't check what version of XCB is installed. Otherwise, please look into why you don't have xcb/xcb.h in your include path. You are completely right, that was it. I upgraded libxcb and the problem disappeared. Thanks for the feedback. I've added a version check to xcb-util in git, so the next time we release those libraries this problem should be more obvious. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.