openai / gym

A toolkit for developing and comparing reinforcement learning algorithms.
https://www.gymlibrary.dev
Other
34.73k stars 8.61k forks source link

Cannot install everything, something wrong with pachi-py. #252

Closed deror007 closed 8 years ago

deror007 commented 8 years ago

The build log is: Unknown:gym susanmammen$ pip install -e '.[all]' Obtaining file:///Users/susanmammen/gym Requirement already satisfied (use --upgrade to upgrade): numpy>=1.10.4 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3) Requirement already satisfied (use --upgrade to upgrade): requests>=2.0 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3) Requirement already satisfied (use --upgrade to upgrade): six in /Users/susanmammen/anaconda/lib/python3.5/site-packages/six-1.10.0-py3.5.egg (from gym==0.1.3) Requirement already satisfied (use --upgrade to upgrade): pyglet>=1.2.0 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3) Requirement already satisfied (use --upgrade to upgrade): atari_py>=0.0.17 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3) Requirement already satisfied (use --upgrade to upgrade): Pillow in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3) Requirement already satisfied (use --upgrade to upgrade): PyOpenGL in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3) Collecting pachi-py>=0.0.19 (from gym==0.1.3) Using cached pachi-py-0.0.21.tar.gz Requirement already satisfied (use --upgrade to upgrade): box2d-py in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3) Collecting doom_py>=0.0.11 (from gym==0.1.3) Using cached doom-py-0.0.15.tar.gz Collecting mujoco_py>=0.4.3 (from gym==0.1.3) Downloading mujoco-py-0.5.3.tar.gz Collecting imageio (from gym==0.1.3) Using cached imageio-1.5-cp26.cp27.cp33.cp34.cp35-none-macosx_10_5_x86_64.macosx_10_6_intel.whl Collecting keras (from gym==0.1.3) Downloading Keras-1.0.6.tar.gz (128kB) 100% |████████████████████████████████| 133kB 354kB/s Requirement already satisfied (use --upgrade to upgrade): theano in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3) Requirement already satisfied (use --upgrade to upgrade): pyyaml in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from keras->gym==0.1.3) Requirement already satisfied (use --upgrade to upgrade): scipy>=0.11 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from theano->gym==0.1.3) Building wheels for collected packages: pachi-py, doom-py, mujoco-py, keras Running setup.py bdist_wheel for pachi-py ... error Complete output from command /Users/susanmammen/anaconda/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" bdist_wheel -d /var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/tmp1g4ghpv8pip-wheel- --python-tag cp35: running bdist_wheel running build running build_py creating build creating build/lib.macosx-10.5-x86_64-3.5 creating build/lib.macosx-10.5-x86_64-3.5/pachi_py copying pachi_py/init.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py running egg_info writing top-level names to pachi_py.egg-info/top_level.txt writing dependency_links to pachi_py.egg-info/dependency_links.txt writing pachi_py.egg-info/PKG-INFO writing requirements to pachi_py.egg-info/requires.txt warning: manifest_maker: standard file '-c' not found

reading manifest file 'pachi_py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pachi_py.egg-info/SOURCES.txt' copying pachi_py/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py copying pachi_py/cypachi.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py copying pachi_py/cypachi.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py copying pachi_py/cypachi.pyx -> build/lib.macosx-10.5-x86_64-3.5/pachi_py copying pachi_py/exceptions.hpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py copying pachi_py/extra_unused.pyx -> build/lib.macosx-10.5-x86_64-3.5/pachi_py copying pachi_py/goutil.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py copying pachi_py/goutil.hpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py copying pachi_py/ptr.hpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/.gitignore -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/ANDROID.txt -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/CMakeLists.txt -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/COPYING -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/CREDITS -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/HACKING -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/Makefile.lib -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/TODO -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/board.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/board.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/book.dat.bad -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/book.dat.extra -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/chat.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/chat.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/dcnn.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/dcnn.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/debug.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/engine.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/fbook.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/fbook.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/fixp.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/gogui.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/gtp.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/gtp.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/joseki19.pdict -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/libpachi_globals.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/move.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/move.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/mq.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/network.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/network.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/ownermap.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/ownermap.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/pachi.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/pattern.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/pattern.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/pattern3.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/pattern3.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/patternprob.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/patternprob.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/patternsp.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/patternsp.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/playout.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/playout.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/probdist.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/probdist.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/random.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/random.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/stats.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/stone.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/stone.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/timeinfo.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/timeinfo.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/util.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi copying pachi_py/pachi/version.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed copying pachi_py/pachi/distributed/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed copying pachi_py/pachi/distributed/distributed.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed copying pachi_py/pachi/distributed/distributed.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed copying pachi_py/pachi/distributed/merge.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed copying pachi_py/pachi/distributed/merge.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed copying pachi_py/pachi/distributed/protocol.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed copying pachi_py/pachi/distributed/protocol.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki copying pachi_py/pachi/joseki/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki copying pachi_py/pachi/joseki/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki copying pachi_py/pachi/joseki/base.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki copying pachi_py/pachi/joseki/base.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki copying pachi_py/pachi/joseki/joseki.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki copying pachi_py/pachi/joseki/joseki.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki copying pachi_py/pachi/joseki/sgfvar2gtp.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/media copying pachi_py/pachi/media/pachi-small.png -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/media copying pachi_py/pachi/media/pachi.jpg -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/media creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo copying pachi_py/pachi/montecarlo/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo copying pachi_py/pachi/montecarlo/internal.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo copying pachi_py/pachi/montecarlo/montecarlo.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo copying pachi_py/pachi/montecarlo/montecarlo.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay copying pachi_py/pachi/patternplay/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay copying pachi_py/pachi/patternplay/patternplay.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay copying pachi_py/pachi/patternplay/patternplay.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan copying pachi_py/pachi/patternscan/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan copying pachi_py/pachi/patternscan/patternscan.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan copying pachi_py/pachi/patternscan/patternscan.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout copying pachi_py/pachi/playout/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout copying pachi_py/pachi/playout/light.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout copying pachi_py/pachi/playout/light.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout copying pachi_py/pachi/playout/moggy.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout copying pachi_py/pachi/playout/moggy.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random copying pachi_py/pachi/random/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random copying pachi_py/pachi/random/random.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random copying pachi_py/pachi/random/random.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay copying pachi_py/pachi/replay/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay copying pachi_py/pachi/replay/replay.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay copying pachi_py/pachi/replay/replay.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play copying pachi_py/pachi/t-play/TESTS -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play copying pachi_py/pachi/t-play/resum -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play copying pachi_py/pachi/t-play/test_in_context.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/TODO -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/autotest-client -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/autotest-clients -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/autotest-gather -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/autotest-lib -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/autotest-prune -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/autotest-show -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/autotest-show-diagram -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/autotest-worker -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest copying pachi_py/pachi/t-play/autotest/rc -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress copying pachi_py/pachi/t-regress/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress copying pachi_py/pachi/t-regress/TODO -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress copying pachi_py/pachi/t-regress/test-game.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye copying pachi_py/pachi/t-regress/by-falseeye/2011-06-05-Zen19-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye copying pachi_py/pachi/t-regress/by-falseeye/2011-06-05-tazaki-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye copying pachi_py/pachi/t-regress/by-falseeye/2011-06-09-botkiller2-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye copying pachi_py/pachi/t-regress/by-falseeye/2011-06-10-pachi30s-samba-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye copying pachi_py/pachi/t-regress/by-falseeye/2011-06-18-dorabon-pachi2-4.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye copying pachi_py/pachi/t-regress/by-falseeye/2011-07-28-pachi2-Novicer.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye copying pachi_py/pachi/t-regress/by-falseeye/2011-08-12-xiaosugi-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ko copying pachi_py/pachi/t-regress/by-ko/2011-06-09-jinen-pachi30s-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ko creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2011-01-11-llopl-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2011-06-06-tyzef-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2011-06-13-pachi30s-Jep.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2011-07-28-pachi2-pkunzip-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2011-08-08-Dallas-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2011-08-09-pachi2-BlueSpark.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2011-08-09-somrak-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2011-08-24-StoneGrid-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2011-09-04-pachi2-stv.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder copying pachi_py/pachi/t-regress/by-ladder/2012-03-16-IMC-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai copying pachi_py/pachi/t-regress/by-semeai/2011-01-15-pachi2-rollingon.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai copying pachi_py/pachi/t-regress/by-semeai/2011-06-05-Zen19-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai copying pachi_py/pachi/t-regress/by-semeai/2011-06-05-tazaki-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai copying pachi_py/pachi/t-regress/by-semeai/2011-06-18-dorabon-pachi2-4.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai copying pachi_py/pachi/t-regress/by-semeai/2012-03-15-pachi2-Leech.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2010-12-05-pachi-CzechBot.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-01-11-llopl-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-01-15-pachi2-rollingon.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-06-05-Zen19-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-06-05-tazaki-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-06-06-tyzef-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-06-07-fidibus-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-06-09-botkiller2-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-06-09-jinen-pachi30s-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-06-10-pachi30s-samba-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-06-13-pachi30s-Jep.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-06-18-dorabon-pachi2-4.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-07-28-pachi2-Novicer.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-07-28-pachi2-pkunzip-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-08-08-Dallas-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-08-09-pachi2-BlueSpark.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-08-09-somrak-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-08-12-xiaosugi-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-08-24-StoneGrid-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2011-09-04-pachi2-stv.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2012-01-17-pachi2-Soromon-3.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2012-03-15-pachi2-Leech.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2012-03-16-IMC-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games copying pachi_py/pachi/t-regress/games/2012-03-21-pachi2-Hujisawa-3.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit copying pachi_py/pachi/t-unit/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit copying pachi_py/pachi/t-unit/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit copying pachi_py/pachi/t-unit/sar.t -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit copying pachi_py/pachi/t-unit/test.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit copying pachi_py/pachi/t-unit/test.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/1lib.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/1lib.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/2lib.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/2lib.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/ladder.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/ladder.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/nakade.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/nakade.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/nlib.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/nlib.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/selfatari.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/selfatari.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/util.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics copying pachi_py/pachi/tactics/util.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/complete-tromptaylor.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/complete.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/genmove.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/genmove19.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/gentbook.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/kgslog2gtp.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/pattern3_show.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/pattern_bayes_gen.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/pattern_bayes_merge.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/pattern_byplayer.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/pattern_getdrops.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/pattern_spatial_gen.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/pattern_spatial_show.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/sgf-analyse.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/sgf-ratemove.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/sgf2gtp.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/sgf2gtp.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/spirit.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools copying pachi_py/pachi/tools/twogtp.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook copying pachi_py/pachi/tools/autobook/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook copying pachi_py/pachi/tools/autobook/autobook.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook copying pachi_py/pachi/tools/autobook/autobook2fbook.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook copying pachi_py/pachi/tools/autobook/eval.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook copying pachi_py/pachi/tools/autobook/expand.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook copying pachi_py/pachi/tools/autobook/walk.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib copying pachi_py/pachi/tools/sgflib/.gitignore -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib copying pachi_py/pachi/tools/sgflib/init.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib copying pachi_py/pachi/tools/sgflib/sgflib.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib copying pachi_py/pachi/tools/sgflib/typelib.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/dynkomi.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/dynkomi.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/internal.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/plugin.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/plugins.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/plugins.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/prior.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/prior.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/search.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/search.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/slave.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/slave.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/tree.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/tree.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/uct.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/uct.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/walk.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct copying pachi_py/pachi/uct/walk.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/plugin copying pachi_py/pachi/uct/plugin/example.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/plugin copying pachi_py/pachi/uct/plugin/wolf.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/plugin creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy copying pachi_py/pachi/uct/policy/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy copying pachi_py/pachi/uct/policy/generic.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy copying pachi_py/pachi/uct/policy/generic.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy copying pachi_py/pachi/uct/policy/ucb1.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy copying pachi_py/pachi/uct/policy/ucb1amaf.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy running build_ext -- The C compiler identification is AppleClang 7.0.2.7000181 -- The CXX compiler identification is AppleClang 7.0.2.7000181 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting build type to 'Release' as none was specified. -- Configuring done -- Generating done -- Build files have been written to: /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/pachi_py/build Scanning dependencies of target pachi [ 8%] Building C object CMakeFiles/pachi.dir/distributed/merge.c.o [ 8%] Building C object CMakeFiles/pachi.dir/board.c.o [ 8%] Building C object CMakeFiles/pachi.dir/distributed/distributed.c.o [ 8%] Building C object CMakeFiles/pachi.dir/chat.c.o /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/pachi_py/pachi/board.c:392:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ [ 10%] Building C object CMakeFiles/pachi.dir/distributed/protocol.c.o 1 warning generated. [ 16%] Building C object CMakeFiles/pachi.dir/fbook.c.o [ 16%] Building C object CMakeFiles/pachi.dir/gtp.c.o [ 16%] Building C object CMakeFiles/pachi.dir/joseki/base.c.o [ 18%] Building C object CMakeFiles/pachi.dir/joseki/joseki.c.o [ 20%] Building C object CMakeFiles/pachi.dir/libpachi_globals.c.o [ 22%] Building C object CMakeFiles/pachi.dir/montecarlo/montecarlo.c.o [ 24%] Building C object CMakeFiles/pachi.dir/move.c.o [ 26%] Building C object CMakeFiles/pachi.dir/network.c.o [ 30%] Building C object CMakeFiles/pachi.dir/pattern3.c.o [ 30%] Building C object CMakeFiles/pachi.dir/ownermap.c.o [ 32%] Building C object CMakeFiles/pachi.dir/pattern.c.o /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/pachi_py/pachi/pattern.c:453:8: warning: implicit truncation from 'int' to bitfield changes value from -1 to 255 [-Wbitfield-constant-conversion] f->id = -1; ^ ~~ [ 34%] Building C object CMakeFiles/pachi.dir/patternplay/patternplay.c.o [ 36%] Building C object CMakeFiles/pachi.dir/patternprob.c.o [ 38%] Building C object CMakeFiles/pachi.dir/patternscan/patternscan.c.o [ 40%] Building C object CMakeFiles/pachi.dir/patternsp.c.o [ 42%] Building C object CMakeFiles/pachi.dir/playout.c.o [ 44%] Building C object CMakeFiles/pachi.dir/playout/light.c.o [ 46%] Building C object CMakeFiles/pachi.dir/playout/moggy.c.o [ 48%] Building C object CMakeFiles/pachi.dir/probdist.c.o [ 51%] Building C object CMakeFiles/pachi.dir/random.c.o [ 53%] Building C object CMakeFiles/pachi.dir/random/random.c.o [ 55%] Building C object CMakeFiles/pachi.dir/replay/replay.c.o 1 warning generated. [ 57%] Building C object CMakeFiles/pachi.dir/stone.c.o [ 59%] Building C object CMakeFiles/pachi.dir/tactics/1lib.c.o [ 61%] Building C object CMakeFiles/pachi.dir/tactics/2lib.c.o [ 63%] Building C object CMakeFiles/pachi.dir/tactics/ladder.c.o [ 65%] Building C object CMakeFiles/pachi.dir/tactics/nakade.c.o [ 67%] Building C object CMakeFiles/pachi.dir/tactics/nlib.c.o [ 69%] Building C object CMakeFiles/pachi.dir/tactics/selfatari.c.o [ 71%] Building C object CMakeFiles/pachi.dir/tactics/util.c.o [ 73%] Building C object CMakeFiles/pachi.dir/timeinfo.c.o [ 75%] Building C object CMakeFiles/pachi.dir/t-unit/test.c.o [ 77%] Building C object CMakeFiles/pachi.dir/uct/dynkomi.c.o [ 79%] Building C object CMakeFiles/pachi.dir/uct/plugins.c.o [ 81%] Building C object CMakeFiles/pachi.dir/uct/policy/generic.c.o [ 83%] Building C object CMakeFiles/pachi.dir/uct/policy/ucb1amaf.c.o [ 85%] Building C object CMakeFiles/pachi.dir/uct/policy/ucb1.c.o [ 87%] Building C object CMakeFiles/pachi.dir/uct/prior.c.o [ 89%] Building C object CMakeFiles/pachi.dir/uct/search.c.o [ 91%] Building C object CMakeFiles/pachi.dir/uct/slave.c.o [ 95%] Building C object CMakeFiles/pachi.dir/uct/tree.c.o [ 95%] Building C object CMakeFiles/pachi.dir/uct/uct.c.o [ 97%] Building C object CMakeFiles/pachi.dir/uct/walk.c.o [100%] Linking C static library lib/libpachi.a [100%] Built target pachi building 'pachi_py.cypachi' extension creating build/temp.macosx-10.5-x86_64-3.5 creating build/temp.macosx-10.5-x86_64-3.5/pachi_py gcc -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/susanmammen/anaconda/include -arch x86_64 -Ipachi_py/pachi -I/Users/susanmammen/anaconda/include/python3.5m -I/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include -c pachi_py/cypachi.cpp -o build/temp.macosx-10.5-x86_64-3.5/pachi_py/cypachi.o -std=c++11 In file included from pachi_py/cypachi.cpp:275: In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/ndarrayobject.h:18: In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781: /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]

