分页: 1 / 1

gmchess 0.20.3发布了

发表于 : 2009-10-10 10:39
lerosua
详情:
http://www.lerosua.org/2009/10/gmchess-0-20-3/

添加了大小棋盘设置和 加快了引擎下棋的速度。还可以设置搜索级数。
增加了可玩性。 :em11
源码地址:
http://gmchess.googlecode.com/files/gmc ... .3.tar.bz2

或等源里更新。

Re: gmchess 0.20.3发布了

发表于 : 2009-10-10 10:44
y.z.h
顶,等更新。。 :em11

Re: gmchess 0.20.3发布了

发表于 : 2009-10-10 10:59
wangks18
同顶 :em11

Re: gmchess 0.20.3发布了

发表于 : 2009-10-10 11:29
luojie-dune
lerosua 写了:详情:
http://www.lerosua.org/2009/10/gmchess-0-20-3/

添加了大小棋盘设置和 加快了引擎下棋的速度。还可以设置搜索级数。
增加了可玩性。 :em11
源码地址:
http://gmchess.googlecode.com/files/gmc ... .3.tar.bz2

或等源里更新。
还喜欢吗?http://zh.wikipedia.org/wiki/GMChess

Re: gmchess 0.20.3发布了

发表于 : 2009-10-10 11:40
lerosua
luojie-dune 写了:
lerosua 写了:详情:
http://www.lerosua.org/2009/10/gmchess-0-20-3/

添加了大小棋盘设置和 加快了引擎下棋的速度。还可以设置搜索级数。
增加了可玩性。 :em11
源码地址:
http://gmchess.googlecode.com/files/gmc ... .3.tar.bz2

或等源里更新。
还喜欢吗?http://zh.wikipedia.org/wiki/GMChess
哗,竟然上wiki了。不错

Re: gmchess 0.20.3发布了

发表于 : 2009-10-12 16:08
cpc
編譯時出現以下問題,請問如何解決? (PS: 0.20.2沒這問題)

MainWindow.cc: In member function 「void MainWindow::init_conf()」:
MainWindow.cc:250: 錯誤: 「S_IRUSR」 在此作用欄位中尚未宣告
MainWindow.cc:250: 錯誤: 「S_IWUSR」 在此作用欄位中尚未宣告
MainWindow.cc:250: 錯誤: 「S_IXUSR」 在此作用欄位中尚未宣告
MainWindow.cc:250: 錯誤: 「mkdir」 在此作用欄位中尚未宣告
make[4]: *** [MainWindow.o] Error 1
make[4]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3'
make: *** [build-stamp] Error 2

Re: gmchess 0.20.3发布了

发表于 : 2009-10-12 16:09
wangdu2002
:em11 又出新版了,赶快占位等deb。 :em11

Re: gmchess 0.20.3发布了

发表于 : 2009-10-12 16:30
lerosua
cpc 写了:編譯時出現以下問題,請問如何解決? (PS: 0.20.2沒這問題)

MainWindow.cc: In member function 「void MainWindow::init_conf()」:
MainWindow.cc:250: 錯誤: 「S_IRUSR」 在此作用欄位中尚未宣告
MainWindow.cc:250: 錯誤: 「S_IWUSR」 在此作用欄位中尚未宣告
MainWindow.cc:250: 錯誤: 「S_IXUSR」 在此作用欄位中尚未宣告
MainWindow.cc:250: 錯誤: 「mkdir」 在此作用欄位中尚未宣告
make[4]: *** [MainWindow.o] Error 1
make[4]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/cpc/桌面/gmchess-0.20.3'
make: *** [build-stamp] Error 2
似乎是某gcc 4.3版本检测不到隐含的头文件。因为我用gcc4.4所以没发现这问题,需要在MainWindow.cc里加入

代码: 全选

#include <sys/stat.h>

Re: gmchess 0.20.3发布了

发表于 : 2009-10-12 16:56
cpc
Thanks, problem is solved.

Re: gmchess 0.20.3发布了

发表于 : 2009-10-21 16:41
ildg
厉害,很不错的象棋软件

Re: gmchess 0.20.3发布了

发表于 : 2009-10-21 18:31
Wjian
等更新。