fuego 1.0をmacで作ってみた2011/02/18 18:09

macでfuego-1.0を作成してみた

finkのboostだとうまく出来ない

boost 1.45をダウンロードしてきて

/usr/local/に入れて

fuegoを作成してみた

1.展開して./configure
2.make
3.make check
一応 エラーなしなのだが
fuego強くなった(機能が増えた)ので configの作成をしないと そこは まだ調査中

以下 log

./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for boostlib >= 1.33.1... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... x86_64-apple-darwin10.6.0
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Date_Time library is available... yes
checking for exit in -lboost_date_time... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for __sync_synchronize... yes
checking host system type... x86_64-apple-darwin10.6.0
checking CXXFLAGS for maximum warnings... -Wall
checking CXXFLAGS for gcc -pedantic... -pedantic
checking CXXFLAGS for gcc -ansi... -ansi
checking CXXFLAGS for gcc -Wextra... -Wextra
checking CXXFLAGS for gcc -Wconversion... -Wconversion
configure: creating ./config.status
config.status: creating Makefile
config.status: creating book/Makefile
config.status: creating regression/Makefile
config.status: creating misctests/Makefile
config.status: creating fuegomain/Makefile
config.status: creating fuegotest/Makefile
config.status: creating go/Makefile
config.status: creating gouct/Makefile
config.status: creating gtpengine/Makefile
config.status: creating simpleplayers/Makefile
config.status: creating smartgame/Makefile
config.status: creating unittestmain/Makefile
config.status: creating config.h
config.status: executing depfiles commands
suzuki-juunotto-no-MacBook-Pro:fuego-1.0 butcher$ make
make all-recursive
Making all in book
make[2]: Nothing to be done for `all'.
Making all in regression
make[2]: Nothing to be done for `all'.
Making all in misctests
make[2]: Nothing to be done for `all'.
Making all in gtpengine
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gtpengine_a-GtpEngine.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpEngine.Tpo -c -o libfuego_gtpengine_a-GtpEngine.o `test -f 'GtpEngine.cpp' || echo './'`GtpEngine.cpp
mv -f .deps/libfuego_gtpengine_a-GtpEngine.Tpo .deps/libfuego_gtpengine_a-GtpEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gtpengine_a-GtpInputStream.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpInputStream.Tpo -c -o libfuego_gtpengine_a-GtpInputStream.o `test -f 'GtpInputStream.cpp' || echo './'`GtpInputStream.cpp
mv -f .deps/libfuego_gtpengine_a-GtpInputStream.Tpo .deps/libfuego_gtpengine_a-GtpInputStream.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gtpengine_a-GtpOutputStream.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpOutputStream.Tpo -c -o libfuego_gtpengine_a-GtpOutputStream.o `test -f 'GtpOutputStream.cpp' || echo './'`GtpOutputStream.cpp
mv -f .deps/libfuego_gtpengine_a-GtpOutputStream.Tpo .deps/libfuego_gtpengine_a-GtpOutputStream.Po
rm -f libfuego_gtpengine.a
ar cru libfuego_gtpengine.a libfuego_gtpengine_a-GtpEngine.o libfuego_gtpengine_a-GtpInputStream.o libfuego_gtpengine_a-GtpOutputStream.o
ranlib libfuego_gtpengine.a
Making all in smartgame
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgBoardConst.o -MD -MP -MF .deps/libfuego_smartgame_a-SgBoardConst.Tpo -c -o libfuego_smartgame_a-SgBoardConst.o `test -f 'SgBoardConst.cpp' || echo './'`SgBoardConst.cpp
mv -f .deps/libfuego_smartgame_a-SgBoardConst.Tpo .deps/libfuego_smartgame_a-SgBoardConst.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgBookBuilder.o -MD -MP -MF .deps/libfuego_smartgame_a-SgBookBuilder.Tpo -c -o libfuego_smartgame_a-SgBookBuilder.o `test -f 'SgBookBuilder.cpp' || echo './'`SgBookBuilder.cpp
mv -f .deps/libfuego_smartgame_a-SgBookBuilder.Tpo .deps/libfuego_smartgame_a-SgBookBuilder.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgCmdLineOpt.o -MD -MP -MF .deps/libfuego_smartgame_a-SgCmdLineOpt.Tpo -c -o libfuego_smartgame_a-SgCmdLineOpt.o `test -f 'SgCmdLineOpt.cpp' || echo './'`SgCmdLineOpt.cpp
mv -f .deps/libfuego_smartgame_a-SgCmdLineOpt.Tpo .deps/libfuego_smartgame_a-SgCmdLineOpt.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgConnCompIterator.o -MD -MP -MF .deps/libfuego_smartgame_a-SgConnCompIterator.Tpo -c -o libfuego_smartgame_a-SgConnCompIterator.o `test -f 'SgConnCompIterator.cpp' || echo './'`SgConnCompIterator.cpp
mv -f .deps/libfuego_smartgame_a-SgConnCompIterator.Tpo .deps/libfuego_smartgame_a-SgConnCompIterator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgDebug.o -MD -MP -MF .deps/libfuego_smartgame_a-SgDebug.Tpo -c -o libfuego_smartgame_a-SgDebug.o `test -f 'SgDebug.cpp' || echo './'`SgDebug.cpp
mv -f .deps/libfuego_smartgame_a-SgDebug.Tpo .deps/libfuego_smartgame_a-SgDebug.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgEvaluatedMoves.o -MD -MP -MF .deps/libfuego_smartgame_a-SgEvaluatedMoves.Tpo -c -o libfuego_smartgame_a-SgEvaluatedMoves.o `test -f 'SgEvaluatedMoves.cpp' || echo './'`SgEvaluatedMoves.cpp
mv -f .deps/libfuego_smartgame_a-SgEvaluatedMoves.Tpo .deps/libfuego_smartgame_a-SgEvaluatedMoves.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgException.o -MD -MP -MF .deps/libfuego_smartgame_a-SgException.Tpo -c -o libfuego_smartgame_a-SgException.o `test -f 'SgException.cpp' || echo './'`SgException.cpp
mv -f .deps/libfuego_smartgame_a-SgException.Tpo .deps/libfuego_smartgame_a-SgException.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgFastLog.o -MD -MP -MF .deps/libfuego_smartgame_a-SgFastLog.Tpo -c -o libfuego_smartgame_a-SgFastLog.o `test -f 'SgFastLog.cpp' || echo './'`SgFastLog.cpp
mv -f .deps/libfuego_smartgame_a-SgFastLog.Tpo .deps/libfuego_smartgame_a-SgFastLog.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGameReader.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGameReader.Tpo -c -o libfuego_smartgame_a-SgGameReader.o `test -f 'SgGameReader.cpp' || echo './'`SgGameReader.cpp
mv -f .deps/libfuego_smartgame_a-SgGameReader.Tpo .deps/libfuego_smartgame_a-SgGameReader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGameWriter.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGameWriter.Tpo -c -o libfuego_smartgame_a-SgGameWriter.o `test -f 'SgGameWriter.cpp' || echo './'`SgGameWriter.cpp
mv -f .deps/libfuego_smartgame_a-SgGameWriter.Tpo .deps/libfuego_smartgame_a-SgGameWriter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGtpClient.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpClient.Tpo -c -o libfuego_smartgame_a-SgGtpClient.o `test -f 'SgGtpClient.cpp' || echo './'`SgGtpClient.cpp
mv -f .deps/libfuego_smartgame_a-SgGtpClient.Tpo .deps/libfuego_smartgame_a-SgGtpClient.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGtpCommands.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpCommands.Tpo -c -o libfuego_smartgame_a-SgGtpCommands.o `test -f 'SgGtpCommands.cpp' || echo './'`SgGtpCommands.cpp
mv -f .deps/libfuego_smartgame_a-SgGtpCommands.Tpo .deps/libfuego_smartgame_a-SgGtpCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGtpUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpUtil.Tpo -c -o libfuego_smartgame_a-SgGtpUtil.o `test -f 'SgGtpUtil.cpp' || echo './'`SgGtpUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgGtpUtil.Tpo .deps/libfuego_smartgame_a-SgGtpUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgIncrementalStack.o -MD -MP -MF .deps/libfuego_smartgame_a-SgIncrementalStack.Tpo -c -o libfuego_smartgame_a-SgIncrementalStack.o `test -f 'SgIncrementalStack.cpp' || echo './'`SgIncrementalStack.cpp
mv -f .deps/libfuego_smartgame_a-SgIncrementalStack.Tpo .deps/libfuego_smartgame_a-SgIncrementalStack.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgInit.o -MD -MP -MF .deps/libfuego_smartgame_a-SgInit.Tpo -c -o libfuego_smartgame_a-SgInit.o `test -f 'SgInit.cpp' || echo './'`SgInit.cpp
mv -f .deps/libfuego_smartgame_a-SgInit.Tpo .deps/libfuego_smartgame_a-SgInit.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMemCheck.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMemCheck.Tpo -c -o libfuego_smartgame_a-SgMemCheck.o `test -f 'SgMemCheck.cpp' || echo './'`SgMemCheck.cpp
mv -f .deps/libfuego_smartgame_a-SgMemCheck.Tpo .deps/libfuego_smartgame_a-SgMemCheck.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMiaiMap.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMiaiMap.Tpo -c -o libfuego_smartgame_a-SgMiaiMap.o `test -f 'SgMiaiMap.cpp' || echo './'`SgMiaiMap.cpp
mv -f .deps/libfuego_smartgame_a-SgMiaiMap.Tpo .deps/libfuego_smartgame_a-SgMiaiMap.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMiaiStrategy.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMiaiStrategy.Tpo -c -o libfuego_smartgame_a-SgMiaiStrategy.o `test -f 'SgMiaiStrategy.cpp' || echo './'`SgMiaiStrategy.cpp
mv -f .deps/libfuego_smartgame_a-SgMiaiStrategy.Tpo .deps/libfuego_smartgame_a-SgMiaiStrategy.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgNbIterator.o -MD -MP -MF .deps/libfuego_smartgame_a-SgNbIterator.Tpo -c -o libfuego_smartgame_a-SgNbIterator.o `test -f 'SgNbIterator.cpp' || echo './'`SgNbIterator.cpp
mv -f .deps/libfuego_smartgame_a-SgNbIterator.Tpo .deps/libfuego_smartgame_a-SgNbIterator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgNode.o -MD -MP -MF .deps/libfuego_smartgame_a-SgNode.Tpo -c -o libfuego_smartgame_a-SgNode.o `test -f 'SgNode.cpp' || echo './'`SgNode.cpp
mv -f .deps/libfuego_smartgame_a-SgNode.Tpo .deps/libfuego_smartgame_a-SgNode.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgNodeUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgNodeUtil.Tpo -c -o libfuego_smartgame_a-SgNodeUtil.o `test -f 'SgNodeUtil.cpp' || echo './'`SgNodeUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgNodeUtil.Tpo .deps/libfuego_smartgame_a-SgNodeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPoint.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPoint.Tpo -c -o libfuego_smartgame_a-SgPoint.o `test -f 'SgPoint.cpp' || echo './'`SgPoint.cpp
mv -f .deps/libfuego_smartgame_a-SgPoint.Tpo .deps/libfuego_smartgame_a-SgPoint.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPointSet.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPointSet.Tpo -c -o libfuego_smartgame_a-SgPointSet.o `test -f 'SgPointSet.cpp' || echo './'`SgPointSet.cpp
mv -f .deps/libfuego_smartgame_a-SgPointSet.Tpo .deps/libfuego_smartgame_a-SgPointSet.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPointSetUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPointSetUtil.Tpo -c -o libfuego_smartgame_a-SgPointSetUtil.o `test -f 'SgPointSetUtil.cpp' || echo './'`SgPointSetUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgPointSetUtil.Tpo .deps/libfuego_smartgame_a-SgPointSetUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgProbCut.o -MD -MP -MF .deps/libfuego_smartgame_a-SgProbCut.Tpo -c -o libfuego_smartgame_a-SgProbCut.o `test -f 'SgProbCut.cpp' || echo './'`SgProbCut.cpp
mv -f .deps/libfuego_smartgame_a-SgProbCut.Tpo .deps/libfuego_smartgame_a-SgProbCut.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgProcess.o -MD -MP -MF .deps/libfuego_smartgame_a-SgProcess.Tpo -c -o libfuego_smartgame_a-SgProcess.o `test -f 'SgProcess.cpp' || echo './'`SgProcess.cpp
mv -f .deps/libfuego_smartgame_a-SgProcess.Tpo .deps/libfuego_smartgame_a-SgProcess.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgProp.o -MD -MP -MF .deps/libfuego_smartgame_a-SgProp.Tpo -c -o libfuego_smartgame_a-SgProp.o `test -f 'SgProp.cpp' || echo './'`SgProp.cpp
mv -f .deps/libfuego_smartgame_a-SgProp.Tpo .deps/libfuego_smartgame_a-SgProp.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgRandom.o -MD -MP -MF .deps/libfuego_smartgame_a-SgRandom.Tpo -c -o libfuego_smartgame_a-SgRandom.o `test -f 'SgRandom.cpp' || echo './'`SgRandom.cpp
mv -f .deps/libfuego_smartgame_a-SgRandom.Tpo .deps/libfuego_smartgame_a-SgRandom.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgRect.o -MD -MP -MF .deps/libfuego_smartgame_a-SgRect.Tpo -c -o libfuego_smartgame_a-SgRect.o `test -f 'SgRect.cpp' || echo './'`SgRect.cpp
mv -f .deps/libfuego_smartgame_a-SgRect.Tpo .deps/libfuego_smartgame_a-SgRect.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearch.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearch.Tpo -c -o libfuego_smartgame_a-SgSearch.o `test -f 'SgSearch.cpp' || echo './'`SgSearch.cpp
mv -f .deps/libfuego_smartgame_a-SgSearch.Tpo .deps/libfuego_smartgame_a-SgSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchControl.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchControl.Tpo -c -o libfuego_smartgame_a-SgSearchControl.o `test -f 'SgSearchControl.cpp' || echo './'`SgSearchControl.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchControl.Tpo .deps/libfuego_smartgame_a-SgSearchControl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchStatistics.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchStatistics.Tpo -c -o libfuego_smartgame_a-SgSearchStatistics.o `test -f 'SgSearchStatistics.cpp' || echo './'`SgSearchStatistics.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchStatistics.Tpo .deps/libfuego_smartgame_a-SgSearchStatistics.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchTracer.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchTracer.Tpo -c -o libfuego_smartgame_a-SgSearchTracer.o `test -f 'SgSearchTracer.cpp' || echo './'`SgSearchTracer.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchTracer.Tpo .deps/libfuego_smartgame_a-SgSearchTracer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchValue.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchValue.Tpo -c -o libfuego_smartgame_a-SgSearchValue.o `test -f 'SgSearchValue.cpp' || echo './'`SgSearchValue.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchValue.Tpo .deps/libfuego_smartgame_a-SgSearchValue.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgStrategy.o -MD -MP -MF .deps/libfuego_smartgame_a-SgStrategy.Tpo -c -o libfuego_smartgame_a-SgStrategy.o `test -f 'SgStrategy.cpp' || echo './'`SgStrategy.cpp
mv -f .deps/libfuego_smartgame_a-SgStrategy.Tpo .deps/libfuego_smartgame_a-SgStrategy.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgStringUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgStringUtil.Tpo -c -o libfuego_smartgame_a-SgStringUtil.o `test -f 'SgStringUtil.cpp' || echo './'`SgStringUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgStringUtil.Tpo .deps/libfuego_smartgame_a-SgStringUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMpiSynchronizer.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMpiSynchronizer.Tpo -c -o libfuego_smartgame_a-SgMpiSynchronizer.o `test -f 'SgMpiSynchronizer.cpp' || echo './'`SgMpiSynchronizer.cpp
mv -f .deps/libfuego_smartgame_a-SgMpiSynchronizer.Tpo .deps/libfuego_smartgame_a-SgMpiSynchronizer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPlatform.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPlatform.Tpo -c -o libfuego_smartgame_a-SgPlatform.o `test -f 'SgPlatform.cpp' || echo './'`SgPlatform.cpp
mv -f .deps/libfuego_smartgame_a-SgPlatform.Tpo .deps/libfuego_smartgame_a-SgPlatform.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSystem.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSystem.Tpo -c -o libfuego_smartgame_a-SgSystem.o `test -f 'SgSystem.cpp' || echo './'`SgSystem.cpp
mv -f .deps/libfuego_smartgame_a-SgSystem.Tpo .deps/libfuego_smartgame_a-SgSystem.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgTime.o -MD -MP -MF .deps/libfuego_smartgame_a-SgTime.Tpo -c -o libfuego_smartgame_a-SgTime.o `test -f 'SgTime.cpp' || echo './'`SgTime.cpp
mv -f .deps/libfuego_smartgame_a-SgTime.Tpo .deps/libfuego_smartgame_a-SgTime.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgTimeControl.o -MD -MP -MF .deps/libfuego_smartgame_a-SgTimeControl.Tpo -c -o libfuego_smartgame_a-SgTimeControl.o `test -f 'SgTimeControl.cpp' || echo './'`SgTimeControl.cpp
mv -f .deps/libfuego_smartgame_a-SgTimeControl.Tpo .deps/libfuego_smartgame_a-SgTimeControl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgTimeRecord.o -MD -MP -MF .deps/libfuego_smartgame_a-SgTimeRecord.Tpo -c -o libfuego_smartgame_a-SgTimeRecord.o `test -f 'SgTimeRecord.cpp' || echo './'`SgTimeRecord.cpp
mv -f .deps/libfuego_smartgame_a-SgTimeRecord.Tpo .deps/libfuego_smartgame_a-SgTimeRecord.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUctSearch.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUctSearch.Tpo -c -o libfuego_smartgame_a-SgUctSearch.o `test -f 'SgUctSearch.cpp' || echo './'`SgUctSearch.cpp
mv -f .deps/libfuego_smartgame_a-SgUctSearch.Tpo .deps/libfuego_smartgame_a-SgUctSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUctTree.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUctTree.Tpo -c -o libfuego_smartgame_a-SgUctTree.o `test -f 'SgUctTree.cpp' || echo './'`SgUctTree.cpp
mv -f .deps/libfuego_smartgame_a-SgUctTree.Tpo .deps/libfuego_smartgame_a-SgUctTree.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUctTreeUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUctTreeUtil.Tpo -c -o libfuego_smartgame_a-SgUctTreeUtil.o `test -f 'SgUctTreeUtil.cpp' || echo './'`SgUctTreeUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgUctTreeUtil.Tpo .deps/libfuego_smartgame_a-SgUctTreeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUtil.Tpo -c -o libfuego_smartgame_a-SgUtil.o `test -f 'SgUtil.cpp' || echo './'`SgUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgUtil.Tpo .deps/libfuego_smartgame_a-SgUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgVectorUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgVectorUtil.Tpo -c -o libfuego_smartgame_a-SgVectorUtil.o `test -f 'SgVectorUtil.cpp' || echo './'`SgVectorUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgVectorUtil.Tpo .deps/libfuego_smartgame_a-SgVectorUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgWrite.o -MD -MP -MF .deps/libfuego_smartgame_a-SgWrite.Tpo -c -o libfuego_smartgame_a-SgWrite.o `test -f 'SgWrite.cpp' || echo './'`SgWrite.cpp
mv -f .deps/libfuego_smartgame_a-SgWrite.Tpo .deps/libfuego_smartgame_a-SgWrite.Po
rm -f libfuego_smartgame.a
ar cru libfuego_smartgame.a libfuego_smartgame_a-SgBoardConst.o libfuego_smartgame_a-SgBookBuilder.o libfuego_smartgame_a-SgCmdLineOpt.o libfuego_smartgame_a-SgConnCompIterator.o libfuego_smartgame_a-SgDebug.o libfuego_smartgame_a-SgEvaluatedMoves.o libfuego_smartgame_a-SgException.o libfuego_smartgame_a-SgFastLog.o libfuego_smartgame_a-SgGameReader.o libfuego_smartgame_a-SgGameWriter.o libfuego_smartgame_a-SgGtpClient.o libfuego_smartgame_a-SgGtpCommands.o libfuego_smartgame_a-SgGtpUtil.o libfuego_smartgame_a-SgIncrementalStack.o libfuego_smartgame_a-SgInit.o libfuego_smartgame_a-SgMemCheck.o libfuego_smartgame_a-SgMiaiMap.o libfuego_smartgame_a-SgMiaiStrategy.o libfuego_smartgame_a-SgNbIterator.o libfuego_smartgame_a-SgNode.o libfuego_smartgame_a-SgNodeUtil.o libfuego_smartgame_a-SgPoint.o libfuego_smartgame_a-SgPointSet.o libfuego_smartgame_a-SgPointSetUtil.o libfuego_smartgame_a-SgProbCut.o libfuego_smartgame_a-SgProcess.o libfuego_smartgame_a-SgProp.o libfuego_smartgame_a-SgRandom.o libfuego_smartgame_a-SgRect.o libfuego_smartgame_a-SgSearch.o libfuego_smartgame_a-SgSearchControl.o libfuego_smartgame_a-SgSearchStatistics.o libfuego_smartgame_a-SgSearchTracer.o libfuego_smartgame_a-SgSearchValue.o libfuego_smartgame_a-SgStrategy.o libfuego_smartgame_a-SgStringUtil.o libfuego_smartgame_a-SgMpiSynchronizer.o libfuego_smartgame_a-SgPlatform.o libfuego_smartgame_a-SgSystem.o libfuego_smartgame_a-SgTime.o libfuego_smartgame_a-SgTimeControl.o libfuego_smartgame_a-SgTimeRecord.o libfuego_smartgame_a-SgUctSearch.o libfuego_smartgame_a-SgUctTree.o libfuego_smartgame_a-SgUctTreeUtil.o libfuego_smartgame_a-SgUtil.o libfuego_smartgame_a-SgVectorUtil.o libfuego_smartgame_a-SgWrite.o
ranlib libfuego_smartgame.a
Making all in go
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoAutoBook.o -MD -MP -MF .deps/libfuego_go_a-GoAutoBook.Tpo -c -o libfuego_go_a-GoAutoBook.o `test -f 'GoAutoBook.cpp' || echo './'`GoAutoBook.cpp
mv -f .deps/libfuego_go_a-GoAutoBook.Tpo .deps/libfuego_go_a-GoAutoBook.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBensonSolver.o -MD -MP -MF .deps/libfuego_go_a-GoBensonSolver.Tpo -c -o libfuego_go_a-GoBensonSolver.o `test -f 'GoBensonSolver.cpp' || echo './'`GoBensonSolver.cpp
mv -f .deps/libfuego_go_a-GoBensonSolver.Tpo .deps/libfuego_go_a-GoBensonSolver.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBlock.o -MD -MP -MF .deps/libfuego_go_a-GoBlock.Tpo -c -o libfuego_go_a-GoBlock.o `test -f 'GoBlock.cpp' || echo './'`GoBlock.cpp
mv -f .deps/libfuego_go_a-GoBlock.Tpo .deps/libfuego_go_a-GoBlock.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoard.o -MD -MP -MF .deps/libfuego_go_a-GoBoard.Tpo -c -o libfuego_go_a-GoBoard.o `test -f 'GoBoard.cpp' || echo './'`GoBoard.cpp
mv -f .deps/libfuego_go_a-GoBoard.Tpo .deps/libfuego_go_a-GoBoard.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardCheckPerformance.o -MD -MP -MF .deps/libfuego_go_a-GoBoardCheckPerformance.Tpo -c -o libfuego_go_a-GoBoardCheckPerformance.o `test -f 'GoBoardCheckPerformance.cpp' || echo './'`GoBoardCheckPerformance.cpp
mv -f .deps/libfuego_go_a-GoBoardCheckPerformance.Tpo .deps/libfuego_go_a-GoBoardCheckPerformance.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardHistory.o -MD -MP -MF .deps/libfuego_go_a-GoBoardHistory.Tpo -c -o libfuego_go_a-GoBoardHistory.o `test -f 'GoBoardHistory.cpp' || echo './'`GoBoardHistory.cpp
mv -f .deps/libfuego_go_a-GoBoardHistory.Tpo .deps/libfuego_go_a-GoBoardHistory.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardRestorer.o -MD -MP -MF .deps/libfuego_go_a-GoBoardRestorer.Tpo -c -o libfuego_go_a-GoBoardRestorer.o `test -f 'GoBoardRestorer.cpp' || echo './'`GoBoardRestorer.cpp
mv -f .deps/libfuego_go_a-GoBoardRestorer.Tpo .deps/libfuego_go_a-GoBoardRestorer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardSynchronizer.o -MD -MP -MF .deps/libfuego_go_a-GoBoardSynchronizer.Tpo -c -o libfuego_go_a-GoBoardSynchronizer.o `test -f 'GoBoardSynchronizer.cpp' || echo './'`GoBoardSynchronizer.cpp
mv -f .deps/libfuego_go_a-GoBoardSynchronizer.Tpo .deps/libfuego_go_a-GoBoardSynchronizer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardUpdater.o -MD -MP -MF .deps/libfuego_go_a-GoBoardUpdater.Tpo -c -o libfuego_go_a-GoBoardUpdater.o `test -f 'GoBoardUpdater.cpp' || echo './'`GoBoardUpdater.cpp
mv -f .deps/libfuego_go_a-GoBoardUpdater.Tpo .deps/libfuego_go_a-GoBoardUpdater.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardUtil.o -MD -MP -MF .deps/libfuego_go_a-GoBoardUtil.Tpo -c -o libfuego_go_a-GoBoardUtil.o `test -f 'GoBoardUtil.cpp' || echo './'`GoBoardUtil.cpp
mv -f .deps/libfuego_go_a-GoBoardUtil.Tpo .deps/libfuego_go_a-GoBoardUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBook.o -MD -MP -MF .deps/libfuego_go_a-GoBook.Tpo -c -o libfuego_go_a-GoBook.o `test -f 'GoBook.cpp' || echo './'`GoBook.cpp
mv -f .deps/libfuego_go_a-GoBook.Tpo .deps/libfuego_go_a-GoBook.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoChain.o -MD -MP -MF .deps/libfuego_go_a-GoChain.Tpo -c -o libfuego_go_a-GoChain.o `test -f 'GoChain.cpp' || echo './'`GoChain.cpp
mv -f .deps/libfuego_go_a-GoChain.Tpo .deps/libfuego_go_a-GoChain.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoEyeCount.o -MD -MP -MF .deps/libfuego_go_a-GoEyeCount.Tpo -c -o libfuego_go_a-GoEyeCount.o `test -f 'GoEyeCount.cpp' || echo './'`GoEyeCount.cpp
mv -f .deps/libfuego_go_a-GoEyeCount.Tpo .deps/libfuego_go_a-GoEyeCount.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoEyeUtil.o -MD -MP -MF .deps/libfuego_go_a-GoEyeUtil.Tpo -c -o libfuego_go_a-GoEyeUtil.o `test -f 'GoEyeUtil.cpp' || echo './'`GoEyeUtil.cpp
mv -f .deps/libfuego_go_a-GoEyeUtil.Tpo .deps/libfuego_go_a-GoEyeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGame.o -MD -MP -MF .deps/libfuego_go_a-GoGame.Tpo -c -o libfuego_go_a-GoGame.o `test -f 'GoGame.cpp' || echo './'`GoGame.cpp
mv -f .deps/libfuego_go_a-GoGame.Tpo .deps/libfuego_go_a-GoGame.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGtpCommandUtil.o -MD -MP -MF .deps/libfuego_go_a-GoGtpCommandUtil.Tpo -c -o libfuego_go_a-GoGtpCommandUtil.o `test -f 'GoGtpCommandUtil.cpp' || echo './'`GoGtpCommandUtil.cpp
mv -f .deps/libfuego_go_a-GoGtpCommandUtil.Tpo .deps/libfuego_go_a-GoGtpCommandUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGtpEngine.o -MD -MP -MF .deps/libfuego_go_a-GoGtpEngine.Tpo -c -o libfuego_go_a-GoGtpEngine.o `test -f 'GoGtpEngine.cpp' || echo './'`GoGtpEngine.cpp
mv -f .deps/libfuego_go_a-GoGtpEngine.Tpo .deps/libfuego_go_a-GoGtpEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGtpExtraCommands.o -MD -MP -MF .deps/libfuego_go_a-GoGtpExtraCommands.Tpo -c -o libfuego_go_a-GoGtpExtraCommands.o `test -f 'GoGtpExtraCommands.cpp' || echo './'`GoGtpExtraCommands.cpp
mv -f .deps/libfuego_go_a-GoGtpExtraCommands.Tpo .deps/libfuego_go_a-GoGtpExtraCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoInfluence.o -MD -MP -MF .deps/libfuego_go_a-GoInfluence.Tpo -c -o libfuego_go_a-GoInfluence.o `test -f 'GoInfluence.cpp' || echo './'`GoInfluence.cpp
mv -f .deps/libfuego_go_a-GoInfluence.Tpo .deps/libfuego_go_a-GoInfluence.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoInit.o -MD -MP -MF .deps/libfuego_go_a-GoInit.Tpo -c -o libfuego_go_a-GoInit.o `test -f 'GoInit.cpp' || echo './'`GoInit.cpp
mv -f .deps/libfuego_go_a-GoInit.Tpo .deps/libfuego_go_a-GoInit.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoKomi.o -MD -MP -MF .deps/libfuego_go_a-GoKomi.Tpo -c -o libfuego_go_a-GoKomi.o `test -f 'GoKomi.cpp' || echo './'`GoKomi.cpp
mv -f .deps/libfuego_go_a-GoKomi.Tpo .deps/libfuego_go_a-GoKomi.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoLadder.o -MD -MP -MF .deps/libfuego_go_a-GoLadder.Tpo -c -o libfuego_go_a-GoLadder.o `test -f 'GoLadder.cpp' || echo './'`GoLadder.cpp
mv -f .deps/libfuego_go_a-GoLadder.Tpo .deps/libfuego_go_a-GoLadder.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoMotive.o -MD -MP -MF .deps/libfuego_go_a-GoMotive.Tpo -c -o libfuego_go_a-GoMotive.o `test -f 'GoMotive.cpp' || echo './'`GoMotive.cpp
mv -f .deps/libfuego_go_a-GoMotive.Tpo .deps/libfuego_go_a-GoMotive.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoNodeUtil.o -MD -MP -MF .deps/libfuego_go_a-GoNodeUtil.Tpo -c -o libfuego_go_a-GoNodeUtil.o `test -f 'GoNodeUtil.cpp' || echo './'`GoNodeUtil.cpp
mv -f .deps/libfuego_go_a-GoNodeUtil.Tpo .deps/libfuego_go_a-GoNodeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoPlayer.o -MD -MP -MF .deps/libfuego_go_a-GoPlayer.Tpo -c -o libfuego_go_a-GoPlayer.o `test -f 'GoPlayer.cpp' || echo './'`GoPlayer.cpp
mv -f .deps/libfuego_go_a-GoPlayer.Tpo .deps/libfuego_go_a-GoPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoPlayerMove.o -MD -MP -MF .deps/libfuego_go_a-GoPlayerMove.Tpo -c -o libfuego_go_a-GoPlayerMove.o `test -f 'GoPlayerMove.cpp' || echo './'`GoPlayerMove.cpp
mv -f .deps/libfuego_go_a-GoPlayerMove.Tpo .deps/libfuego_go_a-GoPlayerMove.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRegion.o -MD -MP -MF .deps/libfuego_go_a-GoRegion.Tpo -c -o libfuego_go_a-GoRegion.o `test -f 'GoRegion.cpp' || echo './'`GoRegion.cpp
mv -f .deps/libfuego_go_a-GoRegion.Tpo .deps/libfuego_go_a-GoRegion.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRegionBoard.o -MD -MP -MF .deps/libfuego_go_a-GoRegionBoard.Tpo -c -o libfuego_go_a-GoRegionBoard.o `test -f 'GoRegionBoard.cpp' || echo './'`GoRegionBoard.cpp
mv -f .deps/libfuego_go_a-GoRegionBoard.Tpo .deps/libfuego_go_a-GoRegionBoard.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRegionUtil.o -MD -MP -MF .deps/libfuego_go_a-GoRegionUtil.Tpo -c -o libfuego_go_a-GoRegionUtil.o `test -f 'GoRegionUtil.cpp' || echo './'`GoRegionUtil.cpp
mv -f .deps/libfuego_go_a-GoRegionUtil.Tpo .deps/libfuego_go_a-GoRegionUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRules.o -MD -MP -MF .deps/libfuego_go_a-GoRules.Tpo -c -o libfuego_go_a-GoRules.o `test -f 'GoRules.cpp' || echo './'`GoRules.cpp
mv -f .deps/libfuego_go_a-GoRules.Tpo .deps/libfuego_go_a-GoRules.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSafetyCommands.o -MD -MP -MF .deps/libfuego_go_a-GoSafetyCommands.Tpo -c -o libfuego_go_a-GoSafetyCommands.o `test -f 'GoSafetyCommands.cpp' || echo './'`GoSafetyCommands.cpp
mv -f .deps/libfuego_go_a-GoSafetyCommands.Tpo .deps/libfuego_go_a-GoSafetyCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSafetySolver.o -MD -MP -MF .deps/libfuego_go_a-GoSafetySolver.Tpo -c -o libfuego_go_a-GoSafetySolver.o `test -f 'GoSafetySolver.cpp' || echo './'`GoSafetySolver.cpp
mv -f .deps/libfuego_go_a-GoSafetySolver.Tpo .deps/libfuego_go_a-GoSafetySolver.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSafetyUtil.o -MD -MP -MF .deps/libfuego_go_a-GoSafetyUtil.Tpo -c -o libfuego_go_a-GoSafetyUtil.o `test -f 'GoSafetyUtil.cpp' || echo './'`GoSafetyUtil.cpp
mv -f .deps/libfuego_go_a-GoSafetyUtil.Tpo .deps/libfuego_go_a-GoSafetyUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSearch.o -MD -MP -MF .deps/libfuego_go_a-GoSearch.Tpo -c -o libfuego_go_a-GoSearch.o `test -f 'GoSearch.cpp' || echo './'`GoSearch.cpp
mv -f .deps/libfuego_go_a-GoSearch.Tpo .deps/libfuego_go_a-GoSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSetupUtil.o -MD -MP -MF .deps/libfuego_go_a-GoSetupUtil.Tpo -c -o libfuego_go_a-GoSetupUtil.o `test -f 'GoSetupUtil.cpp' || echo './'`GoSetupUtil.cpp
mv -f .deps/libfuego_go_a-GoSetupUtil.Tpo .deps/libfuego_go_a-GoSetupUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoStaticLadder.o -MD -MP -MF .deps/libfuego_go_a-GoStaticLadder.Tpo -c -o libfuego_go_a-GoStaticLadder.o `test -f 'GoStaticLadder.cpp' || echo './'`GoStaticLadder.cpp
mv -f .deps/libfuego_go_a-GoStaticLadder.Tpo .deps/libfuego_go_a-GoStaticLadder.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoStaticSafetySolver.o -MD -MP -MF .deps/libfuego_go_a-GoStaticSafetySolver.Tpo -c -o libfuego_go_a-GoStaticSafetySolver.o `test -f 'GoStaticSafetySolver.cpp' || echo './'`GoStaticSafetySolver.cpp
mv -f .deps/libfuego_go_a-GoStaticSafetySolver.Tpo .deps/libfuego_go_a-GoStaticSafetySolver.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoTimeControl.o -MD -MP -MF .deps/libfuego_go_a-GoTimeControl.Tpo -c -o libfuego_go_a-GoTimeControl.o `test -f 'GoTimeControl.cpp' || echo './'`GoTimeControl.cpp
mv -f .deps/libfuego_go_a-GoTimeControl.Tpo .deps/libfuego_go_a-GoTimeControl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoTimeSettings.o -MD -MP -MF .deps/libfuego_go_a-GoTimeSettings.Tpo -c -o libfuego_go_a-GoTimeSettings.o `test -f 'GoTimeSettings.cpp' || echo './'`GoTimeSettings.cpp
mv -f .deps/libfuego_go_a-GoTimeSettings.Tpo .deps/libfuego_go_a-GoTimeSettings.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoUtil.o -MD -MP -MF .deps/libfuego_go_a-GoUtil.Tpo -c -o libfuego_go_a-GoUtil.o `test -f 'GoUtil.cpp' || echo './'`GoUtil.cpp
mv -f .deps/libfuego_go_a-GoUtil.Tpo .deps/libfuego_go_a-GoUtil.Po
rm -f libfuego_go.a
ar cru libfuego_go.a libfuego_go_a-GoAutoBook.o libfuego_go_a-GoBensonSolver.o libfuego_go_a-GoBlock.o libfuego_go_a-GoBoard.o libfuego_go_a-GoBoardCheckPerformance.o libfuego_go_a-GoBoardHistory.o libfuego_go_a-GoBoardRestorer.o libfuego_go_a-GoBoardSynchronizer.o libfuego_go_a-GoBoardUpdater.o libfuego_go_a-GoBoardUtil.o libfuego_go_a-GoBook.o libfuego_go_a-GoChain.o libfuego_go_a-GoEyeCount.o libfuego_go_a-GoEyeUtil.o libfuego_go_a-GoGame.o libfuego_go_a-GoGtpCommandUtil.o libfuego_go_a-GoGtpEngine.o libfuego_go_a-GoGtpExtraCommands.o libfuego_go_a-GoInfluence.o libfuego_go_a-GoInit.o libfuego_go_a-GoKomi.o libfuego_go_a-GoLadder.o libfuego_go_a-GoMotive.o libfuego_go_a-GoNodeUtil.o libfuego_go_a-GoPlayer.o libfuego_go_a-GoPlayerMove.o libfuego_go_a-GoRegion.o libfuego_go_a-GoRegionBoard.o libfuego_go_a-GoRegionUtil.o libfuego_go_a-GoRules.o libfuego_go_a-GoSafetyCommands.o libfuego_go_a-GoSafetySolver.o libfuego_go_a-GoSafetyUtil.o libfuego_go_a-GoSearch.o libfuego_go_a-GoSetupUtil.o libfuego_go_a-GoStaticLadder.o libfuego_go_a-GoStaticSafetySolver.o libfuego_go_a-GoTimeControl.o libfuego_go_a-GoTimeSettings.o libfuego_go_a-GoUtil.o
ranlib libfuego_go.a
Making all in gouct
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctBoard.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctBoard.Tpo -c -o libfuego_gouct_a-GoUctBoard.o `test -f 'GoUctBoard.cpp' || echo './'`GoUctBoard.cpp
mv -f .deps/libfuego_gouct_a-GoUctBoard.Tpo .deps/libfuego_gouct_a-GoUctBoard.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctCommands.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctCommands.Tpo -c -o libfuego_gouct_a-GoUctCommands.o `test -f 'GoUctCommands.cpp' || echo './'`GoUctCommands.cpp
mv -f .deps/libfuego_gouct_a-GoUctCommands.Tpo .deps/libfuego_gouct_a-GoUctCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctDefaultPriorKnowledge.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctDefaultPriorKnowledge.Tpo -c -o libfuego_gouct_a-GoUctDefaultPriorKnowledge.o `test -f 'GoUctDefaultPriorKnowledge.cpp' || echo './'`GoUctDefaultPriorKnowledge.cpp
mv -f .deps/libfuego_gouct_a-GoUctDefaultPriorKnowledge.Tpo .deps/libfuego_gouct_a-GoUctDefaultPriorKnowledge.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctDefaultRootFilter.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctDefaultRootFilter.Tpo -c -o libfuego_gouct_a-GoUctDefaultRootFilter.o `test -f 'GoUctDefaultRootFilter.cpp' || echo './'`GoUctDefaultRootFilter.cpp
mv -f .deps/libfuego_gouct_a-GoUctDefaultRootFilter.Tpo .deps/libfuego_gouct_a-GoUctDefaultRootFilter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctEstimatorStat.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctEstimatorStat.Tpo -c -o libfuego_gouct_a-GoUctEstimatorStat.o `test -f 'GoUctEstimatorStat.cpp' || echo './'`GoUctEstimatorStat.cpp
mv -f .deps/libfuego_gouct_a-GoUctEstimatorStat.Tpo .deps/libfuego_gouct_a-GoUctEstimatorStat.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctGlobalSearch.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctGlobalSearch.Tpo -c -o libfuego_gouct_a-GoUctGlobalSearch.o `test -f 'GoUctGlobalSearch.cpp' || echo './'`GoUctGlobalSearch.cpp
mv -f .deps/libfuego_gouct_a-GoUctGlobalSearch.Tpo .deps/libfuego_gouct_a-GoUctGlobalSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctObjectWithSearch.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctObjectWithSearch.Tpo -c -o libfuego_gouct_a-GoUctObjectWithSearch.o `test -f 'GoUctObjectWithSearch.cpp' || echo './'`GoUctObjectWithSearch.cpp
mv -f .deps/libfuego_gouct_a-GoUctObjectWithSearch.Tpo .deps/libfuego_gouct_a-GoUctObjectWithSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctPlayoutPolicy.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctPlayoutPolicy.Tpo -c -o libfuego_gouct_a-GoUctPlayoutPolicy.o `test -f 'GoUctPlayoutPolicy.cpp' || echo './'`GoUctPlayoutPolicy.cpp
mv -f .deps/libfuego_gouct_a-GoUctPlayoutPolicy.Tpo .deps/libfuego_gouct_a-GoUctPlayoutPolicy.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctRootFilter.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctRootFilter.Tpo -c -o libfuego_gouct_a-GoUctRootFilter.o `test -f 'GoUctRootFilter.cpp' || echo './'`GoUctRootFilter.cpp
mv -f .deps/libfuego_gouct_a-GoUctRootFilter.Tpo .deps/libfuego_gouct_a-GoUctRootFilter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctSearch.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctSearch.Tpo -c -o libfuego_gouct_a-GoUctSearch.o `test -f 'GoUctSearch.cpp' || echo './'`GoUctSearch.cpp
mv -f .deps/libfuego_gouct_a-GoUctSearch.Tpo .deps/libfuego_gouct_a-GoUctSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctUtil.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctUtil.Tpo -c -o libfuego_gouct_a-GoUctUtil.o `test -f 'GoUctUtil.cpp' || echo './'`GoUctUtil.cpp
mv -f .deps/libfuego_gouct_a-GoUctUtil.Tpo .deps/libfuego_gouct_a-GoUctUtil.Po
rm -f libfuego_gouct.a
ar cru libfuego_gouct.a libfuego_gouct_a-GoUctBoard.o libfuego_gouct_a-GoUctCommands.o libfuego_gouct_a-GoUctDefaultPriorKnowledge.o libfuego_gouct_a-GoUctDefaultRootFilter.o libfuego_gouct_a-GoUctEstimatorStat.o libfuego_gouct_a-GoUctGlobalSearch.o libfuego_gouct_a-GoUctObjectWithSearch.o libfuego_gouct_a-GoUctPlayoutPolicy.o libfuego_gouct_a-GoUctRootFilter.o libfuego_gouct_a-GoUctSearch.o libfuego_gouct_a-GoUctUtil.o
ranlib libfuego_gouct.a
Making all in simpleplayers
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpAveragePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpAveragePlayer.Tpo -c -o libfuego_simpleplayers_a-SpAveragePlayer.o `test -f 'SpAveragePlayer.cpp' || echo './'`SpAveragePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpAveragePlayer.Tpo .deps/libfuego_simpleplayers_a-SpAveragePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpCapturePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpCapturePlayer.Tpo -c -o libfuego_simpleplayers_a-SpCapturePlayer.o `test -f 'SpCapturePlayer.cpp' || echo './'`SpCapturePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpCapturePlayer.Tpo .deps/libfuego_simpleplayers_a-SpCapturePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpDumbTacticalPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpDumbTacticalPlayer.Tpo -c -o libfuego_simpleplayers_a-SpDumbTacticalPlayer.o `test -f 'SpDumbTacticalPlayer.cpp' || echo './'`SpDumbTacticalPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpDumbTacticalPlayer.Tpo .deps/libfuego_simpleplayers_a-SpDumbTacticalPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpGreedyPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpGreedyPlayer.Tpo -c -o libfuego_simpleplayers_a-SpGreedyPlayer.o `test -f 'SpGreedyPlayer.cpp' || echo './'`SpGreedyPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpGreedyPlayer.Tpo .deps/libfuego_simpleplayers_a-SpGreedyPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpInfluencePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpInfluencePlayer.Tpo -c -o libfuego_simpleplayers_a-SpInfluencePlayer.o `test -f 'SpInfluencePlayer.cpp' || echo './'`SpInfluencePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpInfluencePlayer.Tpo .deps/libfuego_simpleplayers_a-SpInfluencePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpLadderPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpLadderPlayer.Tpo -c -o libfuego_simpleplayers_a-SpLadderPlayer.o `test -f 'SpLadderPlayer.cpp' || echo './'`SpLadderPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpLadderPlayer.Tpo .deps/libfuego_simpleplayers_a-SpLadderPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpLibertyPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpLibertyPlayer.Tpo -c -o libfuego_simpleplayers_a-SpLibertyPlayer.o `test -f 'SpLibertyPlayer.cpp' || echo './'`SpLibertyPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpLibertyPlayer.Tpo .deps/libfuego_simpleplayers_a-SpLibertyPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpMaxEyePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpMaxEyePlayer.Tpo -c -o libfuego_simpleplayers_a-SpMaxEyePlayer.o `test -f 'SpMaxEyePlayer.cpp' || echo './'`SpMaxEyePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpMaxEyePlayer.Tpo .deps/libfuego_simpleplayers_a-SpMaxEyePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpMinLibPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpMinLibPlayer.Tpo -c -o libfuego_simpleplayers_a-SpMinLibPlayer.o `test -f 'SpMinLibPlayer.cpp' || echo './'`SpMinLibPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpMinLibPlayer.Tpo .deps/libfuego_simpleplayers_a-SpMinLibPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpMoveGenerator.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpMoveGenerator.Tpo -c -o libfuego_simpleplayers_a-SpMoveGenerator.o `test -f 'SpMoveGenerator.cpp' || echo './'`SpMoveGenerator.cpp
mv -f .deps/libfuego_simpleplayers_a-SpMoveGenerator.Tpo .deps/libfuego_simpleplayers_a-SpMoveGenerator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpRandomPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpRandomPlayer.Tpo -c -o libfuego_simpleplayers_a-SpRandomPlayer.o `test -f 'SpRandomPlayer.cpp' || echo './'`SpRandomPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpRandomPlayer.Tpo .deps/libfuego_simpleplayers_a-SpRandomPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpSafePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpSafePlayer.Tpo -c -o libfuego_simpleplayers_a-SpSafePlayer.o `test -f 'SpSafePlayer.cpp' || echo './'`SpSafePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpSafePlayer.Tpo .deps/libfuego_simpleplayers_a-SpSafePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpSimplePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpSimplePlayer.Tpo -c -o libfuego_simpleplayers_a-SpSimplePlayer.o `test -f 'SpSimplePlayer.cpp' || echo './'`SpSimplePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpSimplePlayer.Tpo .deps/libfuego_simpleplayers_a-SpSimplePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpUtil.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpUtil.Tpo -c -o libfuego_simpleplayers_a-SpUtil.o `test -f 'SpUtil.cpp' || echo './'`SpUtil.cpp
mv -f .deps/libfuego_simpleplayers_a-SpUtil.Tpo .deps/libfuego_simpleplayers_a-SpUtil.Po
rm -f libfuego_simpleplayers.a
ar cru libfuego_simpleplayers.a libfuego_simpleplayers_a-SpAveragePlayer.o libfuego_simpleplayers_a-SpCapturePlayer.o libfuego_simpleplayers_a-SpDumbTacticalPlayer.o libfuego_simpleplayers_a-SpGreedyPlayer.o libfuego_simpleplayers_a-SpInfluencePlayer.o libfuego_simpleplayers_a-SpLadderPlayer.o libfuego_simpleplayers_a-SpLibertyPlayer.o libfuego_simpleplayers_a-SpMaxEyePlayer.o libfuego_simpleplayers_a-SpMinLibPlayer.o libfuego_simpleplayers_a-SpMoveGenerator.o libfuego_simpleplayers_a-SpRandomPlayer.o libfuego_simpleplayers_a-SpSafePlayer.o libfuego_simpleplayers_a-SpSimplePlayer.o libfuego_simpleplayers_a-SpUtil.o
ranlib libfuego_simpleplayers.a
Making all in fuegomain
g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR='"/usr/local/share"' -DABS_TOP_SRCDIR='"/Users/butcher/Igo/fuego-1.0"' -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego-FuegoMain.o -MD -MP -MF .deps/fuego-FuegoMain.Tpo -c -o fuego-FuegoMain.o `test -f 'FuegoMain.cpp' || echo './'`FuegoMain.cpp
mv -f .deps/fuego-FuegoMain.Tpo .deps/fuego-FuegoMain.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR='"/usr/local/share"' -DABS_TOP_SRCDIR='"/Users/butcher/Igo/fuego-1.0"' -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego-FuegoMainEngine.o -MD -MP -MF .deps/fuego-FuegoMainEngine.Tpo -c -o fuego-FuegoMainEngine.o `test -f 'FuegoMainEngine.cpp' || echo './'`FuegoMainEngine.cpp
mv -f .deps/fuego-FuegoMainEngine.Tpo .deps/fuego-FuegoMainEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR='"/usr/local/share"' -DABS_TOP_SRCDIR='"/Users/butcher/Igo/fuego-1.0"' -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego-FuegoMainUtil.o -MD -MP -MF .deps/fuego-FuegoMainUtil.Tpo -c -o fuego-FuegoMainUtil.o `test -f 'FuegoMainUtil.cpp' || echo './'`FuegoMainUtil.cpp
mv -f .deps/fuego-FuegoMainUtil.Tpo .deps/fuego-FuegoMainUtil.Po
g++ -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -L/usr/local/lib -o fuego fuego-FuegoMain.o fuego-FuegoMainEngine.o fuego-FuegoMainUtil.o ../gouct/libfuego_gouct.a ../go/libfuego_go.a ../smartgame/libfuego_smartgame.a ../gtpengine/libfuego_gtpengine.a -lboost_program_options -lboost_filesystem -lboost_system -lboost_thread
Making all in fuegotest
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_test-FuegoTestEngine.o -MD -MP -MF .deps/fuego_test-FuegoTestEngine.Tpo -c -o fuego_test-FuegoTestEngine.o `test -f 'FuegoTestEngine.cpp' || echo './'`FuegoTestEngine.cpp
mv -f .deps/fuego_test-FuegoTestEngine.Tpo .deps/fuego_test-FuegoTestEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_test-FuegoTestMain.o -MD -MP -MF .deps/fuego_test-FuegoTestMain.Tpo -c -o fuego_test-FuegoTestMain.o `test -f 'FuegoTestMain.cpp' || echo './'`FuegoTestMain.cpp
mv -f .deps/fuego_test-FuegoTestMain.Tpo .deps/fuego_test-FuegoTestMain.Po
g++ -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -L/usr/local/lib -o fuego_test fuego_test-FuegoTestEngine.o fuego_test-FuegoTestMain.o ../gouct/libfuego_gouct.a ../simpleplayers/libfuego_simpleplayers.a ../go/libfuego_go.a ../smartgame/libfuego_smartgame.a ../gtpengine/libfuego_gtpengine.a -lboost_program_options -lboost_system -lboost_filesystem -lboost_thread
Making all in unittestmain
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
suzuki-juunotto-no-MacBook-Pro:fuego-1.0 butcher$ make check
Making check in book
make[1]: Nothing to be done for `check'.
Making check in regression
make[1]: Nothing to be done for `check'.
Making check in misctests
make check-TESTS
-n Checking that regression/Makefile.am contains all tests...
ok
-n Checking that all SGF files referenced by a test exist and are in regression/Makefile.am...
ok
PASS: check_regression_files.sh
=============
1 test passed
=============
Making check in gtpengine
make[1]: Nothing to be done for `check'.
Making check in smartgame
make[1]: Nothing to be done for `check'.
Making check in go
make[1]: Nothing to be done for `check'.
Making check in gouct
make[1]: Nothing to be done for `check'.
Making check in simpleplayers
make[1]: Nothing to be done for `check'.
Making check in fuegomain
make[1]: Nothing to be done for `check'.
Making check in fuegotest
make[1]: Nothing to be done for `check'.
Making check in unittestmain
make fuego_unittest
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBoardTest.o -MD -MP -MF .deps/fuego_unittest-GoBoardTest.Tpo -c -o fuego_unittest-GoBoardTest.o `test -f '../go/test/GoBoardTest.cpp' || echo './'`../go/test/GoBoardTest.cpp
mv -f .deps/fuego_unittest-GoBoardTest.Tpo .deps/fuego_unittest-GoBoardTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBoardSynchronizerTest.o -MD -MP -MF .deps/fuego_unittest-GoBoardSynchronizerTest.Tpo -c -o fuego_unittest-GoBoardSynchronizerTest.o `test -f '../go/test/GoBoardSynchronizerTest.cpp' || echo './'`../go/test/GoBoardSynchronizerTest.cpp
mv -f .deps/fuego_unittest-GoBoardSynchronizerTest.Tpo .deps/fuego_unittest-GoBoardSynchronizerTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBoardUpdaterTest.o -MD -MP -MF .deps/fuego_unittest-GoBoardUpdaterTest.Tpo -c -o fuego_unittest-GoBoardUpdaterTest.o `test -f '../go/test/GoBoardUpdaterTest.cpp' || echo './'`../go/test/GoBoardUpdaterTest.cpp
mv -f .deps/fuego_unittest-GoBoardUpdaterTest.Tpo .deps/fuego_unittest-GoBoardUpdaterTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBoardUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoBoardUtilTest.Tpo -c -o fuego_unittest-GoBoardUtilTest.o `test -f '../go/test/GoBoardUtilTest.cpp' || echo './'`../go/test/GoBoardUtilTest.cpp
mv -f .deps/fuego_unittest-GoBoardUtilTest.Tpo .deps/fuego_unittest-GoBoardUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBookTest.o -MD -MP -MF .deps/fuego_unittest-GoBookTest.Tpo -c -o fuego_unittest-GoBookTest.o `test -f '../go/test/GoBookTest.cpp' || echo './'`../go/test/GoBookTest.cpp
mv -f .deps/fuego_unittest-GoBookTest.Tpo .deps/fuego_unittest-GoBookTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoEyeUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoEyeUtilTest.Tpo -c -o fuego_unittest-GoEyeUtilTest.o `test -f '../go/test/GoEyeUtilTest.cpp' || echo './'`../go/test/GoEyeUtilTest.cpp
mv -f .deps/fuego_unittest-GoEyeUtilTest.Tpo .deps/fuego_unittest-GoEyeUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoGameTest.o -MD -MP -MF .deps/fuego_unittest-GoGameTest.Tpo -c -o fuego_unittest-GoGameTest.o `test -f '../go/test/GoGameTest.cpp' || echo './'`../go/test/GoGameTest.cpp
mv -f .deps/fuego_unittest-GoGameTest.Tpo .deps/fuego_unittest-GoGameTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoGtpCommandUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoGtpCommandUtilTest.Tpo -c -o fuego_unittest-GoGtpCommandUtilTest.o `test -f '../go/test/GoGtpCommandUtilTest.cpp' || echo './'`../go/test/GoGtpCommandUtilTest.cpp
mv -f .deps/fuego_unittest-GoGtpCommandUtilTest.Tpo .deps/fuego_unittest-GoGtpCommandUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoGtpEngineTest.o -MD -MP -MF .deps/fuego_unittest-GoGtpEngineTest.Tpo -c -o fuego_unittest-GoGtpEngineTest.o `test -f '../go/test/GoGtpEngineTest.cpp' || echo './'`../go/test/GoGtpEngineTest.cpp
mv -f .deps/fuego_unittest-GoGtpEngineTest.Tpo .deps/fuego_unittest-GoGtpEngineTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoKomiTest.o -MD -MP -MF .deps/fuego_unittest-GoKomiTest.Tpo -c -o fuego_unittest-GoKomiTest.o `test -f '../go/test/GoKomiTest.cpp' || echo './'`../go/test/GoKomiTest.cpp
mv -f .deps/fuego_unittest-GoKomiTest.Tpo .deps/fuego_unittest-GoKomiTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoLadderTest.o -MD -MP -MF .deps/fuego_unittest-GoLadderTest.Tpo -c -o fuego_unittest-GoLadderTest.o `test -f '../go/test/GoLadderTest.cpp' || echo './'`../go/test/GoLadderTest.cpp
mv -f .deps/fuego_unittest-GoLadderTest.Tpo .deps/fuego_unittest-GoLadderTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoRegionTest.o -MD -MP -MF .deps/fuego_unittest-GoRegionTest.Tpo -c -o fuego_unittest-GoRegionTest.o `test -f '../go/test/GoRegionTest.cpp' || echo './'`../go/test/GoRegionTest.cpp
mv -f .deps/fuego_unittest-GoRegionTest.Tpo .deps/fuego_unittest-GoRegionTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoRegionBoardTest.o -MD -MP -MF .deps/fuego_unittest-GoRegionBoardTest.Tpo -c -o fuego_unittest-GoRegionBoardTest.o `test -f '../go/test/GoRegionBoardTest.cpp' || echo './'`../go/test/GoRegionBoardTest.cpp
mv -f .deps/fuego_unittest-GoRegionBoardTest.Tpo .deps/fuego_unittest-GoRegionBoardTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoSetupUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoSetupUtilTest.Tpo -c -o fuego_unittest-GoSetupUtilTest.o `test -f '../go/test/GoSetupUtilTest.cpp' || echo './'`../go/test/GoSetupUtilTest.cpp
mv -f .deps/fuego_unittest-GoSetupUtilTest.Tpo .deps/fuego_unittest-GoSetupUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoTimeControlTest.o -MD -MP -MF .deps/fuego_unittest-GoTimeControlTest.Tpo -c -o fuego_unittest-GoTimeControlTest.o `test -f '../go/test/GoTimeControlTest.cpp' || echo './'`../go/test/GoTimeControlTest.cpp
mv -f .deps/fuego_unittest-GoTimeControlTest.Tpo .deps/fuego_unittest-GoTimeControlTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoTimeSettingsTest.o -MD -MP -MF .deps/fuego_unittest-GoTimeSettingsTest.Tpo -c -o fuego_unittest-GoTimeSettingsTest.o `test -f '../go/test/GoTimeSettingsTest.cpp' || echo './'`../go/test/GoTimeSettingsTest.cpp
mv -f .deps/fuego_unittest-GoTimeSettingsTest.Tpo .deps/fuego_unittest-GoTimeSettingsTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoUtilTest.Tpo -c -o fuego_unittest-GoUtilTest.o `test -f '../go/test/GoUtilTest.cpp' || echo './'`../go/test/GoUtilTest.cpp
mv -f .deps/fuego_unittest-GoUtilTest.Tpo .deps/fuego_unittest-GoUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoUctBoardTest.o -MD -MP -MF .deps/fuego_unittest-GoUctBoardTest.Tpo -c -o fuego_unittest-GoUctBoardTest.o `test -f '../gouct/test/GoUctBoardTest.cpp' || echo './'`../gouct/test/GoUctBoardTest.cpp
mv -f .deps/fuego_unittest-GoUctBoardTest.Tpo .deps/fuego_unittest-GoUctBoardTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoUctUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoUctUtilTest.Tpo -c -o fuego_unittest-GoUctUtilTest.o `test -f '../gouct/test/GoUctUtilTest.cpp' || echo './'`../gouct/test/GoUctUtilTest.cpp
mv -f .deps/fuego_unittest-GoUctUtilTest.Tpo .deps/fuego_unittest-GoUctUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GtpEngineTest.o -MD -MP -MF .deps/fuego_unittest-GtpEngineTest.Tpo -c -o fuego_unittest-GtpEngineTest.o `test -f '../gtpengine/test/GtpEngineTest.cpp' || echo './'`../gtpengine/test/GtpEngineTest.cpp
mv -f .deps/fuego_unittest-GtpEngineTest.Tpo .deps/fuego_unittest-GtpEngineTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgArrayTest.Tpo -c -o fuego_unittest-SgArrayTest.o `test -f '../smartgame/test/SgArrayTest.cpp' || echo './'`../smartgame/test/SgArrayTest.cpp
mv -f .deps/fuego_unittest-SgArrayTest.Tpo .deps/fuego_unittest-SgArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgArrayListTest.o -MD -MP -MF .deps/fuego_unittest-SgArrayListTest.Tpo -c -o fuego_unittest-SgArrayListTest.o `test -f '../smartgame/test/SgArrayListTest.cpp' || echo './'`../smartgame/test/SgArrayListTest.cpp
mv -f .deps/fuego_unittest-SgArrayListTest.Tpo .deps/fuego_unittest-SgArrayListTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBlackWhiteTest.o -MD -MP -MF .deps/fuego_unittest-SgBlackWhiteTest.Tpo -c -o fuego_unittest-SgBlackWhiteTest.o `test -f '../smartgame/test/SgBlackWhiteTest.cpp' || echo './'`../smartgame/test/SgBlackWhiteTest.cpp
mv -f .deps/fuego_unittest-SgBlackWhiteTest.Tpo .deps/fuego_unittest-SgBlackWhiteTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBoardColorTest.o -MD -MP -MF .deps/fuego_unittest-SgBoardColorTest.Tpo -c -o fuego_unittest-SgBoardColorTest.o `test -f '../smartgame/test/SgBoardColorTest.cpp' || echo './'`../smartgame/test/SgBoardColorTest.cpp
mv -f .deps/fuego_unittest-SgBoardColorTest.Tpo .deps/fuego_unittest-SgBoardColorTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBoardConstTest.o -MD -MP -MF .deps/fuego_unittest-SgBoardConstTest.Tpo -c -o fuego_unittest-SgBoardConstTest.o `test -f '../smartgame/test/SgBoardConstTest.cpp' || echo './'`../smartgame/test/SgBoardConstTest.cpp
mv -f .deps/fuego_unittest-SgBoardConstTest.Tpo .deps/fuego_unittest-SgBoardConstTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBWArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgBWArrayTest.Tpo -c -o fuego_unittest-SgBWArrayTest.o `test -f '../smartgame/test/SgBWArrayTest.cpp' || echo './'`../smartgame/test/SgBWArrayTest.cpp
mv -f .deps/fuego_unittest-SgBWArrayTest.Tpo .deps/fuego_unittest-SgBWArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBWSetTest.o -MD -MP -MF .deps/fuego_unittest-SgBWSetTest.Tpo -c -o fuego_unittest-SgBWSetTest.o `test -f '../smartgame/test/SgBWSetTest.cpp' || echo './'`../smartgame/test/SgBWSetTest.cpp
mv -f .deps/fuego_unittest-SgBWSetTest.Tpo .deps/fuego_unittest-SgBWSetTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgCmdLineOptTest.o -MD -MP -MF .deps/fuego_unittest-SgCmdLineOptTest.Tpo -c -o fuego_unittest-SgCmdLineOptTest.o `test -f '../smartgame/test/SgCmdLineOptTest.cpp' || echo './'`../smartgame/test/SgCmdLineOptTest.cpp
mv -f .deps/fuego_unittest-SgCmdLineOptTest.Tpo .deps/fuego_unittest-SgCmdLineOptTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgConnCompIteratorTest.o -MD -MP -MF .deps/fuego_unittest-SgConnCompIteratorTest.Tpo -c -o fuego_unittest-SgConnCompIteratorTest.o `test -f '../smartgame/test/SgConnCompIteratorTest.cpp' || echo './'`../smartgame/test/SgConnCompIteratorTest.cpp
mv -f .deps/fuego_unittest-SgConnCompIteratorTest.Tpo .deps/fuego_unittest-SgConnCompIteratorTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgEBWArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgEBWArrayTest.Tpo -c -o fuego_unittest-SgEBWArrayTest.o `test -f '../smartgame/test/SgEBWArrayTest.cpp' || echo './'`../smartgame/test/SgEBWArrayTest.cpp
mv -f .deps/fuego_unittest-SgEBWArrayTest.Tpo .deps/fuego_unittest-SgEBWArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgEvaluatedMovesTest.o -MD -MP -MF .deps/fuego_unittest-SgEvaluatedMovesTest.Tpo -c -o fuego_unittest-SgEvaluatedMovesTest.o `test -f '../smartgame/test/SgEvaluatedMovesTest.cpp' || echo './'`../smartgame/test/SgEvaluatedMovesTest.cpp
mv -f .deps/fuego_unittest-SgEvaluatedMovesTest.Tpo .deps/fuego_unittest-SgEvaluatedMovesTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgFastLogTest.o -MD -MP -MF .deps/fuego_unittest-SgFastLogTest.Tpo -c -o fuego_unittest-SgFastLogTest.o `test -f '../smartgame/test/SgFastLogTest.cpp' || echo './'`../smartgame/test/SgFastLogTest.cpp
mv -f .deps/fuego_unittest-SgFastLogTest.Tpo .deps/fuego_unittest-SgFastLogTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgGameReaderTest.o -MD -MP -MF .deps/fuego_unittest-SgGameReaderTest.Tpo -c -o fuego_unittest-SgGameReaderTest.o `test -f '../smartgame/test/SgGameReaderTest.cpp' || echo './'`../smartgame/test/SgGameReaderTest.cpp
mv -f .deps/fuego_unittest-SgGameReaderTest.Tpo .deps/fuego_unittest-SgGameReaderTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgGtpUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgGtpUtilTest.Tpo -c -o fuego_unittest-SgGtpUtilTest.o `test -f '../smartgame/test/SgGtpUtilTest.cpp' || echo './'`../smartgame/test/SgGtpUtilTest.cpp
mv -f .deps/fuego_unittest-SgGtpUtilTest.Tpo .deps/fuego_unittest-SgGtpUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgHashTest.o -MD -MP -MF .deps/fuego_unittest-SgHashTest.Tpo -c -o fuego_unittest-SgHashTest.o `test -f '../smartgame/test/SgHashTest.cpp' || echo './'`../smartgame/test/SgHashTest.cpp
mv -f .deps/fuego_unittest-SgHashTest.Tpo .deps/fuego_unittest-SgHashTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgMarkerTest.o -MD -MP -MF .deps/fuego_unittest-SgMarkerTest.Tpo -c -o fuego_unittest-SgMarkerTest.o `test -f '../smartgame/test/SgMarkerTest.cpp' || echo './'`../smartgame/test/SgMarkerTest.cpp
mv -f .deps/fuego_unittest-SgMarkerTest.Tpo .deps/fuego_unittest-SgMarkerTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgMathTest.o -MD -MP -MF .deps/fuego_unittest-SgMathTest.Tpo -c -o fuego_unittest-SgMathTest.o `test -f '../smartgame/test/SgMathTest.cpp' || echo './'`../smartgame/test/SgMathTest.cpp
mv -f .deps/fuego_unittest-SgMathTest.Tpo .deps/fuego_unittest-SgMathTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgMiaiMapTest.o -MD -MP -MF .deps/fuego_unittest-SgMiaiMapTest.Tpo -c -o fuego_unittest-SgMiaiMapTest.o `test -f '../smartgame/test/SgMiaiMapTest.cpp' || echo './'`../smartgame/test/SgMiaiMapTest.cpp
mv -f .deps/fuego_unittest-SgMiaiMapTest.Tpo .deps/fuego_unittest-SgMiaiMapTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgMiaiStrategyTest.o -MD -MP -MF .deps/fuego_unittest-SgMiaiStrategyTest.Tpo -c -o fuego_unittest-SgMiaiStrategyTest.o `test -f '../smartgame/test/SgMiaiStrategyTest.cpp' || echo './'`../smartgame/test/SgMiaiStrategyTest.cpp
mv -f .deps/fuego_unittest-SgMiaiStrategyTest.Tpo .deps/fuego_unittest-SgMiaiStrategyTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgNbIteratorTest.o -MD -MP -MF .deps/fuego_unittest-SgNbIteratorTest.Tpo -c -o fuego_unittest-SgNbIteratorTest.o `test -f '../smartgame/test/SgNbIteratorTest.cpp' || echo './'`../smartgame/test/SgNbIteratorTest.cpp
mv -f .deps/fuego_unittest-SgNbIteratorTest.Tpo .deps/fuego_unittest-SgNbIteratorTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgNodeTest.o -MD -MP -MF .deps/fuego_unittest-SgNodeTest.Tpo -c -o fuego_unittest-SgNodeTest.o `test -f '../smartgame/test/SgNodeTest.cpp' || echo './'`../smartgame/test/SgNodeTest.cpp
mv -f .deps/fuego_unittest-SgNodeTest.Tpo .deps/fuego_unittest-SgNodeTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgNodeUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgNodeUtilTest.Tpo -c -o fuego_unittest-SgNodeUtilTest.o `test -f '../smartgame/test/SgNodeUtilTest.cpp' || echo './'`../smartgame/test/SgNodeUtilTest.cpp
mv -f .deps/fuego_unittest-SgNodeUtilTest.Tpo .deps/fuego_unittest-SgNodeUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgPointArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgPointArrayTest.Tpo -c -o fuego_unittest-SgPointArrayTest.o `test -f '../smartgame/test/SgPointArrayTest.cpp' || echo './'`../smartgame/test/SgPointArrayTest.cpp
mv -f .deps/fuego_unittest-SgPointArrayTest.Tpo .deps/fuego_unittest-SgPointArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgPointTest.o -MD -MP -MF .deps/fuego_unittest-SgPointTest.Tpo -c -o fuego_unittest-SgPointTest.o `test -f '../smartgame/test/SgPointTest.cpp' || echo './'`../smartgame/test/SgPointTest.cpp
mv -f .deps/fuego_unittest-SgPointTest.Tpo .deps/fuego_unittest-SgPointTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgPointSetTest.o -MD -MP -MF .deps/fuego_unittest-SgPointSetTest.Tpo -c -o fuego_unittest-SgPointSetTest.o `test -f '../smartgame/test/SgPointSetTest.cpp' || echo './'`../smartgame/test/SgPointSetTest.cpp
mv -f .deps/fuego_unittest-SgPointSetTest.Tpo .deps/fuego_unittest-SgPointSetTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgPropTest.o -MD -MP -MF .deps/fuego_unittest-SgPropTest.Tpo -c -o fuego_unittest-SgPropTest.o `test -f '../smartgame/test/SgPropTest.cpp' || echo './'`../smartgame/test/SgPropTest.cpp
mv -f .deps/fuego_unittest-SgPropTest.Tpo .deps/fuego_unittest-SgPropTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgRectTest.o -MD -MP -MF .deps/fuego_unittest-SgRectTest.Tpo -c -o fuego_unittest-SgRectTest.o `test -f '../smartgame/test/SgRectTest.cpp' || echo './'`../smartgame/test/SgRectTest.cpp
mv -f .deps/fuego_unittest-SgRectTest.Tpo .deps/fuego_unittest-SgRectTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgRestorerTest.o -MD -MP -MF .deps/fuego_unittest-SgRestorerTest.Tpo -c -o fuego_unittest-SgRestorerTest.o `test -f '../smartgame/test/SgRestorerTest.cpp' || echo './'`../smartgame/test/SgRestorerTest.cpp
mv -f .deps/fuego_unittest-SgRestorerTest.Tpo .deps/fuego_unittest-SgRestorerTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgSearchTest.o -MD -MP -MF .deps/fuego_unittest-SgSearchTest.Tpo -c -o fuego_unittest-SgSearchTest.o `test -f '../smartgame/test/SgSearchTest.cpp' || echo './'`../smartgame/test/SgSearchTest.cpp
mv -f .deps/fuego_unittest-SgSearchTest.Tpo .deps/fuego_unittest-SgSearchTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgSortedArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgSortedArrayTest.Tpo -c -o fuego_unittest-SgSortedArrayTest.o `test -f '../smartgame/test/SgSortedArrayTest.cpp' || echo './'`../smartgame/test/SgSortedArrayTest.cpp
mv -f .deps/fuego_unittest-SgSortedArrayTest.Tpo .deps/fuego_unittest-SgSortedArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgStackTest.o -MD -MP -MF .deps/fuego_unittest-SgStackTest.Tpo -c -o fuego_unittest-SgStackTest.o `test -f '../smartgame/test/SgStackTest.cpp' || echo './'`../smartgame/test/SgStackTest.cpp
mv -f .deps/fuego_unittest-SgStackTest.Tpo .deps/fuego_unittest-SgStackTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgStatisticsTest.o -MD -MP -MF .deps/fuego_unittest-SgStatisticsTest.Tpo -c -o fuego_unittest-SgStatisticsTest.o `test -f '../smartgame/test/SgStatisticsTest.cpp' || echo './'`../smartgame/test/SgStatisticsTest.cpp
mv -f .deps/fuego_unittest-SgStatisticsTest.Tpo .deps/fuego_unittest-SgStatisticsTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgStringUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgStringUtilTest.Tpo -c -o fuego_unittest-SgStringUtilTest.o `test -f '../smartgame/test/SgStringUtilTest.cpp' || echo './'`../smartgame/test/SgStringUtilTest.cpp
mv -f .deps/fuego_unittest-SgStringUtilTest.Tpo .deps/fuego_unittest-SgStringUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgSystemTest.o -MD -MP -MF .deps/fuego_unittest-SgSystemTest.Tpo -c -o fuego_unittest-SgSystemTest.o `test -f '../smartgame/test/SgSystemTest.cpp' || echo './'`../smartgame/test/SgSystemTest.cpp
mv -f .deps/fuego_unittest-SgSystemTest.Tpo .deps/fuego_unittest-SgSystemTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgTimeControlTest.o -MD -MP -MF .deps/fuego_unittest-SgTimeControlTest.Tpo -c -o fuego_unittest-SgTimeControlTest.o `test -f '../smartgame/test/SgTimeControlTest.cpp' || echo './'`../smartgame/test/SgTimeControlTest.cpp
mv -f .deps/fuego_unittest-SgTimeControlTest.Tpo .deps/fuego_unittest-SgTimeControlTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUctSearchTest.o -MD -MP -MF .deps/fuego_unittest-SgUctSearchTest.Tpo -c -o fuego_unittest-SgUctSearchTest.o `test -f '../smartgame/test/SgUctSearchTest.cpp' || echo './'`../smartgame/test/SgUctSearchTest.cpp
mv -f .deps/fuego_unittest-SgUctSearchTest.Tpo .deps/fuego_unittest-SgUctSearchTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUctTreeTest.o -MD -MP -MF .deps/fuego_unittest-SgUctTreeTest.Tpo -c -o fuego_unittest-SgUctTreeTest.o `test -f '../smartgame/test/SgUctTreeTest.cpp' || echo './'`../smartgame/test/SgUctTreeTest.cpp
mv -f .deps/fuego_unittest-SgUctTreeTest.Tpo .deps/fuego_unittest-SgUctTreeTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUctTreeUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgUctTreeUtilTest.Tpo -c -o fuego_unittest-SgUctTreeUtilTest.o `test -f '../smartgame/test/SgUctTreeUtilTest.cpp' || echo './'`../smartgame/test/SgUctTreeUtilTest.cpp
mv -f .deps/fuego_unittest-SgUctTreeUtilTest.Tpo .deps/fuego_unittest-SgUctTreeUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUctValueTest.o -MD -MP -MF .deps/fuego_unittest-SgUctValueTest.Tpo -c -o fuego_unittest-SgUctValueTest.o `test -f '../smartgame/test/SgUctValueTest.cpp' || echo './'`../smartgame/test/SgUctValueTest.cpp
mv -f .deps/fuego_unittest-SgUctValueTest.Tpo .deps/fuego_unittest-SgUctValueTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgUtilTest.Tpo -c -o fuego_unittest-SgUtilTest.o `test -f '../smartgame/test/SgUtilTest.cpp' || echo './'`../smartgame/test/SgUtilTest.cpp
mv -f .deps/fuego_unittest-SgUtilTest.Tpo .deps/fuego_unittest-SgUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgVectorTest.o -MD -MP -MF .deps/fuego_unittest-SgVectorTest.Tpo -c -o fuego_unittest-SgVectorTest.o `test -f '../smartgame/test/SgVectorTest.cpp' || echo './'`../smartgame/test/SgVectorTest.cpp
mv -f .deps/fuego_unittest-SgVectorTest.Tpo .deps/fuego_unittest-SgVectorTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgVectorUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgVectorUtilTest.Tpo -c -o fuego_unittest-SgVectorUtilTest.o `test -f '../smartgame/test/SgVectorUtilTest.cpp' || echo './'`../smartgame/test/SgVectorUtilTest.cpp
mv -f .deps/fuego_unittest-SgVectorUtilTest.Tpo .deps/fuego_unittest-SgVectorUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgWriteTest.o -MD -MP -MF .deps/fuego_unittest-SgWriteTest.Tpo -c -o fuego_unittest-SgWriteTest.o `test -f '../smartgame/test/SgWriteTest.cpp' || echo './'`../smartgame/test/SgWriteTest.cpp
mv -f .deps/fuego_unittest-SgWriteTest.Tpo .deps/fuego_unittest-SgWriteTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-UnitTestMain.o -MD -MP -MF .deps/fuego_unittest-UnitTestMain.Tpo -c -o fuego_unittest-UnitTestMain.o `test -f '../unittestmain/UnitTestMain.cpp' || echo './'`../unittestmain/UnitTestMain.cpp
mv -f .deps/fuego_unittest-UnitTestMain.Tpo .deps/fuego_unittest-UnitTestMain.Po
g++ -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -L/usr/local/lib -o fuego_unittest fuego_unittest-GoBoardTest.o fuego_unittest-GoBoardSynchronizerTest.o fuego_unittest-GoBoardUpdaterTest.o fuego_unittest-GoBoardUtilTest.o fuego_unittest-GoBookTest.o fuego_unittest-GoEyeUtilTest.o fuego_unittest-GoGameTest.o fuego_unittest-GoGtpCommandUtilTest.o fuego_unittest-GoGtpEngineTest.o fuego_unittest-GoKomiTest.o fuego_unittest-GoLadderTest.o fuego_unittest-GoRegionTest.o fuego_unittest-GoRegionBoardTest.o fuego_unittest-GoSetupUtilTest.o fuego_unittest-GoTimeControlTest.o fuego_unittest-GoTimeSettingsTest.o fuego_unittest-GoUtilTest.o fuego_unittest-GoUctBoardTest.o fuego_unittest-GoUctUtilTest.o fuego_unittest-GtpEngineTest.o fuego_unittest-SgArrayTest.o fuego_unittest-SgArrayListTest.o fuego_unittest-SgBlackWhiteTest.o fuego_unittest-SgBoardColorTest.o fuego_unittest-SgBoardConstTest.o fuego_unittest-SgBWArrayTest.o fuego_unittest-SgBWSetTest.o fuego_unittest-SgCmdLineOptTest.o fuego_unittest-SgConnCompIteratorTest.o fuego_unittest-SgEBWArrayTest.o fuego_unittest-SgEvaluatedMovesTest.o fuego_unittest-SgFastLogTest.o fuego_unittest-SgGameReaderTest.o fuego_unittest-SgGtpUtilTest.o fuego_unittest-SgHashTest.o fuego_unittest-SgMarkerTest.o fuego_unittest-SgMathTest.o fuego_unittest-SgMiaiMapTest.o fuego_unittest-SgMiaiStrategyTest.o fuego_unittest-SgNbIteratorTest.o fuego_unittest-SgNodeTest.o fuego_unittest-SgNodeUtilTest.o fuego_unittest-SgPointArrayTest.o fuego_unittest-SgPointTest.o fuego_unittest-SgPointSetTest.o fuego_unittest-SgPropTest.o fuego_unittest-SgRectTest.o fuego_unittest-SgRestorerTest.o fuego_unittest-SgSearchTest.o fuego_unittest-SgSortedArrayTest.o fuego_unittest-SgStackTest.o fuego_unittest-SgStatisticsTest.o fuego_unittest-SgStringUtilTest.o fuego_unittest-SgSystemTest.o fuego_unittest-SgTimeControlTest.o fuego_unittest-SgUctSearchTest.o fuego_unittest-SgUctTreeTest.o fuego_unittest-SgUctTreeUtilTest.o fuego_unittest-SgUctValueTest.o fuego_unittest-SgUtilTest.o fuego_unittest-SgVectorTest.o fuego_unittest-SgVectorUtilTest.o fuego_unittest-SgWriteTest.o fuego_unittest-UnitTestMain.o ../gouct/libfuego_gouct.a ../simpleplayers/libfuego_simpleplayers.a ../go/libfuego_go.a ../smartgame/libfuego_smartgame.a ../gtpengine/libfuego_gtpengine.a -lboost_unit_test_framework -lboost_filesystem -lboost_system -lboost_thread
make check-TESTS
Running 387 test cases...
SgUctSearch: system memory unknown, setting default tree size to 1333333 nodes
SgUctSearch: system memory unknown, setting default tree size to 1333333 nodes

