1 | $ sudo port -v build |
---|
2 | ---> Computing dependencies for scid. |
---|
3 | ---> Extracting scid |
---|
4 | ---> Extracting scid-4.6.4.zip |
---|
5 | Executing: cd "/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work" && /usr/bin/unzip -q '/opt/local/var/macports/distfiles/scid/scid-4.6.4.zip' -d /opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work |
---|
6 | ---> Applying patches to scid |
---|
7 | ---> Applying patch-Makefile.conf.diff |
---|
8 | Executing: cd "/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4" && /usr/bin/patch -p0 < '/opt/macports-ports/games/scid/files/patch-Makefile.conf.diff' |
---|
9 | patching file Makefile.conf |
---|
10 | ---> Patching Info.plist: s|x\.x|4.6.4|g |
---|
11 | ---> Configuring scid |
---|
12 | Executing: cd "/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4" && ./configure --prefix=/opt/local BINDIR=/opt/local/bin SHAREDIR=/opt/local/share/scid |
---|
13 | configure: Makefile configuration program for Scid |
---|
14 | Tcl/Tk version: 8.6 |
---|
15 | Your operating system is: Darwin 10.8.0 |
---|
16 | Location of "tcl.h": /opt/local/include |
---|
17 | Location of Tcl 8.6 library: /opt/local/lib |
---|
18 | Checking if your system already has zlib installed: no. |
---|
19 | Using Makefile.conf. |
---|
20 | The Makefile configured for your system was written. |
---|
21 | Now just type "make" to compile Scid. |
---|
22 | ---> Building scid |
---|
23 | Executing: cd "/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4" && /usr/bin/make -j4 -w all |
---|
24 | make: Entering directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4' |
---|
25 | rm -f ./scid |
---|
26 | cp scripts/sc_epgn.tcl ./sc_epgn |
---|
27 | cat tcl/start.tcl > ./scid |
---|
28 | cp scripts/sc_spell.tcl ./sc_spell |
---|
29 | chmod +x sc_epgn |
---|
30 | cp scripts/sc_eco.tcl ./sc_eco |
---|
31 | chmod +x sc_spell |
---|
32 | chmod +x sc_eco |
---|
33 | cp scripts/sc_import.tcl ./sc_import |
---|
34 | chmod +x scid |
---|
35 | cp scripts/sc_remote.tk ./sc_remote |
---|
36 | chmod +x sc_import |
---|
37 | cp scripts/scidpgn.tcl ./scidpgn |
---|
38 | chmod +x sc_remote |
---|
39 | cp scripts/pgnfix.py ./pgnfix |
---|
40 | chmod +x scidpgn |
---|
41 | cp scripts/spliteco.tcl ./spliteco |
---|
42 | chmod +x pgnfix |
---|
43 | cp scripts/spf2spi.tcl ./spf2spi |
---|
44 | chmod +x spliteco |
---|
45 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/bytebuf.o -c src/bytebuf.cpp |
---|
46 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/crosstab.o -c src/crosstab.cpp |
---|
47 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/date.o -c src/date.cpp |
---|
48 | chmod +x spf2spi |
---|
49 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/dbasepool.o -c src/dbasepool.cpp |
---|
50 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/dstring.o -c src/dstring.cpp |
---|
51 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/engine.o -c src/engine.cpp |
---|
52 | src/engine.cpp:1482:51: warning: '&&' within '||' [-Wlogical-op-parentheses] |
---|
53 | if (mlist->Size() <= depth || depth >= 5 && IsMatingScore (bestScore)) { break; } |
---|
54 | ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
55 | src/engine.cpp:1482:51: note: place parentheses around the '&&' expression to silence this warning |
---|
56 | if (mlist->Size() <= depth || depth >= 5 && IsMatingScore (bestScore)) { break; } |
---|
57 | ^ |
---|
58 | ( ) |
---|
59 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/filter.o -c src/filter.cpp |
---|
60 | src/engine.cpp:57:18: warning: unused variable 'DispersedPawn' [-Wunused-const-variable] |
---|
61 | static const int DispersedPawn = 10; // Not in pawn chain/duo. (Unused) |
---|
62 | ^ |
---|
63 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/game.o -c src/game.cpp |
---|
64 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/gfile.o -c src/gfile.cpp |
---|
65 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/index.o -c src/index.cpp |
---|
66 | 2 warnings generated. |
---|
67 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/matsig.o -c src/matsig.cpp |
---|
68 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/mfile.o -c src/mfile.cpp |
---|
69 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/misc.o -c src/misc.cpp |
---|
70 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/namebase.o -c src/namebase.cpp |
---|
71 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/optable.o -c src/optable.cpp |
---|
72 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/pbook.o -c src/pbook.cpp |
---|
73 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/pgnparse.o -c src/pgnparse.cpp |
---|
74 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/position.o -c src/position.cpp |
---|
75 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/probe.o -c src/probe.cpp |
---|
76 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/recog.o -c src/recog.cpp |
---|
77 | In file included from src/probe.cpp:45: |
---|
78 | src/egtb/tbindex.cpp:247:55: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] |
---|
79 | printf ("*** Cannot allocate %d bytes of memory\n", cb); |
---|
80 | ~~ ^~ |
---|
81 | %zu |
---|
82 | src/egtb/tbindex.cpp:1209:34: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] |
---|
83 | printf ("\nAllocated %dk\n\n", (cbAllocated + 1023)/1024); |
---|
84 | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
85 | %lu |
---|
86 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/sc_base.o -c src/sc_base.cpp |
---|
87 | In file included from src/probe.cpp:45: |
---|
88 | In file included from src/egtb/tbindex.cpp:2998: |
---|
89 | src/egtb/tbdecode.c:828:12: warning: unused function 'comp_tell_blocks' [-Wunused-function] |
---|
90 | static int comp_tell_blocks (decode_info *info) |
---|
91 | ^ |
---|
92 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/scidbase.o -c src/scidbase.cpp |
---|
93 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/searchindex.o -c src/searchindex.cpp |
---|
94 | 3 warnings generated. |
---|
95 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/sortcache.o -c src/sortcache.cpp |
---|
96 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/spellchk.o -c src/spellchk.cpp |
---|
97 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/stored.o -c src/stored.cpp |
---|
98 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/textbuf.o -c src/textbuf.cpp |
---|
99 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/tkscid.o -c src/tkscid.cpp |
---|
100 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/attack.o -c src/polyglot/attack.cpp |
---|
101 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/board.o -c src/polyglot/board.cpp |
---|
102 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/book.o -c src/polyglot/book.cpp |
---|
103 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/colour.o -c src/polyglot/colour.cpp |
---|
104 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/fen.o -c src/polyglot/fen.cpp |
---|
105 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/hash.o -c src/polyglot/hash.cpp |
---|
106 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/list.o -c src/polyglot/list.cpp |
---|
107 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/main.o -c src/polyglot/main.cpp |
---|
108 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/move.o -c src/polyglot/move.cpp |
---|
109 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/move_do.o -c src/polyglot/move_do.cpp |
---|
110 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/move_gen.o -c src/polyglot/move_gen.cpp |
---|
111 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/move_legal.o -c src/polyglot/move_legal.cpp |
---|
112 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/option.o -c src/polyglot/option.cpp |
---|
113 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/piece.o -c src/polyglot/piece.cpp |
---|
114 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/random.o -c src/polyglot/random.cpp |
---|
115 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/san.o -c src/polyglot/san.cpp |
---|
116 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/square.o -c src/polyglot/square.cpp |
---|
117 | src/polyglot/san.cpp:28:19: warning: unused variable 'UseSlowDebug' [-Wunused-const-variable] |
---|
118 | static const bool UseSlowDebug = false; |
---|
119 | ^ |
---|
120 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -I/opt/local/include -o src/polyglot/util.o -c src/polyglot/util.cpp |
---|
121 | 1 warning generated. |
---|
122 | clang++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE -o scidlet engines/scidlet/scidlet.cpp src/engine.o src/recog.o src/misc.o src/position.o src/dstring.o |
---|
123 | cd engines/phalanx-scid/ && /usr/bin/make && cd ../../ |
---|
124 | make[1]: Entering directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/phalanx-scid' |
---|
125 | mkdir .o |
---|
126 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c phalanx.c -o .o/phalanx.o |
---|
127 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c search.c -o .o/search.o |
---|
128 | cd engines/togaII1.2.1a/src/ && /usr/bin/make && cd ../../ |
---|
129 | make[1]: Entering directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/togaII1.2.1a/src' |
---|
130 | Makefile:47: .depend: No such file or directory |
---|
131 | g++ -MM attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp list.cpp main.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp move_gen.cpp move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp protocol.cpp pst.cpp pv.cpp random.cpp recog.cpp search.cpp search_full.cpp see.cpp sort.cpp square.cpp trans.cpp util.cpp value.cpp vector.cpp > .depend |
---|
132 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c io.c -o .o/io.o |
---|
133 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c data.c -o .o/data.o |
---|
134 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c evaluate.c -o .o/evaluate.o |
---|
135 | evaluate.c: In function 'evaluate': |
---|
136 | evaluate.c:669:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] |
---|
137 | if(support>0) newdch -= 20*support+10; break; } |
---|
138 | ^~ |
---|
139 | evaluate.c:669:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' |
---|
140 | if(support>0) newdch -= 20*support+10; break; } |
---|
141 | ^~~~~ |
---|
142 | make[1]: Leaving directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/togaII1.2.1a/src' |
---|
143 | make[1]: Entering directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/togaII1.2.1a/src' |
---|
144 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o attack.o attack.cpp |
---|
145 | attack.cpp: In function 'bool piece_attack_king(const board_t*, int, int, int)': |
---|
146 | attack.cpp:458:18: warning: variable 'inc_ptr' set but not used [-Wunused-but-set-variable] |
---|
147 | const inc_t * inc_ptr; |
---|
148 | ^~~~~~~ |
---|
149 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o board.o board.cpp |
---|
150 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c genmoves.c -o .o/genmoves.o |
---|
151 | genmoves.c: In function 'see': |
---|
152 | genmoves.c:106:15: warning: array subscript is above array bounds [-Warray-bounds] |
---|
153 | while( bl[minb] <= val ) minb++; |
---|
154 | ~~^~~~~~ |
---|
155 | genmoves.c:97:15: warning: array subscript is above array bounds [-Warray-bounds] |
---|
156 | while( wl[minw] <= val ) minw++; |
---|
157 | ~~^~~~~~ |
---|
158 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c moving.c -o .o/moving.o |
---|
159 | moving.c: In function 'do_move': |
---|
160 | moving.c:102:36: warning: array subscript is below array bounds [-Warray-bounds] |
---|
161 | }; static unsigned char * cb = cb_-20; |
---|
162 | ~~~^~~ |
---|
163 | moving.c:102:36: warning: array subscript is below array bounds [-Warray-bounds] |
---|
164 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o book.o book.cpp |
---|
165 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o eval.o eval.cpp |
---|
166 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c hash.c -o .o/hash.o |
---|
167 | eval.cpp: In function 'void eval_piece(const board_t*, const material_info_t*, const pawn_info_t*, int*, int*)': |
---|
168 | eval.cpp:650:8: warning: variable 'opp_flag' set but not used [-Wunused-but-set-variable] |
---|
169 | int opp_flag; |
---|
170 | ^~~~~~~~ |
---|
171 | eval.cpp: In function 'void eval_king(const board_t*, const material_info_t*, int*, int*)': |
---|
172 | eval.cpp:905:8: warning: variable 'king_file' set but not used [-Wunused-but-set-variable] |
---|
173 | int king_file, king_rank; |
---|
174 | ^~~~~~~~~ |
---|
175 | eval.cpp:905:19: warning: variable 'king_rank' set but not used [-Wunused-but-set-variable] |
---|
176 | int king_file, king_rank; |
---|
177 | ^~~~~~~~~ |
---|
178 | eval.cpp: In function 'void eval_passer(const board_t*, const pawn_info_t*, int*, int*)': |
---|
179 | eval.cpp:1108:8: warning: variable 'white_passed_nb' set but not used [-Wunused-but-set-variable] |
---|
180 | int white_passed_nb, black_passed_nb; |
---|
181 | ^~~~~~~~~~~~~~~ |
---|
182 | eval.cpp:1108:25: warning: variable 'black_passed_nb' set but not used [-Wunused-but-set-variable] |
---|
183 | int white_passed_nb, black_passed_nb; |
---|
184 | ^~~~~~~~~~~~~~~ |
---|
185 | eval.cpp: In function 'bool free_passer(const board_t*, int, int)': |
---|
186 | eval.cpp:1392:12: warning: variable 'opp' set but not used [-Wunused-but-set-variable] |
---|
187 | int me, opp; |
---|
188 | ^~~ |
---|
189 | eval.cpp: In function 'bool draw_kpkb(const int*, int)': |
---|
190 | eval.cpp:1718:8: warning: variable 'wk' set but not used [-Wunused-but-set-variable] |
---|
191 | int wk, wp, bk, bb; |
---|
192 | ^~ |
---|
193 | eval.cpp: In function 'bool draw_kpkn(const int*, int)': |
---|
194 | eval.cpp:1782:8: warning: variable 'wk' set but not used [-Wunused-but-set-variable] |
---|
195 | int wk, wp, bk, bn; |
---|
196 | ^~ |
---|
197 | eval.cpp:1782:16: warning: variable 'bk' set but not used [-Wunused-but-set-variable] |
---|
198 | int wk, wp, bk, bn; |
---|
199 | ^~ |
---|
200 | eval.cpp: In function 'bool draw_knpk(const int*, int)': |
---|
201 | eval.cpp:1830:8: warning: variable 'wk' set but not used [-Wunused-but-set-variable] |
---|
202 | int wk, wn, wp, bk; |
---|
203 | ^~ |
---|
204 | eval.cpp:1830:12: warning: variable 'wn' set but not used [-Wunused-but-set-variable] |
---|
205 | int wk, wn, wp, bk; |
---|
206 | ^~ |
---|
207 | eval.cpp: In function 'bool draw_kbpkb(const int*, int)': |
---|
208 | eval.cpp:1933:8: warning: variable 'wk' set but not used [-Wunused-but-set-variable] |
---|
209 | int wk, wb, wp, bk, bb; |
---|
210 | ^~ |
---|
211 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c static.c -o .o/static.o |
---|
212 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c levels.c -o .o/levels.o |
---|
213 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c book.c -o .o/book.o |
---|
214 | book.c: In function 'sbookmoves': |
---|
215 | book.c:212:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] |
---|
216 | if(middle==first) middle++; if(middle==last) middle--; |
---|
217 | ^~ |
---|
218 | book.c:212:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' |
---|
219 | if(middle==first) middle++; if(middle==last) middle--; |
---|
220 | ^~ |
---|
221 | book.c: In function 'bookmoves': |
---|
222 | book.c:300:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] |
---|
223 | if(s[i]=='\n') break; i++; if(s[i]=='\n') break; |
---|
224 | ^~ |
---|
225 | book.c:300:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' |
---|
226 | if(s[i]=='\n') break; i++; if(s[i]=='\n') break; |
---|
227 | ^ |
---|
228 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o fen.o fen.cpp |
---|
229 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c killers.c -o .o/killers.o |
---|
230 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o hash.o hash.cpp |
---|
231 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o list.o list.cpp |
---|
232 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o main.o main.cpp |
---|
233 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c endgame.c -o .o/endgame.o |
---|
234 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o material.o material.cpp |
---|
235 | endgame.c: In function 'e_mp': |
---|
236 | endgame.c:324:6: warning: variable 'ss' set but not used [-Wunused-but-set-variable] |
---|
237 | int ss; /* stronger side */ |
---|
238 | ^~ |
---|
239 | endgame.c: In function 'pawns': |
---|
240 | endgame.c:117:16: warning: array subscript is below array bounds [-Warray-bounds] |
---|
241 | }; const int * kbonus = kbonus_-20; |
---|
242 | ^~~~~~ |
---|
243 | endgame.c:117:16: warning: array subscript is below array bounds [-Warray-bounds] |
---|
244 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move.o move.cpp |
---|
245 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN -c learn.c -o .o/learn.o |
---|
246 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_check.o move_check.cpp |
---|
247 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_do.o move_do.cpp |
---|
248 | gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN .o/phalanx.o .o/search.o .o/io.o .o/data.o .o/evaluate.o .o/genmoves.o .o/moving.o .o/hash.o .o/static.o .o/levels.o .o/book.o .o/killers.o .o/endgame.o .o/learn.o -o phalanx-scid |
---|
249 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_evasion.o move_evasion.cpp |
---|
250 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_gen.o move_gen.cpp |
---|
251 | make[1]: Leaving directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/phalanx-scid' |
---|
252 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o move_legal.o move_legal.cpp |
---|
253 | move_legal.cpp: In function 'bool move_is_pseudo(int, board_t*)': |
---|
254 | move_legal.cpp:28:12: warning: variable 'opp' set but not used [-Wunused-but-set-variable] |
---|
255 | int me, opp; |
---|
256 | ^~~ |
---|
257 | move_legal.cpp: In function 'bool quiet_is_pseudo(int, board_t*)': |
---|
258 | move_legal.cpp:110:12: warning: variable 'opp' set but not used [-Wunused-but-set-variable] |
---|
259 | int me, opp; |
---|
260 | ^~~ |
---|
261 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o option.o option.cpp |
---|
262 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o pawn.o pawn.cpp |
---|
263 | pawn.cpp: In function 'void pawn_comp_info(pawn_info_t*, const board_t*)': |
---|
264 | pawn.cpp:285:55: warning: variable 'passed' set but not used [-Wunused-but-set-variable] |
---|
265 | bool backward, candidate, doubled, isolated, open, passed; |
---|
266 | ^~~~~~ |
---|
267 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o piece.o piece.cpp |
---|
268 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o posix.o posix.cpp |
---|
269 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o protocol.o protocol.cpp |
---|
270 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o pst.o pst.cpp |
---|
271 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o pv.o pv.cpp |
---|
272 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o random.o random.cpp |
---|
273 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o recog.o recog.cpp |
---|
274 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o search.o search.cpp |
---|
275 | search.cpp: In function 'void search_update_root()': |
---|
276 | search.cpp:455:24: warning: variable 'move_nb' set but not used [-Wunused-but-set-variable] |
---|
277 | int move, move_pos, move_nb; |
---|
278 | ^~~~~~~ |
---|
279 | search.cpp:456:11: warning: variable 'time' set but not used [-Wunused-but-set-variable] |
---|
280 | double time; |
---|
281 | ^~~~ |
---|
282 | search.cpp:457:11: warning: variable 'node_nb' set but not used [-Wunused-but-set-variable] |
---|
283 | sint64 node_nb; |
---|
284 | ^~~~~~~ |
---|
285 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o search_full.o search_full.cpp |
---|
286 | search_full.cpp: In function 'int full_quiescence(board_t*, int, int, int, int, mv_t*)': |
---|
287 | search_full.cpp:941:8: warning: variable 'best_move' set but not used [-Wunused-but-set-variable] |
---|
288 | int best_move; |
---|
289 | ^~~~~~~~~ |
---|
290 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o see.o see.cpp |
---|
291 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o sort.o sort.cpp |
---|
292 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o square.o square.cpp |
---|
293 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o trans.o trans.cpp |
---|
294 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o util.o util.cpp |
---|
295 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o value.o value.cpp |
---|
296 | g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -c -o vector.o vector.cpp |
---|
297 | g++ -lm -s -o togaII attack.o board.o book.o eval.o fen.o hash.o list.o main.o material.o move.o move_check.o move_do.o move_evasion.o move_gen.o move_legal.o option.o pawn.o piece.o posix.o protocol.o pst.o pv.o random.o recog.o search.o search_full.o see.o sort.o square.o trans.o util.o value.o vector.o |
---|
298 | ld: warning: option -s is obsolete and being ignored |
---|
299 | make[1]: Leaving directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/togaII1.2.1a/src' |
---|
300 | clang++ -std=c++11 -stdlib=libc++ -MMD -O3 -march=native -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -Wall -DSCID_USE_TB -DT41_INCLUDE src/polyglot/attack.o src/polyglot/board.o src/polyglot/book.o src/polyglot/colour.o src/polyglot/fen.o src/polyglot/hash.o src/polyglot/list.o src/polyglot/main.o src/polyglot/move.o src/polyglot/move_do.o src/polyglot/move_gen.o src/polyglot/move_legal.o src/polyglot/option.o src/polyglot/piece.o src/polyglot/random.o src/polyglot/san.o src/polyglot/square.o src/polyglot/util.o src/bytebuf.o src/crosstab.o src/date.o src/dbasepool.o src/dstring.o src/engine.o src/filter.o src/game.o src/gfile.o src/index.o src/matsig.o src/mfile.o src/misc.o src/namebase.o src/optable.o src/pbook.o src/pgnparse.o src/position.o src/probe.o src/recog.o src/sc_base.o src/scidbase.o src/searchindex.o src/sortcache.o src/spellchk.o src/stored.o src/textbuf.o src/tkscid.o -L/opt/local/lib -ltcl8.6 -o tkscid |
---|
301 | make: Leaving directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4' |
---|