The build took 00h 01m 07s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
36,320 |
cpp |
14,380 |
python |
2,557 |
sh |
53,257 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: python-pybox2d 1:2.3.0-2 (Wed Aug 24 14:08:15 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) swig-3.0.10-1
Total Installed Size: 4.48 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing swig...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz
Extracting in /tmp/tmpgMj3lH
Now working in /tmp/tmpgMj3lH/distribute-0.6.34
Building a Distribute egg in /tmp/python-pybox2d/src/python-pybox2d
/tmp/python-pybox2d/src/python-pybox2d/distribute-0.6.34-py2.7.egg
Using setuptools (version 0.6).
running setopt
Writing setup.cfg
Using setuptools (version 0.6).
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/Box2D
copying library/Box2D/Box2D.py -> build/lib.linux-x86_64-2.7/Box2D
copying library/Box2D/__init__.py -> build/lib.linux-x86_64-2.7/Box2D
creating build/lib.linux-x86_64-2.7/Box2D/b2
copying library/Box2D/b2/__init__.py -> build/lib.linux-x86_64-2.7/Box2D/b2
running build_ext
building 'Box2D._Box2D' extension
swigging Box2D/Box2D.i to Box2D/Box2D_wrap.cpp
swig -python -c++ -IBox2D -small -O -includeall -ignoremissing -w201 -globals b2Globals -outdir library/Box2D -keyword -w511 -D_SWIG_KWARGS -o Box2D/Box2D_wrap.cpp Box2D/Box2D.i
Box2D/Collision/b2DynamicTree.h:44: Warning 312: Nested union not currently supported (ignored).
Box2D/Box2D_dir.i:103: Warning 303: %extend defined for an undeclared class b2LoopShape.
Box2D/Common/b2Settings.h:144: Warning 506: Can't wrap varargs with keyword arguments enabled
Box2D/Common/b2Math.h:91: Warning 509: Overloaded method b2Vec2::operator ()(int32) effectively ignored,
Box2D/Common/b2Math.h:85: Warning 509: as it is shadowed by b2Vec2::operator ()(int32) const.
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/Box2D
creating build/temp.linux-x86_64-2.7/Box2D/Dynamics
creating build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts
creating build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints
creating build/temp.linux-x86_64-2.7/Box2D/Common
creating build/temp.linux-x86_64-2.7/Box2D/Collision
creating build/temp.linux-x86_64-2.7/Box2D/Collision/Shapes
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Box2D_wrap.cpp -o build/temp.linux-x86_64-2.7/Box2D/Box2D_wrap.o -I. -Wno-unused
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2WorldCallbacks.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2WorldCallbacks.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Dynamics/b2WorldCallbacks.h:22,
from Box2D/Dynamics/b2WorldCallbacks.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Dynamics/b2WorldCallbacks.h:22,
from Box2D/Dynamics/b2WorldCallbacks.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Dynamics/b2WorldCallbacks.h:22,
from Box2D/Dynamics/b2WorldCallbacks.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Dynamics/b2WorldCallbacks.h:22,
from Box2D/Dynamics/b2WorldCallbacks.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2Fixture.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2Fixture.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2Body.h:22,
from ./Box2D/Dynamics/b2Fixture.h:22,
from Box2D/Dynamics/b2Fixture.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2Body.h:22,
from ./Box2D/Dynamics/b2Fixture.h:22,
from Box2D/Dynamics/b2Fixture.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2Body.h:22,
from ./Box2D/Dynamics/b2Fixture.h:22,
from Box2D/Dynamics/b2Fixture.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2Body.h:22,
from ./Box2D/Dynamics/b2Fixture.h:22,
from Box2D/Dynamics/b2Fixture.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2World.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2World.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2World.h:22,
from Box2D/Dynamics/b2World.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2World.h:22,
from Box2D/Dynamics/b2World.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2World.h:22,
from Box2D/Dynamics/b2World.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2World.h:22,
from Box2D/Dynamics/b2World.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2Body.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2Body.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2Body.h:22,
from Box2D/Dynamics/b2Body.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2Body.h:22,
from Box2D/Dynamics/b2Body.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2Body.h:22,
from Box2D/Dynamics/b2Body.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/b2Body.h:22,
from Box2D/Dynamics/b2Body.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2Island.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2Island.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Distance.h:23,
from Box2D/Dynamics/b2Island.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Distance.h:23,
from Box2D/Dynamics/b2Island.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Distance.h:23,
from Box2D/Dynamics/b2Island.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Distance.h:23,
from Box2D/Dynamics/b2Island.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/b2ContactManager.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2ContactManager.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Collision/b2BroadPhase.h:22,
from ./Box2D/Dynamics/b2ContactManager.h:22,
from Box2D/Dynamics/b2ContactManager.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Collision/b2BroadPhase.h:22,
from ./Box2D/Dynamics/b2ContactManager.h:22,
from Box2D/Dynamics/b2ContactManager.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Collision/b2BroadPhase.h:22,
from ./Box2D/Dynamics/b2ContactManager.h:22,
from Box2D/Dynamics/b2ContactManager.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Collision/b2BroadPhase.h:22,
from ./Box2D/Dynamics/b2ContactManager.h:22,
from Box2D/Dynamics/b2ContactManager.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2Contact.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2Contact.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from Box2D/Dynamics/Contacts/b2Contact.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from Box2D/Dynamics/Contacts/b2Contact.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from Box2D/Dynamics/Contacts/b2Contact.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from Box2D/Dynamics/Contacts/b2Contact.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2ContactSolver.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2ContactSolver.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22,
from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22,
from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22,
from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2ContactSolver.h:22,
from Box2D/Dynamics/Contacts/b2ContactSolver.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2PolygonContact.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2PolygonContact.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2PolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2PolygonContact.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h:22,
from Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2CircleContact.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2CircleContact.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22,
from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22,
from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22,
from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2CircleContact.h:22,
from Box2D/Dynamics/Contacts/b2CircleContact.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Contacts/b2Contact.h:22,
from ./Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h:22,
from Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2PrismaticJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2PrismaticJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22,
from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22,
from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22,
from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2PrismaticJoint.h:22,
from Box2D/Dynamics/Joints/b2PrismaticJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2PulleyJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2PulleyJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22,
from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22,
from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22,
from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2PulleyJoint.h:22,
from Box2D/Dynamics/Joints/b2PulleyJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2WheelJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2WheelJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22,
from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22,
from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22,
from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2WheelJoint.h:22,
from Box2D/Dynamics/Joints/b2WheelJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2FrictionJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2FrictionJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22,
from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22,
from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22,
from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2FrictionJoint.h:22,
from Box2D/Dynamics/Joints/b2FrictionJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2Joint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2Joint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from Box2D/Dynamics/Joints/b2Joint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from Box2D/Dynamics/Joints/b2Joint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from Box2D/Dynamics/Joints/b2Joint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from Box2D/Dynamics/Joints/b2Joint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2WeldJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2WeldJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22,
from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22,
from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22,
from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2WeldJoint.h:22,
from Box2D/Dynamics/Joints/b2WeldJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2RevoluteJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2RevoluteJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22,
from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22,
from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22,
from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2RevoluteJoint.h:22,
from Box2D/Dynamics/Joints/b2RevoluteJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2GearJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2GearJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2GearJoint.h:22,
from Box2D/Dynamics/Joints/b2GearJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2GearJoint.h:22,
from Box2D/Dynamics/Joints/b2GearJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2GearJoint.h:22,
from Box2D/Dynamics/Joints/b2GearJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2GearJoint.h:22,
from Box2D/Dynamics/Joints/b2GearJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2MouseJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2MouseJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22,
from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22,
from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22,
from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2MouseJoint.h:22,
from Box2D/Dynamics/Joints/b2MouseJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2DistanceJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2DistanceJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22,
from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22,
from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22,
from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2DistanceJoint.h:22,
from Box2D/Dynamics/Joints/b2DistanceJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2MotorJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2MotorJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22,
from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22,
from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22,
from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2MotorJoint.h:22,
from Box2D/Dynamics/Joints/b2MotorJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Dynamics/Joints/b2RopeJoint.cpp -o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2RopeJoint.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22,
from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22,
from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22,
from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Dynamics/Joints/b2Joint.h:22,
from ./Box2D/Dynamics/Joints/b2RopeJoint.h:22,
from Box2D/Dynamics/Joints/b2RopeJoint.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2Math.cpp -o build/temp.linux-x86_64-2.7/Box2D/Common/b2Math.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from Box2D/Common/b2Math.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from Box2D/Common/b2Math.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from Box2D/Common/b2Math.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from Box2D/Common/b2Math.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2Timer.cpp -o build/temp.linux-x86_64-2.7/Box2D/Common/b2Timer.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Timer.h:22,
from Box2D/Common/b2Timer.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Timer.h:22,
from Box2D/Common/b2Timer.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Timer.h:22,
from Box2D/Common/b2Timer.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Timer.h:22,
from Box2D/Common/b2Timer.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2BlockAllocator.cpp -o build/temp.linux-x86_64-2.7/Box2D/Common/b2BlockAllocator.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from Box2D/Common/b2BlockAllocator.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from Box2D/Common/b2BlockAllocator.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from Box2D/Common/b2BlockAllocator.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from Box2D/Common/b2BlockAllocator.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2Draw.cpp -o build/temp.linux-x86_64-2.7/Box2D/Common/b2Draw.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Common/b2Draw.h:22,
from Box2D/Common/b2Draw.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Common/b2Draw.h:22,
from Box2D/Common/b2Draw.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Common/b2Draw.h:22,
from Box2D/Common/b2Draw.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Common/b2Draw.h:22,
from Box2D/Common/b2Draw.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2Settings.cpp -o build/temp.linux-x86_64-2.7/Box2D/Common/b2Settings.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from Box2D/Common/b2Settings.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from Box2D/Common/b2Settings.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from Box2D/Common/b2Settings.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from Box2D/Common/b2Settings.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Common/b2StackAllocator.cpp -o build/temp.linux-x86_64-2.7/Box2D/Common/b2StackAllocator.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2StackAllocator.h:22,
from Box2D/Common/b2StackAllocator.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2StackAllocator.h:22,
from Box2D/Common/b2StackAllocator.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2StackAllocator.h:22,
from Box2D/Common/b2StackAllocator.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2StackAllocator.h:22,
from Box2D/Common/b2StackAllocator.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
In file included from ./Box2D/Common/b2StackAllocator.h:22:0,
from Box2D/Common/b2StackAllocator.cpp:19:
Box2D/Common/b2StackAllocator.cpp: In destructor 'b2StackAllocator::~b2StackAllocator()':
./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate]
#define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); }
^
Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro 'b2Assert'
b2Assert(m_index == 0);
^~~~~~~~
./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept
#define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); }
^
Box2D/Common/b2StackAllocator.cpp:32:2: note: in expansion of macro 'b2Assert'
b2Assert(m_index == 0);
^~~~~~~~
./Box2D/Common/b2Settings.h:31:100: warning: throw will always call terminate() [-Wterminate]
#define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); }
^
Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro 'b2Assert'
b2Assert(m_entryCount == 0);
^~~~~~~~
./Box2D/Common/b2Settings.h:31:100: note: in C++11 destructors default to noexcept
#define b2Assert(A) if (!(A)) { PyErr_SetString(PyExc_AssertionError, #A); throw b2AssertException(); }
^
Box2D/Common/b2StackAllocator.cpp:33:2: note: in expansion of macro 'b2Assert'
b2Assert(m_entryCount == 0);
^~~~~~~~
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2Collision.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/b2Collision.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2Collision.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2Collision.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2Collision.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2Collision.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2TimeOfImpact.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/b2TimeOfImpact.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2TimeOfImpact.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2TimeOfImpact.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2TimeOfImpact.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2TimeOfImpact.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2BroadPhase.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/b2BroadPhase.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Collision/b2BroadPhase.h:22,
from Box2D/Collision/b2BroadPhase.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Collision/b2BroadPhase.h:22,
from Box2D/Collision/b2BroadPhase.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Collision/b2BroadPhase.h:22,
from Box2D/Collision/b2BroadPhase.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Collision/b2BroadPhase.h:22,
from Box2D/Collision/b2BroadPhase.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2CollideEdge.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/b2CollideEdge.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollideEdge.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollideEdge.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollideEdge.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollideEdge.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2CollidePolygon.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/b2CollidePolygon.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollidePolygon.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollidePolygon.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollidePolygon.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollidePolygon.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2Distance.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/b2Distance.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Distance.h:23,
from Box2D/Collision/b2Distance.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Distance.h:23,
from Box2D/Collision/b2Distance.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Distance.h:23,
from Box2D/Collision/b2Distance.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Distance.h:23,
from Box2D/Collision/b2Distance.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2DynamicTree.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/b2DynamicTree.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from ./Box2D/Collision/b2DynamicTree.h:22,
from Box2D/Collision/b2DynamicTree.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from ./Box2D/Collision/b2DynamicTree.h:22,
from Box2D/Collision/b2DynamicTree.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from ./Box2D/Collision/b2DynamicTree.h:22,
from Box2D/Collision/b2DynamicTree.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from ./Box2D/Collision/b2DynamicTree.h:22,
from Box2D/Collision/b2DynamicTree.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/b2CollideCircle.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/b2CollideCircle.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollideCircle.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollideCircle.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollideCircle.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2Math.h:22,
from ./Box2D/Collision/b2Collision.h:22,
from Box2D/Collision/b2CollideCircle.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/Shapes/b2CircleShape.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/Shapes/b2CircleShape.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2CircleShape.h:22,
from Box2D/Collision/Shapes/b2CircleShape.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2CircleShape.h:22,
from Box2D/Collision/Shapes/b2CircleShape.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2CircleShape.h:22,
from Box2D/Collision/Shapes/b2CircleShape.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2CircleShape.h:22,
from Box2D/Collision/Shapes/b2CircleShape.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/Shapes/b2EdgeShape.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/Shapes/b2EdgeShape.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2EdgeShape.h:22,
from Box2D/Collision/Shapes/b2EdgeShape.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2EdgeShape.h:22,
from Box2D/Collision/Shapes/b2EdgeShape.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2EdgeShape.h:22,
from Box2D/Collision/Shapes/b2EdgeShape.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2EdgeShape.h:22,
from Box2D/Collision/Shapes/b2EdgeShape.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/Shapes/b2PolygonShape.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/Shapes/b2PolygonShape.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2PolygonShape.h:22,
from Box2D/Collision/Shapes/b2PolygonShape.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2PolygonShape.h:22,
from Box2D/Collision/Shapes/b2PolygonShape.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2PolygonShape.h:22,
from Box2D/Collision/Shapes/b2PolygonShape.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2PolygonShape.h:22,
from Box2D/Collision/Shapes/b2PolygonShape.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c Box2D/Collision/Shapes/b2ChainShape.cpp -o build/temp.linux-x86_64-2.7/Box2D/Collision/Shapes/b2ChainShape.o -I. -Wno-unused
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2ChainShape.h:22,
from Box2D/Collision/Shapes/b2ChainShape.cpp:19:
/usr/include/python2.7/pyconfig.h:1193:0: warning: "_POSIX_C_SOURCE" redefined
#define _POSIX_C_SOURCE 200112L
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2ChainShape.h:22,
from Box2D/Collision/Shapes/b2ChainShape.cpp:19:
/usr/include/features.h:225:0: note: this is the location of the previous definition
# define _POSIX_C_SOURCE 200809L
In file included from /usr/include/python2.7/Python.h:8:0,
from ./Box2D/Common/b2Settings.h:29,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2ChainShape.h:22,
from Box2D/Collision/Shapes/b2ChainShape.cpp:19:
/usr/include/python2.7/pyconfig.h:1215:0: warning: "_XOPEN_SOURCE" redefined
#define _XOPEN_SOURCE 600
In file included from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h:495,
from /usr/include/c++/6.1.1/cassert:43,
from ./Box2D/Common/b2Settings.h:22,
from ./Box2D/Common/b2BlockAllocator.h:22,
from ./Box2D/Collision/Shapes/b2Shape.h:22,
from ./Box2D/Collision/Shapes/b2ChainShape.h:22,
from Box2D/Collision/Shapes/b2ChainShape.cpp:19:
/usr/include/features.h:166:0: note: this is the location of the previous definition
# define _XOPEN_SOURCE 700
g++ -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/Box2D/Box2D_wrap.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2WorldCallbacks.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2Fixture.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2World.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2Body.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2Island.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/b2ContactManager.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2Contact.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2ContactSolver.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2PolygonContact.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2CircleContact.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2PrismaticJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2PulleyJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2WheelJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2FrictionJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2Joint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2WeldJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2RevoluteJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2GearJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2MouseJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2DistanceJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2MotorJoint.o build/temp.linux-x86_64-2.7/Box2D/Dynamics/Joints/b2RopeJoint.o build/temp.linux-x86_64-2.7/Box2D/Common/b2Math.o build/temp.linux-x86_64-2.7/Box2D/Common/b2Timer.o build/temp.linux-x86_64-2.7/Box2D/Common/b2BlockAllocator.o build/temp.linux-x86_64-2.7/Box2D/Common/b2Draw.o build/temp.linux-x86_64-2.7/Box2D/Common/b2Settings.o build/temp.linux-x86_64-2.7/Box2D/Common/b2StackAllocator.o build/temp.linux-x86_64-2.7/Box2D/Collision/b2Collision.o build/temp.linux-x86_64-2.7/Box2D/Collision/b2TimeOfImpact.o build/temp.linux-x86_64-2.7/Box2D/Collision/b2BroadPhase.o build/temp.linux-x86_64-2.7/Box2D/Collision/b2CollideEdge.o build/temp.linux-x86_64-2.7/Box2D/Collision/b2CollidePolygon.o build/temp.linux-x86_64-2.7/Box2D/Collision/b2Distance.o build/temp.linux-x86_64-2.7/Box2D/Collision/b2DynamicTree.o build/temp.linux-x86_64-2.7/Box2D/Collision/b2CollideCircle.o build/temp.linux-x86_64-2.7/Box2D/Collision/Shapes/b2CircleShape.o build/temp.linux-x86_64-2.7/Box2D/Collision/Shapes/b2EdgeShape.o build/temp.linux-x86_64-2.7/Box2D/Collision/Shapes/b2PolygonShape.o build/temp.linux-x86_64-2.7/Box2D/Collision/Shapes/b2ChainShape.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Box2D/_Box2D.so
==> Entering fakeroot environment...
==> Starting package_python2-pybox2d()...
Using setuptools (version 0.6).
running install
running build
running build_py
copying library/Box2D/Box2D.py -> build/lib.linux-x86_64-2.7/Box2D
copying library/Box2D/__init__.py -> build/lib.linux-x86_64-2.7/Box2D
running build_ext
running install_lib
creating /tmp/python-pybox2d/pkg/python2-pybox2d/usr
creating /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib
creating /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7
creating /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages
creating /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D
creating /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D/b2
copying build/lib.linux-x86_64-2.7/Box2D/b2/__init__.py -> /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D/b2
copying build/lib.linux-x86_64-2.7/Box2D/_Box2D.so -> /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D
copying build/lib.linux-x86_64-2.7/Box2D/Box2D.py -> /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D
copying build/lib.linux-x86_64-2.7/Box2D/__init__.py -> /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D
byte-compiling /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D/b2/__init__.py to __init__.pyc
byte-compiling /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D/Box2D.py to Box2D.pyc
byte-compiling /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D/__init__.py to __init__.pyc
writing byte-compilation script '/tmp/tmpud_FQA.py'
/usr/bin/python2 -O /tmp/tmpud_FQA.py
removing /tmp/tmpud_FQA.py
running install_egg_info
running egg_info
creating library/Box2D.egg-info
writing library/Box2D.egg-info/PKG-INFO
writing top-level names to library/Box2D.egg-info/top_level.txt
writing dependency_links to library/Box2D.egg-info/dependency_links.txt
writing manifest file 'library/Box2D.egg-info/SOURCES.txt'
reading manifest file 'library/Box2D.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'MANIFEST'
warning: no files found matching 'README'
warning: no files found matching '*.py' under directory 'Box2D'
warning: no files found matching '*.c' under directory 'Box2D'
writing manifest file 'library/Box2D.egg-info/SOURCES.txt'
Copying library/Box2D.egg-info to /tmp/python-pybox2d/pkg/python2-pybox2d/usr/lib/python2.7/site-packages/Box2D-2.3b0-py2.7.egg-info
running install_scripts
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "python2-pybox2d"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pybox2d 1:2.3.0-2 (Wed Aug 24 14:08:57 UTC 2016)
CMD: pacman --query --file python2-pybox2d-1:2.3.0-2-x86_64.pkg.tar.xz
Creating hybrid package for 'python2-pybox2d'
Trying to find vanilla package 'python2-pybox2d'...
CMD: pacman --query --file /mirror/python2-pybox2d-1:2.3.0-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/lib/python2.7/site-packages/Box2D/Box2D.py
/usr/lib/python2.7/site-packages/Box2D/Box2D.pyc
/usr/lib/python2.7/site-packages/Box2D/__init__.pyc
/usr/lib/python2.7/site-packages/Box2D/Box2D.pyo
/usr/lib/python2.7/site-packages/Box2D/__init__.pyo
/usr/lib/python2.7/site-packages/Box2D/__init__.py
/usr/lib/python2.7/site-packages/Box2D/_Box2D.so
/usr/lib/python2.7/site-packages/Box2D/b2/__init__.py
/usr/lib/python2.7/site-packages/Box2D/b2/__init__.pyc
/usr/lib/python2.7/site-packages/Box2D/b2/__init__.pyo
/usr/lib/python2.7/site-packages/Box2D-2.3b0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/Box2D-2.3b0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/Box2D-2.3b0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/Box2D-2.3b0-py2.7.egg-info/SOURCES.txt
/sysroot/usr/lib/python2.7/site-packages/Box2D/_Box2D.so
/sysroot/usr/lib/python2.7/site-packages/Box2D/Box2D.py
/sysroot/usr/lib/python2.7/site-packages/Box2D/__init__.py
/sysroot/usr/lib/python2.7/site-packages/Box2D/Box2D.pyc
/sysroot/usr/lib/python2.7/site-packages/Box2D/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/Box2D/Box2D.pyo
/sysroot/usr/lib/python2.7/site-packages/Box2D/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/Box2D/b2/__init__.py
/sysroot/usr/lib/python2.7/site-packages/Box2D/b2/__init__.pyc
/sysroot/usr/lib/python2.7/site-packages/Box2D/b2/__init__.pyo
/sysroot/usr/lib/python2.7/site-packages/Box2D-2.3b0-py2.7.egg-info/PKG-INFO
/sysroot/usr/lib/python2.7/site-packages/Box2D-2.3b0-py2.7.egg-info/top_level.txt
/sysroot/usr/lib/python2.7/site-packages/Box2D-2.3b0-py2.7.egg-info/dependency_links.txt
/sysroot/usr/lib/python2.7/site-packages/Box2D-2.3b0-py2.7.egg-info/SOURCES.txt
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf python2-pybox2d.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/python2-pybox2d.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-pybox2d.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/python2-pybox2d.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'