Current tinderbox regression (libxcb, win32/OS X)

2010-04-30 Thread Chris Ball
http://tinderbox.x.org/builds/2010-04-30-0024/logs/libxcb/#build http://tinderbox.x.org/builds/2010-04-30-0022/logs/libxcb/#build xcb_util.c: In function '_xcb_open': xcb_util.c:213: error: 'fd' undeclared (first use in this function)

Re: Current tinderbox regression (libXcb)

2010-04-24 Thread Julien Cristau
On Fri, Apr 23, 2010 at 22:10:12 -0400, Chris Ball wrote: http://tinderbox.x.org/builds/2010-04-24-0002/logs/libxcb/#build xcb_util.c:31:27: error: sys/syslimits.h: No such file or directory xcb_util.c: In function '_xcb_open': xcb_util.c:148: error: 'PATH_MAX' undeclared (first use in this

Re: Current tinderbox regression (libXcb)

2010-04-24 Thread Jeremy Huddleston
sigh. sorry. I though sys/syslimits.h was standard. I'll change it to limits.h --Jeremy On Apr 23, 2010, at 19:10, Chris Ball wrote: http://tinderbox.x.org/builds/2010-04-24-0002/logs/libxcb/#build xcb_util.c:31:27: error: sys/syslimits.h: No such file or directory xcb_util.c: In

Current tinderbox regression (libXcb)

2010-04-23 Thread Chris Ball
http://tinderbox.x.org/builds/2010-04-24-0002/logs/libxcb/#build xcb_util.c:31:27: error: sys/syslimits.h: No such file or directory xcb_util.c: In function '_xcb_open': xcb_util.c:148: error: 'PATH_MAX' undeclared (first use in this function)

Re: Current tinderbox regression (libxcb)

2008-11-04 Thread Chris Ball
Hi Jamey, I'm sorry too: I used an overly grumpy tone in my last mail. I should have known git would make the merge easy to do. :-) Tinderbox builds should be passing again now. Yep, they're passing again, thanks: http://tinderbox.x.org/ I'll be more patient about build

Re: Current tinderbox regression (libxcb)

2008-11-04 Thread Eric Anholt
On Wed, 2008-11-05 at 00:29 -0500, Chris Ball wrote: Thanks, added the make check test. I don't know if you plan to have the test suite launch X clients in the future, but I added it to the set of tests that is run against the newly-built libraries/server/drivers at the end of every tinderbox

Re: Current tinderbox regression (libxcb)

2008-11-04 Thread Jamey Sharp
On Tue, Nov 4, 2008 at 9:29 PM, Chris Ball [EMAIL PROTECTED] wrote: Thanks, added the make check test. Thanks! I don't know if you plan to have the test suite launch X clients in the future, but I added it to the set of tests that is run against the newly-built libraries/server/drivers at the

Current tinderbox regression (libxcb)

2008-10-14 Thread Chris Ball
http://tinderbox.x.org/builds/2008-10-14-0029/ http://tinderbox.x.org/builds/2008-10-14-0029/logs/libxcb/#build http://cgit.freedesktop.org/xcb/libxcb/diff/configure.ac?id=cebd482a20fcc2b2dae0683c38e917a3740638a6 In file included from xcbint.h:34, from xcb_in.c:38:

Re: Current tinderbox regression (libxcb)

2008-10-14 Thread Dan Nicholson
On Tue, Oct 14, 2008 at 1:40 PM, Chris Ball [EMAIL PROTECTED] wrote: http://tinderbox.x.org/builds/2008-10-14-0029/ http://tinderbox.x.org/builds/2008-10-14-0029/logs/libxcb/#build http://cgit.freedesktop.org/xcb/libxcb/diff/configure.ac?id=cebd482a20fcc2b2dae0683c38e917a3740638a6 In file

Re: Current tinderbox regression (libxcb)

2008-10-14 Thread Chris Ball
Hi, '$xcb_queue_buffer_size' undeclared here Here's a fix for someone to push; I don't seem to have access to xcb. commit 42c7ee29dbc08a21420f19964e2a11016c9424c4 Author: Chris Ball [EMAIL PROTECTED] Date: Tue Oct 14 17:08:49 2008 -0400 Build fix in configure.ac. AC_DEFINE()