warning "Using deprecated NumPy API, disable it by " \

^ In file included from pachi_py/cypachi.cpp:283: pachi_py/ptr.hpp:410:28: warning: class template 'ptr' was previously declared as a struct template [-Wmismatched-tags] template friend class ptr; ^ pachi_py/ptr.hpp:407:8: note: previous use is here struct ptr { ^ pachi_py/ptr.hpp:410:28: note: did you mean struct here? template friend class ptr; ^~~~~ struct pachi_py/cypachi.cpp:486:11: warning: 'unlikely' macro redefined [-Wmacro-redefined]

define unlikely(x) **builtin_expect(!!(x), 0)

        ^

pachi_py/pachi/util.h:57:9: note: previous definition is here

define unlikely(x) __builtin_expect((x), 0)

      ^

pachi_py/cypachi.cpp:1692:33: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] for (pyx_t_5 = 0; pyx_t_5 < pyx_t_4; pyx_t_5+=1) {


  pachi_py/cypachi.cpp:1703:35: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
      for (__pyx_t_7 = 0; __pyx_t_7 < __pyx_t_6; __pyx_t_7+=1) {
                          ~~~~~~~~~ ^ ~~~~~~~~~
  In file included from pachi_py/cypachi.cpp:275:
  In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:
  /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:1634:1: warning: unused function '_import_array' [-Wunused-function]
  _import_array(void)
  ^
  pachi_py/cypachi.cpp:12437:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
  static CYTHON_INLINE PyObject\* __Pyx_PyUnicode_FromString(const char\* c_str) {
                                 ^
  pachi_py/cypachi.cpp:12552:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
  static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject\* b) {
                                  ^
  pachi_py/cypachi.cpp:12614:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
  static CYTHON_INLINE PyObject \* __Pyx_PyInt_FromSize_t(size_t ival) {
                                  ^
  pachi_py/cypachi.cpp:10113:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
  static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
                                 ^
  pachi_py/cypachi.cpp:10128:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
  static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
                                 ^
  pachi_py/cypachi.cpp:10744:48: warning: unused function '__pyx_t_float_complex_from_parts' [-Wunused-function]
      static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) {
                                                 ^
  pachi_py/cypachi.cpp:10866:49: warning: unused function '__pyx_t_double_complex_from_parts' [-Wunused-function]
      static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) {
                                                  ^
  pachi_py/cypachi.cpp:11753:43: warning: function '__Pyx_PyInt_As_unsigned_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
          static CYTHON_INLINE unsigned int __Pyx_PyInt_As_unsigned_int(PyObject *x) {
                                            ^
  pachi_py/cypachi.cpp:11938:37: warning: function '__Pyx_PyInt_As_size_t' is not needed and will not be emitted [-Wunneeded-internal-declaration]
          static CYTHON_INLINE size_t __Pyx_PyInt_As_size_t(PyObject *x) {
                                      ^
  pachi_py/cypachi.cpp:12123:35: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
          static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                                    ^
  pachi_py/cypachi.cpp:7759:32: warning: unused function '__pyx_convert_PyObject_string_to_py_std__in_string' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_convert_PyObject_string_to_py_std__in_string(std::string const &__pyx_v_s) {
                                 ^
  pachi_py/cypachi.cpp:7806:32: warning: unused function '__pyx_convert_PyUnicode_string_to_py_std__in_string' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_convert_PyUnicode_string_to_py_std__in_string(std::string const &__pyx_v_s) {
                                 ^
  pachi_py/cypachi.cpp:7853:32: warning: unused function '__pyx_convert_PyStr_string_to_py_std__in_string' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_convert_PyStr_string_to_py_std__in_string(std::string const &__pyx_v_s) {
                                 ^
  pachi_py/cypachi.cpp:7947:32: warning: unused function '__pyx_convert_PyByteArray_string_to_py_std__in_string' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_convert_PyByteArray_string_to_py_std__in_string(std::string const &__pyx_v_s) {
                                 ^
  pachi_py/cypachi.cpp:6549:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew1' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) {
                                 ^
  pachi_py/cypachi.cpp:6596:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew2' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) {
                                 ^
  pachi_py/cypachi.cpp:6643:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew3' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) {
                                 ^
  pachi_py/cypachi.cpp:6690:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew4' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) {
                                 ^
  pachi_py/cypachi.cpp:6737:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew5' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) {
                                 ^
  pachi_py/cypachi.cpp:7539:27: warning: unused function '__pyx_f_5numpy_set_array_base' [-Wunused-function]
  static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
                            ^
  pachi_py/cypachi.cpp:7635:32: warning: unused function '__pyx_f_5numpy_get_array_base' [-Wunused-function]
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) {
                                 ^
  In file included from pachi_py/cypachi.cpp:283:
  pachi_py/ptr.hpp:98:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE**' [-Wunused-local-typedef]
                                  ptr_hpp_static_assert(is_complete<T>::value);
                                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:115:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  In file included from pachi_py/cypachi.cpp:283:
  pachi_py/ptr.hpp:111:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                                  ptr_hpp_static_assert(is_complete<U>::value);
                                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:116:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  In file included from pachi_py/cypachi.cpp:283:
  pachi_py/ptr.hpp:547:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                  ptr_hpp_static_assert (!is_array);
                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:117:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  In file included from pachi_py/cypachi.cpp:283:
  pachi_py/ptr.hpp:574:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                  ptr_hpp_static_assert(is_array);
                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:118:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  In file included from pachi_py/cypachi.cpp:283:
  pachi_py/ptr.hpp:747:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                  ptr_hpp_static_assert(!is_array);
                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:119:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  32 warnings generated.
  gcc -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/susanmammen/anaconda/include -arch x86_64 -Ipachi_py/pachi -I/Users/susanmammen/anaconda/include/python3.5m -I/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include -c pachi_py/goutil.cpp -o build/temp.macosx-10.5-x86_64-3.5/pachi_py/goutil.o -std=c++11
  In file included from pachi_py/goutil.cpp:1:
  In file included from pachi_py/goutil.hpp:3:
  pachi_py/ptr.hpp:410:28: warning: class template 'ptr' was previously declared as a struct template [-Wmismatched-tags]
          template <class U> friend class ptr;
                                    ^
  pachi_py/ptr.hpp:407:8: note: previous use is here
  struct ptr {
         ^
  pachi_py/ptr.hpp:410:28: note: did you mean struct here?
          template <class U> friend class ptr;
                                    ^~~~~
                                    struct
  pachi_py/goutil.cpp:101:20: warning: unused function 'moves_equal' [-Wunused-function]
  static inline bool moves_equal(const move& m1, const move& m2) {
                     ^
  In file included from pachi_py/goutil.cpp:1:
  In file included from pachi_py/goutil.hpp:3:
  pachi_py/ptr.hpp:98:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                                  ptr_hpp_static_assert(is_complete<T>::value);
                                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:5:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  In file included from pachi_py/goutil.cpp:1:
  In file included from pachi_py/goutil.hpp:3:
  pachi_py/ptr.hpp:111:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                                  ptr_hpp_static_assert(is_complete<U>::value);
                                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:6:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  In file included from pachi_py/goutil.cpp:1:
  In file included from pachi_py/goutil.hpp:3:
  pachi_py/ptr.hpp:547:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                  ptr_hpp_static_assert (!is_array);
                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:7:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  In file included from pachi_py/goutil.cpp:1:
  In file included from pachi_py/goutil.hpp:3:
  pachi_py/ptr.hpp:574:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                  ptr_hpp_static_assert(is_array);
                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:8:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  In file included from pachi_py/goutil.cpp:1:
  In file included from pachi_py/goutil.hpp:3:
  pachi_py/ptr.hpp:747:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                  ptr_hpp_static_assert(!is_array);
                  ^
  pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                  ptr_hpp_static_assertion_##**LINE**;
                  ^
  <scratch space>:9:1: note: expanded from here
  ptr_hpp_static_assertion___LINE__
  ^
  7 warnings generated.
  g++ -bundle -undefined dynamic_lookup -L/Users/susanmammen/anaconda/lib -arch x86_64 build/temp.macosx-10.5-x86_64-3.5/pachi_py/cypachi.o build/temp.macosx-10.5-x86_64-3.5/pachi_py/goutil.o -Lpachi_py/build/lib -L/Users/susanmammen/anaconda/lib -lpachi -o build/lib.macosx-10.5-x86_64-3.5/pachi_py/cypachi.cpython-35m-darwin.so
  ld: warning: object file (pachi_py/build/lib/libpachi.a(board.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(ownermap.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(move.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(montecarlo.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(random.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(uct.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(random.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(timeinfo.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(util.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(libpachi_globals.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(fbook.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(chat.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(base.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(pattern.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(playout.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(light.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(moggy.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(plugins.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(ucb1.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(ucb1amaf.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(stone.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(tree.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(dynkomi.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(slave.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(search.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(walk.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(prior.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(1lib.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(gtp.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(2lib.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(nlib.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(selfatari.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(ladder.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(nakade.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(distributed.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(pattern3.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(patternprob.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(patternsp.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(generic.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(protocol.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(merge.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: warning: object file (pachi_py/build/lib/libpachi.a(network.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
  ld: targeted OS version does not support use of thread local variables in _fast_srandom for architecture x86_64
  clang: error: linker command failed with exit code 1 (use -v to see invocation)
  error: command 'g++' failed with exit status 1

---

  Failed building wheel for pachi-py
  Running setup.py clean for pachi-py
  Running setup.py bdist_wheel for doom-py ... error
  Complete output from command /Users/susanmammen/anaconda/bin/python -u -c "import setuptools, tokenize;**file**='/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/setup.py';exec(compile(getattr(tokenize, 'open', open)(**file**).read().replace('\r\n', '\n'), **file**, 'exec'))" bdist_wheel -d /var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/tmp6kerhhjopip-wheel- --python-tag cp35:
  running bdist_wheel
  running build
  -- The C compiler identification is AppleClang 7.0.2.7000181
  -- The CXX compiler identification is AppleClang 7.0.2.7000181
  -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- Looking for pthread.h
  -- Looking for pthread.h - found
  -- Looking for pthread_create
  -- Looking for pthread_create - found
  -- Found Threads: TRUE
  -- Boost version: 1.60.0
  -- Found the following Boost libraries:
  --   filesystem
  --   thread
  --   system
  --   date_time
  --   chrono
  --   regex
  --   iostreams
  --   atomic
  -- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6")
  -- Looking for BZ2_bzCompressInit
  -- Looking for BZ2_bzCompressInit - found
  -- Found JPEG: /Users/susanmammen/anaconda/lib/libjpeg.dylib
  -- Found ZLIB: /Users/susanmammen/anaconda/lib/libz.dylib (found version "1.2.8")
  -- Could NOT find GME (missing:  GME_LIBRARIES GME_INCLUDE_DIR)
  -- Using system zlib
  -- Using system jpeg library
  -- Using system bzip2 library
  -- Using internal gme library
  -- Performing Test HAVE_NO_ARRAY_BOUNDS
  -- Performing Test HAVE_NO_ARRAY_BOUNDS - Success
  -- Looking for strdup
  -- Looking for strdup - found
  -- Looking for strndup
  -- Looking for strndup - found
  -- Looking for sys/types.h
  -- Looking for sys/types.h - found
  -- Looking for stdint.h
  -- Looking for stdint.h - found
  -- Looking for stddef.h
  -- Looking for stddef.h - found
  -- Check size of char
  -- Check size of char - done
  -- Check size of short
  -- Check size of short - done
  -- Check size of int
  -- Check size of int - done
  -- Check size of long
  -- Check size of long - done
  -- /Users/susanmammen/anaconda/include
  -- /usr/include
  -- /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/lzma/C
  -- Looking for itoa
  -- Looking for itoa - not found
  -- Performing Test DUMB_CAN_USE_SSE
  -- Performing Test DUMB_CAN_USE_SSE - Success
  -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
  -- Found SDL2: /usr/local/lib/libSDL2main.a;/usr/local/lib/libSDL2.dylib;-framework Cocoa
  -- Found OpenAL: /System/Library/Frameworks/OpenAL.framework
  -- Could not find FMOD include files
  -- Could NOT find SndFile (missing:  SNDFILE_LIBRARY SNDFILE_INCLUDE_DIR)
  -- Could NOT find MPG123 (missing:  MPG123_LIBRARIES MPG123_INCLUDE_DIR)
  -- Could NOT find FluidSynth (missing:  FLUIDSYNTH_LIBRARIES FLUIDSYNTH_INCLUDE_DIR)
  -- Looking for filelength
  -- Looking for filelength - not found
  -- Looking for strupr
  -- Looking for strupr - not found
  -- Looking for stricmp
  -- Looking for stricmp - not found
  -- Looking for strnicmp
  -- Looking for strnicmp - not found
  -- Looking for clock_gettime in rt
  -- Looking for clock_gettime in rt - not found
  -- Looking for clock_gettime
  -- Looking for clock_gettime - not found
  -- Could not find clock_gettime. Timing statistics will not be available.
  -- Performing Test HAS_VA_COPY
  -- Performing Test HAS_VA_COPY - Success
  -- Boost version: 1.60.0
  -- Found the following Boost libraries:
  --   thread
  --   system
  --   date_time
  --   chrono
  --   atomic
  -- Fluid synth libs: FLUIDSYNTH_LIBRARIES-NOTFOUND
  -- Found PythonInterp: /Users/susanmammen/anaconda/bin/python (found suitable version "3.5.1", minimum required is "2.7")
  -- Found PythonLibs: /Users/susanmammen/anaconda/lib/libpython3.5m.dylib (found suitable version "3.5.1", minimum required is "3.5")
  -- Using python library: /Users/susanmammen/anaconda/lib/libpython3.5m.dylib
  -- Using python include: /Users/susanmammen/anaconda/include/python3.5m
  -- Could NOT find Boost
  -- Could NOT find Boost
  -- Boost library python-py35:
  -- Could NOT find Boost
  -- Boost library python35:
  -- Could NOT find Boost
  -- Boost library python-py3:
  -- Could NOT find Boost
  -- Boost library python3:
  -- Boost version: 1.60.0
  -- Found the following Boost libraries:
  --   python
  -- Found NUMPY: /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include
  -- Found components for NumPy
  -- NUMPY_ROOT_DIR    = /usr/local
  -- NUMPY_INCLUDES    = /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include
  -- NUMPY_LIBRARIES   = /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/lib/libnpymath.a
  -- NUMPY_API_VERSION = 1.10.4
  -- Configuring done
  CMake Warning (dev):
    Policy CMP0042 is not set: MACOSX_RPATH is enabled by default.  Run "cmake
    --help-policy CMP0042" for policy details.  Use the cmake_policy command to
    set the policy and suppress this warning.

```
MACOSX_RPATH is not specified for the following targets:

 libvizdoom_shared
```

  This warning is for project developers.  Use -Wno-dev to suppress it.

  -- Generating done
  -- Build files have been written to: /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py
  Scanning dependencies of target freedoom2
  --2016-07-19 21:01:48--  https://github.com/freedoom/freedoom/releases/download/v0.10.1/freedoom-0.10.1.zip
  Resolving github.com... 192.30.253.113
  Connecting to github.com|192.30.253.113|:443... connected.
  HTTP request sent, awaiting response... 302 Found
  Location: https://github-cloud.s3.amazonaws.com/releases/4576719/187ce05a-a927-11e5-957d-50baa9a2652a.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160719%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20160719T200148Z&X-Amz-Expires=300&X-Amz-Signature=fb7d8ed8469ebb73b5d995c4ebdc21c45274122466d7e6c70968ec6320566f2f&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfreedoom-0.10.1.zip&response-content-type=application%2Foctet-stream [following]
  --2016-07-19 21:01:48--  https://github-cloud.s3.amazonaws.com/releases/4576719/187ce05a-a927-11e5-957d-50baa9a2652a.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160719%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20160719T200148Z&X-Amz-Expires=300&X-Amz-Signature=fb7d8ed8469ebb73b5d995c4ebdc21c45274122466d7e6c70968ec6320566f2f&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfreedoom-0.10.1.zip&response-content-type=application%2Foctet-stream
  Resolving github-cloud.s3.amazonaws.com... 54.231.10.129
  Connecting to github-cloud.s3.amazonaws.com|54.231.10.129|:443... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 18496121 (18M) [application/octet-stream]
  Saving to: ‘./bin/freedoom-0.10.1.zip’

```
   0K .......... .......... .......... .......... ..........  0% 60.8K 4m56s
  50K .......... .......... .......... .......... ..........  0%  588K 2m43s
 100K .......... .......... .......... .......... ..........  0%  171M 1m48s
 150K .......... .......... .......... .......... ..........  1%  261M 81s
 200K .......... .......... .......... .......... ..........  1%  257M 65s
 250K .......... .......... .......... .......... ..........  1% 6.71M 54s
 300K .......... .......... .......... .......... ..........  1%  438K 52s
 350K .......... .......... .......... .......... ..........  2%  416K 51s
 400K .......... .......... .......... .......... ..........  2%  361K 50s
 450K .......... .......... .......... .......... ..........  2%  500K 49s
 500K .......... .......... .......... .......... ..........  3%  432K 48s
 550K .......... .......... .......... .......... ..........  3%  458K 47s
 600K .......... .......... .......... .......... ..........  3%  447K 46s
 650K .......... .......... .......... .......... ..........  3%  442K 46s
 700K .......... .......... .......... .......... ..........  4%  452K 45s
 750K .......... .......... .......... .......... ..........  4%  434K 45s
 800K .......... .......... .......... .......... ..........  4%  462K 44s
 850K .......... .......... .......... .......... ..........  4%  697K 43s
 900K .......... .......... .......... .......... ..........  5%  457K 42s
 950K .......... .......... .......... .......... ..........  5%  469K 42s
1000K .......... .......... .......... .......... ..........  5%  470K 42s
1050K .......... .......... .......... .......... ..........  6%  418K 41s
1100K .......... .......... .......... .......... ..........  6%  474K 41s
1150K .......... .......... .......... .......... ..........  6%  412K 41s
1200K .......... .......... .......... .......... ..........  6%  458K 41s
1250K .......... .......... .......... .......... ..........  7%  489K 40s
1300K .......... .......... .......... .......... ..........  7%  484K 40s
1350K .......... .......... .......... .......... ..........  7%  487K 40s
1400K .......... .......... .......... .......... ..........  8%  453K 39s
1450K .......... .......... .......... .......... ..........  8%  450K 39s
1500K .......... .......... .......... .......... ..........  8%  496K 39s
1550K .......... .......... .......... .......... ..........  8%  413K 39s
1600K .......... .......... .......... .......... ..........  9%  486K 39s
1650K .......... .......... .......... .......... ..........  9%  363K 39s
1700K .......... .......... .......... .......... ..........  9% 94.0K 42s
1750K .......... .......... .......... .......... ..........  9%  225M 41s
1800K .......... .......... .......... .......... .......... 10%  227M 40s
1850K .......... .......... .......... .......... .......... 10%  241M 39s
1900K .......... .......... .......... .......... .......... 10% 95.9K 42s
1950K .......... .......... .......... .......... .......... 11%  265K 42s
2000K .......... .......... .......... .......... .......... 11%  210K 43s
2050K .......... .......... .......... .......... .......... 11%  382K 43s
2100K .......... .......... .......... .......... .......... 11% 5.07M 42s
2150K .......... .......... .......... .......... .......... 12%  399K 42s
2200K .......... .......... .......... .......... .......... 12%  450K 41s
2250K .......... .......... .......... .......... .......... 12%  417K 41s
2300K .......... .......... .......... .......... .......... 13%  249K 41s
2350K .......... .......... .......... .......... .......... 13%  932K 41s
2400K .......... .......... .......... .......... .......... 13%  358K 41s
2450K .......... .......... .......... .......... .......... 13%  168K 42s
2500K .......... .......... .......... .......... .......... 14% 1.66M 41s
2550K .......... .......... .......... .......... .......... 14%  228K 41s
2600K .......... .......... .......... .......... .......... 14%  564K 41s
2650K .......... .......... .......... .......... .......... 14%  308K 41s
2700K .......... .......... .......... .......... .......... 15%  292K 41s
2750K .......... .......... .......... .......... .......... 15%  293K 41s
2800K .......... .......... .......... .......... .......... 15%  310K 41s
2850K .......... .......... .......... .......... .......... 16%  336K 41s
2900K .......... .......... .......... .......... .......... 16%  265K 41s
2950K .......... .......... .......... .......... .......... 16%  235K 41s
3000K .......... .......... .......... .......... .......... 16%  252K 42s
3050K .........Scanning dependencies of target libvizdoom_shared
```

  Scanning dependencies of target libvizdoom_static
  . .......... .......... .......... .......... 17%  257K 42s
    3100K ..........[  0%] Building CXX object CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomController.cpp.o
  [  0%] Building CXX object CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomController.cpp.o
   .......... .......... .......... .......... 17%  253K 42s
    3150K .......... .......... .......... .......... .......... 17%  249K 42s
    3200K .......... .......... .......... .......... .......... 17%  199K 42s
    3250K .......... .......... .......... .......... .......... 18%  356K 42s
    3300K .......... .......... .......... .......... .......... 18%  220K 42s
    3350K .......... .......... .......... .......... .......... 18%  201K 43s
    3400K .......... .......... .......... .......... .......... 19%  303K 43s
    3450K .......... .......... .......... .......... .......... 19%  229K 43s
    3500K .......... .......... .......... .......... .......... 19%  251K 43s
    3550K .......... .......... .......... .......... .......... 19% 85.7K 44s
    3600K .......... .......... .......... .......... .......... 20%  257M 44s
    3650K .......... .......... .......... .......... .......... 20%  268M 43s
    3700K .......... .......... .......... .......... .......... 20%  294K 43s
    3750K .......... .......... .......... .......... .......... 21%  280K 43s
    3800K .......... .......... .......... .......... .......... 21%  310K 43s
    3850K .......... .......... .......... .......... .......... 21%  279K 43s
    3900K .......... .......... .......... .......... .......... 21%  344K 43s
    3950K .......... .......... .......... .......... .......... 22%  302K 42s
    4000K .......... .......... .......... .......... .......... 22%  347K 42s
    4050K .......... .......... .......... .......... .......... 22%  408K 42s
    4100K .......... .......... .......... .......... .......... 22%  496K 42s
    4150K .......... .......... .......... .......... .......... 23%  540K 41s
    4200K .......... .......... .......... .......... .......... 23%  610K 41s
    4250K .......... .......... .......... .......... .......... 23%  788K 41s
    4300K .......... .......... .......... .......... .......... 24%  703K 40s
    4350K .......... .......... .......... .......... .......... 24%  657K 40s
    4400K .......... .......... .......... .......... .......... 24%  600K 39s
    4450K .......... .......... .......... .......... .......... 24%  701K 39s
    4500K .......... .......... .......... .......... .......... 25% 74.4K 41s
    4550K .......... .......... .......... .......... .......... 25%  487K 40s
    4600K .......... .......... .......... .......... .......... 25% 4.88M 40s
    4650K .......... .......... .......... .......... .......... 26%  249M 39s
    4700K .......... .......... .......... .......... .......... 26%  287M 39s
    4750K .......... .......... .......... .......... .......... 26%  248K 39s
    4800K .......... .......... .......... .......... .......... 26%  136K 39s
    4850K .......... .......... .......... .......... .......... 27%  177K 39s
    4900K .......... .......... .......... .......... .......... 27%  462K 39s
    4950K .......... .......... .......... .......... .......... 27% 2.09M 39s
    5000K .......... .......... .......... .......... .......... 27%  550K 38s
    5050K .......... .......... .......... .......... .......... 28%  450K 38s
    5100K .......... .......... .......... .......... .......... 28%  680K 38s
    5150K .......... .......... .......... .......... .......... 28%  450K 37s
    5200K .......... ......./private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/lib/ViZDoomController.cpp:656:17: warning: 50 enumeration values not handled in switch: 'AMMO0', 'AMMO1', 'AMMO2'... [-Wswitch]
          switch (var) {
                  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/lib/ViZDoomController.cpp:656:17: warning: 50 enumeration values not handled in switch: 'AMMO0', 'AMMO1', 'AMMO2'... [-Wswitch]
          switch (var) {
                  ^
  ... .......... .......... .......... 29%  239K 37s
    5250K .......... .......... .......... .......... .......... 29%  555K 37s
    5300K .......... .......... .......... .......... .......... 29%  680K 37s
    5350K .......... .......... .......... .......... .......... 29%  384K 37s
    5400K .......... .......... .......... .......... .......... 30%  374K 36s
    5450K .......... .......... .......... .......... .......... 30%  195K 37s
    5500K .......... .......... .......... .......... .......... 30% 8.50M 36s
    5550K .......... .......... .......... .......... .......... 31%  345K 36s
    5600K .......... .......... .......... .......... .......... 31%  333K 36s
    5650K .......... .......... .......... .......... .......... 31%  398K 36s
    5700K .......... .......... .......... .......... .......... 31%  439K 35s
    5750K .......... .......... .......... .......... .......... 32%  427K 35s
    5800K .......... .......... .......... .......... .......... 32%  405K 35s
    5850K .......... .......... .......... .1 warning generated.
  1 warning generated.
  ......... .......... 32%  421K 35s
    5900K .......... .....[  2%] Building CXX object CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomExceptions.cpp.o
  [  2%] Building CXX object CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomExceptions.cpp.o
  ..... .......... .......... .......... 32%  456K 35s
    5950K .......... .......... .......... .......... .......... 33%  647K 34s[  2%] Building CXX object CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomGame.cpp.o
  [  2%] Building CXX object CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomGame.cpp.o

```
6000K .......... .......... .......... .......... .......... 33%  432K 34s
6050K .......... .......... .......... .......... .......... 33%  453K 34s
6100K .......... .......... .......... .......... .......... 34%  450K 34s
6150K .......... .......... .......... .......... .......... 34%  452K 34s
6200K .......... .......... .......... .......... .......... 34%  474K 33s
6250K .......... .......... .......... .......... .......... 34%  451K 33s
6300K .......... .......... .......... .......... .......... 35%  394K 33s
6350K .......... .......... .......... .......... .......... 35%  466K 33s
6400K .......... .......... .......... .......... .......... 35%  444K 33s
6450K .......... .......... .......... .......... .......... 35%  433K 32s
6500K .......... .......... .......... .......... .......... 36%  439K 32s
6550K .......... .......... .......... .......... .......... 36%  498K 32s
6600K .......... .......... .......... .......... .......... 36%  439K 32s
6650K .......... .......... .......... .......... .......... 37%  451K 32s
6700K .......... .......... .......... .......... .......... 37%  450K 31s
6750K .......... .......... .......... .......... .......... 37%  468K 31s
6800K .......... .......... .......... .......... .......... 37%  672K 31s
6850K .......... .......... .......... .......... .......... 38%  372K 31s
6900K .......... .......... .......... .......... .......... 38%  317K 31s
6950K .......... .......... .......... .......... .......... 38%  550K 31s
7000K .......... .......... .......... .......... .......... 39%  401K 30s
7050K .......... .......... .......... .......... .......... 39%  340K 30s
7100K .......... .......... .......... .......... .......... 39%  354K 30s
7150K .......... .......... .......... .......... .......... 39%  442K 30s
7200K .......... .......... .......... .......... .......... 40%  399K 30s
7250K .......... .......... .......... .......... .......... 40%  400K 30s
7300K .........[  2%] Building CXX object CMakeFiles/libvizdoom_static.dir/src/lib/ViZDoomUtilities.cpp.o
```

  [  2%] Building CXX object CMakeFiles/libvizdoom_shared.dir/src/lib/ViZDoomUtilities.cpp.o
  . .......... .......... .......... ...[  2%] Linking CXX static library bin/libvizdoom.a
  [  2%] Linking CXX shared library bin/libvizdoom.dylib
  ....... 40%  370K 30s
    7350K .......... .......... .......... .......... .......... 40%  404K 29s
    7400K .......... .......... .......... .......... .......... 41%  385K 29s
    7450K .......... .......... .......... .......... .......... 41%  331K 29s
    7500K .......... ...[  2%] Built target libvizdoom_static
  ....... .......... .......... .......... 41%  366K 29s
    7550K .......... .......... .......... .......... .......... 42%  308K 29s
    7600K .......... .......... .......... .......... .......... 42%  320K 29s
    7650K .......... .......... .......... ...[  2%] Built target libvizdoom_shared
  ....... .......... 42%  462K 29s
    7700K .......... .......... .......... .......... .......... 42%  332K 28s
    7750K .......... .......... .......... .......... .......... 43%  348K 28s
    7800K .......... ........Scanning dependencies of target lzma
  .[  2%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zArcIn.o
  Scanning dependencies of target gme
  . .......... ......[  3%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Blip_Buffer.cpp.o
  .... .......... 43%  329K 28s
    7850K .......... ..........[  3%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Classic_Emu.cpp.o
   .......... .......[  3%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Data_Reader.cpp.o
  ... .......... 43%  344K 28s
    7900K .......... .......... .[  3%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Dual_Resampler.cpp.o
  [  3%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Effects_Buffer.cpp.o
  [  4%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zBuf.o
  [  4%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zCrc.o
  ......... .......... .......... 44%  296K 28s
    7950K .......... .......... ..[  4%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zCrcOpt.o
  ........ .........[  5%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zDec.o
  [  5%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Fir_Resampler.cpp.o
  . .......... 44%  588K 28s
    8000K ......[  5%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/gme.cpp.o
  .... .......... ...[  5%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/7zStream.o
  ....... ..........[  5%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gme_File.cpp.o
  [  5%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Bcj2.o
   .......... 44%  378K 28s
    8050K .......[  6%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Bra.o
  ... .......... ....[  6%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/M3u_Playlist.cpp.o
  [  6%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Bra86.o
  ...... .......... .[  6%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/BraIA64.o
  [  6%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/CpuArch.o
  ......... 44%  355K 27s
    8100K ........[  6%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Multi_Buffer.cpp.o
  [  6%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Delta.o
  .. .......... .....[  7%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/LzFind.o
  ..... .......... ..[  7%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Music_Emu.cpp.o
  ........ 45%  375K 27s
    8150K .......... .......... ......[  7%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Lzma2Dec.o
  [  8%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ay_Apu.cpp.o
  .... .......... ...[  8%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/LzmaDec.o
  ....... 45%  392K 27s
    8200K ..........[  8%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ym2612_Emu.cpp.o
   .......... .......... .......... .......... 45%  381K 27s
    8250K .......... .......... ........[  8%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/LzmaEnc.o
  .. .......... .......... 45%  381K 27s
    8300K .......... .......... .......... .......... ......[  8%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Sms_Apu.cpp.o
  .... 46%  406K 27s
    8350K .......... ...[  8%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ay_Cpu.cpp.o
  ....... .......... .......... .......... 46%  390K 27s
    8400K .......... .......... .......... .......... ........[  8%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ay_Emu.cpp.o
  .. 46%  413K 26s
    8450K .......... .......... .......... .......... .........[  9%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gb_Apu.cpp.o
  . 47%  395K 26s
    8500K .......... ......[  9%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gb_Cpu.cpp.o
  .... .......... ...[  9%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Ppmd7.o
  ....... .......... 47%  604K 26s
    8550K .......... .......... .......... .......... .......... 47%  430K 26s
    8600K .[  9%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gb_Oscs.cpp.o
  [ 10%] Building C object src/vizdoom/lzma/CMakeFiles/lzma.dir/C/Ppmd7Dec.o
  ......... ........[ 10%] Linking C static library liblzma.a
  .. .......... ....[ 10%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gbs_Emu.cpp.o
  ...... .......... 47%  418K 26s
    8650K .......... ........[ 10%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Gym_Emu.cpp.o
  .. .......... .......... .......... 48%  429K 26s
    8700K ...[ 11%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Hes_Apu.cpp.o
  [ 11%] Built target lzma
  ....... .......... .......... .......Scanning dependencies of target lemon
  [ 11%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Hes_Cpu.cpp.o
  [ 11%] Building C object src/vizdoom/tools/lemon/CMakeFiles/lemon.dir/lemon.o
  ... .......... 48%  401K 25s
    8750K .......... .......... .......... .......... .......... 48%  333K 25s
    8800K .....[ 11%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Hes_Emu.cpp.o
  ..... .......... .......... .........[ 11%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Kss_Cpu.cpp.o
  . .......... 48%  188K 25s
    8850K .......... .......... .......... .......... .......... 49%  636K 25s
    8900K .......[ 11%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Kss_Emu.cpp.o
  ... .......... .......... .......... .[ 12%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Kss_Scc_Apu.cpp.o
  ......... 49%  293K 25s
    8950K .......[ 12%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Apu.cpp.o
  .[ 13%] Linking C executable lemon
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/tools/lemon
  [ 13%] Built target lemon
  [ 13%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Cpu.cpp.o
  .. .......... .....[ 13%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Fme7_Apu.cpp.o
  ..... .......... ..Scanning dependencies of target re2c
  [ 13%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/actions.o
  ........ 49%  243K 25s
    9000K .........[ 13%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Namco_Apu.cpp.o
  . .......... ......[ 13%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Oscs.cpp.o
  .... .......... .......... 50%  265K 25s
    9050K ..........[ 14%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nes_Vrc6_Apu.cpp.o
   .......... .......[ 14%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nsf_Emu.cpp.o
  ... .......... ....[ 14%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Nsfe_Emu.cpp.o
  ...... 50%  277K 25s
    9100K .......... .......... ........[ 14%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Sap_Apu.cpp.o
  .. .......... .....[ 14%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Sap_Cpu.cpp.o
  ..... 50%  276K 25s
    9150K .......... .......... .........[ 15%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Sap_Emu.cpp.o
  [ 15%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/code.o
  . .......... .......... 50%  268K 25s
    9200K .......... ...[ 15%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Snes_Spc.cpp.o
  ....... ..........[ 15%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Spc_Cpu.cpp.o
   .......... .......... 51%  280K 24s
    9250K .......... .......... .......... .......... .......... 51%  296K 24s
    9300K .......... .......... .......... ..[ 15%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Spc_Dsp.cpp.o
  ........ .......... 51%  302K 24s
    9350K .......... ......[ 15%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Spc_Emu.cpp.o
  .... .......... .......... .........[ 16%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Spc_Filter.cpp.o
  . 52%  463K 24s[ 16%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Vgm_Emu.cpp.o

```
9400K .......... .......... .......... .......... .......... 52%  304K 24s
9450K .[ 16%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Vgm_Emu_Impl.cpp.o
```

  ......... ........[ 16%] Building CXX object src/vizdoom/game-music-emu/gme/CMakeFiles/gme.dir/Ym2413_Emu.cpp.o
  [ 16%] Linking CXX static library libgme.a
  .. .......... .......... .......... 52%  256K 24s
    9500K .......... .......... .......... ......[ 17%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/dfa.o
  .... .......... 52%  366K 24s
    9550K ...[ 17%] Built target gme
  ....... ..........Scanning dependencies of target updaterevision
  [ 17%] Building C object src/vizdoom/tools/updaterevision/CMakeFiles/updaterevision.dir/updaterevision.o
   .......... .......[ 17%] Linking C executable updaterevision
  ... .......... 53%  296K 24s
    9600K ....[ 17%] Built target updaterevision
  ...... .......... .Scanning dependencies of target zipdir
  [ 17%] Building C object src/vizdoom/tools/zipdir/CMakeFiles/zipdir.dir/zipdir.o
  ......... .......... .......... 53%  331K 24s
    9650K .....[ 17%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/main.o
  ..... .......... ..[ 18%] Linking C executable zipdir
  ........ .........[ 18%] Built target zipdir
  . .......... 53%  378K 23s
    9700K .......... .......... .......... ..........Scanning dependencies of target dumb
   .......... 53%  342K 23s
    9750K .......[ 18%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/unload.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  ... .......... ....[ 18%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/rendsig.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ...... .......... .1 warning generated.
  [ 18%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/rendduh.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ......... 54%  368K 23s
    9800K ........1 warning generated.
  [ 18%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/register.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 18%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/readduh.o
  .. .......... .....warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 19%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/rawsig.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ..... .......... ..[ 19%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/mbo_getopt.o
  1 warning generated.
  [ 19%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/makeduh.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ........ 54%  352K 23s
    9850K .........1 warning generated.
  [ 19%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/parser.o
  [ 19%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/loadduh.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  . .......... ......[ 19%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/dumbfile.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .... .......... ..1 warning generated.
  .[ 19%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/duhtag.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/duhlen.o
  ....... 54%  365K 23s
    9900K .........warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .1 warning generated.
  [ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/core/atexit.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
   .......... .......1 warning generated.
  [ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/stdfile.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ... .......... ...1 warning generated.
  .[ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/silence.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 20%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/sampbuf.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ...... 55%  376K 23s
    9950K .......... .1 warning generated.
  [ 21%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/riff.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ......... ........1 warning generated.
  [ 21%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/resample.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .. .......... .......... 55%  390K 23s
   10000K .......... .......... .........[ 21%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/scanner.o
  . .......... .......... 55%  222K 22s
   10050K .......... .......... .......... .......... .......... 55% 1.03M 22s
   10100K .......... .......... .......... .......... .......... 56%  325K 22s
   10150K .......... .......... .......... ..[ 21%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/substr.o
  ........ .......... 56%  323K 22s
   10200K .......... .......... .......... .......... .......... 56%  530K 22s
   10250K .......... .......[ 22%] Building CXX object src/vizdoom/tools/re2c/CMakeFiles/re2c.dir/translate.o
  ... .......... .......... .......... 57%  342K 22s
   10300K .......... .......... .......... .......... .......... 57%  351K 22s
   10350K .......... ........[ 22%] Linking CXX executable re2c
  .. .......... ......[ 22%] Built target re2c
  [ 22%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/memfile.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .... .......... 57%  341K 21s
   10400K ..1 warning generated.
  [ 22%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/clickrem.o
  .warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ....... ..........1 warning generated.
  [ 22%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/barray.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
   .......... .......1 warning generated.
  [ 22%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/xmeffect.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ... .......... 57%  355K 21s
   10450K ....1 warning generated.
  [ 23%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readxm2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ...... ..........1 warning generated.
   .[ 23%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readxm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ......... .......... .......... 58%  343K 21s
   10500K .....1 warning generated.
  ..... .......... ..Scanning dependencies of target gdtoa
  1 warning generated.
  ........ .........[ 23%] Building C object src/vizdoom/gdtoa/CMakeFiles/gdtoa.dir/dmisc.o
  [ 23%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readstm2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 23%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readstm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  [ 23%] Building C object src/vizdoom/gdtoa/CMakeFiles/gdtoa.dir/dtoa.o
  . .......... 58%  358K 21s
   10550K ......1 warning generated.
  .... .......... ..[ 23%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/reads3m2.o
  .[ 23%] Building C object src/vizdoom/gdtoa/CMakeFiles/gdtoa.dir/misc.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 24%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/reads3m.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ....... ..........[ 24%] Linking C static library libgdtoa.a
   .......... 58%  269K 21s
   10600K .......1 warning generated.
  [ 24%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readriff.o
  [ 24%] Built target gdtoa
  [ 24%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readptm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ... .......... ....1 warning generated.
  ...... .......... .1 warning generated.
  [ 24%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readpsm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ......... 58%  275K 21s
   10650K ........1 warning generated.
  [ 24%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readoldpsm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .. .......... .......... .......... .......... 59%  221K 21s
   10700K .......... .......... ......1 warning generated.
  [ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readokt2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readokt.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .... .......... .......... 59%  235K 21s
   10750K .......... .......... .......1 warning generated.
  [ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readmtm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ... .......... ....1 warning generated.
  [ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readmod2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 25%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readmod.o
  ...... 59%  227K 21s
   10800K .......... .warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ......... ........1 warning generated.
  [ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readdsmf.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .. .......... .....1 warning generated.
  [ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readasy.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ..... 60%  239K 20s
   10850K .......... ..1 warning generated.
  [ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readamf2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ........ ........1 warning generated.
  .[ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readamf.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  . .......... .......... 60%  235K 20s
   10900K .......... ...1 warning generated.
  [ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readam.o
  Scanning dependencies of target libvizdoom_python
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ....... ..........[ 26%] Building CXX object CMakeFiles/libvizdoom_python.dir/src/lib_python/ViZDoomGamePython.cpp.o
  1 warning generated.
   .......... .......[ 26%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/read6692.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/read669.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ... 60%  269K 20s
   10950K .......... ....1 warning generated.
  [ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/ptmeffect.o
  ...... .......... .warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadxm2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadxm.o
  ......... ........warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 27%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadstm2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 28%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadstm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .. 60%  229K 20s
   11000K .......... .....1 warning generated.
  [ 28%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loads3m2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 28%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loads3m.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  ..... .......... ..[ 28%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadriff2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 28%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadriff.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadptm2.o
  ........ .........warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadptm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadpsm2.o
  . 61%  261K 20s
   11050K .......... ......warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadpsm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 29%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadoldpsm2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .... .......... ...1 warning generated.
  [ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadoldpsm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadokt2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadokt.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadmtm2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ....... .......... 61%  264K 20s
   11100K .......... .......1 warning generated.
  [ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadmtm.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 30%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadmod2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ... .......... ....1 warning generated.
  [ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadmod.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  ...... .......... 61%  504K 20s
   11150K .[ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadasy2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadasy.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadamf2.o
  ......... ........warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 31%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadamf.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  .. .......... ....1 warning generated.
  [ 32%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/load6692.o
  .warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 32%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/load669.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  ..... .......... 62%  292K 20s
   11200K ..[ 32%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itunload.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 32%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itrender.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ........ .......... .......... .......... .......... 62%  301K 19s
   11250K .......... .......... .......... .......... .......... 62%  306K 19s
   11300K .......... .......... .......... .......... .......... 62%  310K 19s
   11350K .......... .......... .......... ........./private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/lib_python/ViZDoomGamePython.cpp:42:5: warning: control may reach end of non-void function [-Wreturn-type]
      }
      ^
  . .......... 63%  318K 19s
   11400K .......... .......... ...1 warning generated.
  [ 32%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itread2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  1 warning generated.
  ....... .........[ 33%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itread.o
  .[ 33%] Building CXX object CMakeFiles/libvizdoom_python.dir/src/lib_python/ViZDoomPythonModule.cpp.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
   .......... 63%  322K 19s
   11450K .......... .......... .......... .......... .......... 63%  322K 19s
   11500K ........1 warning generated.
  [ 33%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itorder.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  .. .......... .....[ 33%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itmisc.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 33%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itload2.o
  ..... .......... ..warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 33%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/itload.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 33%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readany.o
  ........ 63%  313K 19s
   11550K .........warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 34%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadany2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  . .......... ......1 warning generated.
  [ 34%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/loadany.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  [ 34%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/it/readany2.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  1 warning generated.
  .... .......... ...[ 34%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/resampler.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ....... 64%  261K 19s
   11600K .......... .......... .......... .......... ....1 warning generated.
  [ 34%] Building C object src/vizdoom/dumb/CMakeFiles/dumb.dir/src/helpers/lpc.o
  warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  ...... 64%  265K 18s
   11650K .......... .......... .......1 warning generated.
  .[ 35%] Linking C static library libdumb.a
  .. .......... .......... 64%  252K 18s
   11700K .......... ..[ 35%] Built target dumb
  ........ .......... .......... ......[ 36%] Generating xlat_parser.c, xlat_parser.h
  .... 65%  283K 18s
   11750K .......... ...[ 36%] Generating sc_man_scanner.h
  ....... .......... .......... .......... 65%  290K 18s
   11800K .......... .......... .......... .......... .......... 65%  264K 18s
   11850K .......... .......... .......... ../private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/lib_python/ViZDoomPythonModule.cpp:92:1: warning: control may reach end of non-void function [-Wreturn-type]
  }
  ^
  ........ .......... 65%  280K 18s
   11900K .......... .......... .......... .......... .......... 66%  396K 18s
   11950K .......... .......... .......... .......... .......... 66%  257K 18s
   12000K .......... .......... .......... .......... .......... 66%  281K 17s
   12050K .......... .......... .......... .......... .......... 66%  328K 17s
   12100K .......... .......... .......... .......... .......... 67%  274K 17s
   12150K .......... .......... .......... .......... .......... 67%  318K 17s
   12200K .......... .......... .......... .........1 warning generated.
  [ 36%] Linking CXX shared module bin/python/vizdoom.so
  . .......... 67%  266K 17s
   12250K .......... .......... ...Undefined symbols for architecture x86_64:
    "boost::python::detail::init_module(PyModuleDef&, void (_)())", referenced from:
        _PyInit_vizdoom in ViZDoomPythonModule.cpp.o
  ld: symbol(s) not found for architecture x86_64
  clang: error: linker command failed with exit code 1 (use -v to see invocation)
  make[2]: *_\* [bin/python/vizdoom.so] Error 1
  make[1]: **\* [CMakeFiles/libvizdoom_python.dir/all] Error 2
  make[1]: **\* Waiting for unfinished jobs....
  ....... .......... .......... 68%  252K 17s
   12300K .......... .......... .......... .......... .......... 68%  221K 17s
   12350K .......... .......... .......... .......... .......... 68%  197K 17s
   12400K .......... .......... .......... .......... .......... 68%  256K 16s
   12450K .......... .......... .......... .......... .......... 69%  194K 16s
   12500K .......... .......... .......... .......... .......... 69%  217K 16s
   12550K .......... .......... .......... .......... .......... 69%  179K 16s
   12600K .......... .......... ..........Scanning dependencies of target vizdoom
   .......... .......[ 36%] Building C object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/crashcatcher.c.o
  [ 36%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/__autostart.cpp.o
  ... 70%  174K 16s
   12650K .......... ....[ 36%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/hardware.cpp.o
  [ 36%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_gui.cpp.o
  ...... .......... .......... ........[ 37%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_input.cpp.o
  .. 70%  249K 16s
   12700K .......... .....[ 37%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_joystick.cpp.o
  ..... .......... .......... .........[ 37%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_main.cpp.o
  [ 37%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_system.cpp.o
  . 70%  261K 16s
   12750K .......... .......... .......... ...[ 37%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_timer.cpp.o
  ....... .......... 70%  395K 16s
   12800K .......... .......[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/sdlvideo.cpp.o
  ... .......... .......... .......... 71%  279K 15s
   12850K .......... .......... .......... .....[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/st_start.cpp.o
  ..... .......... 71%  266K 15s
   12900K ..[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/i_cd.cpp.o
  ........ .........[ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/i_movie.cpp.o
  [ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/i_steam.cpp.o
  . .......... .......... .......... 71%  265K 15s
   12950K .......... .......... .......... .......... .......... 71%  301K 15s
   13000K ..../private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/posix/i_steam.cpp:180:16: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                  if (noErr == FSFindFolder(kUserDomain, kApplicationSupportFolderType, kCreateFolder, &folder) &&
                               ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
  FSFindFolder(
  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/posix/i_steam.cpp:181:13: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                          noErr == FSRefMakePath(&folder, (UInt8_)cpath, PATH_MAX))
                                   ^
  ...... ........../System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
  extern OSStatus  FSRefMakePath(const FSRef *ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                   ^
   .......... ........2 warnings generated.
  [ 38%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/osx/iwadpicker_cocoa.mm.o
  .. .......... 72%  300K 15s
   13050K .......... .......... .......... .......... .......... 72%  253K 15s
   13100K .......... .......... .......... .......... .......... 72%  228K 15s
   13150K .......... .......... ....[ 39%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/posix/sdl/i_system.mm.o
  ...... .......... .[ 39%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/x86.cpp.o
  ......... 73%  253K 15s
   13200K ........[ 39%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/actorptrselect.cpp.o
  .. .......... .......... .......... .......... 73%  236K 14s
   13250K .........[ 39%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/am_map.cpp.o
  . .......... .......... .......... .......... 73%  242K 14s
   13300K ........../private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/posix/osx/iwadpicker_cocoa.mm:210:6: warning: 'NSOKButton' is deprecated: first deprecated in OS X 10.10 - Use NSModalResponseOK instead [-Wdeprecated-declarations]
          if (NSOKButton == [openPanel runModal])
              ^
  /System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:85:5: note: 'NSOKButton' has been explicitly marked deprecated here
      NSOKButton NS_ENUM_DEPRECATED_MAC(10_0, 10_10, "Use NSModalResponseOK instead") = 1, // NSModalResponseOK should be used instead (in NSWindow)
      ^
  1 warning generated.
   .......... .......[ 39%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_bot.cpp.o
  ... .......... .......... 73%  218K 14s
   13350K .......... .[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_func.cpp.o
  ......... .......... .......... .......... 74%  294K 14s
   13400K .......... ..[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_game.cpp.o
  ........ .........[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_move.cpp.o
  . .......... .......... 74%  288K 14s
   13450K .......... ...[ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/b_think.cpp.o
  [ 40%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/bbannouncer.cpp.o
  ....... .......... .......... .......... 74%  243K 14s
   13500K .......... ....[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_bind.cpp.o
  [ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_cmds.cpp.o
  ...... .......... .......... .......... 75%  417K 14s
   13550K .......... .......... .......... .......... .......... 75%  512K 13s
   13600K .......... .......... .......... ...[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_console.cpp.o
  ....... .......... 75%  488K 13s
   13650K .......... .......... .......... .......... .......... 75%  352K 13s
   13700K .[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_consolebuffer.cpp.o
  ......... .......... .......... .......... .......... 76%  325K 13s
   13750K ..[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_cvars.cpp.o
  ........ .........[ 41%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_dispatch.cpp.o
  . .......... .......... .......... 76%  334K 13s
   13800K .......... .......... .......... .......... .......... 76%  409K 13s
   13850K .......... .......... .......... .......... .......... 76%  381K 12s
   13900K .....[ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/c_expr.cpp.o
  [ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/cmdlib.cpp.o
  ..... .......... .......... .........[ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/colormatcher.cpp.o
  . .......... 77%  412K 12s
   13950K ......[ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/compatibility.cpp.o
  .... .......... ...[ 42%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/configfile.cpp.o
  ....... .......... .......... 77%  385K 12s
   14000K .......... .......... ....[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/ct_chat.cpp.o
  ...... .......... .......... 77%  412K 12s
   14050K ........[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_dehacked.cpp.o
  .. .......... .......... .......... .......... 78%  398K 12s
   14100K .........[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_iwad.cpp.o
  . .......... .......... .......... .......... 78%  400K 12s
   14150K .......... .......... .......... .......... ....[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_main.cpp.o
  ...... 78%  418K 12s
   14200K .......... .......... .......... .......... .......... 78%  425K 11s
   14250K .......... .......... .......... .......... .......... 79%  423K 11s
   14300K .......... .......... .......... .......... .......[ 43%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_net.cpp.o
  ... 79%  418K 11s
   14350K .......... .......... .......... .......... .......... 79%  440K 11s
   14400K .......... .......... .......... .......... .......... 79%  443K 11s
   14450K .......... .....[ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_netinfo.cpp.o
  ..... .......... .......... .......... 80%  464K 11s
   14500K .......... .......... .......... ....[ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/d_protocol.cpp.o
  ...... .......... 80%  323K 10s
   14550K .......... ........[ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/decallib.cpp.o
  [ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dobject.cpp.o
  .. .......... .......... .......... 80%  305K 10s
   14600K .......... .......... .......... ......[ 44%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dobjgc.cpp.o
  .... .......... 81%  325K 10s
   14650K .......... ..........[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dobjtype.cpp.o
   .......... .......... .......... 81%  305K 10s
   14700K .......... .......... .[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/doomdef.cpp.o
  [ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/doomstat.cpp.o
  ......... ........[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dsectoreffect.cpp.o
  .. .......... 81%  355K 10s
   14750K .......... .......... ..[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/dthinker.cpp.o
  ........ .......... .......... 81%  349K 10s
   14800K ......[ 45%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/f_wipe.cpp.o
  .... .......... .......... .......... .......... 82%  337K 10s
   14850K .......[ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/farchive.cpp.o
  [ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/files.cpp.o
  ... .......... .......... .......... .......... 82%  322K 9s
   14900K ........[ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_doomedmap.cpp.o
  .. .......... .......... .......... .......... 82%  309K 9s
   14950K .........[ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_game.cpp.o
  . .......... ......[ 46%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_hub.cpp.o
  .... .......... .......... 83%  301K 9s
   15000K ..........[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_level.cpp.o
   .......... .......... .......... .......... 83%  298K 9s
   15050K .......... .......... .......... .......... .......... 83%  326K 9s
   15100K .......... .......... .......... .......... ......[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_mapinfo.cpp.o
  .... 83%  292K 9s
   15150K .......... ...[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_skill.cpp.o
  ....... .......... .......... .......... 84%  268K 9s
   15200K .......... .......... .......... .......... ........[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/gameconfigfile.cpp.o
  .. 84%  285K 8s
   15250K .......... .....[ 47%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/gi.cpp.o
  ..... .......... .......... .......... 84%  290K 8s
   15300K .......... ....../private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/gameconfigfile.cpp:108:16: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                  if (noErr == FSFindFolder(kUserDomain, kDocumentsFolderType, kCreateFolder, &folder) &&
                               ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
  FSFindFolder(
  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/gameconfigfile.cpp:109:13: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                          noErr == FSRefMakePath(&folder, (UInt8_)cpath, PATH_MAX))
                                   ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
  extern OSStatus  FSRefMakePath(const FSRef _ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                   ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/gameconfigfile.cpp:118:16: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                  if (noErr == FSFindFolder(kUserDomain, kApplicationSupportFolderType, kCreateFolder, &folder) &&
                               ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
  FSFindFolder(
  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/gameconfigfile.cpp:119:13: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                          noErr == FSRefMakePath(&folder, (UInt8_)cpath, PATH_MAX))
                                   ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
  extern OSStatus  FSRefMakePath(const FSRef _ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                   ^
  .... /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/gameconfigfile.cpp.:.125.:.16: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                  if (noErr == FSFindFolder(kLocalDomain, kApplicationSupportFolderType, kCreateFolder, &folder) &&
  .                             ^.
  .... /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h.:.286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
  FSFindFolder(
  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/gameconfigfile.cpp:126:13: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                          noErr == FSRefMakePath(&folder, (UInt8_)cpath, PATH_MAX))
                                   ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
  extern OSStatus  FSRefMakePath(const FSRef *ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                   ^
  ........ .......... 84%  540K 8s6 warnings generated.
  [ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/hu_scores.cpp.o
  [ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/gitinfo.cpp.o

   15350K .......... .......[ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/i_net.cpp.o
  ... .......... .......... .......... 85%  344K 8s
   15400K .......... .......... .......... .....[ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/info.cpp.o
  ..... .......... 85%  383K 8s
   15450K ..[ 48%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/keysections.cpp.o
  ........ .......... .......... .......... .......... 85%  287K 8s
   15500K ...[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/lumpconfigfile.cpp.o
  ....... ..........[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_alloc.cpp.o
   .......... .......[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_argv.cpp.o
  ... .......... 86%  294K 8s
   15550K ....[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_bbox.cpp.o
  [ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_cheat.cpp.o
  ...... ..........[ 49%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_joy.cpp.o
   .......... .......... .......... 86%  237K 7s
   15600K .......... .......... ..[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_misc.cpp.o
  ........ .......... .......... 86%  282K 7s
   15650K ......[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_png.cpp.o
  .... .......... ...[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_random.cpp.o
  ....... .......... .......... 86%  233K 7s
   15700K .......[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/m_specialpaths.cpp.o
  ... .......... ....[ 50%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/memarena.cpp.o
  ...... .......... .[ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/md5.cpp.o
  ......... 87%  243K 7s
   15750K ......../private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:342:15: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
          if (noErr == FSFindFolder(kUserDomain, kApplicationSupportFolderType, create ? kCreateFolder : 0, &folder) &&
                       ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
  FSFindFolder(
  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:343:12: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                  noErr == FSRefMakePath(&folder, (UInt8_)pathstr, PATH_MAX))
                           ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
  extern OSStatus  FSRefMakePath(const FSRef *ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                   ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:370:15: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
          if (noErr == FSFindFolder(kUserDomain, kDocumentsFolderType, kCreateFolder, &folder) &&
                       ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
  FSFindFolder(
  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:371:12: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                  noErr == FSRefMakePath(&folder, (UInt8_)cpath, PATH_MAX))
                           ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
  extern OSStatus  FSRefMakePath(const FSRef _ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                   ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:419:15: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
          if (noErr == FSFindFolder(kUserDomain, kPreferencesFolderType, kCreateFolder, &folder) &&
                       ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
  FSFindFolder(
  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:420:12: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                  noErr == FSRefMakePath(&folder, (UInt8_)cpath, PATH_MAX))
                           ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
  extern OSStatus  FSRefMakePath(const FSRef _ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                   ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:444:15: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
          if (noErr == FSFindFolder(kUserDomain, kDocumentsFolderType, kCreateFolder, &folder) &&
                       ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
  FSFindFolder(
  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:445:12: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                  noErr == FSRefMakePath(&folder, (UInt8_)cpath, PATH_MAX))
                           ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
  extern OSStatus  FSRefMakePath(const FSRef _ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                   ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:470:15: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
          if (noErr == FSFindFolder(kUserDomain, kDocumentsFolderType, kCreateFolder, &folder) &&
                       ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
  FSFindFolder(
  ^
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/m_specialpaths.cpp:471:12: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                  noErr == FSRefMakePath(&folder, (UInt8_)cpath, PATH_MAX))
                           ^
  /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
  extern OSStatus  FSRefMakePath(const FSRef *ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                   ^
  10 warnings generated.
  [ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/name.cpp.o
  [ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild.cpp.o
  [ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_classify_nosse2.cpp.o
  .. .......... .......... .......... .......... 87%  262K 7s
   15800K .........[ 51%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_events.cpp.o
  . .......... ......[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_extract.cpp.o
  .... .......... ...[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_gl.cpp.o
  ....... 87%  213K 7s
   15850K .......... .......... ......[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/pathexpander.cpp.o
  [ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/nodebuild_utility.cpp.o
  .... .......... ....[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_3dfloors.cpp.o
  ...... 88%  213K 7s
   15900K .......... .[ 52%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_3dmidtex.cpp.o
  ......... .......... .......... .......... 88%  215K 6s
   15950K .......... ..[ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_acs.cpp.o
  [ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_buildmap.cpp.o
  ........ .......... .......... .......... 88%  220K 6s
   16000K .......... .......... ..........[ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_ceiling.cpp.o
   .......... .......... 88%  208K 6s
   16050K .......... ....[ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_conversation.cpp.o
  ...... .......... .......... .......... 89%  332K 6s
   16100K .......... .......... .......... .......... .......... 89%  309K 6s
   16150K .......... .......... .......... .......... .......... 89%  491K 6s[ 53%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_doors.cpp.o

   16200K .......... .......... .......... .......... .......... 89%  317K 5s
   16250K .......... .......... .......... .....[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_effect.cpp.o
  ..... .......... 90%  331K 5s
   16300K .......... .......... .......... .......... .......... 90%  258K 5s
   16350K .......... ..........[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_enemy.cpp.o
   .......... .......... .......... 90%  259K 5s
   16400K .......... .......... .......... .......... .......... 91%  275K 5s
   16450K .......... .......... .......... .......... .......... 91%  201K 5s
   16500K .......... .......... .......... .........[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_floor.cpp.o
  . .......... 91%  804K 5s
   16550K .......... .......... .......... .......... .......... 91%  315K 4s
   16600K .......... .......... .....[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_glnodes.cpp.o
  ..... .......... .......... 92%  278K 4s
   16650K .......... .......... .......... .......... ...[ 54%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_interaction.cpp.o
  ....... 92%  161K 4s
   16700K .......... .......... .......... .......... .......... 92% 1.35M 4s
   16750K .......... .......... .......... .......... .......... 93%  255K 4s
   16800K .......... .......... .......... .......... .......... 93%  368K 4s
   16850K .......... .......... .........[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_lights.cpp.o
  . .......... .......... 93%  331K 4s
   16900K .......... .......... .......... .......... .......... 93%  368K 3s
   16950K .......... .....[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_linkedsectors.cpp.o
  [ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_lnspec.cpp.o
  ..... .......... .......... .......... 94%  343K 3s
   17000K .......... .......... .......... ...[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_map.cpp.o
  ....... .......... 94%  547K 3s
   17050K .......... .......... .......... .......... .......... 94%  366K 3s
   17100K .......... .......... .......... .......... .......... 94%  367K 3s
   17150K ..[ 55%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_maputl.cpp.o
  ........ .......... .......... .......... .......... 95%  296K 3s
   17200K .......... .......... .......... .......[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_mobj.cpp.o
  ... .......... 95%  273K 2s
   17250K .......... .......... .......... .......... .......... 95%  285K 2s
   17300K .......... .......... .[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_pillar.cpp.o
  ......... .......... .......... 96%  290K 2s
   17350K .......... .......... ...[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_plats.cpp.o
  ....... .......... .......... 96%  282K 2s
   17400K .......... .......... ....[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_pspr.cpp.o
  ...... .......... .......... 96%  306K 2s
   17450K .......... .......... .......... .......... ..[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_saveg.cpp.o
  ........ 96%  313K 2s
   17500K .......... .......... ......[ 56%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_sectors.cpp.o
  .... .......... .......... 97%  306K 2s
   17550K .......... .......... .......... .......... ....[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_setup.cpp.o
  ...... 97%  307K 1s
   17600K .......... .[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_sight.cpp.o
  ......... .......... .......... .......... 97%  314K 1s
   17650K .......... .......... .........[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_slopes.cpp.o
  . .......... .......... 97%  313K 1s
   17700K .......... .......... .......... .......... .......[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_spec.cpp.o
  ... 98%  178K 1s
   17750K .......... .......... .......... .......... .......... 98% 2.03M 1s
   17800K .......... .......... .......... .......... .......... 98%  309K 1s
   17850K .......... ......[ 57%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_states.cpp.o
  .... .......... .......... .......... 99%  468K 0s
   17900K .......... .......... .......... ....[ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_switch.cpp.o
  ...... .......... 99%  314K 0s
   17950K .[ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_tags.cpp.o
  ......... .......... .......... .......... .......... 99%  391K 0s
   18000K .......... .........[ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_terrain.cpp.o
  [ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_teleport.cpp.o
  . .......... .......... .......... 99%  403K 0s
   18050K .......... ..                                         100%  630K=55s

  2016-07-19 21:02:44 (329 KB/s) - ‘./bin/freedoom-0.10.1.zip’ saved [18496121/18496121]

  [ 58%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_things.cpp.o
  [ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_tick.cpp.o
  [ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_trace.cpp.o
  [ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_udmf.cpp.o
  Archive:  ./bin/freedoom-0.10.1.zip
    inflating: ./scenarios/freedoom2.wad  [ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_usdf.cpp.o
  [ 59%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_user.cpp.o

  [ 59%] Built target freedoom2
  [ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_writemap.cpp.o
  [ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/p_xlat.cpp.o
  [ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/parsecontext.cpp.o
  [ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/po_man.cpp.o
  [ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_swrenderer.cpp.o
  [ 60%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_utility.cpp.o
  [ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_3dfloors.cpp.o
  [ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_bsp.cpp.o
  [ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_draw.cpp.o
  [ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_drawt.cpp.o
  [ 61%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_main.cpp.o
  [ 62%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_plane.cpp.o
  [ 62%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_segs.cpp.o
  [ 62%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_sky.cpp.o
  [ 62%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_things.cpp.o
  [ 62%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_advsound.cpp.o
  [ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_environment.cpp.o
  [ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_playlist.cpp.o
  [ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_sndseq.cpp.o
  [ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/s_sound.cpp.o
  [ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sc_man.cpp.o
  [ 63%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/st_stuff.cpp.o
  [ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/statistics.cpp.o
  [ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/stats.cpp.o
  [ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/stringtable.cpp.o
  [ 64%] Building C object src/vizdoom/src/CMakeFiles/vizdoom.dir/strnatcmp.c.o
  [ 64%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/tables.cpp.o
  [ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/teaminfo.cpp.o
  [ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/tempfiles.cpp.o
  [ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_blend.cpp.o
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/tempfiles.cpp:46:9: warning: 'tempnam' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations]
          Name = tempnam (NULL, prefix);
                 ^
  /usr/include/stdio.h:391:7: note: 'tempnam' has been explicitly marked deprecated here
  char    _tempnam(const char *, const char *) __DARWIN_ALIAS(tempnam);
           ^
  1 warning generated.
  [ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_collection.cpp.o
  [ 65%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_draw.cpp.o
  [ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_font.cpp.o
  [ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_palette.cpp.o
  [ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_pfx.cpp.o
  [ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_text.cpp.o
  [ 66%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/v_video.cpp.o
  [ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/w_wad.cpp.o
  [ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wi_stuff.cpp.o
  [ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/zstrformat.cpp.o
  [ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/zstring.cpp.o
  [ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/GuillotineBinPack.cpp.o
  [ 67%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/SkylineBinPack.cpp.o
  [ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_doom/a_doommisc.cpp.o
  [ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_heretic/a_hereticmisc.cpp.o
  [ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_hexen/a_hexenmisc.cpp.o
  [ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_raven/a_artitele.cpp.o
  [ 68%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_raven/a_minotaur.cpp.o
  [ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_strife/a_strifestuff.cpp.o
  [ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_strife/strife_sbar.cpp.o
  [ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_action.cpp.o
  [ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_armor.cpp.o
  [ 69%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_artifacts.cpp.o
  [ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_bridge.cpp.o
  [ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_camera.cpp.o
  [ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_debris.cpp.o
  [ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_decals.cpp.o
  [ 70%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_fastprojectile.cpp.o
  [ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_flashfader.cpp.o
  [ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_fountain.cpp.o
  [ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_hatetarget.cpp.o
  [ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_keys.cpp.o
  [ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_lightning.cpp.o
  [ 71%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_mapmarker.cpp.o
  [ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_morph.cpp.o
  [ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_movingcamera.cpp.o
  [ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_pickups.cpp.o
  [ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_puzzleitems.cpp.o
  [ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_quake.cpp.o
  [ 72%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_secrettrigger.cpp.o
  [ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_randomspawner.cpp.o
  [ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_sectoraction.cpp.o
  [ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_setcolor.cpp.o
  [ 73%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_skies.cpp.o
  [ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_soundenvironment.cpp.o
  [ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_soundsequence.cpp.o
  [ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_spark.cpp.o
  [ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_specialspot.cpp.o
  [ 74%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_waterzone.cpp.o
  [ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_weaponpiece.cpp.o
  [ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/a_weapons.cpp.o
  [ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/hudmessages.cpp.o
  [ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/sbarinfo.cpp.o
  [ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/sbar_mugshot.cpp.o
  [ 75%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/shared_hud.cpp.o
  [ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/g_shared/shared_sbar.cpp.o
  [ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/intermission/intermission.cpp.o
  [ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/intermission/intermission_parse.cpp.o
  [ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/colorpickermenu.cpp.o
  [ 76%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/joystickmenu.cpp.o
  [ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/listmenu.cpp.o
  [ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/loadsavemenu.cpp.o
  [ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/menu.cpp.o
  [ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/menudef.cpp.o
  [ 77%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/menuinput.cpp.o
  [ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/messagebox.cpp.o
  [ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/optionmenu.cpp.o
  [ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/playerdisplay.cpp.o
  [ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/playermenu.cpp.o
  [ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/readthis.cpp.o
  [ 78%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/menu/videomenu.cpp.o
  [ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/fmopl.cpp.o
  [ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/mlopl.cpp.o
  [ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/mlopl_io.cpp.o
  [ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/music_opldumper_mididevice.cpp.o
  [ 79%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/music_opl_mididevice.cpp.o
  [ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/opl_mus_player.cpp.o
  [ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/dosbox/opl.cpp.o
  [ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/OPL3.cpp.o
  [ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/oplsynth/nukedopl3.cpp.o
  [ 80%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/ancientzip.cpp.o
  [ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_7z.cpp.o
  [ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_grp.cpp.o
  [ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_lump.cpp.o
  [ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_rff.cpp.o
  [ 81%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_wad.cpp.o
  [ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_zip.cpp.o
  [ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_pak.cpp.o
  [ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/file_directory.cpp.o
  [ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/resourcefiles/resourcefile.cpp.o
  [ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sfmt/SFMT.cpp.o
  [ 82%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/fmodsound.cpp.o
  [ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/i_music.cpp.o
  [ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/i_sound.cpp.o
  [ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/mpg123_decoder.cpp.o
  [ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_cd.cpp.o
  [ 83%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_dumb.cpp.o
  [ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_gme.cpp.o
  [ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_mus_midiout.cpp.o
  [ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_smf_midiout.cpp.o
  [ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_hmi_midiout.cpp.o
  [ 84%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_xmi_midiout.cpp.o
  [ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_midistream.cpp.o
  [ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_midi_base.cpp.o
  [ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_midi_timidity.cpp.o
  [ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_mus_opl.cpp.o
  [ 85%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_stream.cpp.o
  [ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_fluidsynth_mididevice.cpp.o
  [ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_softsynth_mididevice.cpp.o
  [ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_timidity_mididevice.cpp.o
  [ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_wildmidi_mididevice.cpp.o
  [ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_win_mididevice.cpp.o
  [ 86%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/oalsound.cpp.o
  [ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/sndfile_decoder.cpp.o
  [ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/sound/music_pseudo_mididevice.cpp.o
  [ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/animations.cpp.o
  [ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/anim_switches.cpp.o
  [ 87%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/automaptexture.cpp.o
  [ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/bitmap.cpp.o
  [ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/buildtexture.cpp.o
  [ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/canvastexture.cpp.o
  [ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/ddstexture.cpp.o
  [ 88%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/flattexture.cpp.o
  [ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/imgztexture.cpp.o
  [ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/jpegtexture.cpp.o
  [ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/multipatchtexture.cpp.o
  [ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/patchtexture.cpp.o
  [ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/pcxtexture.cpp.o
  [ 89%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/pngtexture.cpp.o
  [ 90%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/rawpagetexture.cpp.o
  [ 90%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/emptytexture.cpp.o
  [ 90%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/texture.cpp.o
  [ 90%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/texturemanager.cpp.o
  [ 90%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/tgatexture.cpp.o
  [ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/textures/warptexture.cpp.o
  [ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/olddecorations.cpp.o
  [ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef.cpp.o
  [ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_codeptr.cpp.o
  [ 91%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_data.cpp.o
  [ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_exp.cpp.o
  [ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_expression.cpp.o
  [ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_function.cpp.o
  [ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_parse.cpp.o
  [ 92%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_properties.cpp.o
  [ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/thingdef/thingdef_states.cpp.o
  [ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/common.cpp.o
  [ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/instrum.cpp.o
  [ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/instrum_dls.cpp.o
  [ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/instrum_font.cpp.o
  [ 93%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/instrum_sf2.cpp.o
  [ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/mix.cpp.o
  [ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/playmidi.cpp.o
  [ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/resample.cpp.o
  [ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/timidity/timidity.cpp.o
  [ 94%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/file_io.cpp.o
  [ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/gus_pat.cpp.o
  [ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/reverb.cpp.o
  [ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/wildmidi_lib.cpp.o
  [ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/wildmidi/wm_error.cpp.o
  [ 95%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/xlat/parse_xlat.cpp.o
  [ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_fspic.cpp.o
  [ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_func.cpp.o
  [ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_load.cpp.o
  [ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_oper.cpp.o
  [ 96%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_parse.cpp.o
  [ 97%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_prepro.cpp.o
  [ 97%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_script.cpp.o
  [ 97%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_spec.cpp.o
  [ 97%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_variable.cpp.o
  [ 97%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/fragglescript/t_cmd.cpp.o
  [ 97%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/colormaps.cpp.o
  [ 98%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/sprites.cpp.o
  [ 98%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/voxels.cpp.o
  [ 98%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/renderstyle.cpp.o
  [ 98%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/r_interpolate.cpp.o
  [ 98%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/r_data/r_translate.cpp.o
  [ 99%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/zzautozend.cpp.o
  [ 99%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_input.cpp.o
  [ 99%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_game.cpp.o
  [ 99%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_screen.cpp.o
  /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/src/vizdoom_input.cpp:342:31: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
      else if(vizdoomLastUpdate == VIZDOOM_TIME){
              ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~
  1 warning generated.
  [ 99%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_shared_memory.cpp.o
  [100%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_message_queue.cpp.o
  [100%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_main.cpp.o
  [100%] Building CXX object src/vizdoom/src/CMakeFiles/vizdoom.dir/vizdoom_depth.cpp.o
  Copying OS X content bin/vizdoom.app/Contents/Resources/zdoom.icns
  [100%] Linking CXX executable ../../../bin/vizdoom.app/Contents/MacOS/vizdoom
  [100%] Built target vizdoom
  make: *_\* [all] Error 2

  Could not build doom-py: Command '['make', '-j', '3']' returned non-zero exit status 2. (HINT: are you sure cmake is installed? You might also be missing a library. doom_py requires boost, boost-python, sdl2 on OSX (installable via 'brew install boost boost-python sdl2')

  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/setup.py", line 88, in <module>
      include_package_data=True,
    File "/Users/susanmammen/anaconda/lib/python3.5/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/Users/susanmammen/anaconda/lib/python3.5/distutils/dist.py", line 955, in run_commands
      self.run_command(cmd)
    File "/Users/susanmammen/anaconda/lib/python3.5/distutils/dist.py", line 974, in run_command
      cmd_obj.run()
    File "/Users/susanmammen/anaconda/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 179, in run
      self.run_command('build')
    File "/Users/susanmammen/anaconda/lib/python3.5/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/Users/susanmammen/anaconda/lib/python3.5/distutils/dist.py", line 974, in run_command
      cmd_obj.run()
    File "/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/setup.py", line 63, in run
      build_func()
    File "/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/setup.py", line 34, in build_osx
      build_common('dylib', cmake_arg_list=['-DOSX_COCOA_BACKEND=OFF'])
    File "/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/setup.py", line 29, in build_common
      subprocess.check_call(['make', '-j', str(cores_to_use)], cwd='doom_py')
    File "/Users/susanmammen/anaconda/lib/python3.5/subprocess.py", line 584, in check_call
      raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['make', '-j', '3']' returned non-zero exit status 2

---

  Failed building wheel for doom-py
  Running setup.py clean for doom-py
  Running setup.py bdist_wheel for mujoco-py ... done
  Stored in directory: /Users/susanmammen/Library/Caches/pip/wheels/30/74/e7/33613a7ab6183c9eb1ee8382c04967aae2a10f71349801a94c
  Running setup.py bdist_wheel for keras ... done
  Stored in directory: /Users/susanmammen/Library/Caches/pip/wheels/6f/cf/92/da222866698459c44d60488d979af7155b2bd07023e23b3487
Successfully built mujoco-py keras
Failed to build pachi-py doom-py
Installing collected packages: pachi-py, doom-py, mujoco-py, imageio, keras, gym
  Running setup.py install for pachi-py ... error
    Complete output from command /Users/susanmammen/anaconda/bin/python -u -c "import setuptools, tokenize;**file**='/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/setup.py';exec(compile(getattr(tokenize, 'open', open)(**file**).read().replace('\r\n', '\n'), **file**, 'exec'))" install --record /var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-nye8phw2-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.5-x86_64-3.5
    creating build/lib.macosx-10.5-x86_64-3.5/pachi_py
    copying pachi_py/**init**.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
    running egg_info
    writing pachi_py.egg-info/PKG-INFO
    writing dependency_links to pachi_py.egg-info/dependency_links.txt
    writing top-level names to pachi_py.egg-info/top_level.txt
    writing requirements to pachi_py.egg-info/requires.txt
    warning: manifest_maker: standard file '-c' not found

```
reading manifest file 'pachi_py.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pachi_py.egg-info/SOURCES.txt'
copying pachi_py/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
copying pachi_py/cypachi.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
copying pachi_py/cypachi.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
copying pachi_py/cypachi.pyx -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
copying pachi_py/exceptions.hpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
copying pachi_py/extra_unused.pyx -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
copying pachi_py/goutil.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
copying pachi_py/goutil.hpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
copying pachi_py/ptr.hpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build
copying pachi_py/build/CMakeCache.txt -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build
copying pachi_py/build/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build
copying pachi_py/build/cmake_install.cmake -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/CMakeDirectoryInformation.cmake -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/CMakeOutput.log -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/Makefile.cmake -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/Makefile2 -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/TargetDirectories.txt -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/cmake.check_cache -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/feature_tests.bin -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/feature_tests.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/feature_tests.cxx -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
copying pachi_py/build/CMakeFiles/progress.marks -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2
copying pachi_py/build/CMakeFiles/3.5.2/CMakeCCompiler.cmake -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2
copying pachi_py/build/CMakeFiles/3.5.2/CMakeCXXCompiler.cmake -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2
copying pachi_py/build/CMakeFiles/3.5.2/CMakeDetermineCompilerABI_C.bin -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2
copying pachi_py/build/CMakeFiles/3.5.2/CMakeDetermineCompilerABI_CXX.bin -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2
copying pachi_py/build/CMakeFiles/3.5.2/CMakeSystem.cmake -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2/CompilerIdC
copying pachi_py/build/CMakeFiles/3.5.2/CompilerIdC/CMakeCCompilerId.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2/CompilerIdC
copying pachi_py/build/CMakeFiles/3.5.2/CompilerIdC/a.out -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2/CompilerIdC
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2/CompilerIdCXX
copying pachi_py/build/CMakeFiles/3.5.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2/CompilerIdCXX
copying pachi_py/build/CMakeFiles/3.5.2/CompilerIdCXX/a.out -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/3.5.2/CompilerIdCXX
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/C.includecache -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/DependInfo.cmake -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/board.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/build.make -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/chat.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/cmake_clean.cmake -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/cmake_clean_target.cmake -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/depend.internal -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/depend.make -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/fbook.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/flags.make -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/gtp.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/libpachi_globals.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/link.txt -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/move.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/network.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/ownermap.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/pattern.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/pattern3.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/patternprob.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/patternsp.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/playout.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/probdist.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/progress.make -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/random.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/stone.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
copying pachi_py/build/CMakeFiles/pachi.dir/timeinfo.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/distributed
copying pachi_py/build/CMakeFiles/pachi.dir/distributed/distributed.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/distributed
copying pachi_py/build/CMakeFiles/pachi.dir/distributed/merge.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/distributed
copying pachi_py/build/CMakeFiles/pachi.dir/distributed/protocol.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/distributed
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/joseki
copying pachi_py/build/CMakeFiles/pachi.dir/joseki/base.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/joseki
copying pachi_py/build/CMakeFiles/pachi.dir/joseki/joseki.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/joseki
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/montecarlo
copying pachi_py/build/CMakeFiles/pachi.dir/montecarlo/montecarlo.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/montecarlo
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/patternplay
copying pachi_py/build/CMakeFiles/pachi.dir/patternplay/patternplay.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/patternplay
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/patternscan
copying pachi_py/build/CMakeFiles/pachi.dir/patternscan/patternscan.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/patternscan
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/playout
copying pachi_py/build/CMakeFiles/pachi.dir/playout/light.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/playout
copying pachi_py/build/CMakeFiles/pachi.dir/playout/moggy.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/playout
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/random
copying pachi_py/build/CMakeFiles/pachi.dir/random/random.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/random
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/replay
copying pachi_py/build/CMakeFiles/pachi.dir/replay/replay.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/replay
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/t-unit
copying pachi_py/build/CMakeFiles/pachi.dir/t-unit/test.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/t-unit
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/tactics
copying pachi_py/build/CMakeFiles/pachi.dir/tactics/1lib.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/tactics
copying pachi_py/build/CMakeFiles/pachi.dir/tactics/2lib.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/tactics
copying pachi_py/build/CMakeFiles/pachi.dir/tactics/ladder.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/tactics
copying pachi_py/build/CMakeFiles/pachi.dir/tactics/nakade.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/tactics
copying pachi_py/build/CMakeFiles/pachi.dir/tactics/nlib.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/tactics
copying pachi_py/build/CMakeFiles/pachi.dir/tactics/selfatari.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/tactics
copying pachi_py/build/CMakeFiles/pachi.dir/tactics/util.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/tactics
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct
copying pachi_py/build/CMakeFiles/pachi.dir/uct/dynkomi.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct
copying pachi_py/build/CMakeFiles/pachi.dir/uct/plugins.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct
copying pachi_py/build/CMakeFiles/pachi.dir/uct/prior.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct
copying pachi_py/build/CMakeFiles/pachi.dir/uct/search.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct
copying pachi_py/build/CMakeFiles/pachi.dir/uct/slave.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct
copying pachi_py/build/CMakeFiles/pachi.dir/uct/tree.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct
copying pachi_py/build/CMakeFiles/pachi.dir/uct/uct.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct
copying pachi_py/build/CMakeFiles/pachi.dir/uct/walk.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct/policy
copying pachi_py/build/CMakeFiles/pachi.dir/uct/policy/generic.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct/policy
copying pachi_py/build/CMakeFiles/pachi.dir/uct/policy/ucb1.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct/policy
copying pachi_py/build/CMakeFiles/pachi.dir/uct/policy/ucb1amaf.c.o -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/CMakeFiles/pachi.dir/uct/policy
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/lib
copying pachi_py/build/lib/libpachi.a -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/build/lib
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/.gitignore -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/ANDROID.txt -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/CMakeLists.txt -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/COPYING -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/CREDITS -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/HACKING -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/Makefile.lib -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/TODO -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/board.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/board.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/book.dat.bad -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/book.dat.extra -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/chat.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/chat.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/dcnn.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/dcnn.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/debug.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/engine.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/fbook.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/fbook.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/fixp.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/gogui.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/gtp.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/gtp.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/joseki19.pdict -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/libpachi_globals.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/move.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/move.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/mq.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/network.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/network.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/ownermap.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/ownermap.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/pachi.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/pattern.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/pattern.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/pattern3.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/pattern3.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/patternprob.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/patternprob.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/patternsp.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/patternsp.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/playout.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/playout.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/probdist.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/probdist.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/random.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/random.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/stats.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/stone.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/stone.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/timeinfo.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/timeinfo.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/util.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
copying pachi_py/pachi/version.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed
copying pachi_py/pachi/distributed/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed
copying pachi_py/pachi/distributed/distributed.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed
copying pachi_py/pachi/distributed/distributed.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed
copying pachi_py/pachi/distributed/merge.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed
copying pachi_py/pachi/distributed/merge.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed
copying pachi_py/pachi/distributed/protocol.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed
copying pachi_py/pachi/distributed/protocol.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki
copying pachi_py/pachi/joseki/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki
copying pachi_py/pachi/joseki/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki
copying pachi_py/pachi/joseki/base.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki
copying pachi_py/pachi/joseki/base.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki
copying pachi_py/pachi/joseki/joseki.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki
copying pachi_py/pachi/joseki/joseki.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki
copying pachi_py/pachi/joseki/sgfvar2gtp.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/media
copying pachi_py/pachi/media/pachi-small.png -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/media
copying pachi_py/pachi/media/pachi.jpg -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/media
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo
copying pachi_py/pachi/montecarlo/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo
copying pachi_py/pachi/montecarlo/internal.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo
copying pachi_py/pachi/montecarlo/montecarlo.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo
copying pachi_py/pachi/montecarlo/montecarlo.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay
copying pachi_py/pachi/patternplay/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay
copying pachi_py/pachi/patternplay/patternplay.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay
copying pachi_py/pachi/patternplay/patternplay.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan
copying pachi_py/pachi/patternscan/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan
copying pachi_py/pachi/patternscan/patternscan.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan
copying pachi_py/pachi/patternscan/patternscan.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout
copying pachi_py/pachi/playout/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout
copying pachi_py/pachi/playout/light.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout
copying pachi_py/pachi/playout/light.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout
copying pachi_py/pachi/playout/moggy.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout
copying pachi_py/pachi/playout/moggy.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random
copying pachi_py/pachi/random/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random
copying pachi_py/pachi/random/random.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random
copying pachi_py/pachi/random/random.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay
copying pachi_py/pachi/replay/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay
copying pachi_py/pachi/replay/replay.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay
copying pachi_py/pachi/replay/replay.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play
copying pachi_py/pachi/t-play/TESTS -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play
copying pachi_py/pachi/t-play/resum -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play
copying pachi_py/pachi/t-play/test_in_context.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/TODO -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/autotest-client -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/autotest-clients -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/autotest-gather -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/autotest-lib -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/autotest-prune -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/autotest-show -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/autotest-show-diagram -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/autotest-worker -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
copying pachi_py/pachi/t-play/autotest/rc -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress
copying pachi_py/pachi/t-regress/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress
copying pachi_py/pachi/t-regress/TODO -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress
copying pachi_py/pachi/t-regress/test-game.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye
copying pachi_py/pachi/t-regress/by-falseeye/2011-06-05-Zen19-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye
copying pachi_py/pachi/t-regress/by-falseeye/2011-06-05-tazaki-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye
copying pachi_py/pachi/t-regress/by-falseeye/2011-06-09-botkiller2-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye
copying pachi_py/pachi/t-regress/by-falseeye/2011-06-10-pachi30s-samba-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye
copying pachi_py/pachi/t-regress/by-falseeye/2011-06-18-dorabon-pachi2-4.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye
copying pachi_py/pachi/t-regress/by-falseeye/2011-07-28-pachi2-Novicer.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye
copying pachi_py/pachi/t-regress/by-falseeye/2011-08-12-xiaosugi-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ko
copying pachi_py/pachi/t-regress/by-ko/2011-06-09-jinen-pachi30s-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ko
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2011-01-11-llopl-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2011-06-06-tyzef-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2011-06-13-pachi30s-Jep.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2011-07-28-pachi2-pkunzip-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2011-08-08-Dallas-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2011-08-09-pachi2-BlueSpark.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2011-08-09-somrak-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2011-08-24-StoneGrid-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2011-09-04-pachi2-stv.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
copying pachi_py/pachi/t-regress/by-ladder/2012-03-16-IMC-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai
copying pachi_py/pachi/t-regress/by-semeai/2011-01-15-pachi2-rollingon.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai
copying pachi_py/pachi/t-regress/by-semeai/2011-06-05-Zen19-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai
copying pachi_py/pachi/t-regress/by-semeai/2011-06-05-tazaki-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai
copying pachi_py/pachi/t-regress/by-semeai/2011-06-18-dorabon-pachi2-4.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai
copying pachi_py/pachi/t-regress/by-semeai/2012-03-15-pachi2-Leech.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2010-12-05-pachi-CzechBot.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-01-11-llopl-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-01-15-pachi2-rollingon.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-06-05-Zen19-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-06-05-tazaki-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-06-06-tyzef-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-06-07-fidibus-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-06-09-botkiller2-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-06-09-jinen-pachi30s-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-06-10-pachi30s-samba-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-06-13-pachi30s-Jep.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-06-18-dorabon-pachi2-4.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-07-28-pachi2-Novicer.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-07-28-pachi2-pkunzip-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-08-08-Dallas-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-08-09-pachi2-BlueSpark.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-08-09-somrak-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-08-12-xiaosugi-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-08-24-StoneGrid-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2011-09-04-pachi2-stv.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2012-01-17-pachi2-Soromon-3.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2012-03-15-pachi2-Leech.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2012-03-16-IMC-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
copying pachi_py/pachi/t-regress/games/2012-03-21-pachi2-Hujisawa-3.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit
copying pachi_py/pachi/t-unit/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit
copying pachi_py/pachi/t-unit/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit
copying pachi_py/pachi/t-unit/sar.t -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit
copying pachi_py/pachi/t-unit/test.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit
copying pachi_py/pachi/t-unit/test.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/1lib.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/1lib.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/2lib.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/2lib.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/ladder.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/ladder.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/nakade.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/nakade.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/nlib.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/nlib.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/selfatari.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/selfatari.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/util.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
copying pachi_py/pachi/tactics/util.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/complete-tromptaylor.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/complete.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/genmove.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/genmove19.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/gentbook.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/kgslog2gtp.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/pattern3_show.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/pattern_bayes_gen.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/pattern_bayes_merge.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/pattern_byplayer.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/pattern_getdrops.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/pattern_spatial_gen.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/pattern_spatial_show.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/sgf-analyse.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/sgf-ratemove.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/sgf2gtp.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/sgf2gtp.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/spirit.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
copying pachi_py/pachi/tools/twogtp.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook
copying pachi_py/pachi/tools/autobook/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook
copying pachi_py/pachi/tools/autobook/autobook.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook
copying pachi_py/pachi/tools/autobook/autobook2fbook.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook
copying pachi_py/pachi/tools/autobook/eval.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook
copying pachi_py/pachi/tools/autobook/expand.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook
copying pachi_py/pachi/tools/autobook/walk.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib
copying pachi_py/pachi/tools/sgflib/.gitignore -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib
copying pachi_py/pachi/tools/sgflib/__init__.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib
copying pachi_py/pachi/tools/sgflib/sgflib.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib
copying pachi_py/pachi/tools/sgflib/typelib.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/dynkomi.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/dynkomi.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/internal.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/plugin.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/plugins.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/plugins.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/prior.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/prior.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/search.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/search.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/slave.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/slave.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/tree.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/tree.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/uct.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/uct.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/walk.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
copying pachi_py/pachi/uct/walk.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/plugin
copying pachi_py/pachi/uct/plugin/example.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/plugin
copying pachi_py/pachi/uct/plugin/wolf.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/plugin
creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy
copying pachi_py/pachi/uct/policy/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy
copying pachi_py/pachi/uct/policy/generic.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy
copying pachi_py/pachi/uct/policy/generic.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy
copying pachi_py/pachi/uct/policy/ucb1.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy
copying pachi_py/pachi/uct/policy/ucb1amaf.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy
running build_ext
-- Configuring done
-- Generating done
-- Build files have been written to: /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/pachi_py/build
[100%] Built target pachi
building 'pachi_py.cypachi' extension
creating build/temp.macosx-10.5-x86_64-3.5
creating build/temp.macosx-10.5-x86_64-3.5/pachi_py
gcc -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/susanmammen/anaconda/include -arch x86_64 -Ipachi_py/pachi -I/Users/susanmammen/anaconda/include/python3.5m -I/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include -c pachi_py/cypachi.cpp -o build/temp.macosx-10.5-x86_64-3.5/pachi_py/cypachi.o -std=c++11
In file included from pachi_py/cypachi.cpp:275:
In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:
In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:
/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by "          "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
 ^
In file included from pachi_py/cypachi.cpp:283:
pachi_py/ptr.hpp:410:28: warning: class template 'ptr' was previously declared as a struct template [-Wmismatched-tags]
        template <class U> friend class ptr;
                                  ^
pachi_py/ptr.hpp:407:8: note: previous use is here
struct ptr {
       ^
pachi_py/ptr.hpp:410:28: note: did you mean struct here?
        template <class U> friend class ptr;
                                  ^~~~~
                                  struct
pachi_py/cypachi.cpp:486:11: warning: 'unlikely' macro redefined [-Wmacro-redefined]
  #define unlikely(x) __builtin_expect(!!(x), 0)
          ^
pachi_py/pachi/util.h:57:9: note: previous definition is here
#define unlikely(x) __builtin_expect((x), 0)
        ^
pachi_py/cypachi.cpp:1692:33: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {
                      ~~~~~~~~~ ^ ~~~~~~~~~
pachi_py/cypachi.cpp:1703:35: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
    for (__pyx_t_7 = 0; __pyx_t_7 < __pyx_t_6; __pyx_t_7+=1) {
                        ~~~~~~~~~ ^ ~~~~~~~~~
In file included from pachi_py/cypachi.cpp:275:
In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:
/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:1634:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
pachi_py/cypachi.cpp:12437:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
                               ^
pachi_py/cypachi.cpp:12552:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                ^
pachi_py/cypachi.cpp:12614:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                ^
pachi_py/cypachi.cpp:10113:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
                               ^
pachi_py/cypachi.cpp:10128:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
                               ^
pachi_py/cypachi.cpp:10744:48: warning: unused function '__pyx_t_float_complex_from_parts' [-Wunused-function]
    static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) {
                                               ^
pachi_py/cypachi.cpp:10866:49: warning: unused function '__pyx_t_double_complex_from_parts' [-Wunused-function]
    static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) {
                                                ^
pachi_py/cypachi.cpp:11753:43: warning: function '__Pyx_PyInt_As_unsigned_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
        static CYTHON_INLINE unsigned int __Pyx_PyInt_As_unsigned_int(PyObject *x) {
                                          ^
pachi_py/cypachi.cpp:11938:37: warning: function '__Pyx_PyInt_As_size_t' is not needed and will not be emitted [-Wunneeded-internal-declaration]
        static CYTHON_INLINE size_t __Pyx_PyInt_As_size_t(PyObject *x) {
                                    ^
pachi_py/cypachi.cpp:12123:35: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
        static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                                  ^
pachi_py/cypachi.cpp:7759:32: warning: unused function '__pyx_convert_PyObject_string_to_py_std__in_string' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_convert_PyObject_string_to_py_std__in_string(std::string const &__pyx_v_s) {
                               ^
pachi_py/cypachi.cpp:7806:32: warning: unused function '__pyx_convert_PyUnicode_string_to_py_std__in_string' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_convert_PyUnicode_string_to_py_std__in_string(std::string const &__pyx_v_s) {
                               ^
pachi_py/cypachi.cpp:7853:32: warning: unused function '__pyx_convert_PyStr_string_to_py_std__in_string' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_convert_PyStr_string_to_py_std__in_string(std::string const &__pyx_v_s) {
                               ^
pachi_py/cypachi.cpp:7947:32: warning: unused function '__pyx_convert_PyByteArray_string_to_py_std__in_string' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_convert_PyByteArray_string_to_py_std__in_string(std::string const &__pyx_v_s) {
                               ^
pachi_py/cypachi.cpp:6549:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew1' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) {
                               ^
pachi_py/cypachi.cpp:6596:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew2' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) {
                               ^
pachi_py/cypachi.cpp:6643:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew3' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) {
                               ^
pachi_py/cypachi.cpp:6690:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew4' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) {
                               ^
pachi_py/cypachi.cpp:6737:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew5' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) {
                               ^
pachi_py/cypachi.cpp:7539:27: warning: unused function '__pyx_f_5numpy_set_array_base' [-Wunused-function]
static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
                          ^
pachi_py/cypachi.cpp:7635:32: warning: unused function '__pyx_f_5numpy_get_array_base' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) {
                               ^
In file included from pachi_py/cypachi.cpp:283:
pachi_py/ptr.hpp:98:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                                ptr_hpp_static_assert(is_complete<T>::value);
                                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:115:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
In file included from pachi_py/cypachi.cpp:283:
pachi_py/ptr.hpp:111:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                                ptr_hpp_static_assert(is_complete<U>::value);
                                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:116:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
In file included from pachi_py/cypachi.cpp:283:
pachi_py/ptr.hpp:547:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                ptr_hpp_static_assert (!is_array);
                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:117:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
In file included from pachi_py/cypachi.cpp:283:
pachi_py/ptr.hpp:574:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                ptr_hpp_static_assert(is_array);
                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:118:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
In file included from pachi_py/cypachi.cpp:283:
pachi_py/ptr.hpp:747:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                ptr_hpp_static_assert(!is_array);
                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:119:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
32 warnings generated.
gcc -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/susanmammen/anaconda/include -arch x86_64 -Ipachi_py/pachi -I/Users/susanmammen/anaconda/include/python3.5m -I/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include -c pachi_py/goutil.cpp -o build/temp.macosx-10.5-x86_64-3.5/pachi_py/goutil.o -std=c++11
In file included from pachi_py/goutil.cpp:1:
In file included from pachi_py/goutil.hpp:3:
pachi_py/ptr.hpp:410:28: warning: class template 'ptr' was previously declared as a struct template [-Wmismatched-tags]
        template <class U> friend class ptr;
                                  ^
pachi_py/ptr.hpp:407:8: note: previous use is here
struct ptr {
       ^
pachi_py/ptr.hpp:410:28: note: did you mean struct here?
        template <class U> friend class ptr;
                                  ^~~~~
                                  struct
pachi_py/goutil.cpp:101:20: warning: unused function 'moves_equal' [-Wunused-function]
static inline bool moves_equal(const move& m1, const move& m2) {
                   ^
In file included from pachi_py/goutil.cpp:1:
In file included from pachi_py/goutil.hpp:3:
pachi_py/ptr.hpp:98:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                                ptr_hpp_static_assert(is_complete<T>::value);
                                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:5:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
In file included from pachi_py/goutil.cpp:1:
In file included from pachi_py/goutil.hpp:3:
pachi_py/ptr.hpp:111:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                                ptr_hpp_static_assert(is_complete<U>::value);
                                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:6:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
In file included from pachi_py/goutil.cpp:1:
In file included from pachi_py/goutil.hpp:3:
pachi_py/ptr.hpp:547:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                ptr_hpp_static_assert (!is_array);
                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:7:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
In file included from pachi_py/goutil.cpp:1:
In file included from pachi_py/goutil.hpp:3:
pachi_py/ptr.hpp:574:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                ptr_hpp_static_assert(is_array);
                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:8:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
In file included from pachi_py/goutil.cpp:1:
In file included from pachi_py/goutil.hpp:3:
pachi_py/ptr.hpp:747:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef]
                ptr_hpp_static_assert(!is_array);
                ^
pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'
                ptr_hpp_static_assertion_##__LINE__;
                ^
<scratch space>:9:1: note: expanded from here
ptr_hpp_static_assertion___LINE__
^
7 warnings generated.
g++ -bundle -undefined dynamic_lookup -L/Users/susanmammen/anaconda/lib -arch x86_64 build/temp.macosx-10.5-x86_64-3.5/pachi_py/cypachi.o build/temp.macosx-10.5-x86_64-3.5/pachi_py/goutil.o -Lpachi_py/build/lib -L/Users/susanmammen/anaconda/lib -lpachi -o build/lib.macosx-10.5-x86_64-3.5/pachi_py/cypachi.cpython-35m-darwin.so
ld: warning: object file (pachi_py/build/lib/libpachi.a(board.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(ownermap.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(move.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(montecarlo.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(random.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(uct.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(random.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(timeinfo.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(util.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(libpachi_globals.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(fbook.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(chat.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(base.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(pattern.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(playout.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(light.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(moggy.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(plugins.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(ucb1.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(ucb1amaf.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(stone.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(tree.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(dynkomi.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(slave.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(search.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(walk.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(prior.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(1lib.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(gtp.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(2lib.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(nlib.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(selfatari.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(ladder.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(nakade.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(distributed.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(pattern3.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(patternprob.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(patternsp.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(generic.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(protocol.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(merge.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: warning: object file (pachi_py/build/lib/libpachi.a(network.c.o)) was built for newer OSX version (10.10) than being linked (10.5)
ld: targeted OS version does not support use of thread local variables in _fast_srandom for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'g++' failed with exit status 1

----------------------------------------
```

Command "/Users/susanmammen/anaconda/bin/python -u -c "import setuptools, tokenize;**file**='/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/setup.py';exec(compile(getattr(tokenize, 'open', open)(**file**).read().replace('\r\n', '\n'), **file**, 'exec'))" install --record /var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-nye8phw2-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/
Unknown:gym susanmammen$ 
tlbtlbtlb commented 8 years ago

Same as https://github.com/openai/gym/issues/164, see solution there