Ticket #57552: scid.build.log

File scid.build.log, 26.0 KB (added by kencu (Ken), 5 years ago)
Line 
1$ sudo port -v build
2--->  Computing dependencies for scid.
3--->  Extracting scid
4--->  Extracting scid-4.6.4.zip
5Executing:  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
8Executing:  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'
9patching file Makefile.conf
10--->  Patching Info.plist: s|x\.x|4.6.4|g
11--->  Configuring scid
12Executing:  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
13configure: 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.
20The Makefile configured for your system was written.
21Now just type "make" to compile Scid.
22--->  Building scid
23Executing:  cd "/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4" && /usr/bin/make -j4 -w all
24make: Entering directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4'
25rm -f ./scid
26cp scripts/sc_epgn.tcl ./sc_epgn
27cat tcl/start.tcl > ./scid
28cp scripts/sc_spell.tcl ./sc_spell
29chmod +x sc_epgn
30cp scripts/sc_eco.tcl ./sc_eco
31chmod +x sc_spell
32chmod +x sc_eco
33cp scripts/sc_import.tcl ./sc_import
34chmod +x scid
35cp scripts/sc_remote.tk ./sc_remote
36chmod +x sc_import
37cp scripts/scidpgn.tcl ./scidpgn
38chmod +x sc_remote
39cp scripts/pgnfix.py ./pgnfix
40chmod +x scidpgn
41cp scripts/spliteco.tcl ./spliteco
42chmod +x pgnfix
43cp scripts/spf2spi.tcl ./spf2spi
44chmod +x spliteco
45clang++ -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
46clang++ -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
47clang++ -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
48chmod +x spf2spi
49clang++ -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
50clang++ -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
51clang++ -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
52src/engine.cpp:1482:51: warning: '&&' within '||' [-Wlogical-op-parentheses]
53        if (mlist->Size() <= depth || depth >= 5  &&  IsMatingScore (bestScore)) { break; }
54                                   ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55src/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                                      (                                        )
59clang++ -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
60src/engine.cpp:57:18: warning: unused variable 'DispersedPawn' [-Wunused-const-variable]
61static const int DispersedPawn     =  10;  // Not in pawn chain/duo. (Unused)
62                 ^
63clang++ -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
64clang++ -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
65clang++ -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
662 warnings generated.
67clang++ -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
68clang++ -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
69clang++ -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
70clang++ -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
71clang++ -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
72clang++ -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
73clang++ -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
74clang++ -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
75clang++ -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
76clang++ -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
77In file included from src/probe.cpp:45:
78src/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
82src/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
86clang++ -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
87In file included from src/probe.cpp:45:
88In file included from src/egtb/tbindex.cpp:2998:
89src/egtb/tbdecode.c:828:12: warning: unused function 'comp_tell_blocks' [-Wunused-function]
90static int comp_tell_blocks (decode_info *info)
91           ^
92clang++ -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
93clang++ -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
943 warnings generated.
95clang++ -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
96clang++ -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
97clang++ -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
98clang++ -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
99clang++ -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
100clang++ -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
101clang++ -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
102clang++ -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
103clang++ -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
104clang++ -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
105clang++ -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
106clang++ -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
107clang++ -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
108clang++ -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
109clang++ -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
110clang++ -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
111clang++ -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
112clang++ -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
113clang++ -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
114clang++ -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
115clang++ -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
116clang++ -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
117src/polyglot/san.cpp:28:19: warning: unused variable 'UseSlowDebug' [-Wunused-const-variable]
118static const bool UseSlowDebug = false;
119                  ^
120clang++ -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
1211 warning generated.
122clang++ -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
123cd engines/phalanx-scid/ && /usr/bin/make && cd ../../
124make[1]: Entering directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/phalanx-scid'
125mkdir .o
126gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c phalanx.c -o .o/phalanx.o
127gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c search.c -o .o/search.o
128cd engines/togaII1.2.1a/src/ && /usr/bin/make && cd ../../
129make[1]: Entering directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/togaII1.2.1a/src'
130Makefile:47: .depend: No such file or directory
131g++ -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
132gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c io.c -o .o/io.o
133gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c data.c -o .o/data.o
134gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c evaluate.c -o .o/evaluate.o
135evaluate.c: In function 'evaluate':
136evaluate.c:669:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
137      if(support>0) newdch -= 20*support+10; break; }
138      ^~
139evaluate.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                                             ^~~~~
142make[1]: Leaving directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/togaII1.2.1a/src'
143make[1]: Entering directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/togaII1.2.1a/src'
144g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o attack.o attack.cpp
145attack.cpp: In function 'bool piece_attack_king(const board_t*, int, int, int)':
146attack.cpp:458:18: warning: variable 'inc_ptr' set but not used [-Wunused-but-set-variable]
147    const inc_t * inc_ptr;
148                  ^~~~~~~
149g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o board.o board.cpp
150gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c genmoves.c -o .o/genmoves.o
151genmoves.c: In function 'see':
152genmoves.c:106:15: warning: array subscript is above array bounds [-Warray-bounds]
153      while( bl[minb] <= val ) minb++;
154             ~~^~~~~~
155genmoves.c:97:15: warning: array subscript is above array bounds [-Warray-bounds]
156      while( wl[minw] <= val ) minw++;
157             ~~^~~~~~
158gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c moving.c -o .o/moving.o
159moving.c: In function 'do_move':
160moving.c:102:36: warning: array subscript is below array bounds [-Warray-bounds]
161  }; static unsigned char * cb = cb_-20;
162                                 ~~~^~~
163moving.c:102:36: warning: array subscript is below array bounds [-Warray-bounds]
164g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o book.o book.cpp
165g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o eval.o eval.cpp
166gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c hash.c -o .o/hash.o
167eval.cpp: In function 'void eval_piece(const board_t*, const material_info_t*, const pawn_info_t*, int*, int*)':
168eval.cpp:650:8: warning: variable 'opp_flag' set but not used [-Wunused-but-set-variable]
169    int opp_flag;
170        ^~~~~~~~
171eval.cpp: In function 'void eval_king(const board_t*, const material_info_t*, int*, int*)':
172eval.cpp:905:8: warning: variable 'king_file' set but not used [-Wunused-but-set-variable]
173    int king_file, king_rank;
174        ^~~~~~~~~
175eval.cpp:905:19: warning: variable 'king_rank' set but not used [-Wunused-but-set-variable]
176    int king_file, king_rank;
177                   ^~~~~~~~~
178eval.cpp: In function 'void eval_passer(const board_t*, const pawn_info_t*, int*, int*)':
179eval.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        ^~~~~~~~~~~~~~~
182eval.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                         ^~~~~~~~~~~~~~~
185eval.cpp: In function 'bool free_passer(const board_t*, int, int)':
186eval.cpp:1392:12: warning: variable 'opp' set but not used [-Wunused-but-set-variable]
187    int me, opp;
188            ^~~
189eval.cpp: In function 'bool draw_kpkb(const int*, int)':
190eval.cpp:1718:8: warning: variable 'wk' set but not used [-Wunused-but-set-variable]
191    int wk, wp, bk, bb;
192        ^~
193eval.cpp: In function 'bool draw_kpkn(const int*, int)':
194eval.cpp:1782:8: warning: variable 'wk' set but not used [-Wunused-but-set-variable]
195    int wk, wp, bk, bn;
196        ^~
197eval.cpp:1782:16: warning: variable 'bk' set but not used [-Wunused-but-set-variable]
198    int wk, wp, bk, bn;
199                ^~
200eval.cpp: In function 'bool draw_knpk(const int*, int)':
201eval.cpp:1830:8: warning: variable 'wk' set but not used [-Wunused-but-set-variable]
202    int wk, wn, wp, bk;
203        ^~
204eval.cpp:1830:12: warning: variable 'wn' set but not used [-Wunused-but-set-variable]
205    int wk, wn, wp, bk;
206            ^~
207eval.cpp: In function 'bool draw_kbpkb(const int*, int)':
208eval.cpp:1933:8: warning: variable 'wk' set but not used [-Wunused-but-set-variable]
209    int wk, wb, wp, bk, bb;
210        ^~
211gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c static.c -o .o/static.o
212gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c levels.c -o .o/levels.o
213gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c book.c -o .o/book.o
214book.c: In function 'sbookmoves':
215book.c:212:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
216   if(middle==first) middle++; if(middle==last) middle--;
217   ^~
218book.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                               ^~
221book.c: In function 'bookmoves':
222book.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   ^~
225book.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                         ^
228g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o fen.o fen.cpp
229gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c killers.c -o .o/killers.o
230g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o hash.o hash.cpp
231g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o list.o list.cpp
232g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o main.o main.cpp
233gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c endgame.c -o .o/endgame.o
234g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o material.o material.cpp
235endgame.c: In function 'e_mp':
236endgame.c:324:6: warning: variable 'ss' set but not used [-Wunused-but-set-variable]
237  int ss;  /* stronger side */
238      ^~
239endgame.c: In function 'pawns':
240endgame.c:117:16: warning: array subscript is below array bounds [-Warray-bounds]
241 }; const int * kbonus = kbonus_-20;
242                ^~~~~~
243endgame.c:117:16: warning: array subscript is below array bounds [-Warray-bounds]
244g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o move.o move.cpp
245gcc -O3 -Wall -fomit-frame-pointer --std=gnu89 -D_GNU_SOURCE -DGNUFUN  -c learn.c -o .o/learn.o
246g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o move_check.o move_check.cpp
247g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o move_do.o move_do.cpp
248gcc -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
249g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o move_evasion.o move_evasion.cpp
250g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o move_gen.o move_gen.cpp
251make[1]: Leaving directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/phalanx-scid'
252g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o move_legal.o move_legal.cpp
253move_legal.cpp: In function 'bool move_is_pseudo(int, board_t*)':
254move_legal.cpp:28:12: warning: variable 'opp' set but not used [-Wunused-but-set-variable]
255    int me, opp;
256            ^~~
257move_legal.cpp: In function 'bool quiet_is_pseudo(int, board_t*)':
258move_legal.cpp:110:12: warning: variable 'opp' set but not used [-Wunused-but-set-variable]
259    int me, opp;
260            ^~~
261g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o option.o option.cpp
262g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o pawn.o pawn.cpp
263pawn.cpp: In function 'void pawn_comp_info(pawn_info_t*, const board_t*)':
264pawn.cpp:285:55: warning: variable 'passed' set but not used [-Wunused-but-set-variable]
265    bool backward, candidate, doubled, isolated, open, passed;
266                                                       ^~~~~~
267g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o piece.o piece.cpp
268g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o posix.o posix.cpp
269g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o protocol.o protocol.cpp
270g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o pst.o pst.cpp
271g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o pv.o pv.cpp
272g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o random.o random.cpp
273g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o recog.o recog.cpp
274g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o search.o search.cpp
275search.cpp: In function 'void search_update_root()':
276search.cpp:455:24: warning: variable 'move_nb' set but not used [-Wunused-but-set-variable]
277    int move, move_pos, move_nb;
278                        ^~~~~~~
279search.cpp:456:11: warning: variable 'time' set but not used [-Wunused-but-set-variable]
280    double time;
281           ^~~~
282search.cpp:457:11: warning: variable 'node_nb' set but not used [-Wunused-but-set-variable]
283    sint64 node_nb;
284           ^~~~~~~
285g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o search_full.o search_full.cpp
286search_full.cpp: In function 'int full_quiescence(board_t*, int, int, int, int, mv_t*)':
287search_full.cpp:941:8: warning: variable 'best_move' set but not used [-Wunused-but-set-variable]
288    int best_move;
289        ^~~~~~~~~
290g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o see.o see.cpp
291g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o sort.o sort.cpp
292g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o square.o square.cpp
293g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o trans.o trans.cpp
294g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o util.o util.cpp
295g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o value.o value.cpp
296g++ -pipe -Wall -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer   -c -o vector.o vector.cpp
297g++ -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
298ld: warning: option -s is obsolete and being ignored
299make[1]: Leaving directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4/engines/togaII1.2.1a/src'
300clang++ -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
301make: Leaving directory `/opt/local/var/macports/build/_opt_macports-ports_games_scid/scid/work/scid-4.6.4'