I want to commit some of my fixes on the recent build errors

make  all-recursive

make[1]: 進入目錄「/home/abby/ghrepo/gnugo」

Making all in utils

make[2]: 進入目錄「/home/abby/ghrepo/gnugo/utils」

make[2]: 對「all」無需做任何事。

make[2]: 離開目錄「/home/abby/ghrepo/gnugo/utils」

Making all in sgf

make[2]: 進入目錄「/home/abby/ghrepo/gnugo/sgf」

make[2]: 對「all」無需做任何事。

make[2]: 離開目錄「/home/abby/ghrepo/gnugo/sgf」

Making all in engine

make[2]: 進入目錄「/home/abby/ghrepo/gnugo/engine」

make[2]: 對「all」無需做任何事。

make[2]: 離開目錄「/home/abby/ghrepo/gnugo/engine」

Making all in patterns

make[2]: 進入目錄「/home/abby/ghrepo/gnugo/patterns」

gcc  -g -O2   -o mkpat mkpat.o transform.o dfa.o ../utils/libutils.a
-lncurses -lm
/usr/bin/ld:
transform.o:/home/abby/ghrepo/gnugo/patterns/../engine/liberty.h:863:
multiple definition of `meanin
gless_white_moves';
mkpat.o:/home/abby/ghrepo/gnugo/patterns/../engine/liberty.h:863: first
defined here
/usr/bin/ld:
transform.o:/home/abby/ghrepo/gnugo/patterns/../engine/liberty.h:862:
multiple definition of `meanin
gless_black_moves';
mkpat.o:/home/abby/ghrepo/gnugo/patterns/../engine/liberty.h:862: first
defined here
/usr/bin/ld:
dfa.o:/home/abby/ghrepo/gnugo/patterns/../engine/liberty.h:863: multiple
definition of `meaningless_
white_moves';
mkpat.o:/home/abby/ghrepo/gnugo/patterns/../engine/liberty.h:863: first
defined here
/usr/bin/ld:
dfa.o:/home/abby/ghrepo/gnugo/patterns/../engine/liberty.h:862: multiple
definition of `meaningless_
black_moves';
mkpat.o:/home/abby/ghrepo/gnugo/patterns/../engine/liberty.h:862: first
defined here
collect2: error: ld returned 1 exit status

make[2]: *** [Makefile:365:mkpat] 錯誤 1

make[2]: 離開目錄「/home/abby/ghrepo/gnugo/patterns」

make[1]: *** [Makefile:261:all-recursive] 錯誤 1

make[1]: 離開目錄「/home/abby/ghrepo/gnugo」

make: *** [Makefile:199:all] 錯誤 2


Also, i want to implement better/alternative AI too(still running on CPU)

Where should I push my commits?
_______________________________________________
gnugo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnugo-devel

Reply via email to