Re: [Bug-XBoard] Xboard doesn't compile with --disable-zippy

2010-08-04 Thread h.g. muller
At 21:36 3-8-2010 -0400, Adrian Petrescu wrote: If I run configure with the --disable-zippy flag (which successfully shows zippy: no in the configuration summary), trying to make fails with the following errors: In file included from xboard.c:1347: args.h:597: error: 'AppData' has no member

Re: [Bug-XBoard] Re: Extremely slow startup

2010-08-04 Thread Adrian Petrescu
Hello :) Thanks for the response. I did a bunch of testing and I've pinpointed the problem: it seems the call to XSync is extremely slow. On line 4568 of xboard.c if I do: printf(About to call XSync\n); XSync(xDisplay, False); printf(Done calling XSync\n); Then the About to call