Cook: gnugo 3.8 ================================================================================ QA: checking package receipt... Checking build dependencies... Extracting source archive "gnugo-3.8.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed configure: loading site script /etc/slitaz/cook.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i486-slitaz-linux-gcc... gcc3 checking for library containing pow... -lm checking for mingw32... no checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for i486-slitaz-linux-ranlib... i486-slitaz-linux-ranlib checking whether make sets $(MAKE)... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for an ANSI C-conforming const... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking ncurses/curses.h usability... no checking ncurses/curses.h presence... no checking for ncurses/curses.h... no checking ncurses/term.h usability... no checking ncurses/term.h presence... no checking for ncurses/term.h... no checking for long... yes checking size of long... 4 checking for vsnprintf... yes checking for gettimeofday... yes checking for usleep... yes checking for times... yes checking for variadic cpp define... yes checking whether i486-slitaz-linux-gcc supports transparent unions... yes checking for library containing tparm... -lncurses checking for color support... curses checking whether socket support can be compiled... yes configure: creating ./config.status config.status: creating Makefile config.status: creating interface/Makefile config.status: creating patterns/Makefile config.status: creating sgf/Makefile config.status: creating utils/Makefile config.status: creating engine/Makefile config.status: creating doc/Makefile config.status: creating regression/Makefile config.status: creating config.vc config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8' Making all in utils make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/utils' if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \ then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \ then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT random.o -MD -MP -MF ".deps/random.Tpo" -c -o random.o random.c; \ then mv -f ".deps/random.Tpo" ".deps/random.Po"; else rm -f ".deps/random.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT gg_utils.o -MD -MP -MF ".deps/gg_utils.Tpo" -c -o gg_utils.o gg_utils.c; \ then mv -f ".deps/gg_utils.Tpo" ".deps/gg_utils.Po"; else rm -f ".deps/gg_utils.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT winsocket.o -MD -MP -MF ".deps/winsocket.Tpo" -c -o winsocket.o winsocket.c; \ then mv -f ".deps/winsocket.Tpo" ".deps/winsocket.Po"; else rm -f ".deps/winsocket.Tpo"; exit 1; fi rm -f libutils.a ar cru libutils.a getopt.o getopt1.o random.o gg_utils.o winsocket.o i486-slitaz-linux-ranlib libutils.a make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/utils' Making all in sgf make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/sgf' if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT sgf_utils.o -MD -MP -MF ".deps/sgf_utils.Tpo" -c -o sgf_utils.o sgf_utils.c; \ then mv -f ".deps/sgf_utils.Tpo" ".deps/sgf_utils.Po"; else rm -f ".deps/sgf_utils.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT sgfnode.o -MD -MP -MF ".deps/sgfnode.Tpo" -c -o sgfnode.o sgfnode.c; \ then mv -f ".deps/sgfnode.Tpo" ".deps/sgfnode.Po"; else rm -f ".deps/sgfnode.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT sgftree.o -MD -MP -MF ".deps/sgftree.Tpo" -c -o sgftree.o sgftree.c; \ then mv -f ".deps/sgftree.Tpo" ".deps/sgftree.Po"; else rm -f ".deps/sgftree.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT sgfgen.o -MD -MP -MF ".deps/sgfgen.Tpo" -c -o sgfgen.o sgfgen.c; \ then mv -f ".deps/sgfgen.Tpo" ".deps/sgfgen.Po"; else rm -f ".deps/sgfgen.Tpo"; exit 1; fi i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o sgfgen sgfgen.o -lncurses -lm rm -f libsgf.a ar cru libsgf.a sgf_utils.o sgfnode.o sgftree.o i486-slitaz-linux-ranlib libsgf.a make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/sgf' Making all in engine make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/engine' if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT aftermath.o -MD -MP -MF ".deps/aftermath.Tpo" -c -o aftermath.o aftermath.c; \ then mv -f ".deps/aftermath.Tpo" ".deps/aftermath.Po"; else rm -f ".deps/aftermath.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT board.o -MD -MP -MF ".deps/board.Tpo" -c -o board.o board.c; \ then mv -f ".deps/board.Tpo" ".deps/board.Po"; else rm -f ".deps/board.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT boardlib.o -MD -MP -MF ".deps/boardlib.Tpo" -c -o boardlib.o boardlib.c; \ then mv -f ".deps/boardlib.Tpo" ".deps/boardlib.Po"; else rm -f ".deps/boardlib.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT breakin.o -MD -MP -MF ".deps/breakin.Tpo" -c -o breakin.o breakin.c; \ then mv -f ".deps/breakin.Tpo" ".deps/breakin.Po"; else rm -f ".deps/breakin.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT cache.o -MD -MP -MF ".deps/cache.Tpo" -c -o cache.o cache.c; \ then mv -f ".deps/cache.Tpo" ".deps/cache.Po"; else rm -f ".deps/cache.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT clock.o -MD -MP -MF ".deps/clock.Tpo" -c -o clock.o clock.c; \ then mv -f ".deps/clock.Tpo" ".deps/clock.Po"; else rm -f ".deps/clock.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from aftermath.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from board.h:30, from board.c:32: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from board.h:30, from boardlib.c:27: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from board.h:30, from gnugo.h:33, from breakin.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from board.h:30, from gnugo.h:33, from clock.h:27, from clock.c:39: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from board.h:30, from gnugo.h:33, from cache.c:26: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT combination.o -MD -MP -MF ".deps/combination.Tpo" -c -o combination.o combination.c; \ then mv -f ".deps/combination.Tpo" ".deps/combination.Po"; else rm -f ".deps/combination.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from combination.c:29: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] breakin.c: In function 'break_in_goal': breakin.c:385:3: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] memset(non_territory, 0, BOARDMAX); ^~~~~~ if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT dragon.o -MD -MP -MF ".deps/dragon.Tpo" -c -o dragon.o dragon.c; \ then mv -f ".deps/dragon.Tpo" ".deps/dragon.Po"; else rm -f ".deps/dragon.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from dragon.c:44: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT endgame.o -MD -MP -MF ".deps/endgame.Tpo" -c -o endgame.o endgame.c; \ then mv -f ".deps/endgame.Tpo" ".deps/endgame.Po"; else rm -f ".deps/endgame.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from endgame.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT filllib.o -MD -MP -MF ".deps/filllib.Tpo" -c -o filllib.o filllib.c; \ then mv -f ".deps/filllib.Tpo" ".deps/filllib.Po"; else rm -f ".deps/filllib.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from filllib.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT fuseki.o -MD -MP -MF ".deps/fuseki.Tpo" -c -o fuseki.o fuseki.c; \ then mv -f ".deps/fuseki.Tpo" ".deps/fuseki.Po"; else rm -f ".deps/fuseki.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from fuseki.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT genmove.o -MD -MP -MF ".deps/genmove.Tpo" -c -o genmove.o genmove.c; \ then mv -f ".deps/genmove.Tpo" ".deps/genmove.Po"; else rm -f ".deps/genmove.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT globals.o -MD -MP -MF ".deps/globals.Tpo" -c -o globals.o globals.c; \ then mv -f ".deps/globals.Tpo" ".deps/globals.Po"; else rm -f ".deps/globals.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from genmove.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from board.h:30, from gnugo.h:33, from globals.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT handicap.o -MD -MP -MF ".deps/handicap.Tpo" -c -o handicap.o handicap.c; \ then mv -f ".deps/handicap.Tpo" ".deps/handicap.Po"; else rm -f ".deps/handicap.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT hash.o -MD -MP -MF ".deps/hash.Tpo" -c -o hash.o hash.c; \ then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from handicap.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT influence.o -MD -MP -MF ".deps/influence.Tpo" -c -o influence.o influence.c; \ then mv -f ".deps/influence.Tpo" ".deps/influence.Po"; else rm -f ".deps/influence.Tpo"; exit 1; fi In file included from board.h:30, from hash.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from board.h:30, from gnugo.h:33, from influence.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT interface.o -MD -MP -MF ".deps/interface.Tpo" -c -o interface.o interface.c; \ then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; else rm -f ".deps/interface.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from interface.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT matchpat.o -MD -MP -MF ".deps/matchpat.Tpo" -c -o matchpat.o matchpat.c; \ then mv -f ".deps/matchpat.Tpo" ".deps/matchpat.Po"; else rm -f ".deps/matchpat.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from matchpat.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT montecarlo.o -MD -MP -MF ".deps/montecarlo.Tpo" -c -o montecarlo.o montecarlo.c; \ then mv -f ".deps/montecarlo.Tpo" ".deps/montecarlo.Po"; else rm -f ".deps/montecarlo.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from montecarlo.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT move_reasons.o -MD -MP -MF ".deps/move_reasons.Tpo" -c -o move_reasons.o move_reasons.c; \ then mv -f ".deps/move_reasons.Tpo" ".deps/move_reasons.Po"; else rm -f ".deps/move_reasons.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from move_reasons.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] move_reasons.c: In function 'list_move_reasons': move_reasons.c:1865:4: warning: this statement may fall through [-Wimplicit-fallthrough=] gfprintf(out, "Move at %1m captures something\n", pos); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ move_reasons.c:1867:2: note: here case YOUR_ATARI_ATARI_MOVE: ^~~~ if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT movelist.o -MD -MP -MF ".deps/movelist.Tpo" -c -o movelist.o movelist.c; \ then mv -f ".deps/movelist.Tpo" ".deps/movelist.Po"; else rm -f ".deps/movelist.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from movelist.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT optics.o -MD -MP -MF ".deps/optics.Tpo" -c -o optics.o optics.c; \ then mv -f ".deps/optics.Tpo" ".deps/optics.Po"; else rm -f ".deps/optics.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from optics.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT oracle.o -MD -MP -MF ".deps/oracle.Tpo" -c -o oracle.o oracle.c; \ then mv -f ".deps/oracle.Tpo" ".deps/oracle.Po"; else rm -f ".deps/oracle.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT owl.o -MD -MP -MF ".deps/owl.Tpo" -c -o owl.o owl.c; \ then mv -f ".deps/owl.Tpo" ".deps/owl.Po"; else rm -f ".deps/owl.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from owl.c:49: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT persistent.o -MD -MP -MF ".deps/persistent.Tpo" -c -o persistent.o persistent.c; \ then mv -f ".deps/persistent.Tpo" ".deps/persistent.Po"; else rm -f ".deps/persistent.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from persistent.c:49: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT printutils.o -MD -MP -MF ".deps/printutils.Tpo" -c -o printutils.o printutils.c; \ then mv -f ".deps/printutils.Tpo" ".deps/printutils.Po"; else rm -f ".deps/printutils.Tpo"; exit 1; fi In file included from board.h:30, from printutils.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT readconnect.o -MD -MP -MF ".deps/readconnect.Tpo" -c -o readconnect.o readconnect.c; \ then mv -f ".deps/readconnect.Tpo" ".deps/readconnect.Po"; else rm -f ".deps/readconnect.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from readconnect.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] readconnect.c: In function 'recursive_disconnect': readconnect.c:1467:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (res == 0) ^~ readconnect.c:1470:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' for (i = 1; ((i < Moves[0] + 1) && (res == 0)); i++) ^~~ readconnect.c: In function 'recursive_non_transitivity': readconnect.c:1747:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (res == 0) ^~ readconnect.c:1750:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' for (i = 1; ((i < Moves[0] + 1) && (res == 0)); i++) ^~~ if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT reading.o -MD -MP -MF ".deps/reading.Tpo" -c -o reading.o reading.c; \ then mv -f ".deps/reading.Tpo" ".deps/reading.Po"; else rm -f ".deps/reading.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from reading.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT semeai.o -MD -MP -MF ".deps/semeai.Tpo" -c -o semeai.o semeai.c; \ then mv -f ".deps/semeai.Tpo" ".deps/semeai.Po"; else rm -f ".deps/semeai.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT sgfdecide.o -MD -MP -MF ".deps/sgfdecide.Tpo" -c -o sgfdecide.o sgfdecide.c; \ then mv -f ".deps/sgfdecide.Tpo" ".deps/sgfdecide.Po"; else rm -f ".deps/sgfdecide.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from semeai.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] reading.c: In function 'defend4': reading.c:1851:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (stackp <= superstring_depth) ^~ reading.c:1853:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' squeeze_moves(str, &moves); ^~~~~~~~~~~~~ In file included from board.h:30, from gnugo.h:33, from sgfdecide.c:28: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT sgffile.o -MD -MP -MF ".deps/sgffile.Tpo" -c -o sgffile.o sgffile.c; \ then mv -f ".deps/sgffile.Tpo" ".deps/sgffile.Po"; else rm -f ".deps/sgffile.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from sgffile.c:33: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT shapes.o -MD -MP -MF ".deps/shapes.Tpo" -c -o shapes.o shapes.c; \ then mv -f ".deps/shapes.Tpo" ".deps/shapes.Po"; else rm -f ".deps/shapes.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from shapes.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT showbord.o -MD -MP -MF ".deps/showbord.Tpo" -c -o showbord.o showbord.c; \ then mv -f ".deps/showbord.Tpo" ".deps/showbord.Po"; else rm -f ".deps/showbord.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from showbord.c:38: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT surround.o -MD -MP -MF ".deps/surround.Tpo" -c -o surround.o surround.c; \ then mv -f ".deps/surround.Tpo" ".deps/surround.Po"; else rm -f ".deps/surround.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from surround.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT unconditional.o -MD -MP -MF ".deps/unconditional.Tpo" -c -o unconditional.o unconditional.c; \ then mv -f ".deps/unconditional.Tpo" ".deps/unconditional.Po"; else rm -f ".deps/unconditional.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from unconditional.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; \ then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from utils.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT value_moves.o -MD -MP -MF ".deps/value_moves.Tpo" -c -o value_moves.o value_moves.c; \ then mv -f ".deps/value_moves.Tpo" ".deps/value_moves.Po"; else rm -f ".deps/value_moves.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from value_moves.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../patterns -I../patterns -I../sgf -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT worm.o -MD -MP -MF ".deps/worm.Tpo" -c -o worm.o worm.c; \ then mv -f ".deps/worm.Tpo" ".deps/worm.Po"; else rm -f ".deps/worm.Tpo"; exit 1; fi In file included from board.h:30, from gnugo.h:33, from worm.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] value_moves.c: In function 'estimate_strategical_value': value_moves.c:2789:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!move[pos].move_safety) ^ value_moves.c:2792:7: note: here case CUT_MOVE: ^~~~ rm -f libboard.a ar cru libboard.a board.o boardlib.o hash.o printutils.o i486-slitaz-linux-ranlib libboard.a rm -f libengine.a ar cru libengine.a aftermath.o board.o boardlib.o breakin.o cache.o clock.o combination.o dragon.o endgame.o filllib.o fuseki.o genmove.o globals.o handicap.o hash.o influence.o interface.o matchpat.o montecarlo.o move_reasons.o movelist.o optics.o oracle.o owl.o persistent.o printutils.o readconnect.o reading.o semeai.o sgfdecide.o sgffile.o shapes.o showbord.o surround.o unconditional.o utils.o value_moves.o worm.o i486-slitaz-linux-ranlib libengine.a make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/engine' Making all in patterns make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/patterns' if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT connections.o -MD -MP -MF ".deps/connections.Tpo" -c -o connections.o connections.c; \ then mv -f ".deps/connections.Tpo" ".deps/connections.Po"; else rm -f ".deps/connections.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT helpers.o -MD -MP -MF ".deps/helpers.Tpo" -c -o helpers.o helpers.c; \ then mv -f ".deps/helpers.Tpo" ".deps/helpers.Po"; else rm -f ".deps/helpers.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT transform.o -MD -MP -MF ".deps/transform.Tpo" -c -o transform.o transform.c; \ then mv -f ".deps/transform.Tpo" ".deps/transform.Po"; else rm -f ".deps/transform.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT mkpat.o -MD -MP -MF ".deps/mkpat.Tpo" -c -o mkpat.o mkpat.c; \ then mv -f ".deps/mkpat.Tpo" ".deps/mkpat.Po"; else rm -f ".deps/mkpat.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT dfa.o -MD -MP -MF ".deps/dfa.Tpo" -c -o dfa.o dfa.c; \ then mv -f ".deps/dfa.Tpo" ".deps/dfa.Po"; else rm -f ".deps/dfa.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT mkeyes.o -MD -MP -MF ".deps/mkeyes.Tpo" -c -o mkeyes.o mkeyes.c; \ then mv -f ".deps/mkeyes.Tpo" ".deps/mkeyes.Po"; else rm -f ".deps/mkeyes.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from transform.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from helpers.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from connections.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from dfa.c:28: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from mkpat.c:84: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from eyes.h:24, from mkeyes.c:40: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT uncompress_fuseki.o -MD -MP -MF ".deps/uncompress_fuseki.Tpo" -c -o uncompress_fuseki.o uncompress_fuseki.c; \ then mv -f ".deps/uncompress_fuseki.Tpo" ".deps/uncompress_fuseki.Po"; else rm -f ".deps/uncompress_fuseki.Tpo"; exit 1; fi mkpat.c: In function 'main': mkpat.c:2731:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (command != 2) ^ mkpat.c:2733:8: note: here case '!': ^~~~ mkpat.c:2735:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (command != 2) ^ mkpat.c:2737:8: note: here default: ^~~~~~~ In file included from ../engine/board.h:30, from uncompress_fuseki.c:28: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT joseki.o -MD -MP -MF ".deps/joseki.Tpo" -c -o joseki.o joseki.c; \ then mv -f ".deps/joseki.Tpo" ".deps/joseki.Po"; else rm -f ".deps/joseki.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from joseki.c:26: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT mkmcpat.o -MD -MP -MF ".deps/mkmcpat.Tpo" -c -o mkmcpat.o mkmcpat.c; \ then mv -f ".deps/mkmcpat.Tpo" ".deps/mkmcpat.Po"; else rm -f ".deps/mkmcpat.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from mkmcpat.c:32: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT globals.o -MD -MP -MF ".deps/globals.Tpo" -c -o globals.o `test -f '../engine/globals.c' || echo './'`../engine/globals.c; \ then mv -f ".deps/globals.Tpo" ".deps/globals.Po"; else rm -f ".deps/globals.Tpo"; exit 1; fi i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o mkeyes mkeyes.o ../utils/libutils.a -lncurses -lm i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o uncompress_fuseki uncompress_fuseki.o ../utils/libutils.a ../engine/libboard.a ../sgf/libsgf.a -lncurses -lm In file included from ../engine/board.h:30, from ../engine/gnugo.h:33, from ../engine/globals.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./mkeyes < ./eyes.db >eyes.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o mkmcpat mkmcpat.o globals.o ../engine/libengine.a ../sgf/libsgf.a ../utils/libutils.a -lncurses -lm if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT eyes.o -MD -MP -MF ".deps/eyes.Tpo" -c -o eyes.o eyes.c; \ then mv -f ".deps/eyes.Tpo" ".deps/eyes.Po"; else rm -f ".deps/eyes.Tpo"; exit 1; fi ./uncompress_fuseki 9 ./fuseki9.dbz c >fuseki9.c In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from eyes.h:24, from eyes.c:29: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./uncompress_fuseki 13 ./fuseki13.dbz c >fuseki13.c ./uncompress_fuseki 19 ./fuseki19.dbz c >fuseki19.c if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT fuseki9.o -MD -MP -MF ".deps/fuseki9.Tpo" -c -o fuseki9.o fuseki9.c; \ then mv -f ".deps/fuseki9.Tpo" ".deps/fuseki9.Po"; else rm -f ".deps/fuseki9.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT fuseki13.o -MD -MP -MF ".deps/fuseki13.Tpo" -c -o fuseki13.o fuseki13.c; \ then mv -f ".deps/fuseki13.Tpo" ".deps/fuseki13.Po"; else rm -f ".deps/fuseki13.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from fuseki9.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from fuseki13.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./mkmcpat ./mc_montegnu_classic.db ./mc_mogo_classic.db ./mc_uniform.db > mcpat.c i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o joseki joseki.o ../engine/libboard.a ../sgf/libsgf.a ../utils/libutils.a -lncurses -lm if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT fuseki19.o -MD -MP -MF ".deps/fuseki19.Tpo" -c -o fuseki19.o fuseki19.c; \ then mv -f ".deps/fuseki19.Tpo" ".deps/fuseki19.Po"; else rm -f ".deps/fuseki19.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from fuseki19.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./joseki JG ./gogo.sgf >gogo.db ./joseki JHK ./hoshi_keima.sgf >hoshi_keima.db ./joseki JHO ./hoshi_other.sgf >hoshi_other.db ./joseki JK ./komoku.sgf >komoku.db ./joseki JS ./sansan.sgf >sansan.db ./joseki JM ./mokuhazushi.sgf >mokuhazushi.db ./joseki JT ./takamoku.sgf >takamoku.db if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT mcpat.o -MD -MP -MF ".deps/mcpat.Tpo" -c -o mcpat.o mcpat.c; \ then mv -f ".deps/mcpat.Tpo" ".deps/mcpat.Po"; else rm -f ".deps/mcpat.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from mcpat.c:30: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o mkpat mkpat.o transform.o dfa.o ../utils/libutils.a -lncurses -lm ./mkpat -c conn -i ./conn.db -o conn.c ./mkpat -b pat -i ./patterns.db -i./patterns2.db \ -o patterns.c ./mkpat -X attpat -i ./attack.db -o apatterns.c ./mkpat defpat -i ./defense.db -o dpatterns.c ./mkpat -c influencepat -i ./influence.db -o influence.c ./mkpat -c -b barrierspat -i ./barriers.db -o barriers.c ./mkpat -b endpat -i ./endgame.db -o endgame.c ./mkpat -D -m -b -t ./aa_attackpats.dtr aa_attackpat \ -i ./aa_attackpats.db -o aa_attackpat.c --------------------------- ./mkpat -D -m -b -t ./owl_attackpats.dtr owl_attackpat \ -i ./owl_attackpats.db -o owl_attackpat.c DFA for aa_attackpat size: 3 kB for 28 patterns (375 states) --------------------------- ./mkpat -D -m -b -t ./owl_vital_apats.dtr owl_vital_apat \ -i ./owl_vital_apats.db -o owl_vital_apat.c --------------------------- ./mkpat -D -m -b -t ./owl_defendpats.dtr owl_defendpat \ -i ./owl_defendpats.db -o owl_defendpat.c DFA for owl_vital_apat size: 10 kB for 59 patterns (1032 states) --------------------------- ./mkpat -b fusekipat -i ./fuseki.db -o fusekipat.c ./mkpat -C joseki -i gogo.db -i hoshi_keima.db -i hoshi_other.db -i komoku.db -i sansan.db -i mokuhazushi.db -i takamoku.db -o josekidb.c --------------------------- DFA for owl_attackpat size: 93 kB for 397 patterns (9414 states) --------------------------- ./mkpat -b handipat -i ./handicap.db -o handipat.c ./mkpat -b oracle -i ./oracle.db -o oraclepat.c if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT conn.o -MD -MP -MF ".deps/conn.Tpo" -c -o conn.o conn.c; \ then mv -f ".deps/conn.Tpo" ".deps/conn.Po"; else rm -f ".deps/conn.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT patterns.o -MD -MP -MF ".deps/patterns.Tpo" -c -o patterns.o patterns.c; \ then mv -f ".deps/patterns.Tpo" ".deps/patterns.Po"; else rm -f ".deps/patterns.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from patterns.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] --------------------------- --------------------------- In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from conn.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] corner database for joseki size: 179 kB for 1622 patterns (8673 variations) --------------------------- if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT apatterns.o -MD -MP -MF ".deps/apatterns.Tpo" -c -o apatterns.o apatterns.c; \ then mv -f ".deps/apatterns.Tpo" ".deps/apatterns.Po"; else rm -f ".deps/apatterns.Tpo"; exit 1; fi DFA for owl_defendpat size: 125 kB for 488 patterns (12653 states) --------------------------- if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT dpatterns.o -MD -MP -MF ".deps/dpatterns.Tpo" -c -o dpatterns.o dpatterns.c; \ then mv -f ".deps/dpatterns.Tpo" ".deps/dpatterns.Po"; else rm -f ".deps/dpatterns.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from apatterns.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from dpatterns.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT influence.o -MD -MP -MF ".deps/influence.Tpo" -c -o influence.o influence.c; \ then mv -f ".deps/influence.Tpo" ".deps/influence.Po"; else rm -f ".deps/influence.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from influence.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT barriers.o -MD -MP -MF ".deps/barriers.Tpo" -c -o barriers.o barriers.c; \ then mv -f ".deps/barriers.Tpo" ".deps/barriers.Po"; else rm -f ".deps/barriers.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from barriers.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT endgame.o -MD -MP -MF ".deps/endgame.Tpo" -c -o endgame.o endgame.c; \ then mv -f ".deps/endgame.Tpo" ".deps/endgame.Po"; else rm -f ".deps/endgame.Tpo"; exit 1; fi barriers.c: In function 'autohelperbarrierspat151': barriers.c:2732:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!false_eye_territory[a]) influence_mark_non_territory(a, color);if (!false_eye_territory[b]) influence_mark_non_territory(b, OTHER_COLOR(color));; ^~ barriers.c:2732:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!false_eye_territory[a]) influence_mark_non_territory(a, color);if (!false_eye_territory[b]) influence_mark_non_territory(b, OTHER_COLOR(color));; ^~ barriers.c: In function 'autohelperbarrierspat156': barriers.c:2804:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!false_eye_territory[a]) influence_mark_non_territory(a, color);if (!false_eye_territory[b]) influence_mark_non_territory(b, OTHER_COLOR(color));; ^~ barriers.c:2804:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!false_eye_territory[a]) influence_mark_non_territory(a, color);if (!false_eye_territory[b]) influence_mark_non_territory(b, OTHER_COLOR(color));; ^~ In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from endgame.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT aa_attackpat.o -MD -MP -MF ".deps/aa_attackpat.Tpo" -c -o aa_attackpat.o aa_attackpat.c; \ then mv -f ".deps/aa_attackpat.Tpo" ".deps/aa_attackpat.Po"; else rm -f ".deps/aa_attackpat.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from aa_attackpat.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT owl_attackpat.o -MD -MP -MF ".deps/owl_attackpat.Tpo" -c -o owl_attackpat.o owl_attackpat.c; \ then mv -f ".deps/owl_attackpat.Tpo" ".deps/owl_attackpat.Po"; else rm -f ".deps/owl_attackpat.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from owl_attackpat.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT owl_vital_apat.o -MD -MP -MF ".deps/owl_vital_apat.Tpo" -c -o owl_vital_apat.o owl_vital_apat.c; \ then mv -f ".deps/owl_vital_apat.Tpo" ".deps/owl_vital_apat.Po"; else rm -f ".deps/owl_vital_apat.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from owl_vital_apat.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] owl_vital_apat.c: In function 'autohelperowl_vital_apat32': owl_vital_apat.c:615:85: warning: comparison of constant '5' with boolean expression is always false [-Wbool-compare] return countlib(a)>1 || !play_attack_defend_n(color, 1, 3, move, NO_MOVE, b, move)==WIN; ^~ owl_vital_apat.c:615:85: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] owl_vital_apat.c:615:27: note: add parentheses around left hand side expression to silence this warning return countlib(a)>1 || !play_attack_defend_n(color, 1, 3, move, NO_MOVE, b, move)==WIN; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ( ) if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT owl_defendpat.o -MD -MP -MF ".deps/owl_defendpat.Tpo" -c -o owl_defendpat.o owl_defendpat.c; \ then mv -f ".deps/owl_defendpat.Tpo" ".deps/owl_defendpat.Po"; else rm -f ".deps/owl_defendpat.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from owl_defendpat.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] owl_defendpat.c: In function 'autohelperowl_defendpat484': owl_defendpat.c:6425:7: warning: variable 'a' set but not used [-Wunused-but-set-variable] int a, b; ^ owl_defendpat.c: In function 'autohelperowl_defendpat485': owl_defendpat.c:6438:7: warning: variable 'a' set but not used [-Wunused-but-set-variable] int a, b; ^ if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT fusekipat.o -MD -MP -MF ".deps/fusekipat.Tpo" -c -o fusekipat.o fusekipat.c; \ then mv -f ".deps/fusekipat.Tpo" ".deps/fusekipat.Po"; else rm -f ".deps/fusekipat.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from fusekipat.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT josekidb.o -MD -MP -MF ".deps/josekidb.Tpo" -c -o josekidb.o josekidb.c; \ then mv -f ".deps/josekidb.Tpo" ".deps/josekidb.Po"; else rm -f ".deps/josekidb.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from josekidb.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT handipat.o -MD -MP -MF ".deps/handipat.Tpo" -c -o handipat.o handipat.c; \ then mv -f ".deps/handipat.Tpo" ".deps/handipat.Po"; else rm -f ".deps/handipat.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from handipat.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../engine -I../utils -I../sgf -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT oraclepat.o -MD -MP -MF ".deps/oraclepat.Tpo" -c -o oraclepat.o oraclepat.c; \ then mv -f ".deps/oraclepat.Tpo" ".deps/oraclepat.Po"; else rm -f ".deps/oraclepat.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/liberty.h:27, from oraclepat.c:25: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] rm -f libpatterns.a ar cru libpatterns.a connections.o helpers.o transform.o conn.o patterns.o apatterns.o dpatterns.o eyes.o influence.o barriers.o endgame.o aa_attackpat.o owl_attackpat.o owl_vital_apat.o owl_defendpat.o fusekipat.o fuseki9.o fuseki13.o fuseki19.o josekidb.o handipat.o oraclepat.o mcpat.o i486-slitaz-linux-ranlib libpatterns.a make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/patterns' Making all in interface make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/interface' if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../sgf -I../engine -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../sgf -I../engine -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT play_ascii.o -MD -MP -MF ".deps/play_ascii.Tpo" -c -o play_ascii.o play_ascii.c; \ then mv -f ".deps/play_ascii.Tpo" ".deps/play_ascii.Po"; else rm -f ".deps/play_ascii.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../sgf -I../engine -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT play_gmp.o -MD -MP -MF ".deps/play_gmp.Tpo" -c -o play_gmp.o play_gmp.c; \ then mv -f ".deps/play_gmp.Tpo" ".deps/play_gmp.Po"; else rm -f ".deps/play_gmp.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../sgf -I../engine -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT play_gtp.o -MD -MP -MF ".deps/play_gtp.Tpo" -c -o play_gtp.o play_gtp.c; \ then mv -f ".deps/play_gtp.Tpo" ".deps/play_gtp.Po"; else rm -f ".deps/play_gtp.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../sgf -I../engine -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT play_solo.o -MD -MP -MF ".deps/play_solo.Tpo" -c -o play_solo.o play_solo.c; \ then mv -f ".deps/play_solo.Tpo" ".deps/play_solo.Po"; else rm -f ".deps/play_solo.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../sgf -I../engine -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT play_test.o -MD -MP -MF ".deps/play_test.Tpo" -c -o play_test.o play_test.c; \ then mv -f ".deps/play_test.Tpo" ".deps/play_test.Po"; else rm -f ".deps/play_test.Tpo"; exit 1; fi In file included from ../engine/board.h:30, from ../engine/gnugo.h:33, from main.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/gnugo.h:33, from play_test.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/gnugo.h:33, from play_gmp.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/gnugo.h:33, from play_ascii.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/gnugo.h:33, from play_solo.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] In file included from ../engine/board.h:30, from ../engine/gnugo.h:33, from play_gtp.c:24: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] main.c: In function 'socket_connect_to': main.c:1811:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1811:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] main.c:1811:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] main.c: In function 'socket_listen_at': main.c:1888:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1888:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] main.c:1888:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] main.c: In function 'socket_stop_listening': main.c:1925:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buffer, sizeof buffer, 1, input_file); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ play_ascii.c: In function 'do_play_ascii': play_ascii.c:893:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, 80, stdin); ^~~~~~~~~~~~~~~~~~~~~~ if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../sgf -I../engine -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT gmp.o -MD -MP -MF ".deps/gmp.Tpo" -c -o gmp.o gmp.c; \ then mv -f ".deps/gmp.Tpo" ".deps/gmp.Po"; else rm -f ".deps/gmp.Tpo"; exit 1; fi if i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wundef -Wdeclaration-after-statement -I../sgf -I../engine -I../utils -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -MT gtp.o -MD -MP -MF ".deps/gtp.Tpo" -c -o gtp.o gtp.c; \ then mv -f ".deps/gtp.Tpo" ".deps/gtp.Po"; else rm -f ".deps/gtp.Tpo"; exit 1; fi gmp.c: In function 'heartbeat': gmp.c:737:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ge->outFile, ge->sendData, 4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmp.c: In function 'putCommand': gmp.c:505:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ge->outFile, ge->sendData, 4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gtp.h:42, from gtp.c:46: ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE_WINDOWS_SOCKET_CLUDGE ^~~~~~~~~~~~~~~~~~~~~~~~~ ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../utils/winsocket.h:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed -o gnugo main.o play_ascii.o play_gmp.o play_gtp.o play_solo.o play_test.o gmp.o gtp.o ../engine/libengine.a ../patterns/libpatterns.a ../sgf/libsgf.a ../utils/libutils.a -lncurses -lm make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/interface' Making all in doc make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' make all-am make[3]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' Making all in regression make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/regression' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/regression' make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8' make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8' make[1]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8' Making install in utils make[1]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/utils' make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/utils' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/utils' make[1]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/utils' Making install in sgf make[1]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/sgf' make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/sgf' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/sgf' make[1]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/sgf' Making install in engine make[1]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/engine' make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/engine' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/engine' make[1]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/engine' Making install in patterns make[1]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/patterns' make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/patterns' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/patterns' make[1]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/patterns' Making install in interface make[1]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/interface' make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/interface' test -z "/usr/bin" || /bin/bash ../mkinstalldirs "/home/slitaz/wok/gnugo/install/usr/bin" make[2]: Nothing to be done for 'install-data-am'. mkdir /home/slitaz/wok/gnugo/install mkdir /home/slitaz/wok/gnugo/install/usr mkdir /home/slitaz/wok/gnugo/install/usr/bin /usr/bin/install -c 'gnugo' '/home/slitaz/wok/gnugo/install/usr/bin/gnugo' make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/interface' make[1]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/interface' Making install in doc make[1]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' make install-am make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' make[3]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/info" || /bin/bash ../mkinstalldirs "/home/slitaz/wok/gnugo/install/usr/share/info" test -z "/usr/share/man/man6" || /bin/bash ../mkinstalldirs "/home/slitaz/wok/gnugo/install/usr/share/man/man6" mkdir /home/slitaz/wok/gnugo/install/usr/share mkdir /home/slitaz/wok/gnugo/install/usr/share mkdir: can't create directory '/home/slitaz/wok/gnugo/install/usr/share': File exists mkdir /home/slitaz/wok/gnugo/install/usr/share/info mkdir /home/slitaz/wok/gnugo/install/usr/share/man mkdir /home/slitaz/wok/gnugo/install/usr/share/man/man6 /usr/bin/install -c -m 644 './gnugo.info' '/home/slitaz/wok/gnugo/install/usr/share/info/gnugo.info' /usr/bin/install -c -m 644 './gnugo.6' '/home/slitaz/wok/gnugo/install/usr/share/man/man6/gnugo.6' /usr/bin/install -c -m 644 './gnugo.info-1' '/home/slitaz/wok/gnugo/install/usr/share/info/gnugo.info-1' /usr/bin/install -c -m 644 './gnugo.info-2' '/home/slitaz/wok/gnugo/install/usr/share/info/gnugo.info-2' /usr/bin/install -c -m 644 './gnugo.info-3' '/home/slitaz/wok/gnugo/install/usr/share/info/gnugo.info-3' make[3]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' make[1]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/doc' Making install in regression make[1]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/regression' make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/regression' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/regression' make[1]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8/regression' make[1]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8' make[2]: Entering directory '/home/slitaz/wok/gnugo/source/gnugo-3.8' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8' make[1]: Leaving directory '/home/slitaz/wok/gnugo/source/gnugo-3.8' ================================================================================ Executing strip on all files... Done Time: 0.65s. Size: 6366628 B -> 6169424 B. Save: 193 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.86s. Size: 12825 B -> 5055 B. Save: 8 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: gnugo 3.8 ================================================================================ Executing: genpkg_rules Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "gnugo-3.8-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "gnugo-3.8-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/gnugo-3.8... Done Checking site script in source/gnugo-3.8... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: gnugo 3.8 ================================================================================ Src file : gnugo-3.8.tar.gz Src size : 3.1M Source dir : 45.4M Produced : 6.5M Cook time : 32s Cook date : 2020-07-07 09:44 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 5.9M : 712.2K : 1 : gnugo-3.8-i486.tazpkg ================================================================================