Skip to content

Instantly share code, notes, and snippets.

@bunnyhero
Last active December 19, 2015 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bunnyhero/5915887 to your computer and use it in GitHub Desktop.
Save bunnyhero/5915887 to your computer and use it in GitHub Desktop.
Output building box2d.js on Mac OS X 10.8.4 with EMCC_DEBUG=1
speedwell:~/dev/github/box2d-js bunnyhero$ EMCC_DEBUG=1 emmake make
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2BroadPhase.cpp -o Box2D_v2.2.1/Box2D/Collision/b2BroadPhase.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2BroadPhase.cpp -o Box2D_v2.2.1/Box2D/Collision/b2BroadPhase.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/b2BroadPhase.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/b2BroadPhase.cpp -o /tmp/tmpwcGKGQ/b2BroadPhase_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2CollideCircle.cpp -o Box2D_v2.2.1/Box2D/Collision/b2CollideCircle.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2CollideCircle.cpp -o Box2D_v2.2.1/Box2D/Collision/b2CollideCircle.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/b2CollideCircle.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/b2CollideCircle.cpp -o /tmp/tmp77B6QJ/b2CollideCircle_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2CollideEdge.cpp -o Box2D_v2.2.1/Box2D/Collision/b2CollideEdge.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2CollideEdge.cpp -o Box2D_v2.2.1/Box2D/Collision/b2CollideEdge.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/b2CollideEdge.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/b2CollideEdge.cpp -o /tmp/tmpTGs9YD/b2CollideEdge_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2CollidePolygon.cpp -o Box2D_v2.2.1/Box2D/Collision/b2CollidePolygon.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2CollidePolygon.cpp -o Box2D_v2.2.1/Box2D/Collision/b2CollidePolygon.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/b2CollidePolygon.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/b2CollidePolygon.cpp -o /tmp/tmp5R71bs/b2CollidePolygon_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2Collision.cpp -o Box2D_v2.2.1/Box2D/Collision/b2Collision.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2Collision.cpp -o Box2D_v2.2.1/Box2D/Collision/b2Collision.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/b2Collision.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/b2Collision.cpp -o /tmp/tmp7pQSHm/b2Collision_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2Distance.cpp -o Box2D_v2.2.1/Box2D/Collision/b2Distance.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2Distance.cpp -o Box2D_v2.2.1/Box2D/Collision/b2Distance.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/b2Distance.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/b2Distance.cpp -o /tmp/tmp960DBH/b2Distance_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
In file included from Box2D_v2.2.1/Box2D/Collision/b2Distance.cpp:22:
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:98:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasPrevVertex = NULL;
~ ^~~~
false
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:99:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasNextVertex = NULL;
~ ^~~~
false
2 warnings generated.
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2DynamicTree.cpp -o Box2D_v2.2.1/Box2D/Collision/b2DynamicTree.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2DynamicTree.cpp -o Box2D_v2.2.1/Box2D/Collision/b2DynamicTree.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/b2DynamicTree.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/b2DynamicTree.cpp -o /tmp/tmpQJkWHy/b2DynamicTree_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2TimeOfImpact.cpp -o Box2D_v2.2.1/Box2D/Collision/b2TimeOfImpact.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/b2TimeOfImpact.cpp -o Box2D_v2.2.1/Box2D/Collision/b2TimeOfImpact.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/b2TimeOfImpact.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/b2TimeOfImpact.cpp -o /tmp/tmp7ywQ5K/b2TimeOfImpact_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.cpp -o Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.cpp -o Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.cpp -o /tmp/tmpgYJoCW/b2ChainShape_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
In file included from Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.cpp:19:
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:98:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasPrevVertex = NULL;
~ ^~~~
false
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:99:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasNextVertex = NULL;
~ ^~~~
false
2 warnings generated.
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/Shapes/b2CircleShape.cpp -o Box2D_v2.2.1/Box2D/Collision/Shapes/b2CircleShape.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/Shapes/b2CircleShape.cpp -o Box2D_v2.2.1/Box2D/Collision/Shapes/b2CircleShape.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/Shapes/b2CircleShape.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/Shapes/b2CircleShape.cpp -o /tmp/tmp8S3LYw/b2CircleShape_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/Shapes/b2EdgeShape.cpp -o Box2D_v2.2.1/Box2D/Collision/Shapes/b2EdgeShape.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/Shapes/b2EdgeShape.cpp -o Box2D_v2.2.1/Box2D/Collision/Shapes/b2EdgeShape.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/Shapes/b2EdgeShape.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/Shapes/b2EdgeShape.cpp -o /tmp/tmprDGPtB/b2EdgeShape_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/Shapes/b2PolygonShape.cpp -o Box2D_v2.2.1/Box2D/Collision/Shapes/b2PolygonShape.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Collision/Shapes/b2PolygonShape.cpp -o Box2D_v2.2.1/Box2D/Collision/Shapes/b2PolygonShape.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Collision/Shapes/b2PolygonShape.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Collision/Shapes/b2PolygonShape.cpp -o /tmp/tmpEK74K6/b2PolygonShape_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2BlockAllocator.cpp -o Box2D_v2.2.1/Box2D/Common/b2BlockAllocator.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2BlockAllocator.cpp -o Box2D_v2.2.1/Box2D/Common/b2BlockAllocator.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Common/b2BlockAllocator.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Common/b2BlockAllocator.cpp -o /tmp/tmpGmGZgy/b2BlockAllocator_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2Draw.cpp -o Box2D_v2.2.1/Box2D/Common/b2Draw.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2Draw.cpp -o Box2D_v2.2.1/Box2D/Common/b2Draw.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Common/b2Draw.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Common/b2Draw.cpp -o /tmp/tmpyI9YOE/b2Draw_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2Math.cpp -o Box2D_v2.2.1/Box2D/Common/b2Math.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2Math.cpp -o Box2D_v2.2.1/Box2D/Common/b2Math.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Common/b2Math.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Common/b2Math.cpp -o /tmp/tmpp1s1it/b2Math_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2Settings.cpp -o Box2D_v2.2.1/Box2D/Common/b2Settings.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2Settings.cpp -o Box2D_v2.2.1/Box2D/Common/b2Settings.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Common/b2Settings.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Common/b2Settings.cpp -o /tmp/tmpFHFyBl/b2Settings_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2StackAllocator.cpp -o Box2D_v2.2.1/Box2D/Common/b2StackAllocator.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2StackAllocator.cpp -o Box2D_v2.2.1/Box2D/Common/b2StackAllocator.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Common/b2StackAllocator.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Common/b2StackAllocator.cpp -o /tmp/tmp5xc1aa/b2StackAllocator_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2Timer.cpp -o Box2D_v2.2.1/Box2D/Common/b2Timer.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Common/b2Timer.cpp -o Box2D_v2.2.1/Box2D/Common/b2Timer.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Common/b2Timer.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Common/b2Timer.cpp -o /tmp/tmpTvxmSQ/b2Timer_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2Body.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2Body.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2Body.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2Body.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/b2Body.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/b2Body.cpp -o /tmp/tmpEbWzEV/b2Body_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2ContactManager.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2ContactManager.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2ContactManager.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2ContactManager.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/b2ContactManager.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/b2ContactManager.cpp -o /tmp/tmpagTouJ/b2ContactManager_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.cpp -o /tmp/tmpc5mWB4/b2Fixture_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
In file included from Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.cpp:25:
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:98:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasPrevVertex = NULL;
~ ^~~~
false
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:99:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasNextVertex = NULL;
~ ^~~~
false
2 warnings generated.
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2Island.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2Island.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2Island.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2Island.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/b2Island.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/b2Island.cpp -o /tmp/tmpLXXyBw/b2Island_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2World.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2World.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2World.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2World.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/b2World.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/b2World.cpp -o /tmp/tmpvthSzS/b2World_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
In file included from Box2D_v2.2.1/Box2D/Dynamics/b2World.cpp:30:
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:98:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasPrevVertex = NULL;
~ ^~~~
false
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:99:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasNextVertex = NULL;
~ ^~~~
false
2 warnings generated.
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2WorldCallbacks.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2WorldCallbacks.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/b2WorldCallbacks.cpp -o Box2D_v2.2.1/Box2D/Dynamics/b2WorldCallbacks.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/b2WorldCallbacks.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/b2WorldCallbacks.cpp -o /tmp/tmpOq6TkD/b2WorldCallbacks_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp -o /tmp/tmpioHv3Q/b2ChainAndCircleContact_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
In file included from Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp:22:
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:98:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasPrevVertex = NULL;
~ ^~~~
false
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:99:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasNextVertex = NULL;
~ ^~~~
false
2 warnings generated.
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp -o /tmp/tmpgX1KAF/b2ChainAndPolygonContact_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
In file included from Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp:22:
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:98:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasPrevVertex = NULL;
~ ^~~~
false
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:99:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasNextVertex = NULL;
~ ^~~~
false
2 warnings generated.
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2CircleContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2CircleContact.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2CircleContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2CircleContact.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2CircleContact.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2CircleContact.cpp -o /tmp/tmpiYVa8i/b2CircleContact_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2Contact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2Contact.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2Contact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2Contact.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2Contact.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2Contact.cpp -o /tmp/tmpYb3mcA/b2Contact_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ContactSolver.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ContactSolver.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ContactSolver.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ContactSolver.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ContactSolver.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ContactSolver.cpp -o /tmp/tmp0jUGNq/b2ContactSolver_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp -o /tmp/tmpotsb2E/b2EdgeAndCircleContact_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp -o /tmp/tmpXXwfdM/b2EdgeAndPolygonContact_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp -o /tmp/tmpNAgsTi/b2PolygonAndCircleContact_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonContact.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonContact.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonContact.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonContact.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonContact.cpp -o /tmp/tmpbLbMmu/b2PolygonContact_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2DistanceJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2DistanceJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2DistanceJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2DistanceJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2DistanceJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2DistanceJoint.cpp -o /tmp/tmpzKC4na/b2DistanceJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2FrictionJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2FrictionJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2FrictionJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2FrictionJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2FrictionJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2FrictionJoint.cpp -o /tmp/tmpjxPRAM/b2FrictionJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2GearJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2GearJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2GearJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2GearJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2GearJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2GearJoint.cpp -o /tmp/tmpuiSIgG/b2GearJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2Joint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2Joint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2Joint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2Joint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2Joint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2Joint.cpp -o /tmp/tmp7Js8r4/b2Joint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2MouseJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2MouseJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2MouseJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2MouseJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2MouseJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2MouseJoint.cpp -o /tmp/tmpNbReJS/b2MouseJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PrismaticJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PrismaticJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp -o /tmp/tmpJnaMiN/b2PrismaticJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PulleyJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PulleyJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PulleyJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PulleyJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PulleyJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PulleyJoint.cpp -o /tmp/tmpMsfk8o/b2PulleyJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RevoluteJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RevoluteJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp -o /tmp/tmpRRs6uX/b2RevoluteJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RopeJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RopeJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RopeJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RopeJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RopeJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RopeJoint.cpp -o /tmp/tmpc7TOPl/b2RopeJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WeldJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WeldJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WeldJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WeldJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WeldJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WeldJoint.cpp -o /tmp/tmpt7KwOv/b2WeldJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WheelJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WheelJoint.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WheelJoint.cpp -o Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WheelJoint.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WheelJoint.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WheelJoint.cpp -o /tmp/tmphChlep/b2WheelJoint_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Rope/b2Rope.cpp -o Box2D_v2.2.1/Box2D/Rope/b2Rope.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 Box2D_v2.2.1/Box2D/Rope/b2Rope.cpp -o Box2D_v2.2.1/Box2D/Rope/b2Rope.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: Box2D_v2.2.1/Box2D/Rope/b2Rope.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c Box2D_v2.2.1/Box2D/Rope/b2Rope.cpp -o /tmp/tmpHR_77P/b2Rope_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
cpp -xc++ -DEM_NO_LIBCPP -IBox2D_v2.2.1 root.h > box2d.clean.h
python /Users/bunnyhero/dev/github/emscripten/tools/bindings_generator.py box2d_bindings box2d.clean.h -- '{ "ignored": "b2Shape::m_type,b2BroadPhase::RayCast,b2BroadPhase::UpdatePairs,b2BroadPhase::Query,b2DynamicTree::RayCast,b2DynamicTree::Query,b2ChainShape::m_nextVertex,b2ChainShape::m_hasNextVertex,b2EdgeShape::m_hasVertex3,b2EdgeShape::m_vertex2,b2EdgeShape::m_vertex3,b2Mat22,b2Mat33" }' > bindings.out
WARNING: t_ignore contains a literal backslash '\'
/Users/bunnyhero/dev/github/emscripten/em++ -IBox2D_v2.2.1 -include root.h box2d_bindings.cpp -o box2d_bindings.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -IBox2D_v2.2.1 -include root.h box2d_bindings.cpp -o box2d_bindings.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: compiling source file: box2d_bindings.cpp
DEBUG root: running:/Users/bunnyhero/tools/clang+llvm-3.2-x86_64-apple-darwin11/bin/clang++ -IBox2D_v2.2.1 -include root.h -std=c++03 -m32 -U__i386__ -U__i386 -Ui386 -U__SSE__ -U__SSE_MATH__ -U__SSE2__ -U__SSE2_MATH__ -U__MMX__ -DEMSCRIPTEN -D__EMSCRIPTEN__ -U__STRICT_ANSI__ -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-threadsafe-statics -target le32-unknown-nacl -U__native_client__ -U__pnacl__ -U__ELF__ -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/local/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libcxx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/emscripten -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/bsd -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/libc -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/gfx -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/net -Xclang -isystem/Users/bunnyhero/dev/github/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c box2d_bindings.cpp -o /tmp/tmphSOhir/box2d_bindings_0.o
clang: warning: argument unused during compilation: '-nostdinc++'
In file included from <built-in>:141:
In file included from <command line>:18:
In file included from root.h:20:
In file included from Box2D_v2.2.1/Box2D/Box2D.h:40:
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:98:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasPrevVertex = NULL;
~ ^~~~
false
Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.h:99:20: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
m_hasNextVertex = NULL;
~ ^~~~
false
box2d_bindings.cpp:42:47: warning: 'emscripten_bind_b2ContactManager__get_m_broadPhase_p0' has C-linkage specified, but returns user-defined type
'b2BroadPhase &' which is incompatible with C [-Wreturn-type-c-linkage]
b2BroadPhase& __attribute__((used, noinline)) emscripten_bind_b2ContactManager__get_m_broadPhase_p0(b2ContactManager * self) {
^
box2d_bindings.cpp:72:41: warning: 'emscripten_bind_b2DistanceJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2DistanceJoint__GetAnchorB_p0(b2DistanceJoint * self) {
^
box2d_bindings.cpp:76:41: warning: 'emscripten_bind_b2DistanceJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2DistanceJoint__GetAnchorA_p0(b2DistanceJoint * self) {
^
box2d_bindings.cpp:83:49: warning: 'emscripten_bind_b2DistanceJoint__GetLocalAnchorA_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2DistanceJoint__GetLocalAnchorA_p0(b2DistanceJoint * self) {
^
box2d_bindings.cpp:86:49: warning: 'emscripten_bind_b2DistanceJoint__GetLocalAnchorB_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2DistanceJoint__GetLocalAnchorB_p0(b2DistanceJoint * self) {
^
box2d_bindings.cpp:92:41: warning: 'emscripten_bind_b2DistanceJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2DistanceJoint__GetReactionForce_p1(b2DistanceJoint * self, float arg0) {
^
box2d_bindings.cpp:168:49: warning: 'emscripten_bind_b2Fixture__GetAABB_p1' has C-linkage specified, but returns user-defined type 'const b2AABB &' which
is incompatible with C [-Wreturn-type-c-linkage]
__const b2AABB& __attribute__((used, noinline)) emscripten_bind_b2Fixture__GetAABB_p1(b2Fixture * self, __signed int arg0) {
^
box2d_bindings.cpp:189:51: warning: 'emscripten_bind_b2Fixture__GetFilterData_p0' has C-linkage specified, but returns user-defined type 'const b2Filter &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Filter& __attribute__((used, noinline)) emscripten_bind_b2Fixture__GetFilterData_p0(b2Fixture * self) {
^
box2d_bindings.cpp:219:41: warning: 'emscripten_bind_b2MouseJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2MouseJoint__GetAnchorB_p0(b2MouseJoint * self) {
^
box2d_bindings.cpp:223:41: warning: 'emscripten_bind_b2MouseJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2MouseJoint__GetAnchorA_p0(b2MouseJoint * self) {
^
box2d_bindings.cpp:236:49: warning: 'emscripten_bind_b2MouseJoint__GetTarget_p0' has C-linkage specified, but returns user-defined type 'const b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2MouseJoint__GetTarget_p0(b2MouseJoint * self) {
^
box2d_bindings.cpp:242:41: warning: 'emscripten_bind_b2MouseJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2MouseJoint__GetReactionForce_p1(b2MouseJoint * self, float arg0) {
^
box2d_bindings.cpp:279:41: warning: 'emscripten_bind_b2PulleyJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PulleyJoint__GetAnchorA_p0(b2PulleyJoint * self) {
^
box2d_bindings.cpp:286:41: warning: 'emscripten_bind_b2PulleyJoint__GetGroundAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PulleyJoint__GetGroundAnchorB_p0(b2PulleyJoint * self) {
^
box2d_bindings.cpp:296:41: warning: 'emscripten_bind_b2PulleyJoint__GetGroundAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PulleyJoint__GetGroundAnchorA_p0(b2PulleyJoint * self) {
^
box2d_bindings.cpp:318:41: warning: 'emscripten_bind_b2PulleyJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PulleyJoint__GetAnchorB_p0(b2PulleyJoint * self) {
^
box2d_bindings.cpp:322:41: warning: 'emscripten_bind_b2PulleyJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PulleyJoint__GetReactionForce_p1(b2PulleyJoint * self, float arg0) {
^
box2d_bindings.cpp:341:49: warning: 'emscripten_bind_b2BroadPhase__GetFatAABB_p1' has C-linkage specified, but returns user-defined type 'const b2AABB &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2AABB& __attribute__((used, noinline)) emscripten_bind_b2BroadPhase__GetFatAABB_p1(b2BroadPhase * self, __signed int arg0) {
^
box2d_bindings.cpp:389:52: warning: 'emscripten_bind_b2World__GetProfile_p0' has C-linkage specified, but returns user-defined type 'const b2Profile &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Profile& __attribute__((used, noinline)) emscripten_bind_b2World__GetProfile_p0(b2World * self) {
^
box2d_bindings.cpp:398:59: warning: 'emscripten_bind_b2World__GetContactManager_p0' has C-linkage specified, but returns user-defined type
'const b2ContactManager &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2ContactManager& __attribute__((used, noinline)) emscripten_bind_b2World__GetContactManager_p0(b2World * self) {
^
box2d_bindings.cpp:488:41: warning: 'emscripten_bind_b2World__GetGravity_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2World__GetGravity_p0(b2World * self) {
^
box2d_bindings.cpp:510:49: warning: 'emscripten_bind_b2PrismaticJoint__GetLocalAxisA_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PrismaticJoint__GetLocalAxisA_p0(b2PrismaticJoint * self) {
^
box2d_bindings.cpp:516:41: warning: 'emscripten_bind_b2PrismaticJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PrismaticJoint__GetAnchorA_p0(b2PrismaticJoint * self) {
^
box2d_bindings.cpp:526:49: warning: 'emscripten_bind_b2PrismaticJoint__GetLocalAnchorA_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PrismaticJoint__GetLocalAnchorA_p0(b2PrismaticJoint * self) {
^
box2d_bindings.cpp:532:49: warning: 'emscripten_bind_b2PrismaticJoint__GetLocalAnchorB_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PrismaticJoint__GetLocalAnchorB_p0(b2PrismaticJoint * self) {
^
box2d_bindings.cpp:550:41: warning: 'emscripten_bind_b2PrismaticJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PrismaticJoint__GetReactionForce_p1(b2PrismaticJoint * self, float arg0) {
^
box2d_bindings.cpp:599:41: warning: 'emscripten_bind_b2PrismaticJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PrismaticJoint__GetAnchorB_p0(b2PrismaticJoint * self) {
^
box2d_bindings.cpp:618:49: warning: 'emscripten_bind_b2CircleShape__GetVertex_p1' has C-linkage specified, but returns user-defined type 'const b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2CircleShape__GetVertex_p1(b2CircleShape * self, __signed int arg0) {
^
box2d_bindings.cpp:624:49: warning: 'emscripten_bind_b2CircleShape__GetSupportVertex_p1' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2CircleShape__GetSupportVertex_p1(b2CircleShape * self, __const b2Vec2 & arg0) {
^
box2d_bindings.cpp:651:41: warning: 'emscripten_bind_b2CircleShape__get_m_p_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2CircleShape__get_m_p_p0(b2CircleShape * self) {
^
box2d_bindings.cpp:666:49: warning: 'emscripten_bind_b2WheelJoint__GetLocalAxisA_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WheelJoint__GetLocalAxisA_p0(b2WheelJoint * self) {
^
box2d_bindings.cpp:672:41: warning: 'emscripten_bind_b2WheelJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WheelJoint__GetAnchorB_p0(b2WheelJoint * self) {
^
box2d_bindings.cpp:676:41: warning: 'emscripten_bind_b2WheelJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WheelJoint__GetAnchorA_p0(b2WheelJoint * self) {
^
box2d_bindings.cpp:686:49: warning: 'emscripten_bind_b2WheelJoint__GetLocalAnchorA_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WheelJoint__GetLocalAnchorA_p0(b2WheelJoint * self) {
^
box2d_bindings.cpp:692:49: warning: 'emscripten_bind_b2WheelJoint__GetLocalAnchorB_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WheelJoint__GetLocalAnchorB_p0(b2WheelJoint * self) {
^
box2d_bindings.cpp:713:41: warning: 'emscripten_bind_b2WheelJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WheelJoint__GetReactionForce_p1(b2WheelJoint * self, float arg0) {
^
box2d_bindings.cpp:801:41: warning: 'emscripten_bind_b2Joint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Joint__GetAnchorA_p0(b2Joint * self) {
^
box2d_bindings.cpp:820:41: warning: 'emscripten_bind_b2Joint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Joint__GetAnchorB_p0(b2Joint * self) {
^
box2d_bindings.cpp:824:41: warning: 'emscripten_bind_b2Joint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Joint__GetReactionForce_p1(b2Joint * self, float arg0) {
^
box2d_bindings.cpp:837:41: warning: 'emscripten_bind_b2GearJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2GearJoint__GetAnchorA_p0(b2GearJoint * self) {
^
box2d_bindings.cpp:871:41: warning: 'emscripten_bind_b2GearJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2GearJoint__GetAnchorB_p0(b2GearJoint * self) {
^
box2d_bindings.cpp:875:41: warning: 'emscripten_bind_b2GearJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2GearJoint__GetReactionForce_p1(b2GearJoint * self, float arg0) {
^
box2d_bindings.cpp:906:49: warning: 'emscripten_bind_b2DynamicTree__GetFatAABB_p1' has C-linkage specified, but returns user-defined type 'const b2AABB &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2AABB& __attribute__((used, noinline)) emscripten_bind_b2DynamicTree__GetFatAABB_p1(b2DynamicTree * self, __signed int arg0) {
^
box2d_bindings.cpp:951:41: warning: 'emscripten_bind_b2WeldJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WeldJoint__GetAnchorB_p0(b2WeldJoint * self) {
^
box2d_bindings.cpp:955:41: warning: 'emscripten_bind_b2WeldJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WeldJoint__GetAnchorA_p0(b2WeldJoint * self) {
^
box2d_bindings.cpp:962:49: warning: 'emscripten_bind_b2WeldJoint__GetLocalAnchorA_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WeldJoint__GetLocalAnchorA_p0(b2WeldJoint * self) {
^
box2d_bindings.cpp:965:49: warning: 'emscripten_bind_b2WeldJoint__GetLocalAnchorB_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WeldJoint__GetLocalAnchorB_p0(b2WeldJoint * self) {
^
box2d_bindings.cpp:974:41: warning: 'emscripten_bind_b2WeldJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WeldJoint__GetReactionForce_p1(b2WeldJoint * self, float arg0) {
^
box2d_bindings.cpp:1017:41: warning: 'emscripten_bind_b2RevoluteJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RevoluteJoint__GetAnchorA_p0(b2RevoluteJoint * self) {
^
box2d_bindings.cpp:1027:49: warning: 'emscripten_bind_b2RevoluteJoint__GetLocalAnchorA_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RevoluteJoint__GetLocalAnchorA_p0(b2RevoluteJoint * self) {
^
box2d_bindings.cpp:1033:49: warning: 'emscripten_bind_b2RevoluteJoint__GetLocalAnchorB_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RevoluteJoint__GetLocalAnchorB_p0(b2RevoluteJoint * self) {
^
box2d_bindings.cpp:1057:41: warning: 'emscripten_bind_b2RevoluteJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RevoluteJoint__GetReactionForce_p1(b2RevoluteJoint * self, float arg0) {
^
box2d_bindings.cpp:1100:41: warning: 'emscripten_bind_b2RevoluteJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RevoluteJoint__GetAnchorB_p0(b2RevoluteJoint * self) {
^
box2d_bindings.cpp:1224:41: warning: 'emscripten_bind_b2RopeJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RopeJoint__GetAnchorA_p0(b2RopeJoint * self) {
^
box2d_bindings.cpp:1249:49: warning: 'emscripten_bind_b2RopeJoint__GetLocalAnchorA_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RopeJoint__GetLocalAnchorA_p0(b2RopeJoint * self) {
^
box2d_bindings.cpp:1258:49: warning: 'emscripten_bind_b2RopeJoint__GetLocalAnchorB_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RopeJoint__GetLocalAnchorB_p0(b2RopeJoint * self) {
^
box2d_bindings.cpp:1264:41: warning: 'emscripten_bind_b2RopeJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RopeJoint__GetAnchorB_p0(b2RopeJoint * self) {
^
box2d_bindings.cpp:1268:41: warning: 'emscripten_bind_b2RopeJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RopeJoint__GetReactionForce_p1(b2RopeJoint * self, float arg0) {
^
box2d_bindings.cpp:1299:49: warning: 'emscripten_bind_b2PolygonShape__GetVertex_p1' has C-linkage specified, but returns user-defined type 'const b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PolygonShape__GetVertex_p1(b2PolygonShape * self, __signed int arg0) {
^
box2d_bindings.cpp:1338:41: warning: 'emscripten_bind_b2PolygonShape__get_m_centroid_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PolygonShape__get_m_centroid_p0(b2PolygonShape * self) {
^
box2d_bindings.cpp:1485:41: warning: 'emscripten_bind_b2Body__GetLocalPoint_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetLocalPoint_p1(b2Body * self, __const b2Vec2 & arg0) {
^
box2d_bindings.cpp:1495:41: warning: 'emscripten_bind_b2Body__GetLinearVelocity_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetLinearVelocity_p0(b2Body * self) {
^
box2d_bindings.cpp:1517:41: warning: 'emscripten_bind_b2Body__GetLinearVelocityFromWorldPoint_p1' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetLinearVelocityFromWorldPoint_p1(b2Body * self, __const b2Vec2 & arg0) {
^
box2d_bindings.cpp:1545:54: warning: 'emscripten_bind_b2Body__GetTransform_p0' has C-linkage specified, but returns user-defined type 'const b2Transform &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Transform& __attribute__((used, noinline)) emscripten_bind_b2Body__GetTransform_p0(b2Body * self) {
^
box2d_bindings.cpp:1548:49: warning: 'emscripten_bind_b2Body__GetWorldCenter_p0' has C-linkage specified, but returns user-defined type 'const b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetWorldCenter_p0(b2Body * self) {
^
box2d_bindings.cpp:1560:49: warning: 'emscripten_bind_b2Body__GetLocalCenter_p0' has C-linkage specified, but returns user-defined type 'const b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetLocalCenter_p0(b2Body * self) {
^
box2d_bindings.cpp:1563:41: warning: 'emscripten_bind_b2Body__GetWorldVector_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetWorldVector_p1(b2Body * self, __const b2Vec2 & arg0) {
^
box2d_bindings.cpp:1567:41: warning: 'emscripten_bind_b2Body__GetLinearVelocityFromLocalPoint_p1' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetLinearVelocityFromLocalPoint_p1(b2Body * self, __const b2Vec2 & arg0) {
^
box2d_bindings.cpp:1574:41: warning: 'emscripten_bind_b2Body__GetWorldPoint_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetWorldPoint_p1(b2Body * self, __const b2Vec2 & arg0) {
^
box2d_bindings.cpp:1590:41: warning: 'emscripten_bind_b2Body__GetLocalVector_p1' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetLocalVector_p1(b2Body * self, __const b2Vec2 & arg0) {
^
box2d_bindings.cpp:1624:49: warning: 'emscripten_bind_b2Body__GetPosition_p0' has C-linkage specified, but returns user-defined type 'const b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Body__GetPosition_p0(b2Body * self) {
^
box2d_bindings.cpp:1633:41: warning: 'emscripten_bind_b2FrictionJoint__GetAnchorA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2FrictionJoint__GetAnchorA_p0(b2FrictionJoint * self) {
^
box2d_bindings.cpp:1661:49: warning: 'emscripten_bind_b2FrictionJoint__GetLocalAnchorA_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2FrictionJoint__GetLocalAnchorA_p0(b2FrictionJoint * self) {
^
box2d_bindings.cpp:1667:49: warning: 'emscripten_bind_b2FrictionJoint__GetLocalAnchorB_p0' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2FrictionJoint__GetLocalAnchorB_p0(b2FrictionJoint * self) {
^
box2d_bindings.cpp:1673:41: warning: 'emscripten_bind_b2FrictionJoint__GetAnchorB_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2FrictionJoint__GetAnchorB_p0(b2FrictionJoint * self) {
^
box2d_bindings.cpp:1677:41: warning: 'emscripten_bind_b2FrictionJoint__GetReactionForce_p1' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2FrictionJoint__GetReactionForce_p1(b2FrictionJoint * self, float arg0) {
^
box2d_bindings.cpp:1768:41: warning: 'emscripten_bind_b2FrictionJointDef__get_localAnchorA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2FrictionJointDef__get_localAnchorA_p0(b2FrictionJointDef * self) {
^
box2d_bindings.cpp:1774:41: warning: 'emscripten_bind_b2FrictionJointDef__get_localAnchorB_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2FrictionJointDef__get_localAnchorB_p0(b2FrictionJointDef * self) {
^
box2d_bindings.cpp:1837:41: warning: 'emscripten_bind_b2BodyDef__get_position_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which
is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2BodyDef__get_position_p0(b2BodyDef * self) {
^
box2d_bindings.cpp:1867:41: warning: 'emscripten_bind_b2BodyDef__get_linearVelocity_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2BodyDef__get_linearVelocity_p0(b2BodyDef * self) {
^
box2d_bindings.cpp:1909:41: warning: 'emscripten_bind_b2Vec2__Skew_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Vec2__Skew_p0(b2Vec2 * self) {
^
box2d_bindings.cpp:1931:41: warning: 'emscripten_bind_b2Vec2__op_sub_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Vec2__op_sub_p0(b2Vec2 * self) {
^
box2d_bindings.cpp:1961:41: warning: 'emscripten_bind_b2Vec3__op_sub_p0' has C-linkage specified, but returns user-defined type 'b2Vec3 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec3& __attribute__((used, noinline)) emscripten_bind_b2Vec3__op_sub_p0(b2Vec3 * self) {
^
box2d_bindings.cpp:1982:49: warning: 'emscripten_bind_b2DistanceProxy__GetSupportVertex_p1' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2DistanceProxy__GetSupportVertex_p1(b2DistanceProxy * self, __const b2Vec2 & arg0) {
^
box2d_bindings.cpp:1991:49: warning: 'emscripten_bind_b2DistanceProxy__GetVertex_p1' has C-linkage specified, but returns user-defined type
'const b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
__const b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2DistanceProxy__GetVertex_p1(b2DistanceProxy * self, __signed int arg0) {
^
box2d_bindings.cpp:2036:43: warning: 'emscripten_bind_b2FixtureDef__get_filter_p0' has C-linkage specified, but returns user-defined type 'b2Filter &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Filter& __attribute__((used, noinline)) emscripten_bind_b2FixtureDef__get_filter_p0(b2FixtureDef * self) {
^
box2d_bindings.cpp:2072:41: warning: 'emscripten_bind_b2PrismaticJointDef__get_localAxisA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PrismaticJointDef__get_localAxisA_p0(b2PrismaticJointDef * self) {
^
box2d_bindings.cpp:2102:41: warning: 'emscripten_bind_b2PrismaticJointDef__get_localAnchorA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PrismaticJointDef__get_localAnchorA_p0(b2PrismaticJointDef * self) {
^
box2d_bindings.cpp:2105:41: warning: 'emscripten_bind_b2PrismaticJointDef__get_localAnchorB_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PrismaticJointDef__get_localAnchorB_p0(b2PrismaticJointDef * self) {
^
box2d_bindings.cpp:2156:41: warning: 'emscripten_bind_b2WheelJointDef__get_localAxisA_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WheelJointDef__get_localAxisA_p0(b2WheelJointDef * self) {
^
box2d_bindings.cpp:2180:41: warning: 'emscripten_bind_b2WheelJointDef__get_localAnchorA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WheelJointDef__get_localAnchorA_p0(b2WheelJointDef * self) {
^
box2d_bindings.cpp:2186:41: warning: 'emscripten_bind_b2WheelJointDef__get_localAnchorB_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WheelJointDef__get_localAnchorB_p0(b2WheelJointDef * self) {
^
box2d_bindings.cpp:2270:41: warning: 'emscripten_bind_b2RevoluteJointDef__get_localAnchorA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RevoluteJointDef__get_localAnchorA_p0(b2RevoluteJointDef * self) {
^
box2d_bindings.cpp:2273:41: warning: 'emscripten_bind_b2RevoluteJointDef__get_localAnchorB_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RevoluteJointDef__get_localAnchorB_p0(b2RevoluteJointDef * self) {
^
box2d_bindings.cpp:2309:41: warning: 'emscripten_bind_b2PulleyJointDef__get_groundAnchorB_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PulleyJointDef__get_groundAnchorB_p0(b2PulleyJointDef * self) {
^
box2d_bindings.cpp:2312:41: warning: 'emscripten_bind_b2PulleyJointDef__get_groundAnchorA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PulleyJointDef__get_groundAnchorA_p0(b2PulleyJointDef * self) {
^
box2d_bindings.cpp:2330:41: warning: 'emscripten_bind_b2PulleyJointDef__get_localAnchorA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PulleyJointDef__get_localAnchorA_p0(b2PulleyJointDef * self) {
^
box2d_bindings.cpp:2333:41: warning: 'emscripten_bind_b2PulleyJointDef__get_localAnchorB_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2PulleyJointDef__get_localAnchorB_p0(b2PulleyJointDef * self) {
^
box2d_bindings.cpp:2411:41: warning: 'emscripten_bind_b2Transform__get_p_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Transform__get_p_p0(b2Transform * self) {
^
box2d_bindings.cpp:2414:40: warning: 'emscripten_bind_b2Transform__get_q_p0' has C-linkage specified, but returns user-defined type 'b2Rot &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Rot& __attribute__((used, noinline)) emscripten_bind_b2Transform__get_q_p0(b2Transform * self) {
^
box2d_bindings.cpp:2471:41: warning: 'emscripten_bind_b2AABB__GetExtents_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2AABB__GetExtents_p0(b2AABB * self) {
^
box2d_bindings.cpp:2475:41: warning: 'emscripten_bind_b2AABB__GetCenter_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2AABB__GetCenter_p0(b2AABB * self) {
^
box2d_bindings.cpp:2479:41: warning: 'emscripten_bind_b2AABB__get_upperBound_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2AABB__get_upperBound_p0(b2AABB * self) {
^
box2d_bindings.cpp:2497:41: warning: 'emscripten_bind_b2AABB__get_lowerBound_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2AABB__get_lowerBound_p0(b2AABB * self) {
^
box2d_bindings.cpp:2509:41: warning: 'emscripten_bind_b2Rot__GetYAxis_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Rot__GetYAxis_p0(b2Rot * self) {
^
box2d_bindings.cpp:2513:41: warning: 'emscripten_bind_b2Rot__GetXAxis_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &' which is
incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2Rot__GetXAxis_p0(b2Rot * self) {
^
box2d_bindings.cpp:2559:41: warning: 'emscripten_bind_b2WeldJointDef__get_localAnchorA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WeldJointDef__get_localAnchorA_p0(b2WeldJointDef * self) {
^
box2d_bindings.cpp:2565:41: warning: 'emscripten_bind_b2WeldJointDef__get_localAnchorB_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2WeldJointDef__get_localAnchorB_p0(b2WeldJointDef * self) {
^
box2d_bindings.cpp:2619:41: warning: 'emscripten_bind_b2MouseJointDef__get_target_p0' has C-linkage specified, but returns user-defined type 'b2Vec2 &'
which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2MouseJointDef__get_target_p0(b2MouseJointDef * self) {
^
box2d_bindings.cpp:2661:41: warning: 'emscripten_bind_b2DistanceJointDef__get_localAnchorA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2DistanceJointDef__get_localAnchorA_p0(b2DistanceJointDef * self) {
^
box2d_bindings.cpp:2667:41: warning: 'emscripten_bind_b2DistanceJointDef__get_localAnchorB_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2DistanceJointDef__get_localAnchorB_p0(b2DistanceJointDef * self) {
^
box2d_bindings.cpp:2787:41: warning: 'emscripten_bind_b2RopeJointDef__get_localAnchorA_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RopeJointDef__get_localAnchorA_p0(b2RopeJointDef * self) {
^
box2d_bindings.cpp:2793:41: warning: 'emscripten_bind_b2RopeJointDef__get_localAnchorB_p0' has C-linkage specified, but returns user-defined type
'b2Vec2 &' which is incompatible with C [-Wreturn-type-c-linkage]
b2Vec2& __attribute__((used, noinline)) emscripten_bind_b2RopeJointDef__get_localAnchorB_p0(b2RopeJointDef * self) {
^
115 warnings generated.
/Users/bunnyhero/dev/github/emscripten/em++ -o box2d.bc Box2D_v2.2.1/Box2D/Collision/b2BroadPhase.bc Box2D_v2.2.1/Box2D/Collision/b2CollideCircle.bc Box2D_v2.2.1/Box2D/Collision/b2CollideEdge.bc Box2D_v2.2.1/Box2D/Collision/b2CollidePolygon.bc Box2D_v2.2.1/Box2D/Collision/b2Collision.bc Box2D_v2.2.1/Box2D/Collision/b2Distance.bc Box2D_v2.2.1/Box2D/Collision/b2DynamicTree.bc Box2D_v2.2.1/Box2D/Collision/b2TimeOfImpact.bc Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.bc Box2D_v2.2.1/Box2D/Collision/Shapes/b2CircleShape.bc Box2D_v2.2.1/Box2D/Collision/Shapes/b2EdgeShape.bc Box2D_v2.2.1/Box2D/Collision/Shapes/b2PolygonShape.bc Box2D_v2.2.1/Box2D/Common/b2BlockAllocator.bc Box2D_v2.2.1/Box2D/Common/b2Draw.bc Box2D_v2.2.1/Box2D/Common/b2Math.bc Box2D_v2.2.1/Box2D/Common/b2Settings.bc Box2D_v2.2.1/Box2D/Common/b2StackAllocator.bc Box2D_v2.2.1/Box2D/Common/b2Timer.bc Box2D_v2.2.1/Box2D/Dynamics/b2Body.bc Box2D_v2.2.1/Box2D/Dynamics/b2ContactManager.bc Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.bc Box2D_v2.2.1/Box2D/Dynamics/b2Island.bc Box2D_v2.2.1/Box2D/Dynamics/b2World.bc Box2D_v2.2.1/Box2D/Dynamics/b2WorldCallbacks.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2CircleContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2Contact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ContactSolver.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonContact.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2DistanceJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2FrictionJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2GearJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2Joint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2MouseJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PrismaticJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PulleyJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RevoluteJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RopeJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WeldJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WheelJoint.bc Box2D_v2.2.1/Box2D/Rope/b2Rope.bc box2d_bindings.bc
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -o box2d.bc Box2D_v2.2.1/Box2D/Collision/b2BroadPhase.bc Box2D_v2.2.1/Box2D/Collision/b2CollideCircle.bc Box2D_v2.2.1/Box2D/Collision/b2CollideEdge.bc Box2D_v2.2.1/Box2D/Collision/b2CollidePolygon.bc Box2D_v2.2.1/Box2D/Collision/b2Collision.bc Box2D_v2.2.1/Box2D/Collision/b2Distance.bc Box2D_v2.2.1/Box2D/Collision/b2DynamicTree.bc Box2D_v2.2.1/Box2D/Collision/b2TimeOfImpact.bc Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.bc Box2D_v2.2.1/Box2D/Collision/Shapes/b2CircleShape.bc Box2D_v2.2.1/Box2D/Collision/Shapes/b2EdgeShape.bc Box2D_v2.2.1/Box2D/Collision/Shapes/b2PolygonShape.bc Box2D_v2.2.1/Box2D/Common/b2BlockAllocator.bc Box2D_v2.2.1/Box2D/Common/b2Draw.bc Box2D_v2.2.1/Box2D/Common/b2Math.bc Box2D_v2.2.1/Box2D/Common/b2Settings.bc Box2D_v2.2.1/Box2D/Common/b2StackAllocator.bc Box2D_v2.2.1/Box2D/Common/b2Timer.bc Box2D_v2.2.1/Box2D/Dynamics/b2Body.bc Box2D_v2.2.1/Box2D/Dynamics/b2ContactManager.bc Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.bc Box2D_v2.2.1/Box2D/Dynamics/b2Island.bc Box2D_v2.2.1/Box2D/Dynamics/b2World.bc Box2D_v2.2.1/Box2D/Dynamics/b2WorldCallbacks.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2CircleContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2Contact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ContactSolver.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.bc Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonContact.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2DistanceJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2FrictionJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2GearJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2Joint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2MouseJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PrismaticJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PulleyJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RevoluteJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RopeJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WeldJoint.bc Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WheelJoint.bc Box2D_v2.2.1/Box2D/Rope/b2Rope.bc box2d_bindings.bc
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/b2BroadPhase.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/b2CollideCircle.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/b2CollideEdge.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/b2CollidePolygon.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/b2Collision.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/b2Distance.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/b2DynamicTree.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/b2TimeOfImpact.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/Shapes/b2ChainShape.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/Shapes/b2CircleShape.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/Shapes/b2EdgeShape.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Collision/Shapes/b2PolygonShape.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Common/b2BlockAllocator.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Common/b2Draw.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Common/b2Math.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Common/b2Settings.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Common/b2StackAllocator.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Common/b2Timer.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/b2Body.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/b2ContactManager.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/b2Fixture.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/b2Island.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/b2World.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/b2WorldCallbacks.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2CircleContact.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2Contact.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2ContactSolver.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Contacts/b2PolygonContact.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2DistanceJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2FrictionJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2GearJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2Joint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2MouseJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PrismaticJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2PulleyJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RevoluteJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2RopeJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WeldJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Dynamics/Joints/b2WheelJoint.bc
DEBUG root: copying bitcode file: Box2D_v2.2.1/Box2D/Rope/b2Rope.bc
DEBUG root: copying bitcode file: box2d_bindings.bc
DEBUG root: link: ['/tmp/tmpIqYMbx/b2BroadPhase_0.o', '/tmp/tmpIqYMbx/b2CollideCircle_1.o', '/tmp/tmpIqYMbx/b2CollideEdge_2.o', '/tmp/tmpIqYMbx/b2CollidePolygon_3.o', '/tmp/tmpIqYMbx/b2Collision_4.o', '/tmp/tmpIqYMbx/b2Distance_5.o', '/tmp/tmpIqYMbx/b2DynamicTree_6.o', '/tmp/tmpIqYMbx/b2TimeOfImpact_7.o', '/tmp/tmpIqYMbx/b2ChainShape_8.o', '/tmp/tmpIqYMbx/b2CircleShape_9.o', '/tmp/tmpIqYMbx/b2EdgeShape_10.o', '/tmp/tmpIqYMbx/b2PolygonShape_11.o', '/tmp/tmpIqYMbx/b2BlockAllocator_12.o', '/tmp/tmpIqYMbx/b2Draw_13.o', '/tmp/tmpIqYMbx/b2Math_14.o', '/tmp/tmpIqYMbx/b2Settings_15.o', '/tmp/tmpIqYMbx/b2StackAllocator_16.o', '/tmp/tmpIqYMbx/b2Timer_17.o', '/tmp/tmpIqYMbx/b2Body_18.o', '/tmp/tmpIqYMbx/b2ContactManager_19.o', '/tmp/tmpIqYMbx/b2Fixture_20.o', '/tmp/tmpIqYMbx/b2Island_21.o', '/tmp/tmpIqYMbx/b2World_22.o', '/tmp/tmpIqYMbx/b2WorldCallbacks_23.o', '/tmp/tmpIqYMbx/b2ChainAndCircleContact_24.o', '/tmp/tmpIqYMbx/b2ChainAndPolygonContact_25.o', '/tmp/tmpIqYMbx/b2CircleContact_26.o', '/tmp/tmpIqYMbx/b2Contact_27.o', '/tmp/tmpIqYMbx/b2ContactSolver_28.o', '/tmp/tmpIqYMbx/b2EdgeAndCircleContact_29.o', '/tmp/tmpIqYMbx/b2EdgeAndPolygonContact_30.o', '/tmp/tmpIqYMbx/b2PolygonAndCircleContact_31.o', '/tmp/tmpIqYMbx/b2PolygonContact_32.o', '/tmp/tmpIqYMbx/b2DistanceJoint_33.o', '/tmp/tmpIqYMbx/b2FrictionJoint_34.o', '/tmp/tmpIqYMbx/b2GearJoint_35.o', '/tmp/tmpIqYMbx/b2Joint_36.o', '/tmp/tmpIqYMbx/b2MouseJoint_37.o', '/tmp/tmpIqYMbx/b2PrismaticJoint_38.o', '/tmp/tmpIqYMbx/b2PulleyJoint_39.o', '/tmp/tmpIqYMbx/b2RevoluteJoint_40.o', '/tmp/tmpIqYMbx/b2RopeJoint_41.o', '/tmp/tmpIqYMbx/b2WeldJoint_42.o', '/tmp/tmpIqYMbx/b2WheelJoint_43.o', '/tmp/tmpIqYMbx/b2Rope_44.o', '/tmp/tmpIqYMbx/box2d_bindings_45.o']box2d.bc
DEBUG root: emcc: llvm-linking: ['/tmp/tmpIqYMbx/b2BroadPhase_0.o', '/tmp/tmpIqYMbx/b2CollideCircle_1.o', '/tmp/tmpIqYMbx/b2CollideEdge_2.o', '/tmp/tmpIqYMbx/b2CollidePolygon_3.o', '/tmp/tmpIqYMbx/b2Collision_4.o', '/tmp/tmpIqYMbx/b2Distance_5.o', '/tmp/tmpIqYMbx/b2DynamicTree_6.o', '/tmp/tmpIqYMbx/b2TimeOfImpact_7.o', '/tmp/tmpIqYMbx/b2ChainShape_8.o', '/tmp/tmpIqYMbx/b2CircleShape_9.o', '/tmp/tmpIqYMbx/b2EdgeShape_10.o', '/tmp/tmpIqYMbx/b2PolygonShape_11.o', '/tmp/tmpIqYMbx/b2BlockAllocator_12.o', '/tmp/tmpIqYMbx/b2Draw_13.o', '/tmp/tmpIqYMbx/b2Math_14.o', '/tmp/tmpIqYMbx/b2Settings_15.o', '/tmp/tmpIqYMbx/b2StackAllocator_16.o', '/tmp/tmpIqYMbx/b2Timer_17.o', '/tmp/tmpIqYMbx/b2Body_18.o', '/tmp/tmpIqYMbx/b2ContactManager_19.o', '/tmp/tmpIqYMbx/b2Fixture_20.o', '/tmp/tmpIqYMbx/b2Island_21.o', '/tmp/tmpIqYMbx/b2World_22.o', '/tmp/tmpIqYMbx/b2WorldCallbacks_23.o', '/tmp/tmpIqYMbx/b2ChainAndCircleContact_24.o', '/tmp/tmpIqYMbx/b2ChainAndPolygonContact_25.o', '/tmp/tmpIqYMbx/b2CircleContact_26.o', '/tmp/tmpIqYMbx/b2Contact_27.o', '/tmp/tmpIqYMbx/b2ContactSolver_28.o', '/tmp/tmpIqYMbx/b2EdgeAndCircleContact_29.o', '/tmp/tmpIqYMbx/b2EdgeAndPolygonContact_30.o', '/tmp/tmpIqYMbx/b2PolygonAndCircleContact_31.o', '/tmp/tmpIqYMbx/b2PolygonContact_32.o', '/tmp/tmpIqYMbx/b2DistanceJoint_33.o', '/tmp/tmpIqYMbx/b2FrictionJoint_34.o', '/tmp/tmpIqYMbx/b2GearJoint_35.o', '/tmp/tmpIqYMbx/b2Joint_36.o', '/tmp/tmpIqYMbx/b2MouseJoint_37.o', '/tmp/tmpIqYMbx/b2PrismaticJoint_38.o', '/tmp/tmpIqYMbx/b2PulleyJoint_39.o', '/tmp/tmpIqYMbx/b2RevoluteJoint_40.o', '/tmp/tmpIqYMbx/b2RopeJoint_41.o', '/tmp/tmpIqYMbx/b2WeldJoint_42.o', '/tmp/tmpIqYMbx/b2WheelJoint_43.o', '/tmp/tmpIqYMbx/b2Rope_44.o', '/tmp/tmpIqYMbx/box2d_bindings_45.o']
/Users/bunnyhero/dev/github/emscripten/em++ -s EXPORT_BINDINGS=1 -s RESERVED_FUNCTION_POINTERS=20 --js-transform "python bundle.py" box2d.bc -o box2d.js
DEBUG root: invocation: /Users/bunnyhero/dev/github/emscripten/emcc -s EXPORT_BINDINGS=1 -s RESERVED_FUNCTION_POINTERS=20 --js-transform python bundle.py box2d.bc -o box2d.js
INFO root: (Emscripten: Running sanity checks)
DEBUG root: compiling to bitcode
DEBUG root: copying bitcode file: box2d.bc
DEBUG root: will generate JavaScript
DEBUG root: including libcxxabi
DEBUG root: including libc
DEBUG root: linking: ['/tmp/tmpsmMEKa/box2d_0.o', '/Users/bunnyhero/.emscripten_cache/libcxxabi.bc', '/Users/bunnyhero/.emscripten_cache/libc.bc']
DEBUG root: emcc: llvm-linking: ['/tmp/tmpsmMEKa/box2d_0.o', '/Users/bunnyhero/.emscripten_cache/libcxxabi.bc', '/Users/bunnyhero/.emscripten_cache/libc.bc']
DEBUG root: linking took 0.16 seconds
DEBUG root: saving intermediate processing steps to /tmp/emscripten_temp
DEBUG root: emcc: LLVM opts: ['-internalize', '-internalize-public-api-list=main,malloc', '-globaldce']
DEBUG root: step took 0.16 seconds
DEBUG root: step took 0.13 seconds
DEBUG root: LLVM => JS
emscript: ll=>js
emscript: scan took 0.0100998878479 seconds
emscript: split took 0.0674860477448 seconds
emscript: phase 1 took 1.0225508213 seconds
emscript: phase 2 working on 3 chunks using 4 cores (intended chunk size: 1.52 MB, meta: 0.00 MB, forwarded: 1.56 MB, total: 3.70 MB)
.
.
.
emscript: phase 2 took 4.16374897957 seconds
emscript: phase 2b took 0.00475788116455 seconds
emscript: phase 2c took 0.188930034637 seconds
emscript: phase 3 took 0.476409912109 seconds
DEBUG root: step took 6.17 seconds
DEBUG root: applying transform: python bundle.py
DEBUG root: step took 0.05 seconds
DEBUG root: total time: 6.84 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment