gmchess 0.20.3发布了

游戏讨论
回复
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

gmchess 0.20.3发布了

#1

帖子 lerosua »

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

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

或等源里更新。
头像
y.z.h
帖子: 1750
注册时间: 2008-11-13 11:39

Re: gmchess 0.20.3发布了

#2

帖子 y.z.h »

顶,等更新。。 :em11
头像
wangks18
帖子: 1151
注册时间: 2008-10-27 22:28
来自: 暮色酒馆

Re: gmchess 0.20.3发布了

#3

帖子 wangks18 »

同顶 :em11
优猫饼
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

Re: gmchess 0.20.3发布了

#4

帖子 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
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: gmchess 0.20.3发布了

#5

帖子 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了。不错
cpc
帖子: 106
注册时间: 2009-04-25 17:02

Re: gmchess 0.20.3发布了

#6

帖子 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
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: gmchess 0.20.3发布了

#7

帖子 wangdu2002 »

:em11 又出新版了,赶快占位等deb。 :em11
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: gmchess 0.20.3发布了

#8

帖子 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>
cpc
帖子: 106
注册时间: 2009-04-25 17:02

Re: gmchess 0.20.3发布了

#9

帖子 cpc »

Thanks, problem is solved.
ildg
帖子: 438
注册时间: 2007-11-26 13:38

Re: gmchess 0.20.3发布了

#10

帖子 ildg »

厉害,很不错的象棋软件
Wjian
帖子: 2044
注册时间: 2005-08-07 18:34
系统: android 4.2.1
来自: 湛江

Re: gmchess 0.20.3发布了

#11

帖子 Wjian »

等更新。
回复