Bug 8431

Summary: Building xcb module component xcb-demo fails
Product: XCB Reporter: Peter Dyballa <Peter_Dyballa>
Component: DemosAssignee: Jamey Sharp <jamey>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: high    
Version: 0.9   
Hardware: PowerPC   
OS: Mac OS X (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Compile log

Description Peter Dyballa 2006-09-27 01:53:52 UTC
/sw/lib/odcctools/bin/ld: Undefined symbols:
_XCBAllocColor
_XCBAllocColorReply
_XCBCOLORMAPNew
_XCBConnect
_XCBCopyArea
_XCBCreateColormap
_XCBCreateGC
_XCBCreatePixmap
_XCBCreateWindow
_XCBDisconnect
_XCBGCONTEXTNew
_XCBMapWindow
_XCBPIXMAPNew
_XCBPolyFillRectangle
_XCBSync
_XCBWINDOWNew
_XCBWaitForEvent
collect2: ld returned 1 exit status
Comment 1 Peter Dyballa 2006-09-27 01:54:32 UTC
Created attachment 7161 [details]
Compile log
Comment 2 Ian Osgood 2006-10-07 22:46:31 UTC
The latest release candidate tarballs for xcb/proto and xcb/libxcb do not have matching xcb/util and xcb/
demo releases.  (Instead, the focus is on getting these releases to work well with a newly released Xlib.) 
Since your bug report, all the functions you've mentioned have been renamed along the lines of 
"xcb_alloc_color".

Until matching versions of xcb/util and xcb/demo are released, please use the xcb/util and xcb/demo 
sources from git. As of Oct 6, xcb/util and xcb/demo in git are up do date with libxcb RC2. See this wiki 
page for instructions:

  http://xcb.freedesktop.org/wiki/DevelopersGuide
Comment 3 Peter Dyballa 2006-10-08 11:20:35 UTC
Yes, with the new sources all components are created!

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.