[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: computer-go: Bugs in baduki 0.2.9?
> Does anybody know whether there is a bug in baduki? I am using the version
> of 0.2.9. But I cannot have gmp option work correctly. The program will
My go program also could not play with buduki 0.2.5.
And I received some information from him.
Comment out line 669 in "gmp.c".
/* write(ge->outFile, ge->sendData, 4);*/
And rewrite line 202 and 203 as follows,
noTime.tv_sec = 1;
noTime.tv_usec = 0;
But I don't know whether these changes are effective or not in buduki 0.2.9.
Hiroshi Yamashita