*** No errors detected
PASS: fuego_unittest
=============
1 test passed
=============
make[1]: Nothing to be done for `check-am'.

ぬか 喜びか? mallocエラーがでる2011/02/18 19:50

fuegoエラーがでる

fuego(45883) malloc: *** error for object 0x7fff703ab500: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap

macportsで作成した fuego-1.0は 動いた2011/02/18 20:07

fuego-1.0をmacportsで作成してみた。

boostは macportsので

tar zxvf ~/dropbox/Work/fuego-1.0.tar.gz
x fuego-1.0/
x fuego-1.0/fuegotest/
x fuego-1.0/fuegotest/Makefile.am
x fuego-1.0/fuegotest/FuegoTestEngine.cpp
x fuego-1.0/fuegotest/FuegoTestMain.cpp
x fuego-1.0/fuegotest/Makefile.in
x fuego-1.0/fuegotest/FuegoTestEngine.h
x fuego-1.0/Makefile.am
x fuego-1.0/AUTHORS
x fuego-1.0/NEWS
x fuego-1.0/COPYING
x fuego-1.0/unittestmain/
x fuego-1.0/unittestmain/Makefile.am
x fuego-1.0/unittestmain/Makefile.in
x fuego-1.0/unittestmain/UnitTestMain.cpp
x fuego-1.0/book/
x fuego-1.0/book/book.dat
x fuego-1.0/book/Makefile.am
x fuego-1.0/book/Makefile.in
x fuego-1.0/missing
x fuego-1.0/INSTALL
x fuego-1.0/depcomp
x fuego-1.0/TODO
x fuego-1.0/gtpengine/
x fuego-1.0/gtpengine/GtpEngine.h
x fuego-1.0/gtpengine/Makefile.am
x fuego-1.0/gtpengine/GtpOutputStream.h
x fuego-1.0/gtpengine/test/
x fuego-1.0/gtpengine/test/GtpEngineTest.cpp
x fuego-1.0/gtpengine/Makefile.in
x fuego-1.0/gtpengine/GtpOutputStream.cpp
x fuego-1.0/gtpengine/GtpInputStream.h
x fuego-1.0/gtpengine/GtpEngine.cpp
x fuego-1.0/gtpengine/GtpInputStream.cpp
x fuego-1.0/Makefile.in
x fuego-1.0/config.guess
x fuego-1.0/aclocal.m4
x fuego-1.0/m4/
x fuego-1.0/m4/ax_boost_filesystem.m4
x fuego-1.0/m4/ax_boost_program_options.m4
x fuego-1.0/m4/ax_boost_date_time.m4
x fuego-1.0/m4/ax_boost_system.m4
x fuego-1.0/m4/ax_cflags_gcc_option.m4
x fuego-1.0/m4/ax_boost_thread.m4
x fuego-1.0/m4/ax_boost_base.m4
x fuego-1.0/m4/ax_cflags_warn_all.m4
x fuego-1.0/m4/ax_boost_unit_test_framework.m4
x fuego-1.0/misctests/
x fuego-1.0/misctests/Makefile.am
x fuego-1.0/misctests/check_regression_files.sh
x fuego-1.0/misctests/Makefile.in
x fuego-1.0/config.h.in
x fuego-1.0/configure.ac
x fuego-1.0/smartgame/
x fuego-1.0/smartgame/SgSortedArray.h
x fuego-1.0/smartgame/SgInit.h
x fuego-1.0/smartgame/SgUctSearch.cpp
x fuego-1.0/smartgame/SgMarker.h
x fuego-1.0/smartgame/SgPointSetUtil.cpp
x fuego-1.0/smartgame/SgNodeUtil.cpp
x fuego-1.0/smartgame/Makefile.am
x fuego-1.0/smartgame/SgNodeUtil.h
x fuego-1.0/smartgame/SgBookBuilder.cpp
x fuego-1.0/smartgame/SgStatistics.h
x fuego-1.0/smartgame/SgEvaluatedMoves.h
x fuego-1.0/smartgame/SgMpiSynchronizer.cpp
x fuego-1.0/smartgame/SgGtpCommands.h
x fuego-1.0/smartgame/SgThreadedWorker.h
x fuego-1.0/smartgame/SgMiaiStrategy.cpp
x fuego-1.0/smartgame/SgTimeControl.cpp
x fuego-1.0/smartgame/SgNode.cpp
x fuego-1.0/smartgame/SgStringUtil.cpp
x fuego-1.0/smartgame/SgVectorUtil.cpp
x fuego-1.0/smartgame/SgSystem.cpp
x fuego-1.0/smartgame/SgStrategy.h
x fuego-1.0/smartgame/SgProp.cpp
x fuego-1.0/smartgame/SgTimeRecord.h
x fuego-1.0/smartgame/SgTime.cpp
x fuego-1.0/smartgame/SgIncrementalStack.cpp
x fuego-1.0/smartgame/SgTimeRecord.cpp
x fuego-1.0/smartgame/SgStatisticsVlt.h
x fuego-1.0/smartgame/SgRandom.cpp
x fuego-1.0/smartgame/SgGtpClient.h
x fuego-1.0/smartgame/SgWrite.cpp
x fuego-1.0/smartgame/SgMemCheck.h
x fuego-1.0/smartgame/SgGtpCommands.cpp
x fuego-1.0/smartgame/SgHashTable.h
x fuego-1.0/smartgame/SgBlackWhite.h
x fuego-1.0/smartgame/SgUtil.h
x fuego-1.0/smartgame/SgNode.h
x fuego-1.0/smartgame/test/
x fuego-1.0/smartgame/test/SgNbIteratorTest.cpp
x fuego-1.0/smartgame/test/SgBWArrayTest.cpp
x fuego-1.0/smartgame/test/SgPointTest.cpp
x fuego-1.0/smartgame/test/SgSystemTest.cpp
x fuego-1.0/smartgame/test/SgFastLogTest.cpp
x fuego-1.0/smartgame/test/SgTimeControlTest.cpp
x fuego-1.0/smartgame/test/SgStatisticsTest.cpp
x fuego-1.0/smartgame/test/SgSearchTest.cpp
x fuego-1.0/smartgame/test/SgMarkerTest.cpp
x fuego-1.0/smartgame/test/SgNodeUtilTest.cpp
x fuego-1.0/smartgame/test/SgEvaluatedMovesTest.cpp
x fuego-1.0/smartgame/test/SgGameReaderTest.cpp
x fuego-1.0/smartgame/test/SgRectTest.cpp
x fuego-1.0/smartgame/test/SgMathTest.cpp
x fuego-1.0/smartgame/test/SgHashTest.cpp
x fuego-1.0/smartgame/test/SgMiaiStrategyTest.cpp
x fuego-1.0/smartgame/test/SgArrayTest.cpp
x fuego-1.0/smartgame/test/SgStackTest.cpp
x fuego-1.0/smartgame/test/SgUctTreeTest.cpp
x fuego-1.0/smartgame/test/SgMiaiMapTest.cpp
x fuego-1.0/smartgame/test/SgEBWArrayTest.cpp
x fuego-1.0/smartgame/test/SgCmdLineOptTest.cpp
x fuego-1.0/smartgame/test/SgUctSearchTest.cpp
x fuego-1.0/smartgame/test/SgGtpUtilTest.cpp
x fuego-1.0/smartgame/test/SgWriteTest.cpp
x fuego-1.0/smartgame/test/SgConnCompIteratorTest.cpp
x fuego-1.0/smartgame/test/SgVectorTest.cpp
x fuego-1.0/smartgame/test/SgUctTreeUtilTest.cpp
x fuego-1.0/smartgame/test/SgUctValueTest.cpp
x fuego-1.0/smartgame/test/SgRestorerTest.cpp
x fuego-1.0/smartgame/test/SgBoardColorTest.cpp
x fuego-1.0/smartgame/test/SgBoardConstTest.cpp
x fuego-1.0/smartgame/test/SgArrayListTest.cpp
x fuego-1.0/smartgame/test/SgPointSetTest.cpp
x fuego-1.0/smartgame/test/SgVectorUtilTest.cpp
x fuego-1.0/smartgame/test/SgNodeTest.cpp
x fuego-1.0/smartgame/test/SgPointArrayTest.cpp
x fuego-1.0/smartgame/test/SgUtilTest.cpp
x fuego-1.0/smartgame/test/SgBlackWhiteTest.cpp
x fuego-1.0/smartgame/test/SgSortedArrayTest.cpp
x fuego-1.0/smartgame/test/SgBWSetTest.cpp
x fuego-1.0/smartgame/test/SgStringUtilTest.cpp
x fuego-1.0/smartgame/test/SgPropTest.cpp
x fuego-1.0/smartgame/SgUctTreeUtil.cpp
x fuego-1.0/smartgame/SgGameWriter.cpp
x fuego-1.0/smartgame/SgMiaiMap.cpp
x fuego-1.0/smartgame/SgHash.h
x fuego-1.0/smartgame/SgUctTree.h
x fuego-1.0/smartgame/SgBoardConst.h
x fuego-1.0/smartgame/SgProbCut.cpp
x fuego-1.0/smartgame/SgSearchTracer.h
x fuego-1.0/smartgame/SgIncrementalStack.h
x fuego-1.0/smartgame/SgPoint.h
x fuego-1.0/smartgame/Makefile.in
x fuego-1.0/smartgame/SgGameReader.h
x fuego-1.0/smartgame/SgPointSet.h
x fuego-1.0/smartgame/SgVectorUtil.h
x fuego-1.0/smartgame/SgGtpUtil.h
x fuego-1.0/smartgame/SgConnCompIterator.cpp
x fuego-1.0/smartgame/SgEBWArray.h
x fuego-1.0/smartgame/SgSearchTracer.cpp
x fuego-1.0/smartgame/SgArrayList.h
x fuego-1.0/smartgame/SgUctTreeUtil.h
x fuego-1.0/smartgame/SgSearch.cpp
x fuego-1.0/smartgame/SgProbCut.h
x fuego-1.0/smartgame/SgGameWriter.h
x fuego-1.0/smartgame/SgSearchValue.cpp
x fuego-1.0/smartgame/SgException.cpp
x fuego-1.0/smartgame/SgArray.h
x fuego-1.0/smartgame/SgBoardConst.cpp
x fuego-1.0/smartgame/SgTime.h
x fuego-1.0/smartgame/SgWrite.h
x fuego-1.0/smartgame/SgException.h
x fuego-1.0/smartgame/SgStack.h
x fuego-1.0/smartgame/SgGtpUtil.cpp
x fuego-1.0/smartgame/SgConnCompIterator.h
x fuego-1.0/smartgame/SgCmdLineOpt.h
x fuego-1.0/smartgame/SgEvaluatedMoves.cpp
x fuego-1.0/smartgame/SgPointIterator.h
x fuego-1.0/smartgame/SgBWSet.h
x fuego-1.0/smartgame/SgBWArray.h
x fuego-1.0/smartgame/SgPlatform.h
x fuego-1.0/smartgame/SgMiaiStrategy.h
x fuego-1.0/smartgame/SgTimer.h
x fuego-1.0/smartgame/SgGtpClient.cpp
x fuego-1.0/smartgame/SgInit.cpp
x fuego-1.0/smartgame/SgFastLog.cpp
x fuego-1.0/smartgame/SgProcess.h
x fuego-1.0/smartgame/SgFastLog.h
x fuego-1.0/smartgame/SgRandom.h
x fuego-1.0/smartgame/SgMath.h
x fuego-1.0/smartgame/SgProcess.cpp
x fuego-1.0/smartgame/SgSearchValue.h
x fuego-1.0/smartgame/SgStringUtil.h
x fuego-1.0/smartgame/SgMpiSynchronizer.h
x fuego-1.0/smartgame/SgMiaiMap.h
x fuego-1.0/smartgame/SgSearchControl.h
x fuego-1.0/smartgame/SgBookBuilder.h
x fuego-1.0/smartgame/SgSystem.h
x fuego-1.0/smartgame/SgUctSearch.h
x fuego-1.0/smartgame/SgRestorer.h
x fuego-1.0/smartgame/SgUctTree.cpp
x fuego-1.0/smartgame/SgSearchStatistics.h
x fuego-1.0/smartgame/SgPointSetUtil.h
x fuego-1.0/smartgame/SgMemCheck.cpp
x fuego-1.0/smartgame/SgDebug.h
x fuego-1.0/smartgame/SgDebug.cpp
x fuego-1.0/smartgame/SgPoint.cpp
x fuego-1.0/smartgame/SgStrategy.cpp
x fuego-1.0/smartgame/SgNbIterator.cpp
x fuego-1.0/smartgame/SgUtil.cpp
x fuego-1.0/smartgame/SgSearchControl.cpp
x fuego-1.0/smartgame/SgPointArray.h
x fuego-1.0/smartgame/SgUctValue.h
x fuego-1.0/smartgame/SgRect.cpp
x fuego-1.0/smartgame/SgSortedMoves.h
x fuego-1.0/smartgame/SgPlatform.cpp
x fuego-1.0/smartgame/SgVector.h
x fuego-1.0/smartgame/SgProp.h
x fuego-1.0/smartgame/SgPointSet.cpp
x fuego-1.0/smartgame/SgSearch.h
x fuego-1.0/smartgame/SgCmdLineOpt.cpp
x fuego-1.0/smartgame/SgGameReader.cpp
x fuego-1.0/smartgame/SgSearchStatistics.cpp
x fuego-1.0/smartgame/SgNbIterator.h
x fuego-1.0/smartgame/SgTimeControl.h
x fuego-1.0/smartgame/SgRect.h
x fuego-1.0/smartgame/SgMove.h
x fuego-1.0/smartgame/SgBoardColor.h
x fuego-1.0/doc/
x fuego-1.0/doc/manual/
x fuego-1.0/doc/manual/index.html
x fuego-1.0/doc/doxygen/
x fuego-1.0/doc/doxygen/fuegotest/
x fuego-1.0/doc/doxygen/fuegotest/Makefile
x fuego-1.0/doc/doxygen/fuegotest/pages/
x fuego-1.0/doc/doxygen/fuegotest/pages/mainpage.cpp
x fuego-1.0/doc/doxygen/fuegotest/doxygen.cfg
x fuego-1.0/doc/doxygen/Makefile
x fuego-1.0/doc/doxygen/gtpengine/
x fuego-1.0/doc/doxygen/gtpengine/Makefile
x fuego-1.0/doc/doxygen/gtpengine/pages/
x fuego-1.0/doc/doxygen/gtpengine/pages/mainpage.cpp
x fuego-1.0/doc/doxygen/gtpengine/doxygen.cfg
x fuego-1.0/doc/doxygen/smartgame/
x fuego-1.0/doc/doxygen/smartgame/Makefile
x fuego-1.0/doc/doxygen/smartgame/pages/
x fuego-1.0/doc/doxygen/smartgame/pages/sgnotes.cpp
x fuego-1.0/doc/doxygen/smartgame/pages/mainpage.cpp
x fuego-1.0/doc/doxygen/smartgame/doxygen.cfg
x fuego-1.0/doc/doxygen/go/
x fuego-1.0/doc/doxygen/go/Makefile
x fuego-1.0/doc/doxygen/go/pages/
x fuego-1.0/doc/doxygen/go/pages/goboardhash.cpp
x fuego-1.0/doc/doxygen/go/pages/goboardko.cpp
x fuego-1.0/doc/doxygen/go/pages/mainpage.cpp
x fuego-1.0/doc/doxygen/go/pages/gonotes.cpp
x fuego-1.0/doc/doxygen/go/doxygen.cfg
x fuego-1.0/doc/doxygen/pages/
x fuego-1.0/doc/doxygen/pages/index.html
x fuego-1.0/doc/doxygen/pages/footer.html
x fuego-1.0/doc/doxygen/pages/main.html
x fuego-1.0/doc/doxygen/pages/doxygen.css
x fuego-1.0/doc/doxygen/pages/header.html
x fuego-1.0/doc/doxygen/pages/go.jpg
x fuego-1.0/doc/doxygen/pages/toc.html
x fuego-1.0/doc/doxygen/simpleplayers/
x fuego-1.0/doc/doxygen/simpleplayers/Makefile
x fuego-1.0/doc/doxygen/simpleplayers/pages/
x fuego-1.0/doc/doxygen/simpleplayers/pages/mainpage.cpp
x fuego-1.0/doc/doxygen/simpleplayers/doxygen.cfg
x fuego-1.0/doc/doxygen/fuegomain/
x fuego-1.0/doc/doxygen/fuegomain/Makefile
x fuego-1.0/doc/doxygen/fuegomain/pages/
x fuego-1.0/doc/doxygen/fuegomain/pages/mainpage.cpp
x fuego-1.0/doc/doxygen/fuegomain/doxygen.cfg
x fuego-1.0/doc/doxygen/gouct/
x fuego-1.0/doc/doxygen/gouct/Makefile
x fuego-1.0/doc/doxygen/gouct/pages/
x fuego-1.0/doc/doxygen/gouct/pages/mainpage.cpp
x fuego-1.0/doc/doxygen/gouct/doxygen.cfg
x fuego-1.0/doc/doxygen/general/
x fuego-1.0/doc/doxygen/general/Makefile
x fuego-1.0/doc/doxygen/general/pages/
x fuego-1.0/doc/doxygen/general/pages/generalunittests.cpp
x fuego-1.0/doc/doxygen/general/pages/generalreleases.cpp
x fuego-1.0/doc/doxygen/general/pages/style.cpp
x fuego-1.0/doc/doxygen/general/pages/mainpage.cpp
x fuego-1.0/doc/doxygen/general/pages/modules.cpp
x fuego-1.0/doc/doxygen/general/pages/portability.cpp
x fuego-1.0/doc/doxygen/general/pages/autotools.cpp
x fuego-1.0/doc/doxygen/general/doxygen.cfg
x fuego-1.0/config.sub
x fuego-1.0/go/
x fuego-1.0/go/GoSafetyUtil.cpp
x fuego-1.0/go/GoBoardSynchronizer.h
x fuego-1.0/go/GoBoard.h
x fuego-1.0/go/GoEyeUtil.cpp
x fuego-1.0/go/GoPlayerMove.cpp
x fuego-1.0/go/GoUtil.cpp
x fuego-1.0/go/GoBensonSolver.h
x fuego-1.0/go/GoRegionUtil.cpp
x fuego-1.0/go/GoTimeControl.cpp
x fuego-1.0/go/GoBoardUtil.h
x fuego-1.0/go/Makefile.am
x fuego-1.0/go/GoPlayer.h
x fuego-1.0/go/GoSafetyCommands.h
x fuego-1.0/go/GoRegionBoard.cpp
x fuego-1.0/go/GoEyeUtil.h
x fuego-1.0/go/GoGtpEngine.cpp
x fuego-1.0/go/GoSafetyCommands.cpp
x fuego-1.0/go/GoLadder.cpp
x fuego-1.0/go/GoSetup.h
x fuego-1.0/go/GoSetupUtil.cpp
x fuego-1.0/go/GoTimeSettings.cpp
x fuego-1.0/go/GoInit.h
x fuego-1.0/go/GoMoveExecutor.h
x fuego-1.0/go/GoBoardUpdater.cpp
x fuego-1.0/go/GoModBoard.h
x fuego-1.0/go/GoBoardHistory.h
x fuego-1.0/go/GoSearch.h
x fuego-1.0/go/GoBlock.cpp
x fuego-1.0/go/GoTimeControl.h
x fuego-1.0/go/GoEyeCount.cpp
x fuego-1.0/go/test/
x fuego-1.0/go/test/GoRegionBoardTest.cpp
x fuego-1.0/go/test/GoSetupUtilTest.cpp
x fuego-1.0/go/test/GoGtpEngineTest.cpp
x fuego-1.0/go/test/GoGtpCommandUtilTest.cpp
x fuego-1.0/go/test/GoLadderTest.cpp
x fuego-1.0/go/test/GoEyeUtilTest.cpp
x fuego-1.0/go/test/GoTimeControlTest.cpp
x fuego-1.0/go/test/GoTimeSettingsTest.cpp
x fuego-1.0/go/test/GoRegionTest.cpp
x fuego-1.0/go/test/GoBoardSynchronizerTest.cpp
x fuego-1.0/go/test/GoBookTest.cpp
x fuego-1.0/go/test/GoKomiTest.cpp
x fuego-1.0/go/test/GoBoardUpdaterTest.cpp
x fuego-1.0/go/test/GoUtilTest.cpp
x fuego-1.0/go/test/GoGameTest.cpp
x fuego-1.0/go/test/GoBoardUtilTest.cpp
x fuego-1.0/go/test/GoBoardTest.cpp
x fuego-1.0/go/GoMotive.cpp
x fuego-1.0/go/GoGtpExtraCommands.cpp
x fuego-1.0/go/GoBoardRestorer.h
x fuego-1.0/go/GoUtil.h
x fuego-1.0/go/GoGtpEngine.h
x fuego-1.0/go/GoBoardUtil.cpp
x fuego-1.0/go/GoAutoBook.h
x fuego-1.0/go/GoBoardRestorer.cpp
x fuego-1.0/go/GoKomi.h
x fuego-1.0/go/Makefile.in
x fuego-1.0/go/GoRegion.cpp
x fuego-1.0/go/GoGame.h
x fuego-1.0/go/GoBoardUpdater.h
x fuego-1.0/go/GoChain.cpp
x fuego-1.0/go/GoAutoBook.cpp
x fuego-1.0/go/GoRegionBoard.h
x fuego-1.0/go/GoBoardSynchronizer.cpp
x fuego-1.0/go/GoInfluence.cpp
x fuego-1.0/go/GoGame.cpp
x fuego-1.0/go/GoBoardCheckPerformance.cpp
x fuego-1.0/go/GoRules.h
x fuego-1.0/go/GoKomi.cpp
x fuego-1.0/go/GoRegion.h
x fuego-1.0/go/GoRegionUtil.h
x fuego-1.0/go/GoSafetyUtil.h
x fuego-1.0/go/GoInfluence.h
x fuego-1.0/go/GoSortedMoves.h
x fuego-1.0/go/GoStaticSafetySolver.cpp
x fuego-1.0/go/GoGtpExtraCommands.h
x fuego-1.0/go/GoSetupUtil.h
x fuego-1.0/go/GoEyeCount.h
x fuego-1.0/go/GoBensonSolver.cpp
x fuego-1.0/go/GoRules.cpp
x fuego-1.0/go/GoSafetySolver.cpp
x fuego-1.0/go/GoAssertBoardRestored.h
x fuego-1.0/go/GoChain.h
x fuego-1.0/go/GoMotive.h
x fuego-1.0/go/GoPlayerMove.h
x fuego-1.0/go/GoNodeUtil.h
x fuego-1.0/go/GoSafetySolver.h
x fuego-1.0/go/GoBoard.cpp
x fuego-1.0/go/GoStaticLadder.h
x fuego-1.0/go/GoNodeUtil.cpp
x fuego-1.0/go/GoBlock.h
x fuego-1.0/go/GoBook.cpp
x fuego-1.0/go/GoBook.h
x fuego-1.0/go/GoBoardCheckPerformance.h
x fuego-1.0/go/GoLadder.h
x fuego-1.0/go/GoPlayer.cpp
x fuego-1.0/go/GoGtpCommandUtil.cpp
x fuego-1.0/go/GoGtpCommandUtil.h
x fuego-1.0/go/GoStaticLadder.cpp
x fuego-1.0/go/GoInit.cpp
x fuego-1.0/go/GoSearch.cpp
x fuego-1.0/go/GoTimeSettings.h
x fuego-1.0/go/GoBoardHistory.cpp
x fuego-1.0/go/GoStaticSafetySolver.h
x fuego-1.0/README
x fuego-1.0/ChangeLog
x fuego-1.0/simpleplayers/
x fuego-1.0/simpleplayers/Makefile.am
x fuego-1.0/simpleplayers/SpRandomPlayer.cpp
x fuego-1.0/simpleplayers/SpAveragePlayer.cpp
x fuego-1.0/simpleplayers/SpSimplePlayer.cpp
x fuego-1.0/simpleplayers/SpCapturePlayer.h
x fuego-1.0/simpleplayers/SpInfluencePlayer.h
x fuego-1.0/simpleplayers/SpDumbTacticalPlayer.h
x fuego-1.0/simpleplayers/SpLibertyPlayer.cpp
x fuego-1.0/simpleplayers/SpAveragePlayer.h
x fuego-1.0/simpleplayers/SpInfluencePlayer.cpp
x fuego-1.0/simpleplayers/SpUtil.cpp
x fuego-1.0/simpleplayers/SpSafePlayer.h
x fuego-1.0/simpleplayers/SpLadderPlayer.cpp
x fuego-1.0/simpleplayers/SpCapturePlayer.cpp
x fuego-1.0/simpleplayers/SpMoveGenerator.cpp
x fuego-1.0/simpleplayers/SpLadderPlayer.h
x fuego-1.0/simpleplayers/Makefile.in
x fuego-1.0/simpleplayers/SpGreedyPlayer.cpp
x fuego-1.0/simpleplayers/SpLibertyPlayer.h
x fuego-1.0/simpleplayers/SpMoveGenerator.h
x fuego-1.0/simpleplayers/SpMaxEyePlayer.h
x fuego-1.0/simpleplayers/SpUtil.h
x fuego-1.0/simpleplayers/SpSimplePlayer.h
x fuego-1.0/simpleplayers/SpMinLibPlayer.h
x fuego-1.0/simpleplayers/SpSafePlayer.cpp
x fuego-1.0/simpleplayers/SpDumbTacticalPlayer.cpp
x fuego-1.0/simpleplayers/SpMaxEyePlayer.cpp
x fuego-1.0/simpleplayers/SpMinLibPlayer.cpp
x fuego-1.0/simpleplayers/SpGreedyPlayer.h
x fuego-1.0/simpleplayers/SpRandomPlayer.h
x fuego-1.0/COPYING.LESSER
x fuego-1.0/fuegomain/
x fuego-1.0/fuegomain/FuegoMainEngine.h
x fuego-1.0/fuegomain/Makefile.am
x fuego-1.0/fuegomain/FuegoMain.cpp
x fuego-1.0/fuegomain/FuegoMainEngine.cpp
x fuego-1.0/fuegomain/Makefile.in
x fuego-1.0/fuegomain/FuegoMainUtil.cpp
x fuego-1.0/fuegomain/FuegoMainUtil.h
x fuego-1.0/setup-build.sh
x fuego-1.0/gouct/
x fuego-1.0/gouct/GoUctObjectWithSearch.cpp
x fuego-1.0/gouct/GoUctBookBuilderCommands.h
x fuego-1.0/gouct/Makefile.am
x fuego-1.0/gouct/GoUctEstimatorStat.h
x fuego-1.0/gouct/GoUctPlayoutPolicy.cpp
x fuego-1.0/gouct/GoUctPureRandomGenerator.h
x fuego-1.0/gouct/GoUctUtil.cpp
x fuego-1.0/gouct/GoUctObjectWithSearch.h
x fuego-1.0/gouct/GoUctGlobalSearch.h
x fuego-1.0/gouct/GoUctDefaultRootFilter.cpp
x fuego-1.0/gouct/GoUctDefaultPriorKnowledge.h
x fuego-1.0/gouct/test/
x fuego-1.0/gouct/test/GoUctUtilTest.cpp
x fuego-1.0/gouct/test/GoUctBoardTest.cpp
x fuego-1.0/gouct/GoUctRootFilter.h
x fuego-1.0/gouct/Makefile.in
x fuego-1.0/gouct/GoUctGlobalSearch.cpp
x fuego-1.0/gouct/GoUctDefaultRootFilter.h
x fuego-1.0/gouct/GoUctPatterns.h
x fuego-1.0/gouct/GoUctBoard.cpp
x fuego-1.0/gouct/GoUctSearch.h
x fuego-1.0/gouct/GoUctDefaultPriorKnowledge.cpp
x fuego-1.0/gouct/GoUctPlayoutPolicy.h
x fuego-1.0/gouct/GoUctBookBuilder.h
x fuego-1.0/gouct/GoUctRootFilter.cpp
x fuego-1.0/gouct/GoUctSearch.cpp
x fuego-1.0/gouct/GoUctUtil.h
x fuego-1.0/gouct/GoUctEstimatorStat.cpp
x fuego-1.0/gouct/GoUctCommands.cpp
x fuego-1.0/gouct/GoUctBoard.h
x fuego-1.0/gouct/GoUctPlayer.h
x fuego-1.0/gouct/GoUctCommands.h
x fuego-1.0/regression/
x fuego-1.0/regression/static_safety_from_semeai.tst
x fuego-1.0/regression/uct_endgame.tst
x fuego-1.0/regression/uct_basics.tst
x fuego-1.0/regression/uct_book.tst
x fuego-1.0/regression/repetition.tst
x fuego-1.0/regression/Makefile.am
x fuego-1.0/regression/eval_seki.tst
x fuego-1.0/regression/static_safety_seki.tst
x fuego-1.0/regression/uct_rootfilter.tst
x fuego-1.0/regression/blunder_play_near_dead_19.tst
x fuego-1.0/regression/performance_eval_pro_9x9.tst
x fuego-1.0/regression/19.list
x fuego-1.0/regression/uct_ko.tst
x fuego-1.0/regression/static_safety_basics.tst
x fuego-1.0/regression/basics.suite
x fuego-1.0/regression/performance.suite
x fuego-1.0/regression/sgf/
x fuego-1.0/regression/sgf/uct/
x fuego-1.0/regression/sgf/uct/capture.1.sgf
x fuego-1.0/regression/sgf/uct/patterns-edge1.sgf
x fuego-1.0/regression/sgf/uct/patterns-cut2.sgf
x fuego-1.0/regression/sgf/uct/mogo-tr6062-fig4-right.sgf
x fuego-1.0/regression/sgf/uct/mogo-slides-2006.sgf
x fuego-1.0/regression/sgf/uct/patterns-edge4.sgf
x fuego-1.0/regression/sgf/uct/vital-1.sgf
x fuego-1.0/regression/sgf/static-winner/
x fuego-1.0/regression/sgf/static-winner/static-winner.1.sgf
x fuego-1.0/regression/sgf/semeai/
x fuego-1.0/regression/sgf/semeai/Fuego9-Fuego-27-semeai.4.sgf
x fuego-1.0/regression/sgf/semeai/Fuego9-Fuego-27-semeai.5.sgf
x fuego-1.0/regression/sgf/semeai/Fuego9-Fuego-27-semeai.1.sgf
x fuego-1.0/regression/sgf/semeai/Fuego9-Fuego-27-semeai.2.sgf
x fuego-1.0/regression/sgf/semeai/filllib-test.1.sgf
x fuego-1.0/regression/sgf/semeai/semeai-eval.1.sgf
x fuego-1.0/regression/sgf/semeai/Fuego9-Fuego-27-semeai.3.sgf
x fuego-1.0/regression/sgf/safetytest/
x fuego-1.0/regression/sgf/safetytest/static-safety-bug.2.sgf
x fuego-1.0/regression/sgf/safetytest/benson-safe-separate-healthy.1.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.10.sgf
x fuego-1.0/regression/sgf/safetytest/benson-safe-separate-healthy.2.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.2.sgf
x fuego-1.0/regression/sgf/safetytest/benson_safe4.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.5.sgf
x fuego-1.0/regression/sgf/safetytest/nakade-2x3.sgf
x fuego-1.0/regression/sgf/safetytest/benson_safe5.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.8.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.11.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.3.sgf
x fuego-1.0/regression/sgf/safetytest/nosafe.3.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.9.sgf
x fuego-1.0/regression/sgf/safetytest/benson_safe1.sgf
x fuego-1.0/regression/sgf/safetytest/benson_safe2.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.7.sgf
x fuego-1.0/regression/sgf/safetytest/eyetest001.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.1.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.6.sgf
x fuego-1.0/regression/sgf/safetytest/connect-to-safe.1.sgf
x fuego-1.0/regression/sgf/safetytest/static-safety.4.sgf
x fuego-1.0/regression/sgf/safetytest/benson_safe3.sgf
x fuego-1.0/regression/sgf/safetytest/nosafe.4.sgf
x fuego-1.0/regression/sgf/safetytest/benson_unsafe.sgf
x fuego-1.0/regression/sgf/approach_move/
x fuego-1.0/regression/sgf/approach_move/backfill.1.sgf
x fuego-1.0/regression/sgf/eyes/
x fuego-1.0/regression/sgf/eyes/1/
x fuego-1.0/regression/sgf/eyes/1/nakade.1.sgf
x fuego-1.0/regression/sgf/eyes/1.5/
x fuego-1.0/regression/sgf/eyes/1.5/make-nakade.2.sgf
x fuego-1.0/regression/sgf/eyes/1.5/make-nakade.1.sgf
x fuego-1.0/regression/sgf/repetition/
x fuego-1.0/regression/sgf/repetition/positional-superko.sgf
x fuego-1.0/regression/sgf/repetition/long-life.sgf
x fuego-1.0/regression/sgf/repetition/simpleko.sgf
x fuego-1.0/regression/sgf/repetition/triple-ko.sgf
x fuego-1.0/regression/sgf/repetition/repetition-1.sgf
x fuego-1.0/regression/sgf/seki/
x fuego-1.0/regression/sgf/seki/static-safety-seki-bug.sgf
x fuego-1.0/regression/sgf/seki/sheppard-seki-2.sgf
x fuego-1.0/regression/sgf/seki/seki-eye-vs-no-eye.1.sgf
x fuego-1.0/regression/sgf/seki/sheppard-seki.sgf
x fuego-1.0/regression/sgf/seki/seki-eye-vs-eye.1.sgf
x fuego-1.0/regression/sgf/seki/sheppard-seki-3.sgf
x fuego-1.0/regression/sgf/lifeanddeath/
x fuego-1.0/regression/sgf/lifeanddeath/4x4nakade.sgf
x fuego-1.0/regression/sgf/lifeanddeath/good-selfatari.2.sgf
x fuego-1.0/regression/sgf/lifeanddeath/eye-tricky.sgf
x fuego-1.0/regression/sgf/lifeanddeath/good-selfatari.1.sgf
x fuego-1.0/regression/sgf/semeai-exact/
x fuego-1.0/regression/sgf/semeai-exact/semeai-plain-3L.sgf
x fuego-1.0/regression/sgf/semeai-exact/FS2-solution-white.sgf
x fuego-1.0/regression/sgf/semeai-exact/semeai-1eye-1shared-1+3ext.sgf
x fuego-1.0/regression/sgf/semeai-exact/semeai-1eye-1shared-0ext.sgf
x fuego-1.0/regression/sgf/semeai-exact/FS1-solution-white.sgf
x fuego-1.0/regression/sgf/semeai-exact/semeai-plain-5L.sgf
x fuego-1.0/regression/sgf/semeai-exact/semeai-plain-2L.sgf
x fuego-1.0/regression/sgf/semeai-exact/semeai-plain-4L.sgf
x fuego-1.0/regression/sgf/semeai-exact/semeai-plain-6L.sgf
x fuego-1.0/regression/sgf/semeai-exact/semeai-2pteye-1shared-0+3ext.sgf
x fuego-1.0/regression/sgf/semeai-exact/FS2-solution-black.sgf
x fuego-1.0/regression/sgf/ko/
x fuego-1.0/regression/sgf/ko/remove-ko-threat.1.sgf
x fuego-1.0/regression/sgf/games/
x fuego-1.0/regression/sgf/games/2009/
x fuego-1.0/regression/sgf/games/2009/MM-Fuego20090124-variation.sgf
x fuego-1.0/regression/sgf/games/2009/CGOS/
x fuego-1.0/regression/sgf/games/2009/CGOS/703006.sgf
x fuego-1.0/regression/sgf/games/2009/CGOS/702960.sgf
x fuego-1.0/regression/sgf/games/2009/May/
x fuego-1.0/regression/sgf/games/2009/May/Fuego9-Fuego-27.sgf
x fuego-1.0/regression/sgf/games/2011/
x fuego-1.0/regression/sgf/games/2011/LittleGolem/
x fuego-1.0/regression/sgf/games/2011/LittleGolem/1226980.sgf
x fuego-1.0/regression/sgf/games/2011/KGS-January/
x fuego-1.0/regression/sgf/games/2011/KGS-January/PueGo-pachi2.sgf
x fuego-1.0/regression/sgf/games/2008/
x fuego-1.0/regression/sgf/games/2008/gnu-uct3K-11.sgf
x fuego-1.0/regression/sgf/games/2008/blunder-move-25.sgf
x fuego-1.0/regression/sgf/games/2008/gnu-uct3K-28.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/
x fuego-1.0/regression/sgf/games/2008/CGOS/595267.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/397739.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/Fuego-640-8c-20081109232055.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/251434-variation.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/428168.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/595042.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/248559.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/Fuego-671-2c-20081125070320.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/595283.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/249009.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/31425.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/Fuego-640-8c-20081113151939.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/397892.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/248520.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/397919.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/seki-miseval-20081113151939.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/386193-mogo-mannenko-bug.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/31431.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/397919-variation.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/595383.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/595027.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/Fuego-519-2c-20080920080149.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/386221.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/Fuego-671-2c-20081125113323.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/365007-variation.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/540532.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/31423.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/595097.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/594998.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/31410.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/365007.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/595022.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/543088.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/397651.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/uct20080117031720-variation.sgf
x fuego-1.0/regression/sgf/games/2008/CGOS/Fuego-640-8c-20081112153751.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/08-Fuego-Leela.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/02-Steenvreter-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/05-Fuego-Yogo.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/01-Fuego-Goboh.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/03-GoIntellect-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/06-Fuego-Golois.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/01-Goboh-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/06-Golois-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/08-Leela-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/04-Fuego-ManyFaces.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/02-Fuego-Steenvreter.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/04-ManyFaces-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/03-Fuego-GoIntellect.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/09-Aya-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/09-Fuego-Aya.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/07-MoGo-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/05-Yogo-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/ICGC2008/9/07-Fuego-MoGo.sgf
x fuego-1.0/regression/sgf/games/2008/mogo-ko+ld-problem.sgf
x fuego-1.0/regression/sgf/games/2008/gnu-uct3K-17.sgf
x fuego-1.0/regression/sgf/games/2008/seki-miseval.sgf
x fuego-1.0/regression/sgf/games/2008/ko-bug.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/
x fuego-1.0/regression/sgf/games/2008/KGS/9/
x fuego-1.0/regression/sgf/games/2008/KGS/9/16/
x fuego-1.0/regression/sgf/games/2008/KGS/9/16/Fuego-masaician.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/8/
x fuego-1.0/regression/sgf/games/2008/KGS/8/21/
x fuego-1.0/regression/sgf/games/2008/KGS/8/21/Hellyta-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/8/17/
x fuego-1.0/regression/sgf/games/2008/KGS/8/17/AyaMC-Fuego9-variation.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/8/17/AyaMC-Fuego9.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/7/
x fuego-1.0/regression/sgf/games/2008/KGS/7/26/
x fuego-1.0/regression/sgf/games/2008/KGS/7/26/Newou-Fuego9.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/7/26/MatroidX-4.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/7/26/MatroidX-5.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/7/28/
x fuego-1.0/regression/sgf/games/2008/KGS/7/28/dege-Fuego9.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/7/27/
x fuego-1.0/regression/sgf/games/2008/KGS/7/27/hahaha6k-Fuego9.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/7/27/Yuusen-Fuego9-3.sgf
x fuego-1.0/regression/sgf/games/2008/KGS/7/25/
x fuego-1.0/regression/sgf/games/2008/KGS/7/25/PaperTiger-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/gnu-uct3K-30.sgf
x fuego-1.0/regression/sgf/games/2008/mogo-ko+ld-problem-variation.sgf
x fuego-1.0/regression/sgf/games/2008/leela-seki-variation.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/
x fuego-1.0/regression/sgf/games/2008/EGC2008/9/
x fuego-1.0/regression/sgf/games/2008/EGC2008/9/Fuego9-LeelaBot.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/9/Fuego9-MonteGNU.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/9/CrazyEGC2-Fuego9.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/9/Fuego9-FirstGo9.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/9/Fuego9-stv.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/19/
x fuego-1.0/regression/sgf/games/2008/EGC2008/19/Fuego-wei2go.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/19/FirstGoBot-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/19/valkyria19-Fuego.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/19/Fuego-ManyFaces1.sgf
x fuego-1.0/regression/sgf/games/2008/EGC2008/19/LeelaBot2-Fuego.sgf
x fuego-1.0/regression/sgf/games/2010/
x fuego-1.0/regression/sgf/games/2010/FuegoGB-Barcelona/
x fuego-1.0/regression/sgf/games/2010/FuegoGB-Barcelona/FuegoGB-Chou9p.sgf
x fuego-1.0/regression/sgf/games/2010/FuegoGB-Barcelona/Yen-FuegoGB.sgf
x fuego-1.0/regression/sgf/games/2010/FuegoGB-Barcelona/Chou9p-FuegoGB.sgf
x fuego-1.0/regression/sgf/games/2010/FuegoGB-Barcelona/Tsai-FuegoGB.sgf
x fuego-1.0/regression/sgf/games/2010/FuegoGB-Barcelona/FuegoGB-Chou4p.sgf
x fuego-1.0/regression/sgf/games/2010/FuegoGB-Barcelona/Chou4p-FuegoGB.sgf
x fuego-1.0/regression/sgf/games/2010/CGOS/
x fuego-1.0/regression/sgf/games/2010/CGOS/1005347.sgf
x fuego-1.0/regression/sgf/games/2010/CGOS/1072936-variation.sgf
x fuego-1.0/regression/sgf/games/2010/CGOS/1072936.sgf
x fuego-1.0/regression/sgf/games/2010/CGOS/1072936-variation2.sgf
x fuego-1.0/regression/sgf/games/2010/LittleGolem/
x fuego-1.0/regression/sgf/games/2010/LittleGolem/1173624.sgf
x fuego-1.0/regression/sgf/games/2010/LittleGolem/1177582.sgf
x fuego-1.0/regression/sgf/games/pro-9x9/
x fuego-1.0/regression/sgf/games/pro-9x9/mz1.sgf
x fuego-1.0/regression/sgf/games/pro-9x9/zhou9a.sgf
x fuego-1.0/regression/sgf/games/2007/
x fuego-1.0/regression/sgf/games/2007/CGOS/
x fuego-1.0/regression/sgf/games/2007/CGOS/70767-test3.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/71469-test.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/71448.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/189582.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/189715.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/196322-variation.2.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/201395.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/107439.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/193991.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/200163-variation.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/200109.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/107433.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/71814-test.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/193838.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/189721.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/107457.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/199550.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/200163.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/196322-variation.1.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/200058.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/200368.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/194557.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/189376.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/188524-variation-filling-bug.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/193893.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/71459.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/147759.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/200190.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/70767-test1.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/189930-variation.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/200109-variation.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/189676.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/70767-test2.sgf
x fuego-1.0/regression/sgf/games/2007/CGOS/191282.sgf
x fuego-1.0/regression/sgf/games/2007/move88-selfatari-eval-bug.sgf
x fuego-1.0/regression/sgf/games/2007/simulation-bug-107407.2.sgf
x fuego-1.0/regression/sgf/games/2007/simulation-bug-107407.sgf
x fuego-1.0/regression/sgf/games/2007/seki-evaluation-problem.sgf
x fuego-1.0/regression/sgf/games/2007/bookwhite-4.sgf
x fuego-1.0/regression/sgf/games/2007/uct160K-mogo10K-2.sgf
x fuego-1.0/regression/sgf/games/2007/194557.variation.sgf
x fuego-1.0/regression/sgf/evaluation/
x fuego-1.0/regression/sgf/evaluation/miseval.1.sgf
x fuego-1.0/regression/sgf/simpleplayers/
x fuego-1.0/regression/sgf/simpleplayers/simpleplayers.3.sgf
x fuego-1.0/regression/sgf/simpleplayers/test-pass.sgf
x fuego-1.0/regression/sgf/simpleplayers/simpleplayers.1.sgf
x fuego-1.0/regression/sgf/simpleplayers/simpleplayers.2.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/
x fuego-1.0/regression/sgf/safetytest-whole-board/q16.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q8.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k07.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q28.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k21.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q31.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k16.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q3.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k33.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k23.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q9.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q11.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q6.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q27.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k15.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k05.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_36.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k04.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/static-safety.2.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_31.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k08.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_55.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_58.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_33.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_28.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k03.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k02.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q30.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_46.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q12.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_16.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_05.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_71.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q19.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k11.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_39.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q13.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q24.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_35.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_21.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k22.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_29.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q23.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q21.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k35.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k01.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q10.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k28.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k17.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k25.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q17.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q5.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_34.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q22.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k27.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_79.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q7.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k34.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_17.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q4.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k06.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k09.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k24.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k10.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q29.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_20.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q1.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_24.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k19.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k30.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k18.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_69.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_68.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_67.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/static-safety.1.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k20.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_72.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_66.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_64.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k12.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k32.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q25.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k31.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q20.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_41.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k29.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q15.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k26.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q18.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q26.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/CZD_26.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q2.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k14.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/q14.sgf
x fuego-1.0/regression/sgf/safetytest-whole-board/k13.sgf
x fuego-1.0/regression/sgf/gnugo-games/
x fuego-1.0/regression/sgf/gnugo-games/seki15.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki11.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki_nakade1.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki14.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki06.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki09.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki01.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki05.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki07.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki04.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki_nakade2.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki10.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki03.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki08.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki02.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki13.sgf
x fuego-1.0/regression/sgf/gnugo-games/seki12.sgf
x fuego-1.0/regression/sgf/uct_playout/
x fuego-1.0/regression/sgf/uct_playout/uct_playout_atari_defense_1.sgf
x fuego-1.0/regression/sgf/uct_playout/uct_playout_atari_defense_2.sgf
x fuego-1.0/regression/sgf/uct_playout/uct_playout_atari_defense_3.sgf
x fuego-1.0/regression/sgf/uct_playout/uct_playout_capture_1.sgf
x fuego-1.0/regression/sgf/pass/
x fuego-1.0/regression/sgf/pass/tromp-taylor-pass.sgf
x fuego-1.0/regression/sgf/rave-problems/
x fuego-1.0/regression/sgf/rave-problems/823341-variation-rave-bug.sgf
x fuego-1.0/regression/sgf/rave-problems/results-105.sgf
x fuego-1.0/regression/sgf/final_moves/
x fuego-1.0/regression/sgf/final_moves/play-in-benson-safe.2.sgf
x fuego-1.0/regression/sgf/final_moves/play-in-benson-safe.1.sgf
x fuego-1.0/regression/sgf/ladder/
x fuego-1.0/regression/sgf/ladder/long-ladder.sgf
x fuego-1.0/regression/sgf/ladder/adjacent-blocks.sgf
x fuego-1.0/regression/sgf/ladder/ladder-breaker.sgf
x fuego-1.0/regression/sgf/ladder/ladder-no-breaker.sgf
x fuego-1.0/regression/sgf/ladder/ladder-parallel.sgf
x fuego-1.0/regression/sgf/ladder/ladder-edge-breaker.sgf
x fuego-1.0/regression/sgf/ladder/ladder-breaker-2.sgf
x fuego-1.0/regression/sgf/ladder/ladder-edge.sgf
x fuego-1.0/regression/sgf/ladder/long-ladder-captured.sgf
x fuego-1.0/regression/sgf/ladder/ladder-triple-ko.sgf
x fuego-1.0/regression/sgf/book_test/
x fuego-1.0/regression/sgf/book_test/book.2.sgf
x fuego-1.0/regression/sgf/book_test/book.4.sgf
x fuego-1.0/regression/sgf/book_test/book.1.sgf
x fuego-1.0/regression/sgf/book_test/book.10.sgf
x fuego-1.0/regression/sgf/book_test/book.8.sgf
x fuego-1.0/regression/sgf/book_test/book.12.sgf
x fuego-1.0/regression/sgf/book_test/book.7.sgf
x fuego-1.0/regression/sgf/book_test/book.9.sgf
x fuego-1.0/regression/sgf/book_test/book.0.sgf
x fuego-1.0/regression/sgf/book_test/book.5.sgf
x fuego-1.0/regression/sgf/book_test/book.3.sgf
x fuego-1.0/regression/sgf/book_test/book.6.sgf
x fuego-1.0/regression/sgf/book_test/book.11.sgf
x fuego-1.0/regression/19.suite
x fuego-1.0/regression/uct_semeai_blunder.tst
x fuego-1.0/regression/kgs-genmove_cleanup.tst
x fuego-1.0/regression/performance.list
x fuego-1.0/regression/cleanup_japanese_rules.tst
x fuego-1.0/regression/uct_playout.tst
x fuego-1.0/regression/uct_direction_of_play.tst
x fuego-1.0/regression/uct_blunder.tst
x fuego-1.0/regression/uct.list
x fuego-1.0/regression/book_moves.tst
x fuego-1.0/regression/basics_uct.list
x fuego-1.0/regression/backfill.tst
x fuego-1.0/regression/blunder_rave.tst
x fuego-1.0/regression/uct_life_and_death.tst
x fuego-1.0/regression/performance_middlegame_hard_9x9.tst
x fuego-1.0/regression/Makefile.in
x fuego-1.0/regression/uct_seki.tst
x fuego-1.0/regression/uct_pass_basics.tst
x fuego-1.0/regression/final_moves.tst
x fuego-1.0/regression/static_safety.suite
x fuego-1.0/regression/escape_capture_19.tst
x fuego-1.0/regression/semeai_big.tst
x fuego-1.0/regression/static_winner.tst
x fuego-1.0/regression/eval_life_and_death.tst
x fuego-1.0/regression/uct_evaluation.tst
x fuego-1.0/regression/static_safety_fullboard.tst
x fuego-1.0/regression/uct_connection.tst
x fuego-1.0/regression/performance_pro_9x9.tst
x fuego-1.0/regression/run.sh
x fuego-1.0/regression/ladder.tst
x fuego-1.0/regression/uct_move.tst
x fuego-1.0/regression/static_safety.list
x fuego-1.0/regression/blunder_long_ladder_19.tst
x fuego-1.0/regression/tactics_19.tst
x fuego-1.0/regression/uct_fight_on.tst
x fuego-1.0/regression/performance_barcelona2010.tst
x fuego-1.0/regression/free_handicap.tst
x fuego-1.0/regression/performance_icgc2008.tst
x fuego-1.0/regression/uct_semeai.tst
x fuego-1.0/regression/simpleplayers.tst
x fuego-1.0/regression/uct.suite
x fuego-1.0/regression/basics_fuegotest.list
x fuego-1.0/regression/blunder_short_ladder_19.tst
x fuego-1.0/regression/uct_blunder_19.tst
x fuego-1.0/regression/uct_selfatari.tst
x fuego-1.0/regression/blunder_selfatari_19.tst
x fuego-1.0/install-sh
x fuego-1.0/configure
suzuki-juunotto-no-MacBook-Air:Igo butcher$ cd fuego-1.0
suzuki-juunotto-no-MacBook-Air:fuego-1.0 butcher$ ls
AUTHORS NEWS config.sub go regression
COPYING README configure gouct setup-build.sh
COPYING.LESSER TODO configure.ac gtpengine simpleplayers
ChangeLog aclocal.m4 depcomp install-sh smartgame
INSTALL book doc m4 unittestmain
Makefile.am config.guess fuegomain misctests
Makefile.in config.h.in fuegotest missing
suzuki-juunotto-no-MacBook-Air:fuego-1.0 butcher$ ./configure
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for boostlib >= 1.33.1... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... x86_64-apple-darwin10.6.0
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-mt... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-mt... yes
checking whether the Boost::Date_Time library is available... yes
checking for exit in -lboost_date_time-mt... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem-mt... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for __sync_synchronize... yes
checking host system type... x86_64-apple-darwin10.6.0
checking CXXFLAGS for maximum warnings... -Wall
checking CXXFLAGS for gcc -pedantic... -pedantic
checking CXXFLAGS for gcc -ansi... -ansi
checking CXXFLAGS for gcc -Wextra... -Wextra
checking CXXFLAGS for gcc -Wconversion... -Wconversion
configure: creating ./config.status
config.status: creating Makefile
config.status: creating book/Makefile
config.status: creating regression/Makefile
config.status: creating misctests/Makefile
config.status: creating fuegomain/Makefile
config.status: creating fuegotest/Makefile
config.status: creating go/Makefile
config.status: creating gouct/Makefile
config.status: creating gtpengine/Makefile
config.status: creating simpleplayers/Makefile
config.status: creating smartgame/Makefile
config.status: creating unittestmain/Makefile
config.status: creating config.h
config.status: executing depfiles commands
suzuki-juunotto-no-MacBook-Air:fuego-1.0 butcher$ make
make all-recursive
Making all in book
make[2]: Nothing to be done for `all'.
Making all in regression
make[2]: Nothing to be done for `all'.
Making all in misctests
make[2]: Nothing to be done for `all'.
Making all in gtpengine
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gtpengine_a-GtpEngine.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpEngine.Tpo -c -o libfuego_gtpengine_a-GtpEngine.o `test -f 'GtpEngine.cpp' || echo './'`GtpEngine.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from GtpEngine.cpp:14:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from GtpEngine.cpp:14:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_gtpengine_a-GtpEngine.Tpo .deps/libfuego_gtpengine_a-GtpEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gtpengine_a-GtpInputStream.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpInputStream.Tpo -c -o libfuego_gtpengine_a-GtpInputStream.o `test -f 'GtpInputStream.cpp' || echo './'`GtpInputStream.cpp
mv -f .deps/libfuego_gtpengine_a-GtpInputStream.Tpo .deps/libfuego_gtpengine_a-GtpInputStream.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gtpengine_a-GtpOutputStream.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpOutputStream.Tpo -c -o libfuego_gtpengine_a-GtpOutputStream.o `test -f 'GtpOutputStream.cpp' || echo './'`GtpOutputStream.cpp
mv -f .deps/libfuego_gtpengine_a-GtpOutputStream.Tpo .deps/libfuego_gtpengine_a-GtpOutputStream.Po
rm -f libfuego_gtpengine.a
ar cru libfuego_gtpengine.a libfuego_gtpengine_a-GtpEngine.o libfuego_gtpengine_a-GtpInputStream.o libfuego_gtpengine_a-GtpOutputStream.o
ranlib libfuego_gtpengine.a
Making all in smartgame
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgBoardConst.o -MD -MP -MF .deps/libfuego_smartgame_a-SgBoardConst.Tpo -c -o libfuego_smartgame_a-SgBoardConst.o `test -f 'SgBoardConst.cpp' || echo './'`SgBoardConst.cpp
mv -f .deps/libfuego_smartgame_a-SgBoardConst.Tpo .deps/libfuego_smartgame_a-SgBoardConst.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgBookBuilder.o -MD -MP -MF .deps/libfuego_smartgame_a-SgBookBuilder.Tpo -c -o libfuego_smartgame_a-SgBookBuilder.o `test -f 'SgBookBuilder.cpp' || echo './'`SgBookBuilder.cpp
mv -f .deps/libfuego_smartgame_a-SgBookBuilder.Tpo .deps/libfuego_smartgame_a-SgBookBuilder.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgCmdLineOpt.o -MD -MP -MF .deps/libfuego_smartgame_a-SgCmdLineOpt.Tpo -c -o libfuego_smartgame_a-SgCmdLineOpt.o `test -f 'SgCmdLineOpt.cpp' || echo './'`SgCmdLineOpt.cpp
mv -f .deps/libfuego_smartgame_a-SgCmdLineOpt.Tpo .deps/libfuego_smartgame_a-SgCmdLineOpt.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgConnCompIterator.o -MD -MP -MF .deps/libfuego_smartgame_a-SgConnCompIterator.Tpo -c -o libfuego_smartgame_a-SgConnCompIterator.o `test -f 'SgConnCompIterator.cpp' || echo './'`SgConnCompIterator.cpp
mv -f .deps/libfuego_smartgame_a-SgConnCompIterator.Tpo .deps/libfuego_smartgame_a-SgConnCompIterator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgDebug.o -MD -MP -MF .deps/libfuego_smartgame_a-SgDebug.Tpo -c -o libfuego_smartgame_a-SgDebug.o `test -f 'SgDebug.cpp' || echo './'`SgDebug.cpp
mv -f .deps/libfuego_smartgame_a-SgDebug.Tpo .deps/libfuego_smartgame_a-SgDebug.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgEvaluatedMoves.o -MD -MP -MF .deps/libfuego_smartgame_a-SgEvaluatedMoves.Tpo -c -o libfuego_smartgame_a-SgEvaluatedMoves.o `test -f 'SgEvaluatedMoves.cpp' || echo './'`SgEvaluatedMoves.cpp
mv -f .deps/libfuego_smartgame_a-SgEvaluatedMoves.Tpo .deps/libfuego_smartgame_a-SgEvaluatedMoves.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgException.o -MD -MP -MF .deps/libfuego_smartgame_a-SgException.Tpo -c -o libfuego_smartgame_a-SgException.o `test -f 'SgException.cpp' || echo './'`SgException.cpp
mv -f .deps/libfuego_smartgame_a-SgException.Tpo .deps/libfuego_smartgame_a-SgException.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgFastLog.o -MD -MP -MF .deps/libfuego_smartgame_a-SgFastLog.Tpo -c -o libfuego_smartgame_a-SgFastLog.o `test -f 'SgFastLog.cpp' || echo './'`SgFastLog.cpp
mv -f .deps/libfuego_smartgame_a-SgFastLog.Tpo .deps/libfuego_smartgame_a-SgFastLog.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGameReader.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGameReader.Tpo -c -o libfuego_smartgame_a-SgGameReader.o `test -f 'SgGameReader.cpp' || echo './'`SgGameReader.cpp
mv -f .deps/libfuego_smartgame_a-SgGameReader.Tpo .deps/libfuego_smartgame_a-SgGameReader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGameWriter.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGameWriter.Tpo -c -o libfuego_smartgame_a-SgGameWriter.o `test -f 'SgGameWriter.cpp' || echo './'`SgGameWriter.cpp
mv -f .deps/libfuego_smartgame_a-SgGameWriter.Tpo .deps/libfuego_smartgame_a-SgGameWriter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGtpClient.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpClient.Tpo -c -o libfuego_smartgame_a-SgGtpClient.o `test -f 'SgGtpClient.cpp' || echo './'`SgGtpClient.cpp
mv -f .deps/libfuego_smartgame_a-SgGtpClient.Tpo .deps/libfuego_smartgame_a-SgGtpClient.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGtpCommands.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpCommands.Tpo -c -o libfuego_smartgame_a-SgGtpCommands.o `test -f 'SgGtpCommands.cpp' || echo './'`SgGtpCommands.cpp
mv -f .deps/libfuego_smartgame_a-SgGtpCommands.Tpo .deps/libfuego_smartgame_a-SgGtpCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgGtpUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpUtil.Tpo -c -o libfuego_smartgame_a-SgGtpUtil.o `test -f 'SgGtpUtil.cpp' || echo './'`SgGtpUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgGtpUtil.Tpo .deps/libfuego_smartgame_a-SgGtpUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgIncrementalStack.o -MD -MP -MF .deps/libfuego_smartgame_a-SgIncrementalStack.Tpo -c -o libfuego_smartgame_a-SgIncrementalStack.o `test -f 'SgIncrementalStack.cpp' || echo './'`SgIncrementalStack.cpp
mv -f .deps/libfuego_smartgame_a-SgIncrementalStack.Tpo .deps/libfuego_smartgame_a-SgIncrementalStack.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgInit.o -MD -MP -MF .deps/libfuego_smartgame_a-SgInit.Tpo -c -o libfuego_smartgame_a-SgInit.o `test -f 'SgInit.cpp' || echo './'`SgInit.cpp
mv -f .deps/libfuego_smartgame_a-SgInit.Tpo .deps/libfuego_smartgame_a-SgInit.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMemCheck.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMemCheck.Tpo -c -o libfuego_smartgame_a-SgMemCheck.o `test -f 'SgMemCheck.cpp' || echo './'`SgMemCheck.cpp
mv -f .deps/libfuego_smartgame_a-SgMemCheck.Tpo .deps/libfuego_smartgame_a-SgMemCheck.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMiaiMap.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMiaiMap.Tpo -c -o libfuego_smartgame_a-SgMiaiMap.o `test -f 'SgMiaiMap.cpp' || echo './'`SgMiaiMap.cpp
mv -f .deps/libfuego_smartgame_a-SgMiaiMap.Tpo .deps/libfuego_smartgame_a-SgMiaiMap.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMiaiStrategy.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMiaiStrategy.Tpo -c -o libfuego_smartgame_a-SgMiaiStrategy.o `test -f 'SgMiaiStrategy.cpp' || echo './'`SgMiaiStrategy.cpp
mv -f .deps/libfuego_smartgame_a-SgMiaiStrategy.Tpo .deps/libfuego_smartgame_a-SgMiaiStrategy.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgNbIterator.o -MD -MP -MF .deps/libfuego_smartgame_a-SgNbIterator.Tpo -c -o libfuego_smartgame_a-SgNbIterator.o `test -f 'SgNbIterator.cpp' || echo './'`SgNbIterator.cpp
mv -f .deps/libfuego_smartgame_a-SgNbIterator.Tpo .deps/libfuego_smartgame_a-SgNbIterator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgNode.o -MD -MP -MF .deps/libfuego_smartgame_a-SgNode.Tpo -c -o libfuego_smartgame_a-SgNode.o `test -f 'SgNode.cpp' || echo './'`SgNode.cpp
mv -f .deps/libfuego_smartgame_a-SgNode.Tpo .deps/libfuego_smartgame_a-SgNode.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgNodeUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgNodeUtil.Tpo -c -o libfuego_smartgame_a-SgNodeUtil.o `test -f 'SgNodeUtil.cpp' || echo './'`SgNodeUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgNodeUtil.Tpo .deps/libfuego_smartgame_a-SgNodeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPoint.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPoint.Tpo -c -o libfuego_smartgame_a-SgPoint.o `test -f 'SgPoint.cpp' || echo './'`SgPoint.cpp
mv -f .deps/libfuego_smartgame_a-SgPoint.Tpo .deps/libfuego_smartgame_a-SgPoint.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPointSet.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPointSet.Tpo -c -o libfuego_smartgame_a-SgPointSet.o `test -f 'SgPointSet.cpp' || echo './'`SgPointSet.cpp
mv -f .deps/libfuego_smartgame_a-SgPointSet.Tpo .deps/libfuego_smartgame_a-SgPointSet.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPointSetUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPointSetUtil.Tpo -c -o libfuego_smartgame_a-SgPointSetUtil.o `test -f 'SgPointSetUtil.cpp' || echo './'`SgPointSetUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgPointSetUtil.Tpo .deps/libfuego_smartgame_a-SgPointSetUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgProbCut.o -MD -MP -MF .deps/libfuego_smartgame_a-SgProbCut.Tpo -c -o libfuego_smartgame_a-SgProbCut.o `test -f 'SgProbCut.cpp' || echo './'`SgProbCut.cpp
mv -f .deps/libfuego_smartgame_a-SgProbCut.Tpo .deps/libfuego_smartgame_a-SgProbCut.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgProcess.o -MD -MP -MF .deps/libfuego_smartgame_a-SgProcess.Tpo -c -o libfuego_smartgame_a-SgProcess.o `test -f 'SgProcess.cpp' || echo './'`SgProcess.cpp
mv -f .deps/libfuego_smartgame_a-SgProcess.Tpo .deps/libfuego_smartgame_a-SgProcess.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgProp.o -MD -MP -MF .deps/libfuego_smartgame_a-SgProp.Tpo -c -o libfuego_smartgame_a-SgProp.o `test -f 'SgProp.cpp' || echo './'`SgProp.cpp
mv -f .deps/libfuego_smartgame_a-SgProp.Tpo .deps/libfuego_smartgame_a-SgProp.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgRandom.o -MD -MP -MF .deps/libfuego_smartgame_a-SgRandom.Tpo -c -o libfuego_smartgame_a-SgRandom.o `test -f 'SgRandom.cpp' || echo './'`SgRandom.cpp
mv -f .deps/libfuego_smartgame_a-SgRandom.Tpo .deps/libfuego_smartgame_a-SgRandom.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgRect.o -MD -MP -MF .deps/libfuego_smartgame_a-SgRect.Tpo -c -o libfuego_smartgame_a-SgRect.o `test -f 'SgRect.cpp' || echo './'`SgRect.cpp
mv -f .deps/libfuego_smartgame_a-SgRect.Tpo .deps/libfuego_smartgame_a-SgRect.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearch.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearch.Tpo -c -o libfuego_smartgame_a-SgSearch.o `test -f 'SgSearch.cpp' || echo './'`SgSearch.cpp
mv -f .deps/libfuego_smartgame_a-SgSearch.Tpo .deps/libfuego_smartgame_a-SgSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchControl.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchControl.Tpo -c -o libfuego_smartgame_a-SgSearchControl.o `test -f 'SgSearchControl.cpp' || echo './'`SgSearchControl.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchControl.Tpo .deps/libfuego_smartgame_a-SgSearchControl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchStatistics.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchStatistics.Tpo -c -o libfuego_smartgame_a-SgSearchStatistics.o `test -f 'SgSearchStatistics.cpp' || echo './'`SgSearchStatistics.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchStatistics.Tpo .deps/libfuego_smartgame_a-SgSearchStatistics.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchTracer.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchTracer.Tpo -c -o libfuego_smartgame_a-SgSearchTracer.o `test -f 'SgSearchTracer.cpp' || echo './'`SgSearchTracer.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchTracer.Tpo .deps/libfuego_smartgame_a-SgSearchTracer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSearchValue.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSearchValue.Tpo -c -o libfuego_smartgame_a-SgSearchValue.o `test -f 'SgSearchValue.cpp' || echo './'`SgSearchValue.cpp
mv -f .deps/libfuego_smartgame_a-SgSearchValue.Tpo .deps/libfuego_smartgame_a-SgSearchValue.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgStrategy.o -MD -MP -MF .deps/libfuego_smartgame_a-SgStrategy.Tpo -c -o libfuego_smartgame_a-SgStrategy.o `test -f 'SgStrategy.cpp' || echo './'`SgStrategy.cpp
mv -f .deps/libfuego_smartgame_a-SgStrategy.Tpo .deps/libfuego_smartgame_a-SgStrategy.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgStringUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgStringUtil.Tpo -c -o libfuego_smartgame_a-SgStringUtil.o `test -f 'SgStringUtil.cpp' || echo './'`SgStringUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgStringUtil.Tpo .deps/libfuego_smartgame_a-SgStringUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgMpiSynchronizer.o -MD -MP -MF .deps/libfuego_smartgame_a-SgMpiSynchronizer.Tpo -c -o libfuego_smartgame_a-SgMpiSynchronizer.o `test -f 'SgMpiSynchronizer.cpp' || echo './'`SgMpiSynchronizer.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from SgUctSearch.h:13,
from SgMpiSynchronizer.h:126,
from SgMpiSynchronizer.cpp:6:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from SgUctSearch.h:13,
from SgMpiSynchronizer.h:126,
from SgMpiSynchronizer.cpp:6:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_smartgame_a-SgMpiSynchronizer.Tpo .deps/libfuego_smartgame_a-SgMpiSynchronizer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgPlatform.o -MD -MP -MF .deps/libfuego_smartgame_a-SgPlatform.Tpo -c -o libfuego_smartgame_a-SgPlatform.o `test -f 'SgPlatform.cpp' || echo './'`SgPlatform.cpp
mv -f .deps/libfuego_smartgame_a-SgPlatform.Tpo .deps/libfuego_smartgame_a-SgPlatform.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgSystem.o -MD -MP -MF .deps/libfuego_smartgame_a-SgSystem.Tpo -c -o libfuego_smartgame_a-SgSystem.o `test -f 'SgSystem.cpp' || echo './'`SgSystem.cpp
mv -f .deps/libfuego_smartgame_a-SgSystem.Tpo .deps/libfuego_smartgame_a-SgSystem.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgTime.o -MD -MP -MF .deps/libfuego_smartgame_a-SgTime.Tpo -c -o libfuego_smartgame_a-SgTime.o `test -f 'SgTime.cpp' || echo './'`SgTime.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time.hpp:15,
from SgTime.cpp:22:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
mv -f .deps/libfuego_smartgame_a-SgTime.Tpo .deps/libfuego_smartgame_a-SgTime.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgTimeControl.o -MD -MP -MF .deps/libfuego_smartgame_a-SgTimeControl.Tpo -c -o libfuego_smartgame_a-SgTimeControl.o `test -f 'SgTimeControl.cpp' || echo './'`SgTimeControl.cpp
mv -f .deps/libfuego_smartgame_a-SgTimeControl.Tpo .deps/libfuego_smartgame_a-SgTimeControl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgTimeRecord.o -MD -MP -MF .deps/libfuego_smartgame_a-SgTimeRecord.Tpo -c -o libfuego_smartgame_a-SgTimeRecord.o `test -f 'SgTimeRecord.cpp' || echo './'`SgTimeRecord.cpp
mv -f .deps/libfuego_smartgame_a-SgTimeRecord.Tpo .deps/libfuego_smartgame_a-SgTimeRecord.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUctSearch.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUctSearch.Tpo -c -o libfuego_smartgame_a-SgUctSearch.o `test -f 'SgUctSearch.cpp' || echo './'`SgUctSearch.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from SgUctSearch.h:13,
from SgUctSearch.cpp:6:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from SgUctSearch.h:13,
from SgUctSearch.cpp:6:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_smartgame_a-SgUctSearch.Tpo .deps/libfuego_smartgame_a-SgUctSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUctTree.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUctTree.Tpo -c -o libfuego_smartgame_a-SgUctTree.o `test -f 'SgUctTree.cpp' || echo './'`SgUctTree.cpp
mv -f .deps/libfuego_smartgame_a-SgUctTree.Tpo .deps/libfuego_smartgame_a-SgUctTree.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUctTreeUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUctTreeUtil.Tpo -c -o libfuego_smartgame_a-SgUctTreeUtil.o `test -f 'SgUctTreeUtil.cpp' || echo './'`SgUctTreeUtil.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from SgUctSearch.h:13,
from SgUctTreeUtil.cpp:9:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from SgUctSearch.h:13,
from SgUctTreeUtil.cpp:9:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_smartgame_a-SgUctTreeUtil.Tpo .deps/libfuego_smartgame_a-SgUctTreeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgUtil.Tpo -c -o libfuego_smartgame_a-SgUtil.o `test -f 'SgUtil.cpp' || echo './'`SgUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgUtil.Tpo .deps/libfuego_smartgame_a-SgUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgVectorUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgVectorUtil.Tpo -c -o libfuego_smartgame_a-SgVectorUtil.o `test -f 'SgVectorUtil.cpp' || echo './'`SgVectorUtil.cpp
mv -f .deps/libfuego_smartgame_a-SgVectorUtil.Tpo .deps/libfuego_smartgame_a-SgVectorUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_smartgame_a-SgWrite.o -MD -MP -MF .deps/libfuego_smartgame_a-SgWrite.Tpo -c -o libfuego_smartgame_a-SgWrite.o `test -f 'SgWrite.cpp' || echo './'`SgWrite.cpp
mv -f .deps/libfuego_smartgame_a-SgWrite.Tpo .deps/libfuego_smartgame_a-SgWrite.Po
rm -f libfuego_smartgame.a
ar cru libfuego_smartgame.a libfuego_smartgame_a-SgBoardConst.o libfuego_smartgame_a-SgBookBuilder.o libfuego_smartgame_a-SgCmdLineOpt.o libfuego_smartgame_a-SgConnCompIterator.o libfuego_smartgame_a-SgDebug.o libfuego_smartgame_a-SgEvaluatedMoves.o libfuego_smartgame_a-SgException.o libfuego_smartgame_a-SgFastLog.o libfuego_smartgame_a-SgGameReader.o libfuego_smartgame_a-SgGameWriter.o libfuego_smartgame_a-SgGtpClient.o libfuego_smartgame_a-SgGtpCommands.o libfuego_smartgame_a-SgGtpUtil.o libfuego_smartgame_a-SgIncrementalStack.o libfuego_smartgame_a-SgInit.o libfuego_smartgame_a-SgMemCheck.o libfuego_smartgame_a-SgMiaiMap.o libfuego_smartgame_a-SgMiaiStrategy.o libfuego_smartgame_a-SgNbIterator.o libfuego_smartgame_a-SgNode.o libfuego_smartgame_a-SgNodeUtil.o libfuego_smartgame_a-SgPoint.o libfuego_smartgame_a-SgPointSet.o libfuego_smartgame_a-SgPointSetUtil.o libfuego_smartgame_a-SgProbCut.o libfuego_smartgame_a-SgProcess.o libfuego_smartgame_a-SgProp.o libfuego_smartgame_a-SgRandom.o libfuego_smartgame_a-SgRect.o libfuego_smartgame_a-SgSearch.o libfuego_smartgame_a-SgSearchControl.o libfuego_smartgame_a-SgSearchStatistics.o libfuego_smartgame_a-SgSearchTracer.o libfuego_smartgame_a-SgSearchValue.o libfuego_smartgame_a-SgStrategy.o libfuego_smartgame_a-SgStringUtil.o libfuego_smartgame_a-SgMpiSynchronizer.o libfuego_smartgame_a-SgPlatform.o libfuego_smartgame_a-SgSystem.o libfuego_smartgame_a-SgTime.o libfuego_smartgame_a-SgTimeControl.o libfuego_smartgame_a-SgTimeRecord.o libfuego_smartgame_a-SgUctSearch.o libfuego_smartgame_a-SgUctTree.o libfuego_smartgame_a-SgUctTreeUtil.o libfuego_smartgame_a-SgUtil.o libfuego_smartgame_a-SgVectorUtil.o libfuego_smartgame_a-SgWrite.o
ranlib libfuego_smartgame.a
Making all in go
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoAutoBook.o -MD -MP -MF .deps/libfuego_go_a-GoAutoBook.Tpo -c -o libfuego_go_a-GoAutoBook.o `test -f 'GoAutoBook.cpp' || echo './'`GoAutoBook.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/pthread/thread_data.hpp:12,
from /opt/local/include/boost/thread/thread.hpp:17,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from GoAutoBook.h:14,
from GoAutoBook.cpp:6:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/pthread/shared_mutex.hpp:13,
from /opt/local/include/boost/thread/shared_mutex.hpp:16,
from /opt/local/include/boost/thread/detail/thread_group.hpp:9,
from /opt/local/include/boost/thread/thread.hpp:24,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from GoAutoBook.h:14,
from GoAutoBook.cpp:6:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_go_a-GoAutoBook.Tpo .deps/libfuego_go_a-GoAutoBook.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBensonSolver.o -MD -MP -MF .deps/libfuego_go_a-GoBensonSolver.Tpo -c -o libfuego_go_a-GoBensonSolver.o `test -f 'GoBensonSolver.cpp' || echo './'`GoBensonSolver.cpp
mv -f .deps/libfuego_go_a-GoBensonSolver.Tpo .deps/libfuego_go_a-GoBensonSolver.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBlock.o -MD -MP -MF .deps/libfuego_go_a-GoBlock.Tpo -c -o libfuego_go_a-GoBlock.o `test -f 'GoBlock.cpp' || echo './'`GoBlock.cpp
mv -f .deps/libfuego_go_a-GoBlock.Tpo .deps/libfuego_go_a-GoBlock.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoard.o -MD -MP -MF .deps/libfuego_go_a-GoBoard.Tpo -c -o libfuego_go_a-GoBoard.o `test -f 'GoBoard.cpp' || echo './'`GoBoard.cpp
mv -f .deps/libfuego_go_a-GoBoard.Tpo .deps/libfuego_go_a-GoBoard.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardCheckPerformance.o -MD -MP -MF .deps/libfuego_go_a-GoBoardCheckPerformance.Tpo -c -o libfuego_go_a-GoBoardCheckPerformance.o `test -f 'GoBoardCheckPerformance.cpp' || echo './'`GoBoardCheckPerformance.cpp
mv -f .deps/libfuego_go_a-GoBoardCheckPerformance.Tpo .deps/libfuego_go_a-GoBoardCheckPerformance.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardHistory.o -MD -MP -MF .deps/libfuego_go_a-GoBoardHistory.Tpo -c -o libfuego_go_a-GoBoardHistory.o `test -f 'GoBoardHistory.cpp' || echo './'`GoBoardHistory.cpp
mv -f .deps/libfuego_go_a-GoBoardHistory.Tpo .deps/libfuego_go_a-GoBoardHistory.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardRestorer.o -MD -MP -MF .deps/libfuego_go_a-GoBoardRestorer.Tpo -c -o libfuego_go_a-GoBoardRestorer.o `test -f 'GoBoardRestorer.cpp' || echo './'`GoBoardRestorer.cpp
mv -f .deps/libfuego_go_a-GoBoardRestorer.Tpo .deps/libfuego_go_a-GoBoardRestorer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardSynchronizer.o -MD -MP -MF .deps/libfuego_go_a-GoBoardSynchronizer.Tpo -c -o libfuego_go_a-GoBoardSynchronizer.o `test -f 'GoBoardSynchronizer.cpp' || echo './'`GoBoardSynchronizer.cpp
mv -f .deps/libfuego_go_a-GoBoardSynchronizer.Tpo .deps/libfuego_go_a-GoBoardSynchronizer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardUpdater.o -MD -MP -MF .deps/libfuego_go_a-GoBoardUpdater.Tpo -c -o libfuego_go_a-GoBoardUpdater.o `test -f 'GoBoardUpdater.cpp' || echo './'`GoBoardUpdater.cpp
mv -f .deps/libfuego_go_a-GoBoardUpdater.Tpo .deps/libfuego_go_a-GoBoardUpdater.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBoardUtil.o -MD -MP -MF .deps/libfuego_go_a-GoBoardUtil.Tpo -c -o libfuego_go_a-GoBoardUtil.o `test -f 'GoBoardUtil.cpp' || echo './'`GoBoardUtil.cpp
mv -f .deps/libfuego_go_a-GoBoardUtil.Tpo .deps/libfuego_go_a-GoBoardUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoBook.o -MD -MP -MF .deps/libfuego_go_a-GoBook.Tpo -c -o libfuego_go_a-GoBook.o `test -f 'GoBook.cpp' || echo './'`GoBook.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/pthread/thread_data.hpp:12,
from /opt/local/include/boost/thread/thread.hpp:17,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from GoAutoBook.h:14,
from GoGtpEngine.h:14,
from GoBook.cpp:14:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/pthread/shared_mutex.hpp:13,
from /opt/local/include/boost/thread/shared_mutex.hpp:16,
from /opt/local/include/boost/thread/detail/thread_group.hpp:9,
from /opt/local/include/boost/thread/thread.hpp:24,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from GoAutoBook.h:14,
from GoGtpEngine.h:14,
from GoBook.cpp:14:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_go_a-GoBook.Tpo .deps/libfuego_go_a-GoBook.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoChain.o -MD -MP -MF .deps/libfuego_go_a-GoChain.Tpo -c -o libfuego_go_a-GoChain.o `test -f 'GoChain.cpp' || echo './'`GoChain.cpp
mv -f .deps/libfuego_go_a-GoChain.Tpo .deps/libfuego_go_a-GoChain.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoEyeCount.o -MD -MP -MF .deps/libfuego_go_a-GoEyeCount.Tpo -c -o libfuego_go_a-GoEyeCount.o `test -f 'GoEyeCount.cpp' || echo './'`GoEyeCount.cpp
mv -f .deps/libfuego_go_a-GoEyeCount.Tpo .deps/libfuego_go_a-GoEyeCount.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoEyeUtil.o -MD -MP -MF .deps/libfuego_go_a-GoEyeUtil.Tpo -c -o libfuego_go_a-GoEyeUtil.o `test -f 'GoEyeUtil.cpp' || echo './'`GoEyeUtil.cpp
mv -f .deps/libfuego_go_a-GoEyeUtil.Tpo .deps/libfuego_go_a-GoEyeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGame.o -MD -MP -MF .deps/libfuego_go_a-GoGame.Tpo -c -o libfuego_go_a-GoGame.o `test -f 'GoGame.cpp' || echo './'`GoGame.cpp
mv -f .deps/libfuego_go_a-GoGame.Tpo .deps/libfuego_go_a-GoGame.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGtpCommandUtil.o -MD -MP -MF .deps/libfuego_go_a-GoGtpCommandUtil.Tpo -c -o libfuego_go_a-GoGtpCommandUtil.o `test -f 'GoGtpCommandUtil.cpp' || echo './'`GoGtpCommandUtil.cpp
mv -f .deps/libfuego_go_a-GoGtpCommandUtil.Tpo .deps/libfuego_go_a-GoGtpCommandUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGtpEngine.o -MD -MP -MF .deps/libfuego_go_a-GoGtpEngine.Tpo -c -o libfuego_go_a-GoGtpEngine.o `test -f 'GoGtpEngine.cpp' || echo './'`GoGtpEngine.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/pthread/thread_data.hpp:12,
from /opt/local/include/boost/thread/thread.hpp:17,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from GoAutoBook.h:14,
from GoGtpEngine.h:14,
from GoGtpEngine.cpp:7:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/pthread/shared_mutex.hpp:13,
from /opt/local/include/boost/thread/shared_mutex.hpp:16,
from /opt/local/include/boost/thread/detail/thread_group.hpp:9,
from /opt/local/include/boost/thread/thread.hpp:24,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from GoAutoBook.h:14,
from GoGtpEngine.h:14,
from GoGtpEngine.cpp:7:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_go_a-GoGtpEngine.Tpo .deps/libfuego_go_a-GoGtpEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoGtpExtraCommands.o -MD -MP -MF .deps/libfuego_go_a-GoGtpExtraCommands.Tpo -c -o libfuego_go_a-GoGtpExtraCommands.o `test -f 'GoGtpExtraCommands.cpp' || echo './'`GoGtpExtraCommands.cpp
mv -f .deps/libfuego_go_a-GoGtpExtraCommands.Tpo .deps/libfuego_go_a-GoGtpExtraCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoInfluence.o -MD -MP -MF .deps/libfuego_go_a-GoInfluence.Tpo -c -o libfuego_go_a-GoInfluence.o `test -f 'GoInfluence.cpp' || echo './'`GoInfluence.cpp
mv -f .deps/libfuego_go_a-GoInfluence.Tpo .deps/libfuego_go_a-GoInfluence.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoInit.o -MD -MP -MF .deps/libfuego_go_a-GoInit.Tpo -c -o libfuego_go_a-GoInit.o `test -f 'GoInit.cpp' || echo './'`GoInit.cpp
mv -f .deps/libfuego_go_a-GoInit.Tpo .deps/libfuego_go_a-GoInit.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoKomi.o -MD -MP -MF .deps/libfuego_go_a-GoKomi.Tpo -c -o libfuego_go_a-GoKomi.o `test -f 'GoKomi.cpp' || echo './'`GoKomi.cpp
mv -f .deps/libfuego_go_a-GoKomi.Tpo .deps/libfuego_go_a-GoKomi.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoLadder.o -MD -MP -MF .deps/libfuego_go_a-GoLadder.Tpo -c -o libfuego_go_a-GoLadder.o `test -f 'GoLadder.cpp' || echo './'`GoLadder.cpp
mv -f .deps/libfuego_go_a-GoLadder.Tpo .deps/libfuego_go_a-GoLadder.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoMotive.o -MD -MP -MF .deps/libfuego_go_a-GoMotive.Tpo -c -o libfuego_go_a-GoMotive.o `test -f 'GoMotive.cpp' || echo './'`GoMotive.cpp
mv -f .deps/libfuego_go_a-GoMotive.Tpo .deps/libfuego_go_a-GoMotive.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoNodeUtil.o -MD -MP -MF .deps/libfuego_go_a-GoNodeUtil.Tpo -c -o libfuego_go_a-GoNodeUtil.o `test -f 'GoNodeUtil.cpp' || echo './'`GoNodeUtil.cpp
mv -f .deps/libfuego_go_a-GoNodeUtil.Tpo .deps/libfuego_go_a-GoNodeUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoPlayer.o -MD -MP -MF .deps/libfuego_go_a-GoPlayer.Tpo -c -o libfuego_go_a-GoPlayer.o `test -f 'GoPlayer.cpp' || echo './'`GoPlayer.cpp
mv -f .deps/libfuego_go_a-GoPlayer.Tpo .deps/libfuego_go_a-GoPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoPlayerMove.o -MD -MP -MF .deps/libfuego_go_a-GoPlayerMove.Tpo -c -o libfuego_go_a-GoPlayerMove.o `test -f 'GoPlayerMove.cpp' || echo './'`GoPlayerMove.cpp
mv -f .deps/libfuego_go_a-GoPlayerMove.Tpo .deps/libfuego_go_a-GoPlayerMove.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRegion.o -MD -MP -MF .deps/libfuego_go_a-GoRegion.Tpo -c -o libfuego_go_a-GoRegion.o `test -f 'GoRegion.cpp' || echo './'`GoRegion.cpp
mv -f .deps/libfuego_go_a-GoRegion.Tpo .deps/libfuego_go_a-GoRegion.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRegionBoard.o -MD -MP -MF .deps/libfuego_go_a-GoRegionBoard.Tpo -c -o libfuego_go_a-GoRegionBoard.o `test -f 'GoRegionBoard.cpp' || echo './'`GoRegionBoard.cpp
mv -f .deps/libfuego_go_a-GoRegionBoard.Tpo .deps/libfuego_go_a-GoRegionBoard.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRegionUtil.o -MD -MP -MF .deps/libfuego_go_a-GoRegionUtil.Tpo -c -o libfuego_go_a-GoRegionUtil.o `test -f 'GoRegionUtil.cpp' || echo './'`GoRegionUtil.cpp
mv -f .deps/libfuego_go_a-GoRegionUtil.Tpo .deps/libfuego_go_a-GoRegionUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoRules.o -MD -MP -MF .deps/libfuego_go_a-GoRules.Tpo -c -o libfuego_go_a-GoRules.o `test -f 'GoRules.cpp' || echo './'`GoRules.cpp
mv -f .deps/libfuego_go_a-GoRules.Tpo .deps/libfuego_go_a-GoRules.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSafetyCommands.o -MD -MP -MF .deps/libfuego_go_a-GoSafetyCommands.Tpo -c -o libfuego_go_a-GoSafetyCommands.o `test -f 'GoSafetyCommands.cpp' || echo './'`GoSafetyCommands.cpp
mv -f .deps/libfuego_go_a-GoSafetyCommands.Tpo .deps/libfuego_go_a-GoSafetyCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSafetySolver.o -MD -MP -MF .deps/libfuego_go_a-GoSafetySolver.Tpo -c -o libfuego_go_a-GoSafetySolver.o `test -f 'GoSafetySolver.cpp' || echo './'`GoSafetySolver.cpp
mv -f .deps/libfuego_go_a-GoSafetySolver.Tpo .deps/libfuego_go_a-GoSafetySolver.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSafetyUtil.o -MD -MP -MF .deps/libfuego_go_a-GoSafetyUtil.Tpo -c -o libfuego_go_a-GoSafetyUtil.o `test -f 'GoSafetyUtil.cpp' || echo './'`GoSafetyUtil.cpp
mv -f .deps/libfuego_go_a-GoSafetyUtil.Tpo .deps/libfuego_go_a-GoSafetyUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSearch.o -MD -MP -MF .deps/libfuego_go_a-GoSearch.Tpo -c -o libfuego_go_a-GoSearch.o `test -f 'GoSearch.cpp' || echo './'`GoSearch.cpp
mv -f .deps/libfuego_go_a-GoSearch.Tpo .deps/libfuego_go_a-GoSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoSetupUtil.o -MD -MP -MF .deps/libfuego_go_a-GoSetupUtil.Tpo -c -o libfuego_go_a-GoSetupUtil.o `test -f 'GoSetupUtil.cpp' || echo './'`GoSetupUtil.cpp
mv -f .deps/libfuego_go_a-GoSetupUtil.Tpo .deps/libfuego_go_a-GoSetupUtil.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoStaticLadder.o -MD -MP -MF .deps/libfuego_go_a-GoStaticLadder.Tpo -c -o libfuego_go_a-GoStaticLadder.o `test -f 'GoStaticLadder.cpp' || echo './'`GoStaticLadder.cpp
mv -f .deps/libfuego_go_a-GoStaticLadder.Tpo .deps/libfuego_go_a-GoStaticLadder.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoStaticSafetySolver.o -MD -MP -MF .deps/libfuego_go_a-GoStaticSafetySolver.Tpo -c -o libfuego_go_a-GoStaticSafetySolver.o `test -f 'GoStaticSafetySolver.cpp' || echo './'`GoStaticSafetySolver.cpp
mv -f .deps/libfuego_go_a-GoStaticSafetySolver.Tpo .deps/libfuego_go_a-GoStaticSafetySolver.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoTimeControl.o -MD -MP -MF .deps/libfuego_go_a-GoTimeControl.Tpo -c -o libfuego_go_a-GoTimeControl.o `test -f 'GoTimeControl.cpp' || echo './'`GoTimeControl.cpp
mv -f .deps/libfuego_go_a-GoTimeControl.Tpo .deps/libfuego_go_a-GoTimeControl.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoTimeSettings.o -MD -MP -MF .deps/libfuego_go_a-GoTimeSettings.Tpo -c -o libfuego_go_a-GoTimeSettings.o `test -f 'GoTimeSettings.cpp' || echo './'`GoTimeSettings.cpp
mv -f .deps/libfuego_go_a-GoTimeSettings.Tpo .deps/libfuego_go_a-GoTimeSettings.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_go_a-GoUtil.o -MD -MP -MF .deps/libfuego_go_a-GoUtil.Tpo -c -o libfuego_go_a-GoUtil.o `test -f 'GoUtil.cpp' || echo './'`GoUtil.cpp
mv -f .deps/libfuego_go_a-GoUtil.Tpo .deps/libfuego_go_a-GoUtil.Po
rm -f libfuego_go.a
ar cru libfuego_go.a libfuego_go_a-GoAutoBook.o libfuego_go_a-GoBensonSolver.o libfuego_go_a-GoBlock.o libfuego_go_a-GoBoard.o libfuego_go_a-GoBoardCheckPerformance.o libfuego_go_a-GoBoardHistory.o libfuego_go_a-GoBoardRestorer.o libfuego_go_a-GoBoardSynchronizer.o libfuego_go_a-GoBoardUpdater.o libfuego_go_a-GoBoardUtil.o libfuego_go_a-GoBook.o libfuego_go_a-GoChain.o libfuego_go_a-GoEyeCount.o libfuego_go_a-GoEyeUtil.o libfuego_go_a-GoGame.o libfuego_go_a-GoGtpCommandUtil.o libfuego_go_a-GoGtpEngine.o libfuego_go_a-GoGtpExtraCommands.o libfuego_go_a-GoInfluence.o libfuego_go_a-GoInit.o libfuego_go_a-GoKomi.o libfuego_go_a-GoLadder.o libfuego_go_a-GoMotive.o libfuego_go_a-GoNodeUtil.o libfuego_go_a-GoPlayer.o libfuego_go_a-GoPlayerMove.o libfuego_go_a-GoRegion.o libfuego_go_a-GoRegionBoard.o libfuego_go_a-GoRegionUtil.o libfuego_go_a-GoRules.o libfuego_go_a-GoSafetyCommands.o libfuego_go_a-GoSafetySolver.o libfuego_go_a-GoSafetyUtil.o libfuego_go_a-GoSearch.o libfuego_go_a-GoSetupUtil.o libfuego_go_a-GoStaticLadder.o libfuego_go_a-GoStaticSafetySolver.o libfuego_go_a-GoTimeControl.o libfuego_go_a-GoTimeSettings.o libfuego_go_a-GoUtil.o
ranlib libfuego_go.a
Making all in gouct
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctBoard.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctBoard.Tpo -c -o libfuego_gouct_a-GoUctBoard.o `test -f 'GoUctBoard.cpp' || echo './'`GoUctBoard.cpp
mv -f .deps/libfuego_gouct_a-GoUctBoard.Tpo .deps/libfuego_gouct_a-GoUctBoard.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctCommands.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctCommands.Tpo -c -o libfuego_gouct_a-GoUctCommands.o `test -f 'GoUctCommands.cpp' || echo './'`GoUctCommands.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctPureRandomGenerator.h:10,
from GoUctPlayoutPolicy.h:13,
from GoUctCommands.h:10,
from GoUctCommands.cpp:6:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctPureRandomGenerator.h:10,
from GoUctPlayoutPolicy.h:13,
from GoUctCommands.h:10,
from GoUctCommands.cpp:6:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_gouct_a-GoUctCommands.Tpo .deps/libfuego_gouct_a-GoUctCommands.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctDefaultPriorKnowledge.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctDefaultPriorKnowledge.Tpo -c -o libfuego_gouct_a-GoUctDefaultPriorKnowledge.o `test -f 'GoUctDefaultPriorKnowledge.cpp' || echo './'`GoUctDefaultPriorKnowledge.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctPureRandomGenerator.h:10,
from GoUctPlayoutPolicy.h:13,
from GoUctDefaultPriorKnowledge.h:8,
from GoUctDefaultPriorKnowledge.cpp:7:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctPureRandomGenerator.h:10,
from GoUctPlayoutPolicy.h:13,
from GoUctDefaultPriorKnowledge.h:8,
from GoUctDefaultPriorKnowledge.cpp:7:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_gouct_a-GoUctDefaultPriorKnowledge.Tpo .deps/libfuego_gouct_a-GoUctDefaultPriorKnowledge.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctDefaultRootFilter.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctDefaultRootFilter.Tpo -c -o libfuego_gouct_a-GoUctDefaultRootFilter.o `test -f 'GoUctDefaultRootFilter.cpp' || echo './'`GoUctDefaultRootFilter.cpp
mv -f .deps/libfuego_gouct_a-GoUctDefaultRootFilter.Tpo .deps/libfuego_gouct_a-GoUctDefaultRootFilter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctEstimatorStat.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctEstimatorStat.Tpo -c -o libfuego_gouct_a-GoUctEstimatorStat.o `test -f 'GoUctEstimatorStat.cpp' || echo './'`GoUctEstimatorStat.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from GoUctSearch.h:13,
from GoUctEstimatorStat.cpp:11:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from GoUctSearch.h:13,
from GoUctEstimatorStat.cpp:11:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_gouct_a-GoUctEstimatorStat.Tpo .deps/libfuego_gouct_a-GoUctEstimatorStat.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctGlobalSearch.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctGlobalSearch.Tpo -c -o libfuego_gouct_a-GoUctGlobalSearch.o `test -f 'GoUctGlobalSearch.cpp' || echo './'`GoUctGlobalSearch.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctPureRandomGenerator.h:10,
from GoUctPlayoutPolicy.h:13,
from GoUctDefaultPriorKnowledge.h:8,
from GoUctGlobalSearch.h:16,
from GoUctGlobalSearch.cpp:6:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctPureRandomGenerator.h:10,
from GoUctPlayoutPolicy.h:13,
from GoUctDefaultPriorKnowledge.h:8,
from GoUctGlobalSearch.h:16,
from GoUctGlobalSearch.cpp:6:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_gouct_a-GoUctGlobalSearch.Tpo .deps/libfuego_gouct_a-GoUctGlobalSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctObjectWithSearch.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctObjectWithSearch.Tpo -c -o libfuego_gouct_a-GoUctObjectWithSearch.o `test -f 'GoUctObjectWithSearch.cpp' || echo './'`GoUctObjectWithSearch.cpp
mv -f .deps/libfuego_gouct_a-GoUctObjectWithSearch.Tpo .deps/libfuego_gouct_a-GoUctObjectWithSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctPlayoutPolicy.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctPlayoutPolicy.Tpo -c -o libfuego_gouct_a-GoUctPlayoutPolicy.o `test -f 'GoUctPlayoutPolicy.cpp' || echo './'`GoUctPlayoutPolicy.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctPureRandomGenerator.h:10,
from GoUctPlayoutPolicy.h:13,
from GoUctPlayoutPolicy.cpp:6:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctPureRandomGenerator.h:10,
from GoUctPlayoutPolicy.h:13,
from GoUctPlayoutPolicy.cpp:6:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_gouct_a-GoUctPlayoutPolicy.Tpo .deps/libfuego_gouct_a-GoUctPlayoutPolicy.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctRootFilter.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctRootFilter.Tpo -c -o libfuego_gouct_a-GoUctRootFilter.o `test -f 'GoUctRootFilter.cpp' || echo './'`GoUctRootFilter.cpp
mv -f .deps/libfuego_gouct_a-GoUctRootFilter.Tpo .deps/libfuego_gouct_a-GoUctRootFilter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctSearch.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctSearch.Tpo -c -o libfuego_gouct_a-GoUctSearch.o `test -f 'GoUctSearch.cpp' || echo './'`GoUctSearch.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from GoUctSearch.h:13,
from GoUctSearch.cpp:6:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from GoUctSearch.h:13,
from GoUctSearch.cpp:6:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_gouct_a-GoUctSearch.Tpo .deps/libfuego_gouct_a-GoUctSearch.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_gouct_a-GoUctUtil.o -MD -MP -MF .deps/libfuego_gouct_a-GoUctUtil.Tpo -c -o libfuego_gouct_a-GoUctUtil.o `test -f 'GoUctUtil.cpp' || echo './'`GoUctUtil.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctUtil.cpp:6:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from GoUctUtil.h:17,
from GoUctUtil.cpp:6:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/libfuego_gouct_a-GoUctUtil.Tpo .deps/libfuego_gouct_a-GoUctUtil.Po
rm -f libfuego_gouct.a
ar cru libfuego_gouct.a libfuego_gouct_a-GoUctBoard.o libfuego_gouct_a-GoUctCommands.o libfuego_gouct_a-GoUctDefaultPriorKnowledge.o libfuego_gouct_a-GoUctDefaultRootFilter.o libfuego_gouct_a-GoUctEstimatorStat.o libfuego_gouct_a-GoUctGlobalSearch.o libfuego_gouct_a-GoUctObjectWithSearch.o libfuego_gouct_a-GoUctPlayoutPolicy.o libfuego_gouct_a-GoUctRootFilter.o libfuego_gouct_a-GoUctSearch.o libfuego_gouct_a-GoUctUtil.o
ranlib libfuego_gouct.a
Making all in simpleplayers
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpAveragePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpAveragePlayer.Tpo -c -o libfuego_simpleplayers_a-SpAveragePlayer.o `test -f 'SpAveragePlayer.cpp' || echo './'`SpAveragePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpAveragePlayer.Tpo .deps/libfuego_simpleplayers_a-SpAveragePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpCapturePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpCapturePlayer.Tpo -c -o libfuego_simpleplayers_a-SpCapturePlayer.o `test -f 'SpCapturePlayer.cpp' || echo './'`SpCapturePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpCapturePlayer.Tpo .deps/libfuego_simpleplayers_a-SpCapturePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpDumbTacticalPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpDumbTacticalPlayer.Tpo -c -o libfuego_simpleplayers_a-SpDumbTacticalPlayer.o `test -f 'SpDumbTacticalPlayer.cpp' || echo './'`SpDumbTacticalPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpDumbTacticalPlayer.Tpo .deps/libfuego_simpleplayers_a-SpDumbTacticalPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpGreedyPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpGreedyPlayer.Tpo -c -o libfuego_simpleplayers_a-SpGreedyPlayer.o `test -f 'SpGreedyPlayer.cpp' || echo './'`SpGreedyPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpGreedyPlayer.Tpo .deps/libfuego_simpleplayers_a-SpGreedyPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpInfluencePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpInfluencePlayer.Tpo -c -o libfuego_simpleplayers_a-SpInfluencePlayer.o `test -f 'SpInfluencePlayer.cpp' || echo './'`SpInfluencePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpInfluencePlayer.Tpo .deps/libfuego_simpleplayers_a-SpInfluencePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpLadderPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpLadderPlayer.Tpo -c -o libfuego_simpleplayers_a-SpLadderPlayer.o `test -f 'SpLadderPlayer.cpp' || echo './'`SpLadderPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpLadderPlayer.Tpo .deps/libfuego_simpleplayers_a-SpLadderPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpLibertyPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpLibertyPlayer.Tpo -c -o libfuego_simpleplayers_a-SpLibertyPlayer.o `test -f 'SpLibertyPlayer.cpp' || echo './'`SpLibertyPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpLibertyPlayer.Tpo .deps/libfuego_simpleplayers_a-SpLibertyPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpMaxEyePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpMaxEyePlayer.Tpo -c -o libfuego_simpleplayers_a-SpMaxEyePlayer.o `test -f 'SpMaxEyePlayer.cpp' || echo './'`SpMaxEyePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpMaxEyePlayer.Tpo .deps/libfuego_simpleplayers_a-SpMaxEyePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpMinLibPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpMinLibPlayer.Tpo -c -o libfuego_simpleplayers_a-SpMinLibPlayer.o `test -f 'SpMinLibPlayer.cpp' || echo './'`SpMinLibPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpMinLibPlayer.Tpo .deps/libfuego_simpleplayers_a-SpMinLibPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpMoveGenerator.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpMoveGenerator.Tpo -c -o libfuego_simpleplayers_a-SpMoveGenerator.o `test -f 'SpMoveGenerator.cpp' || echo './'`SpMoveGenerator.cpp
mv -f .deps/libfuego_simpleplayers_a-SpMoveGenerator.Tpo .deps/libfuego_simpleplayers_a-SpMoveGenerator.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpRandomPlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpRandomPlayer.Tpo -c -o libfuego_simpleplayers_a-SpRandomPlayer.o `test -f 'SpRandomPlayer.cpp' || echo './'`SpRandomPlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpRandomPlayer.Tpo .deps/libfuego_simpleplayers_a-SpRandomPlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpSafePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpSafePlayer.Tpo -c -o libfuego_simpleplayers_a-SpSafePlayer.o `test -f 'SpSafePlayer.cpp' || echo './'`SpSafePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpSafePlayer.Tpo .deps/libfuego_simpleplayers_a-SpSafePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpSimplePlayer.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpSimplePlayer.Tpo -c -o libfuego_simpleplayers_a-SpSimplePlayer.o `test -f 'SpSimplePlayer.cpp' || echo './'`SpSimplePlayer.cpp
mv -f .deps/libfuego_simpleplayers_a-SpSimplePlayer.Tpo .deps/libfuego_simpleplayers_a-SpSimplePlayer.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT libfuego_simpleplayers_a-SpUtil.o -MD -MP -MF .deps/libfuego_simpleplayers_a-SpUtil.Tpo -c -o libfuego_simpleplayers_a-SpUtil.o `test -f 'SpUtil.cpp' || echo './'`SpUtil.cpp
mv -f .deps/libfuego_simpleplayers_a-SpUtil.Tpo .deps/libfuego_simpleplayers_a-SpUtil.Po
rm -f libfuego_simpleplayers.a
ar cru libfuego_simpleplayers.a libfuego_simpleplayers_a-SpAveragePlayer.o libfuego_simpleplayers_a-SpCapturePlayer.o libfuego_simpleplayers_a-SpDumbTacticalPlayer.o libfuego_simpleplayers_a-SpGreedyPlayer.o libfuego_simpleplayers_a-SpInfluencePlayer.o libfuego_simpleplayers_a-SpLadderPlayer.o libfuego_simpleplayers_a-SpLibertyPlayer.o libfuego_simpleplayers_a-SpMaxEyePlayer.o libfuego_simpleplayers_a-SpMinLibPlayer.o libfuego_simpleplayers_a-SpMoveGenerator.o libfuego_simpleplayers_a-SpRandomPlayer.o libfuego_simpleplayers_a-SpSafePlayer.o libfuego_simpleplayers_a-SpSimplePlayer.o libfuego_simpleplayers_a-SpUtil.o
ranlib libfuego_simpleplayers.a
Making all in fuegomain
g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR='"/usr/local/share"' -DABS_TOP_SRCDIR='"/Users/butcher/Igo/fuego-1.0"' -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego-FuegoMain.o -MD -MP -MF .deps/fuego-FuegoMain.Tpo -c -o fuego-FuegoMain.o `test -f 'FuegoMain.cpp' || echo './'`FuegoMain.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/pthread/thread_data.hpp:12,
from /opt/local/include/boost/thread/thread.hpp:17,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from FuegoMainEngine.h:8,
from FuegoMain.cpp:17:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/pthread/shared_mutex.hpp:13,
from /opt/local/include/boost/thread/shared_mutex.hpp:16,
from /opt/local/include/boost/thread/detail/thread_group.hpp:9,
from /opt/local/include/boost/thread/thread.hpp:24,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from FuegoMainEngine.h:8,
from FuegoMain.cpp:17:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/fuego-FuegoMain.Tpo .deps/fuego-FuegoMain.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR='"/usr/local/share"' -DABS_TOP_SRCDIR='"/Users/butcher/Igo/fuego-1.0"' -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego-FuegoMainEngine.o -MD -MP -MF .deps/fuego-FuegoMainEngine.Tpo -c -o fuego-FuegoMainEngine.o `test -f 'FuegoMainEngine.cpp' || echo './'`FuegoMainEngine.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/pthread/thread_data.hpp:12,
from /opt/local/include/boost/thread/thread.hpp:17,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from FuegoMainEngine.h:8,
from FuegoMainEngine.cpp:7:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/pthread/shared_mutex.hpp:13,
from /opt/local/include/boost/thread/shared_mutex.hpp:16,
from /opt/local/include/boost/thread/detail/thread_group.hpp:9,
from /opt/local/include/boost/thread/thread.hpp:24,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from FuegoMainEngine.h:8,
from FuegoMainEngine.cpp:7:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/fuego-FuegoMainEngine.Tpo .deps/fuego-FuegoMainEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DDATADIR='"/usr/local/share"' -DABS_TOP_SRCDIR='"/Users/butcher/Igo/fuego-1.0"' -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego-FuegoMainUtil.o -MD -MP -MF .deps/fuego-FuegoMainUtil.Tpo -c -o fuego-FuegoMainUtil.o `test -f 'FuegoMainUtil.cpp' || echo './'`FuegoMainUtil.cpp
mv -f .deps/fuego-FuegoMainUtil.Tpo .deps/fuego-FuegoMainUtil.Po
g++ -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -L/opt/local/lib -o fuego fuego-FuegoMain.o fuego-FuegoMainEngine.o fuego-FuegoMainUtil.o ../gouct/libfuego_gouct.a ../go/libfuego_go.a ../smartgame/libfuego_smartgame.a ../gtpengine/libfuego_gtpengine.a -lboost_program_options-mt -lboost_filesystem-mt -lboost_system-mt -lboost_thread-mt
Making all in fuegotest
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_test-FuegoTestEngine.o -MD -MP -MF .deps/fuego_test-FuegoTestEngine.Tpo -c -o fuego_test-FuegoTestEngine.o `test -f 'FuegoTestEngine.cpp' || echo './'`FuegoTestEngine.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/pthread/thread_data.hpp:12,
from /opt/local/include/boost/thread/thread.hpp:17,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from FuegoTestEngine.h:8,
from FuegoTestEngine.cpp:7:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/pthread/shared_mutex.hpp:13,
from /opt/local/include/boost/thread/shared_mutex.hpp:16,
from /opt/local/include/boost/thread/detail/thread_group.hpp:9,
from /opt/local/include/boost/thread/thread.hpp:24,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from FuegoTestEngine.h:8,
from FuegoTestEngine.cpp:7:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/fuego_test-FuegoTestEngine.Tpo .deps/fuego_test-FuegoTestEngine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_test-FuegoTestMain.o -MD -MP -MF .deps/fuego_test-FuegoTestMain.Tpo -c -o fuego_test-FuegoTestMain.o `test -f 'FuegoTestMain.cpp' || echo './'`FuegoTestMain.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/pthread/thread_data.hpp:12,
from /opt/local/include/boost/thread/thread.hpp:17,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from FuegoTestEngine.h:8,
from FuegoTestMain.cpp:9:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/pthread/shared_mutex.hpp:13,
from /opt/local/include/boost/thread/shared_mutex.hpp:16,
from /opt/local/include/boost/thread/detail/thread_group.hpp:9,
from /opt/local/include/boost/thread/thread.hpp:24,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from FuegoTestEngine.h:8,
from FuegoTestMain.cpp:9:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/fuego_test-FuegoTestMain.Tpo .deps/fuego_test-FuegoTestMain.Po
g++ -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -L/opt/local/lib -o fuego_test fuego_test-FuegoTestEngine.o fuego_test-FuegoTestMain.o ../gouct/libfuego_gouct.a ../simpleplayers/libfuego_simpleplayers.a ../go/libfuego_go.a ../smartgame/libfuego_smartgame.a ../gtpengine/libfuego_gtpengine.a -lboost_program_options-mt -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt
Making all in unittestmain
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
suzuki-juunotto-no-MacBook-Air:fuego-1.0 butcher$ make check
Making check in book
make[1]: Nothing to be done for `check'.
Making check in regression
make[1]: Nothing to be done for `check'.
Making check in misctests
make check-TESTS
-n Checking that regression/Makefile.am contains all tests...
ok
-n Checking that all SGF files referenced by a test exist and are in regression/Makefile.am...
ok
PASS: check_regression_files.sh
=============
1 test passed
=============
Making check in gtpengine
make[1]: Nothing to be done for `check'.
Making check in smartgame
make[1]: Nothing to be done for `check'.
Making check in go
make[1]: Nothing to be done for `check'.
Making check in gouct
make[1]: Nothing to be done for `check'.
Making check in simpleplayers
make[1]: Nothing to be done for `check'.
Making check in fuegomain
make[1]: Nothing to be done for `check'.
Making check in fuegotest
make[1]: Nothing to be done for `check'.
Making check in unittestmain
make fuego_unittest
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBoardTest.o -MD -MP -MF .deps/fuego_unittest-GoBoardTest.Tpo -c -o fuego_unittest-GoBoardTest.o `test -f '../go/test/GoBoardTest.cpp' || echo './'`../go/test/GoBoardTest.cpp
mv -f .deps/fuego_unittest-GoBoardTest.Tpo .deps/fuego_unittest-GoBoardTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBoardSynchronizerTest.o -MD -MP -MF .deps/fuego_unittest-GoBoardSynchronizerTest.Tpo -c -o fuego_unittest-GoBoardSynchronizerTest.o `test -f '../go/test/GoBoardSynchronizerTest.cpp' || echo './'`../go/test/GoBoardSynchronizerTest.cpp
mv -f .deps/fuego_unittest-GoBoardSynchronizerTest.Tpo .deps/fuego_unittest-GoBoardSynchronizerTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBoardUpdaterTest.o -MD -MP -MF .deps/fuego_unittest-GoBoardUpdaterTest.Tpo -c -o fuego_unittest-GoBoardUpdaterTest.o `test -f '../go/test/GoBoardUpdaterTest.cpp' || echo './'`../go/test/GoBoardUpdaterTest.cpp
mv -f .deps/fuego_unittest-GoBoardUpdaterTest.Tpo .deps/fuego_unittest-GoBoardUpdaterTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBoardUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoBoardUtilTest.Tpo -c -o fuego_unittest-GoBoardUtilTest.o `test -f '../go/test/GoBoardUtilTest.cpp' || echo './'`../go/test/GoBoardUtilTest.cpp
mv -f .deps/fuego_unittest-GoBoardUtilTest.Tpo .deps/fuego_unittest-GoBoardUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoBookTest.o -MD -MP -MF .deps/fuego_unittest-GoBookTest.Tpo -c -o fuego_unittest-GoBookTest.o `test -f '../go/test/GoBookTest.cpp' || echo './'`../go/test/GoBookTest.cpp
mv -f .deps/fuego_unittest-GoBookTest.Tpo .deps/fuego_unittest-GoBookTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoEyeUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoEyeUtilTest.Tpo -c -o fuego_unittest-GoEyeUtilTest.o `test -f '../go/test/GoEyeUtilTest.cpp' || echo './'`../go/test/GoEyeUtilTest.cpp
mv -f .deps/fuego_unittest-GoEyeUtilTest.Tpo .deps/fuego_unittest-GoEyeUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoGameTest.o -MD -MP -MF .deps/fuego_unittest-GoGameTest.Tpo -c -o fuego_unittest-GoGameTest.o `test -f '../go/test/GoGameTest.cpp' || echo './'`../go/test/GoGameTest.cpp
mv -f .deps/fuego_unittest-GoGameTest.Tpo .deps/fuego_unittest-GoGameTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoGtpCommandUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoGtpCommandUtilTest.Tpo -c -o fuego_unittest-GoGtpCommandUtilTest.o `test -f '../go/test/GoGtpCommandUtilTest.cpp' || echo './'`../go/test/GoGtpCommandUtilTest.cpp
mv -f .deps/fuego_unittest-GoGtpCommandUtilTest.Tpo .deps/fuego_unittest-GoGtpCommandUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoGtpEngineTest.o -MD -MP -MF .deps/fuego_unittest-GoGtpEngineTest.Tpo -c -o fuego_unittest-GoGtpEngineTest.o `test -f '../go/test/GoGtpEngineTest.cpp' || echo './'`../go/test/GoGtpEngineTest.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/pthread/thread_data.hpp:12,
from /opt/local/include/boost/thread/thread.hpp:17,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from ../go/test/GoGtpEngineTest.cpp:8:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/pthread/shared_mutex.hpp:13,
from /opt/local/include/boost/thread/shared_mutex.hpp:16,
from /opt/local/include/boost/thread/detail/thread_group.hpp:9,
from /opt/local/include/boost/thread/thread.hpp:24,
from /opt/local/include/boost/thread.hpp:13,
from ../smartgame/SgThreadedWorker.h:9,
from ../go/GoAutoBook.h:14,
from ../go/GoGtpEngine.h:14,
from ../go/test/GoGtpEngineTest.cpp:8:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/fuego_unittest-GoGtpEngineTest.Tpo .deps/fuego_unittest-GoGtpEngineTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoKomiTest.o -MD -MP -MF .deps/fuego_unittest-GoKomiTest.Tpo -c -o fuego_unittest-GoKomiTest.o `test -f '../go/test/GoKomiTest.cpp' || echo './'`../go/test/GoKomiTest.cpp
mv -f .deps/fuego_unittest-GoKomiTest.Tpo .deps/fuego_unittest-GoKomiTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoLadderTest.o -MD -MP -MF .deps/fuego_unittest-GoLadderTest.Tpo -c -o fuego_unittest-GoLadderTest.o `test -f '../go/test/GoLadderTest.cpp' || echo './'`../go/test/GoLadderTest.cpp
mv -f .deps/fuego_unittest-GoLadderTest.Tpo .deps/fuego_unittest-GoLadderTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoRegionTest.o -MD -MP -MF .deps/fuego_unittest-GoRegionTest.Tpo -c -o fuego_unittest-GoRegionTest.o `test -f '../go/test/GoRegionTest.cpp' || echo './'`../go/test/GoRegionTest.cpp
mv -f .deps/fuego_unittest-GoRegionTest.Tpo .deps/fuego_unittest-GoRegionTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoRegionBoardTest.o -MD -MP -MF .deps/fuego_unittest-GoRegionBoardTest.Tpo -c -o fuego_unittest-GoRegionBoardTest.o `test -f '../go/test/GoRegionBoardTest.cpp' || echo './'`../go/test/GoRegionBoardTest.cpp
mv -f .deps/fuego_unittest-GoRegionBoardTest.Tpo .deps/fuego_unittest-GoRegionBoardTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoSetupUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoSetupUtilTest.Tpo -c -o fuego_unittest-GoSetupUtilTest.o `test -f '../go/test/GoSetupUtilTest.cpp' || echo './'`../go/test/GoSetupUtilTest.cpp
mv -f .deps/fuego_unittest-GoSetupUtilTest.Tpo .deps/fuego_unittest-GoSetupUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoTimeControlTest.o -MD -MP -MF .deps/fuego_unittest-GoTimeControlTest.Tpo -c -o fuego_unittest-GoTimeControlTest.o `test -f '../go/test/GoTimeControlTest.cpp' || echo './'`../go/test/GoTimeControlTest.cpp
mv -f .deps/fuego_unittest-GoTimeControlTest.Tpo .deps/fuego_unittest-GoTimeControlTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoTimeSettingsTest.o -MD -MP -MF .deps/fuego_unittest-GoTimeSettingsTest.Tpo -c -o fuego_unittest-GoTimeSettingsTest.o `test -f '../go/test/GoTimeSettingsTest.cpp' || echo './'`../go/test/GoTimeSettingsTest.cpp
mv -f .deps/fuego_unittest-GoTimeSettingsTest.Tpo .deps/fuego_unittest-GoTimeSettingsTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoUtilTest.Tpo -c -o fuego_unittest-GoUtilTest.o `test -f '../go/test/GoUtilTest.cpp' || echo './'`../go/test/GoUtilTest.cpp
mv -f .deps/fuego_unittest-GoUtilTest.Tpo .deps/fuego_unittest-GoUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoUctBoardTest.o -MD -MP -MF .deps/fuego_unittest-GoUctBoardTest.Tpo -c -o fuego_unittest-GoUctBoardTest.o `test -f '../gouct/test/GoUctBoardTest.cpp' || echo './'`../gouct/test/GoUctBoardTest.cpp
mv -f .deps/fuego_unittest-GoUctBoardTest.Tpo .deps/fuego_unittest-GoUctBoardTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GoUctUtilTest.o -MD -MP -MF .deps/fuego_unittest-GoUctUtilTest.Tpo -c -o fuego_unittest-GoUctUtilTest.o `test -f '../gouct/test/GoUctUtilTest.cpp' || echo './'`../gouct/test/GoUctUtilTest.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from ../gouct/GoUctUtil.h:17,
from ../gouct/test/GoUctUtilTest.cpp:11:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from ../gouct/GoUctUtil.h:17,
from ../gouct/test/GoUctUtilTest.cpp:11:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/fuego_unittest-GoUctUtilTest.Tpo .deps/fuego_unittest-GoUctUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-GtpEngineTest.o -MD -MP -MF .deps/fuego_unittest-GtpEngineTest.Tpo -c -o fuego_unittest-GtpEngineTest.o `test -f '../gtpengine/test/GtpEngineTest.cpp' || echo './'`../gtpengine/test/GtpEngineTest.cpp
mv -f .deps/fuego_unittest-GtpEngineTest.Tpo .deps/fuego_unittest-GtpEngineTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgArrayTest.Tpo -c -o fuego_unittest-SgArrayTest.o `test -f '../smartgame/test/SgArrayTest.cpp' || echo './'`../smartgame/test/SgArrayTest.cpp
mv -f .deps/fuego_unittest-SgArrayTest.Tpo .deps/fuego_unittest-SgArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgArrayListTest.o -MD -MP -MF .deps/fuego_unittest-SgArrayListTest.Tpo -c -o fuego_unittest-SgArrayListTest.o `test -f '../smartgame/test/SgArrayListTest.cpp' || echo './'`../smartgame/test/SgArrayListTest.cpp
mv -f .deps/fuego_unittest-SgArrayListTest.Tpo .deps/fuego_unittest-SgArrayListTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBlackWhiteTest.o -MD -MP -MF .deps/fuego_unittest-SgBlackWhiteTest.Tpo -c -o fuego_unittest-SgBlackWhiteTest.o `test -f '../smartgame/test/SgBlackWhiteTest.cpp' || echo './'`../smartgame/test/SgBlackWhiteTest.cpp
mv -f .deps/fuego_unittest-SgBlackWhiteTest.Tpo .deps/fuego_unittest-SgBlackWhiteTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBoardColorTest.o -MD -MP -MF .deps/fuego_unittest-SgBoardColorTest.Tpo -c -o fuego_unittest-SgBoardColorTest.o `test -f '../smartgame/test/SgBoardColorTest.cpp' || echo './'`../smartgame/test/SgBoardColorTest.cpp
mv -f .deps/fuego_unittest-SgBoardColorTest.Tpo .deps/fuego_unittest-SgBoardColorTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBoardConstTest.o -MD -MP -MF .deps/fuego_unittest-SgBoardConstTest.Tpo -c -o fuego_unittest-SgBoardConstTest.o `test -f '../smartgame/test/SgBoardConstTest.cpp' || echo './'`../smartgame/test/SgBoardConstTest.cpp
mv -f .deps/fuego_unittest-SgBoardConstTest.Tpo .deps/fuego_unittest-SgBoardConstTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBWArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgBWArrayTest.Tpo -c -o fuego_unittest-SgBWArrayTest.o `test -f '../smartgame/test/SgBWArrayTest.cpp' || echo './'`../smartgame/test/SgBWArrayTest.cpp
mv -f .deps/fuego_unittest-SgBWArrayTest.Tpo .deps/fuego_unittest-SgBWArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgBWSetTest.o -MD -MP -MF .deps/fuego_unittest-SgBWSetTest.Tpo -c -o fuego_unittest-SgBWSetTest.o `test -f '../smartgame/test/SgBWSetTest.cpp' || echo './'`../smartgame/test/SgBWSetTest.cpp
mv -f .deps/fuego_unittest-SgBWSetTest.Tpo .deps/fuego_unittest-SgBWSetTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgCmdLineOptTest.o -MD -MP -MF .deps/fuego_unittest-SgCmdLineOptTest.Tpo -c -o fuego_unittest-SgCmdLineOptTest.o `test -f '../smartgame/test/SgCmdLineOptTest.cpp' || echo './'`../smartgame/test/SgCmdLineOptTest.cpp
mv -f .deps/fuego_unittest-SgCmdLineOptTest.Tpo .deps/fuego_unittest-SgCmdLineOptTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgConnCompIteratorTest.o -MD -MP -MF .deps/fuego_unittest-SgConnCompIteratorTest.Tpo -c -o fuego_unittest-SgConnCompIteratorTest.o `test -f '../smartgame/test/SgConnCompIteratorTest.cpp' || echo './'`../smartgame/test/SgConnCompIteratorTest.cpp
mv -f .deps/fuego_unittest-SgConnCompIteratorTest.Tpo .deps/fuego_unittest-SgConnCompIteratorTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgEBWArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgEBWArrayTest.Tpo -c -o fuego_unittest-SgEBWArrayTest.o `test -f '../smartgame/test/SgEBWArrayTest.cpp' || echo './'`../smartgame/test/SgEBWArrayTest.cpp
mv -f .deps/fuego_unittest-SgEBWArrayTest.Tpo .deps/fuego_unittest-SgEBWArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgEvaluatedMovesTest.o -MD -MP -MF .deps/fuego_unittest-SgEvaluatedMovesTest.Tpo -c -o fuego_unittest-SgEvaluatedMovesTest.o `test -f '../smartgame/test/SgEvaluatedMovesTest.cpp' || echo './'`../smartgame/test/SgEvaluatedMovesTest.cpp
mv -f .deps/fuego_unittest-SgEvaluatedMovesTest.Tpo .deps/fuego_unittest-SgEvaluatedMovesTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgFastLogTest.o -MD -MP -MF .deps/fuego_unittest-SgFastLogTest.Tpo -c -o fuego_unittest-SgFastLogTest.o `test -f '../smartgame/test/SgFastLogTest.cpp' || echo './'`../smartgame/test/SgFastLogTest.cpp
mv -f .deps/fuego_unittest-SgFastLogTest.Tpo .deps/fuego_unittest-SgFastLogTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgGameReaderTest.o -MD -MP -MF .deps/fuego_unittest-SgGameReaderTest.Tpo -c -o fuego_unittest-SgGameReaderTest.o `test -f '../smartgame/test/SgGameReaderTest.cpp' || echo './'`../smartgame/test/SgGameReaderTest.cpp
mv -f .deps/fuego_unittest-SgGameReaderTest.Tpo .deps/fuego_unittest-SgGameReaderTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgGtpUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgGtpUtilTest.Tpo -c -o fuego_unittest-SgGtpUtilTest.o `test -f '../smartgame/test/SgGtpUtilTest.cpp' || echo './'`../smartgame/test/SgGtpUtilTest.cpp
mv -f .deps/fuego_unittest-SgGtpUtilTest.Tpo .deps/fuego_unittest-SgGtpUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgHashTest.o -MD -MP -MF .deps/fuego_unittest-SgHashTest.Tpo -c -o fuego_unittest-SgHashTest.o `test -f '../smartgame/test/SgHashTest.cpp' || echo './'`../smartgame/test/SgHashTest.cpp
mv -f .deps/fuego_unittest-SgHashTest.Tpo .deps/fuego_unittest-SgHashTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgMarkerTest.o -MD -MP -MF .deps/fuego_unittest-SgMarkerTest.Tpo -c -o fuego_unittest-SgMarkerTest.o `test -f '../smartgame/test/SgMarkerTest.cpp' || echo './'`../smartgame/test/SgMarkerTest.cpp
mv -f .deps/fuego_unittest-SgMarkerTest.Tpo .deps/fuego_unittest-SgMarkerTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgMathTest.o -MD -MP -MF .deps/fuego_unittest-SgMathTest.Tpo -c -o fuego_unittest-SgMathTest.o `test -f '../smartgame/test/SgMathTest.cpp' || echo './'`../smartgame/test/SgMathTest.cpp
mv -f .deps/fuego_unittest-SgMathTest.Tpo .deps/fuego_unittest-SgMathTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgMiaiMapTest.o -MD -MP -MF .deps/fuego_unittest-SgMiaiMapTest.Tpo -c -o fuego_unittest-SgMiaiMapTest.o `test -f '../smartgame/test/SgMiaiMapTest.cpp' || echo './'`../smartgame/test/SgMiaiMapTest.cpp
mv -f .deps/fuego_unittest-SgMiaiMapTest.Tpo .deps/fuego_unittest-SgMiaiMapTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgMiaiStrategyTest.o -MD -MP -MF .deps/fuego_unittest-SgMiaiStrategyTest.Tpo -c -o fuego_unittest-SgMiaiStrategyTest.o `test -f '../smartgame/test/SgMiaiStrategyTest.cpp' || echo './'`../smartgame/test/SgMiaiStrategyTest.cpp
mv -f .deps/fuego_unittest-SgMiaiStrategyTest.Tpo .deps/fuego_unittest-SgMiaiStrategyTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgNbIteratorTest.o -MD -MP -MF .deps/fuego_unittest-SgNbIteratorTest.Tpo -c -o fuego_unittest-SgNbIteratorTest.o `test -f '../smartgame/test/SgNbIteratorTest.cpp' || echo './'`../smartgame/test/SgNbIteratorTest.cpp
mv -f .deps/fuego_unittest-SgNbIteratorTest.Tpo .deps/fuego_unittest-SgNbIteratorTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgNodeTest.o -MD -MP -MF .deps/fuego_unittest-SgNodeTest.Tpo -c -o fuego_unittest-SgNodeTest.o `test -f '../smartgame/test/SgNodeTest.cpp' || echo './'`../smartgame/test/SgNodeTest.cpp
mv -f .deps/fuego_unittest-SgNodeTest.Tpo .deps/fuego_unittest-SgNodeTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgNodeUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgNodeUtilTest.Tpo -c -o fuego_unittest-SgNodeUtilTest.o `test -f '../smartgame/test/SgNodeUtilTest.cpp' || echo './'`../smartgame/test/SgNodeUtilTest.cpp
mv -f .deps/fuego_unittest-SgNodeUtilTest.Tpo .deps/fuego_unittest-SgNodeUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgPointArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgPointArrayTest.Tpo -c -o fuego_unittest-SgPointArrayTest.o `test -f '../smartgame/test/SgPointArrayTest.cpp' || echo './'`../smartgame/test/SgPointArrayTest.cpp
mv -f .deps/fuego_unittest-SgPointArrayTest.Tpo .deps/fuego_unittest-SgPointArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgPointTest.o -MD -MP -MF .deps/fuego_unittest-SgPointTest.Tpo -c -o fuego_unittest-SgPointTest.o `test -f '../smartgame/test/SgPointTest.cpp' || echo './'`../smartgame/test/SgPointTest.cpp
mv -f .deps/fuego_unittest-SgPointTest.Tpo .deps/fuego_unittest-SgPointTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgPointSetTest.o -MD -MP -MF .deps/fuego_unittest-SgPointSetTest.Tpo -c -o fuego_unittest-SgPointSetTest.o `test -f '../smartgame/test/SgPointSetTest.cpp' || echo './'`../smartgame/test/SgPointSetTest.cpp
mv -f .deps/fuego_unittest-SgPointSetTest.Tpo .deps/fuego_unittest-SgPointSetTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgPropTest.o -MD -MP -MF .deps/fuego_unittest-SgPropTest.Tpo -c -o fuego_unittest-SgPropTest.o `test -f '../smartgame/test/SgPropTest.cpp' || echo './'`../smartgame/test/SgPropTest.cpp
mv -f .deps/fuego_unittest-SgPropTest.Tpo .deps/fuego_unittest-SgPropTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgRectTest.o -MD -MP -MF .deps/fuego_unittest-SgRectTest.Tpo -c -o fuego_unittest-SgRectTest.o `test -f '../smartgame/test/SgRectTest.cpp' || echo './'`../smartgame/test/SgRectTest.cpp
mv -f .deps/fuego_unittest-SgRectTest.Tpo .deps/fuego_unittest-SgRectTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgRestorerTest.o -MD -MP -MF .deps/fuego_unittest-SgRestorerTest.Tpo -c -o fuego_unittest-SgRestorerTest.o `test -f '../smartgame/test/SgRestorerTest.cpp' || echo './'`../smartgame/test/SgRestorerTest.cpp
mv -f .deps/fuego_unittest-SgRestorerTest.Tpo .deps/fuego_unittest-SgRestorerTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgSearchTest.o -MD -MP -MF .deps/fuego_unittest-SgSearchTest.Tpo -c -o fuego_unittest-SgSearchTest.o `test -f '../smartgame/test/SgSearchTest.cpp' || echo './'`../smartgame/test/SgSearchTest.cpp
mv -f .deps/fuego_unittest-SgSearchTest.Tpo .deps/fuego_unittest-SgSearchTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgSortedArrayTest.o -MD -MP -MF .deps/fuego_unittest-SgSortedArrayTest.Tpo -c -o fuego_unittest-SgSortedArrayTest.o `test -f '../smartgame/test/SgSortedArrayTest.cpp' || echo './'`../smartgame/test/SgSortedArrayTest.cpp
mv -f .deps/fuego_unittest-SgSortedArrayTest.Tpo .deps/fuego_unittest-SgSortedArrayTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgStackTest.o -MD -MP -MF .deps/fuego_unittest-SgStackTest.Tpo -c -o fuego_unittest-SgStackTest.o `test -f '../smartgame/test/SgStackTest.cpp' || echo './'`../smartgame/test/SgStackTest.cpp
mv -f .deps/fuego_unittest-SgStackTest.Tpo .deps/fuego_unittest-SgStackTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgStatisticsTest.o -MD -MP -MF .deps/fuego_unittest-SgStatisticsTest.Tpo -c -o fuego_unittest-SgStatisticsTest.o `test -f '../smartgame/test/SgStatisticsTest.cpp' || echo './'`../smartgame/test/SgStatisticsTest.cpp
mv -f .deps/fuego_unittest-SgStatisticsTest.Tpo .deps/fuego_unittest-SgStatisticsTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgStringUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgStringUtilTest.Tpo -c -o fuego_unittest-SgStringUtilTest.o `test -f '../smartgame/test/SgStringUtilTest.cpp' || echo './'`../smartgame/test/SgStringUtilTest.cpp
mv -f .deps/fuego_unittest-SgStringUtilTest.Tpo .deps/fuego_unittest-SgStringUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgSystemTest.o -MD -MP -MF .deps/fuego_unittest-SgSystemTest.Tpo -c -o fuego_unittest-SgSystemTest.o `test -f '../smartgame/test/SgSystemTest.cpp' || echo './'`../smartgame/test/SgSystemTest.cpp
mv -f .deps/fuego_unittest-SgSystemTest.Tpo .deps/fuego_unittest-SgSystemTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgTimeControlTest.o -MD -MP -MF .deps/fuego_unittest-SgTimeControlTest.Tpo -c -o fuego_unittest-SgTimeControlTest.o `test -f '../smartgame/test/SgTimeControlTest.cpp' || echo './'`../smartgame/test/SgTimeControlTest.cpp
mv -f .deps/fuego_unittest-SgTimeControlTest.Tpo .deps/fuego_unittest-SgTimeControlTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUctSearchTest.o -MD -MP -MF .deps/fuego_unittest-SgUctSearchTest.Tpo -c -o fuego_unittest-SgUctSearchTest.o `test -f '../smartgame/test/SgUctSearchTest.cpp' || echo './'`../smartgame/test/SgUctSearchTest.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from ../smartgame/test/SgUctSearchTest.cpp:13:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from ../smartgame/test/SgUctSearchTest.cpp:13:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/fuego_unittest-SgUctSearchTest.Tpo .deps/fuego_unittest-SgUctSearchTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUctTreeTest.o -MD -MP -MF .deps/fuego_unittest-SgUctTreeTest.Tpo -c -o fuego_unittest-SgUctTreeTest.o `test -f '../smartgame/test/SgUctTreeTest.cpp' || echo './'`../smartgame/test/SgUctTreeTest.cpp
mv -f .deps/fuego_unittest-SgUctTreeTest.Tpo .deps/fuego_unittest-SgUctTreeTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUctTreeUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgUctTreeUtilTest.Tpo -c -o fuego_unittest-SgUctTreeUtilTest.o `test -f '../smartgame/test/SgUctTreeUtilTest.cpp' || echo './'`../smartgame/test/SgUctTreeUtilTest.cpp
In file included from /opt/local/include/boost/date_time/posix_time/posix_time_system.hpp:14,
from /opt/local/include/boost/date_time/posix_time/ptime.hpp:12,
from /opt/local/include/boost/date_time/posix_time/posix_time_types.hpp:12,
from /opt/local/include/boost/thread/thread_time.hpp:11,
from /opt/local/include/boost/thread/locks.hpp:12,
from /opt/local/include/boost/thread/pthread/mutex.hpp:12,
from /opt/local/include/boost/thread/mutex.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:14,
from ../smartgame/SgUctSearch.h:13,
from ../smartgame/test/SgUctTreeUtilTest.cpp:10:
/opt/local/include/boost/date_time/time_system_split.hpp:41:1: warning: use of C99 long long integer constant
In file included from /opt/local/include/boost/thread/condition_variable.hpp:16,
from /opt/local/include/boost/thread/barrier.hpp:15,
from ../smartgame/SgUctSearch.h:13,
from ../smartgame/test/SgUctTreeUtilTest.cpp:10:
/opt/local/include/boost/thread/pthread/condition_variable.hpp: In member function ‘void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)’:
/opt/local/include/boost/thread/pthread/condition_variable.hpp:53: warning: unused variable ‘res’
mv -f .deps/fuego_unittest-SgUctTreeUtilTest.Tpo .deps/fuego_unittest-SgUctTreeUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUctValueTest.o -MD -MP -MF .deps/fuego_unittest-SgUctValueTest.Tpo -c -o fuego_unittest-SgUctValueTest.o `test -f '../smartgame/test/SgUctValueTest.cpp' || echo './'`../smartgame/test/SgUctValueTest.cpp
mv -f .deps/fuego_unittest-SgUctValueTest.Tpo .deps/fuego_unittest-SgUctValueTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgUtilTest.Tpo -c -o fuego_unittest-SgUtilTest.o `test -f '../smartgame/test/SgUtilTest.cpp' || echo './'`../smartgame/test/SgUtilTest.cpp
mv -f .deps/fuego_unittest-SgUtilTest.Tpo .deps/fuego_unittest-SgUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgVectorTest.o -MD -MP -MF .deps/fuego_unittest-SgVectorTest.Tpo -c -o fuego_unittest-SgVectorTest.o `test -f '../smartgame/test/SgVectorTest.cpp' || echo './'`../smartgame/test/SgVectorTest.cpp
mv -f .deps/fuego_unittest-SgVectorTest.Tpo .deps/fuego_unittest-SgVectorTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgVectorUtilTest.o -MD -MP -MF .deps/fuego_unittest-SgVectorUtilTest.Tpo -c -o fuego_unittest-SgVectorUtilTest.o `test -f '../smartgame/test/SgVectorUtilTest.cpp' || echo './'`../smartgame/test/SgVectorUtilTest.cpp
mv -f .deps/fuego_unittest-SgVectorUtilTest.Tpo .deps/fuego_unittest-SgVectorUtilTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-SgWriteTest.o -MD -MP -MF .deps/fuego_unittest-SgWriteTest.Tpo -c -o fuego_unittest-SgWriteTest.o `test -f '../smartgame/test/SgWriteTest.cpp' || echo './'`../smartgame/test/SgWriteTest.cpp
mv -f .deps/fuego_unittest-SgWriteTest.Tpo .deps/fuego_unittest-SgWriteTest.Po
g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/opt/local/include -I../gtpengine -I../smartgame -I../go -I../simpleplayers -I../gouct -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -MT fuego_unittest-UnitTestMain.o -MD -MP -MF .deps/fuego_unittest-UnitTestMain.Tpo -c -o fuego_unittest-UnitTestMain.o `test -f '../unittestmain/UnitTestMain.cpp' || echo './'`../unittestmain/UnitTestMain.cpp
mv -f .deps/fuego_unittest-UnitTestMain.Tpo .deps/fuego_unittest-UnitTestMain.Po
g++ -g -O2 -DNDEBUG -Wall -pedantic -ansi -Wextra -Wconversion -L/opt/local/lib -o fuego_unittest fuego_unittest-GoBoardTest.o fuego_unittest-GoBoardSynchronizerTest.o fuego_unittest-GoBoardUpdaterTest.o fuego_unittest-GoBoardUtilTest.o fuego_unittest-GoBookTest.o fuego_unittest-GoEyeUtilTest.o fuego_unittest-GoGameTest.o fuego_unittest-GoGtpCommandUtilTest.o fuego_unittest-GoGtpEngineTest.o fuego_unittest-GoKomiTest.o fuego_unittest-GoLadderTest.o fuego_unittest-GoRegionTest.o fuego_unittest-GoRegionBoardTest.o fuego_unittest-GoSetupUtilTest.o fuego_unittest-GoTimeControlTest.o fuego_unittest-GoTimeSettingsTest.o fuego_unittest-GoUtilTest.o fuego_unittest-GoUctBoardTest.o fuego_unittest-GoUctUtilTest.o fuego_unittest-GtpEngineTest.o fuego_unittest-SgArrayTest.o fuego_unittest-SgArrayListTest.o fuego_unittest-SgBlackWhiteTest.o fuego_unittest-SgBoardColorTest.o fuego_unittest-SgBoardConstTest.o fuego_unittest-SgBWArrayTest.o fuego_unittest-SgBWSetTest.o fuego_unittest-SgCmdLineOptTest.o fuego_unittest-SgConnCompIteratorTest.o fuego_unittest-SgEBWArrayTest.o fuego_unittest-SgEvaluatedMovesTest.o fuego_unittest-SgFastLogTest.o fuego_unittest-SgGameReaderTest.o fuego_unittest-SgGtpUtilTest.o fuego_unittest-SgHashTest.o fuego_unittest-SgMarkerTest.o fuego_unittest-SgMathTest.o fuego_unittest-SgMiaiMapTest.o fuego_unittest-SgMiaiStrategyTest.o fuego_unittest-SgNbIteratorTest.o fuego_unittest-SgNodeTest.o fuego_unittest-SgNodeUtilTest.o fuego_unittest-SgPointArrayTest.o fuego_unittest-SgPointTest.o fuego_unittest-SgPointSetTest.o fuego_unittest-SgPropTest.o fuego_unittest-SgRectTest.o fuego_unittest-SgRestorerTest.o fuego_unittest-SgSearchTest.o fuego_unittest-SgSortedArrayTest.o fuego_unittest-SgStackTest.o fuego_unittest-SgStatisticsTest.o fuego_unittest-SgStringUtilTest.o fuego_unittest-SgSystemTest.o fuego_unittest-SgTimeControlTest.o fuego_unittest-SgUctSearchTest.o fuego_unittest-SgUctTreeTest.o fuego_unittest-SgUctTreeUtilTest.o fuego_unittest-SgUctValueTest.o fuego_unittest-SgUtilTest.o fuego_unittest-SgVectorTest.o fuego_unittest-SgVectorUtilTest.o fuego_unittest-SgWriteTest.o fuego_unittest-UnitTestMain.o ../gouct/libfuego_gouct.a ../simpleplayers/libfuego_simpleplayers.a ../go/libfuego_go.a ../smartgame/libfuego_smartgame.a ../gtpengine/libfuego_gtpengine.a -lboost_unit_test_framework-mt -lboost_filesystem-mt -lboost_system-mt -lboost_thread-mt
make check-TESTS
Running 387 test cases...
SgUctSearch: system memory unknown, setting default tree size to 1333333 nodes
SgUctSearch: system memory unknown, setting default tree size to 1333333 nodes

*** No errors detected
PASS: fuego_unittest
=============
1 test passed
=============
make[1]: Nothing to be done for `check-am'.