Bug 8431 - Building xcb module component xcb-demo fails
Summary: Building xcb module component xcb-demo fails
Status: RESOLVED WORKSFORME
Alias: None
Product: XCB
Classification: Unclassified
Component: Demos (show other bugs)
Version: 0.9
Hardware: PowerPC Mac OS X (All)
: high normal
Assignee: Jamey Sharp
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 01:53 UTC by Peter Dyballa
Modified: 2006-10-08 11:20 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Compile log (3.36 KB, text/plain)
2006-09-27 01:54 UTC, Peter Dyballa
Details

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.