Skip to content

Instantly share code, notes, and snippets.

@Rudloff
Last active December 16, 2015 00:59
Show Gist options
  • Save Rudloff/5351505 to your computer and use it in GitHub Desktop.
Save Rudloff/5351505 to your computer and use it in GitHub Desktop.
BananaBread build log
cp -r ../enet/* enet/
cd enet; /home/pierre/Bureau/emscripten/emconfigure ./configure --enable-shared=no --enable-static=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... /home/pierre/Bureau/emscripten/emcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/pierre/Bureau/emscripten/emcc accepts -g... yes
checking for /home/pierre/Bureau/emscripten/emcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /home/pierre/Bureau/emscripten/emcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /home/pierre/Bureau/emscripten/emcc... /home/pierre/Bureau/emscripten/emcc
checking if the linker (/home/pierre/Bureau/emscripten/emcc) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/pierre/Bureau/emscripten/emcc option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... /home/pierre/Bureau/emscripten/emranlib
checking command to parse /usr/bin/nm -B output from /home/pierre/Bureau/emscripten/emcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /home/pierre/Bureau/emscripten/emcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/pierre/Bureau/emscripten/emcc supports -fno-rtti -fno-exceptions... no
checking for /home/pierre/Bureau/emscripten/emcc option to produce PIC... -fPIC -DPIC
checking if /home/pierre/Bureau/emscripten/emcc PIC flag -fPIC -DPIC works... no
checking if /home/pierre/Bureau/emscripten/emcc static flag -static works... no
checking if /home/pierre/Bureau/emscripten/emcc supports -c -o file.o... no
checking if /home/pierre/Bureau/emscripten/emcc supports -c -o file.o... (cached) no
checking if we can lock with hard links... yes
checking whether the /home/pierre/Bureau/emscripten/emcc linker (/home/pierre/Bureau/emscripten/emcc -m elf_x86_64) supports shared libraries... no
checking dynamic linker characteristics...
emcc invocation: /home/pierre/Bureau/emscripten/emcc -print-search-dirs
(Emscripten: Running sanity checks)
emcc, just configuring: /usr/local/bin/clang -print-search-dirs -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -DEMSCRIPTEN
GNU/Linux ld.so
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gethostbyaddr_r... yes
checking for gethostbyname_r... yes
checking for poll... yes
checking for fcntl... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for struct msghdr.msg_flags... no
checking for socklen_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libenet.pc
config.status: executing depfiles commands
config.status: executing libtool commands
/home/pierre/Bureau/emscripten/emmake make -C enet/ all
make[1]: entrant dans le répertoire « /home/pierre/Bureau/BananaBread/cube2/src/web/enet »
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/pierre/Bureau/BananaBread/cube2/src/web/enet/missing --run aclocal-1.11 -Im4
cd . && /bin/bash /home/pierre/Bureau/BananaBread/cube2/src/web/enet/missing --run automake-1.11 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/pierre/Bureau/BananaBread/cube2/src/web/enet/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --enable-shared=no --enable-static=yes CC=/home/pierre/Bureau/emscripten/emcc CFLAGS= --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... /home/pierre/Bureau/emscripten/emcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/pierre/Bureau/emscripten/emcc accepts -g... yes
checking for /home/pierre/Bureau/emscripten/emcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /home/pierre/Bureau/emscripten/emcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /home/pierre/Bureau/emscripten/emcc... /home/pierre/Bureau/emscripten/emcc -m elf_x86_64
checking if the linker (/home/pierre/Bureau/emscripten/emcc -m elf_x86_64) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/pierre/Bureau/emscripten/emcc -m elf_x86_64 option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... /home/pierre/Bureau/emscripten/emranlib
checking command to parse /usr/bin/nm -B output from /home/pierre/Bureau/emscripten/emcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /home/pierre/Bureau/emscripten/emcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/pierre/Bureau/emscripten/emcc supports -fno-rtti -fno-exceptions... no
checking for /home/pierre/Bureau/emscripten/emcc option to produce PIC... -fPIC -DPIC
checking if /home/pierre/Bureau/emscripten/emcc PIC flag -fPIC -DPIC works... no
checking if /home/pierre/Bureau/emscripten/emcc static flag -static works... no
checking if /home/pierre/Bureau/emscripten/emcc supports -c -o file.o... no
checking if /home/pierre/Bureau/emscripten/emcc supports -c -o file.o... (cached) no
checking if we can lock with hard links... yes
checking whether the /home/pierre/Bureau/emscripten/emcc linker (/home/pierre/Bureau/emscripten/emcc -m elf_x86_64 -m elf_x86_64) supports shared libraries... no
checking dynamic linker characteristics...
emcc invocation: /home/pierre/Bureau/emscripten/emcc -print-search-dirs
(Emscripten: Running sanity checks)
emcc: no input files
note that input files without a known suffix are ignored, make sure your input files end with one of: ('.c', '.cpp', '.cxx', '.cc', '.bc', '.o', '.obj', '.dylib', '.so', '.dll', '.a', '.ll')
GNU/Linux ld.so
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gethostbyaddr_r... yes
checking for gethostbyname_r... yes
checking for poll... yes
checking for fcntl... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for struct msghdr.msg_flags... no
checking for socklen_t... yes
configure: creating ./config.status
/bin/bash ./config.status
config.status: creating Makefile
config.status: creating libenet.pc
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: quittant le répertoire « /home/pierre/Bureau/BananaBread/cube2/src/web/enet »
make[1]: entrant dans le répertoire « /home/pierre/Bureau/BananaBread/cube2/src/web/enet »
/bin/bash ./libtool --tag=CC --mode=link /home/pierre/Bureau/emscripten/emcc -version-info 1:3:0 -o libenet.la -rpath /usr/local/lib callbacks.lo compress.lo host.lo list.lo packet.lo peer.lo protocol.lo unix.lo win32.lo
libtool: link: rm -fr .libs/libenet.a .libs/libenet.la .libs/libenet.lai
libtool: link: /home/pierre/Bureau/emscripten/emar cru .libs/libenet.a callbacks.o compress.o host.o list.o packet.o peer.o protocol.o unix.o win32.o
emar: ['/home/pierre/Bureau/emscripten/emar', 'cru', '.libs/libenet.a', 'callbacks.o', 'compress.o', 'host.o', 'list.o', 'packet.o', 'peer.o', 'protocol.o', 'unix.o', 'win32.o'] ==> ['/usr/local/bin/llvm-ar', 'cru', '.libs/libenet.a', 'callbacks.o', 'compress.o', 'host.o', 'list.o', 'packet.o', 'peer.o', 'protocol.o', 'unix.o', 'win32.o']
libtool: link: /home/pierre/Bureau/emscripten/emranlib .libs/libenet.a
libtool: link: ( cd ".libs" && rm -f "libenet.la" && ln -s "../libenet.la" "libenet.la" )
make[1]: quittant le répertoire « /home/pierre/Bureau/BananaBread/cube2/src/web/enet »
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -o shared/cube.tmp.h.gch shared/cube.h
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -o shared/cube.tmp.h.gch shared/cube.h
(Emscripten: Running sanity checks)
Just copy: shared/cube.h shared/cube.tmp.h.gch
mv shared/cube.tmp.h.gch shared/cube.h.gch
cp ../shared/crypto.cpp shared/crypto.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/crypto.o shared/crypto.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/crypto.o shared/crypto.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: shared/crypto.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c shared/crypto.cpp -o /tmp/tmpmwq1Gd/crypto_0.o
cp ../shared/geom.cpp shared/geom.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/geom.o shared/geom.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/geom.o shared/geom.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: shared/geom.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c shared/geom.cpp -o /tmp/tmplDLUvO/geom_0.o
cp ../shared/stream.cpp shared/stream.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/stream.o shared/stream.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/stream.o shared/stream.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: shared/stream.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c shared/stream.cpp -o /tmp/tmpTxhCuE/stream_0.o
cp ../shared/tools.cpp shared/tools.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/tools.o shared/tools.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/tools.o shared/tools.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: shared/tools.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c shared/tools.cpp -o /tmp/tmpONEVk8/tools_0.o
cp ../shared/zip.cpp shared/zip.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/zip.o shared/zip.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o shared/zip.o shared/zip.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: shared/zip.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c shared/zip.cpp -o /tmp/tmpygeSZC/zip_0.o
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -o engine/engine.tmp.h.gch engine/engine.h
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -o engine/engine.tmp.h.gch engine/engine.h
(Emscripten: Running sanity checks)
Just copy: engine/engine.h engine/engine.tmp.h.gch
mv engine/engine.tmp.h.gch engine/engine.h.gch
cp ../engine/3dgui.cpp engine/3dgui.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/3dgui.o engine/3dgui.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/3dgui.o engine/3dgui.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/3dgui.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/3dgui.cpp -o /tmp/tmprffAjE/3dgui_0.o
cp ../engine/bih.cpp engine/bih.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/bih.o engine/bih.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/bih.o engine/bih.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/bih.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/bih.cpp -o /tmp/tmpQUpdRQ/bih_0.o
cp ../engine/blend.cpp engine/blend.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/blend.o engine/blend.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/blend.o engine/blend.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/blend.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/blend.cpp -o /tmp/tmp3eDQcN/blend_0.o
cp ../engine/blob.cpp engine/blob.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/blob.o engine/blob.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/blob.o engine/blob.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/blob.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/blob.cpp -o /tmp/tmpuDVlcY/blob_0.o
cp ../engine/client.cpp engine/client.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/client.o engine/client.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/client.o engine/client.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/client.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/client.cpp -o /tmp/tmp9FtbGK/client_0.o
cp ../engine/command.cpp engine/command.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/command.o engine/command.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/command.o engine/command.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/command.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/command.cpp -o /tmp/tmphrbGlm/command_0.o
cp ../engine/console.cpp engine/console.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/console.o engine/console.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/console.o engine/console.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/console.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/console.cpp -o /tmp/tmpKrUVY9/console_0.o
cp ../engine/cubeloader.cpp engine/cubeloader.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/cubeloader.o engine/cubeloader.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/cubeloader.o engine/cubeloader.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/cubeloader.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/cubeloader.cpp -o /tmp/tmpDjC_sU/cubeloader_0.o
cp ../engine/decal.cpp engine/decal.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/decal.o engine/decal.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/decal.o engine/decal.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/decal.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/decal.cpp -o /tmp/tmpzr8O6q/decal_0.o
cp ../engine/dynlight.cpp engine/dynlight.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/dynlight.o engine/dynlight.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/dynlight.o engine/dynlight.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/dynlight.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/dynlight.cpp -o /tmp/tmpemJsEp/dynlight_0.o
cp ../engine/glare.cpp engine/glare.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/glare.o engine/glare.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/glare.o engine/glare.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/glare.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/glare.cpp -o /tmp/tmpIfkvrK/glare_0.o
cp ../engine/grass.cpp engine/grass.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/grass.o engine/grass.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/grass.o engine/grass.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/grass.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/grass.cpp -o /tmp/tmpczx0hC/grass_0.o
cp ../engine/lightmap.cpp engine/lightmap.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/lightmap.o engine/lightmap.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/lightmap.o engine/lightmap.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/lightmap.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/lightmap.cpp -o /tmp/tmp2Cd0kq/lightmap_0.o
cp ../engine/main.cpp engine/main.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/main.o engine/main.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/main.o engine/main.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/main.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/main.cpp -o /tmp/tmpaYLXLF/main_0.o
cp ../engine/material.cpp engine/material.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/material.o engine/material.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/material.o engine/material.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/material.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/material.cpp -o /tmp/tmpQSQ2aH/material_0.o
cp ../engine/menus.cpp engine/menus.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/menus.o engine/menus.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/menus.o engine/menus.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/menus.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/menus.cpp -o /tmp/tmpRDVGdz/menus_0.o
cp ../engine/movie.cpp engine/movie.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/movie.o engine/movie.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/movie.o engine/movie.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/movie.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/movie.cpp -o /tmp/tmp_kdwo8/movie_0.o
engine/movie.cpp:149:49: warning: shift count >= width of type [-Wshift-count-overflow]
f->putlil<uint>(seg.videoindexoffset>>32);
^ ~~
engine/movie.cpp:164:53: warning: shift count >= width of type [-Wshift-count-overflow]
f->putlil<uint>(seg.soundindexoffset>>32);
^ ~~
engine/movie.cpp:666:35: warning: shift count >= width of type [-Wshift-count-overflow]
f->putlil<uint>(seg.offset>>32); // offset high
^ ~~
engine/movie.cpp:688:39: warning: shift count >= width of type [-Wshift-count-overflow]
f->putlil<uint>(seg.offset>>32); // offset high
^ ~~
4 warnings generated.
cp ../engine/normal.cpp engine/normal.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/normal.o engine/normal.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/normal.o engine/normal.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/normal.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/normal.cpp -o /tmp/tmppURpD8/normal_0.o
cp ../engine/octa.cpp engine/octa.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/octa.o engine/octa.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/octa.o engine/octa.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/octa.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/octa.cpp -o /tmp/tmpQ1iwJN/octa_0.o
cp ../engine/octaedit.cpp engine/octaedit.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/octaedit.o engine/octaedit.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/octaedit.o engine/octaedit.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/octaedit.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/octaedit.cpp -o /tmp/tmpBVJ99B/octaedit_0.o
cp ../engine/octarender.cpp engine/octarender.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/octarender.o engine/octarender.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/octarender.o engine/octarender.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/octarender.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/octarender.cpp -o /tmp/tmpudOYAm/octarender_0.o
cp ../engine/physics.cpp engine/physics.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/physics.o engine/physics.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/physics.o engine/physics.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/physics.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/physics.cpp -o /tmp/tmp36A0GH/physics_0.o
engine/physics.cpp:1749:21: warning: unused variable 'oldpos' [-Wunused-variable]
vec d(pl->vel), oldpos(pl->o);
^
1 warning generated.
cp ../engine/pvs.cpp engine/pvs.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/pvs.o engine/pvs.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/pvs.o engine/pvs.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/pvs.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/pvs.cpp -o /tmp/tmpsJTA7H/pvs_0.o
cp ../engine/rendergl.cpp engine/rendergl.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/rendergl.o engine/rendergl.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/rendergl.o engine/rendergl.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/rendergl.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/rendergl.cpp -o /tmp/tmpdVOEBt/rendergl_0.o
cp ../engine/rendermodel.cpp engine/rendermodel.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/rendermodel.o engine/rendermodel.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/rendermodel.o engine/rendermodel.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/rendermodel.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/rendermodel.cpp -o /tmp/tmpLrjm_Q/rendermodel_0.o
cp ../engine/renderparticles.cpp engine/renderparticles.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/renderparticles.o engine/renderparticles.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/renderparticles.o engine/renderparticles.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/renderparticles.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/renderparticles.cpp -o /tmp/tmpBA9XnE/renderparticles_0.o
cp ../engine/rendersky.cpp engine/rendersky.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/rendersky.o engine/rendersky.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/rendersky.o engine/rendersky.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/rendersky.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/rendersky.cpp -o /tmp/tmpkF4MLc/rendersky_0.o
cp ../engine/rendertext.cpp engine/rendertext.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/rendertext.o engine/rendertext.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/rendertext.o engine/rendertext.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/rendertext.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/rendertext.cpp -o /tmp/tmpNjbc1F/rendertext_0.o
cp ../engine/renderva.cpp engine/renderva.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/renderva.o engine/renderva.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/renderva.o engine/renderva.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/renderva.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/renderva.cpp -o /tmp/tmppcDpBi/renderva_0.o
cp ../engine/server.cpp engine/server.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/server.o engine/server.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/server.o engine/server.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/server.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/server.cpp -o /tmp/tmp_rdMEQ/server_0.o
cp ../engine/serverbrowser.cpp engine/serverbrowser.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/serverbrowser.o engine/serverbrowser.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/serverbrowser.o engine/serverbrowser.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/serverbrowser.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/serverbrowser.cpp -o /tmp/tmpQonHAF/serverbrowser_0.o
cp ../engine/shader.cpp engine/shader.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/shader.o engine/shader.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/shader.o engine/shader.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/shader.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/shader.cpp -o /tmp/tmpuJpfXi/shader_0.o
cp ../engine/shadowmap.cpp engine/shadowmap.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/shadowmap.o engine/shadowmap.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/shadowmap.o engine/shadowmap.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/shadowmap.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/shadowmap.cpp -o /tmp/tmpdt0jdn/shadowmap_0.o
cp ../engine/sound.cpp engine/sound.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/sound.o engine/sound.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/sound.o engine/sound.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/sound.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/sound.cpp -o /tmp/tmpC9mzf7/sound_0.o
cp ../engine/texture.cpp engine/texture.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/texture.o engine/texture.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/texture.o engine/texture.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/texture.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/texture.cpp -o /tmp/tmpCYNgQE/texture_0.o
cp ../engine/water.cpp engine/water.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/water.o engine/water.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/water.o engine/water.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/water.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/water.cpp -o /tmp/tmpVfr41o/water_0.o
cp ../engine/world.cpp engine/world.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/world.o engine/world.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/world.o engine/world.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/world.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/world.cpp -o /tmp/tmpvDDBw4/world_0.o
cp ../engine/worldio.cpp engine/worldio.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/worldio.o engine/worldio.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o engine/worldio.o engine/worldio.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: engine/worldio.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c engine/worldio.cpp -o /tmp/tmpY3iuMy/worldio_0.o
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -o fpsgame/game.tmp.h.gch fpsgame/game.h
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -o fpsgame/game.tmp.h.gch fpsgame/game.h
(Emscripten: Running sanity checks)
Just copy: fpsgame/game.h fpsgame/game.tmp.h.gch
mv fpsgame/game.tmp.h.gch fpsgame/game.h.gch
cp ../fpsgame/ai.cpp fpsgame/ai.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/ai.o fpsgame/ai.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/ai.o fpsgame/ai.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/ai.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/ai.cpp -o /tmp/tmpk5IIDy/ai_0.o
cp ../fpsgame/client.cpp fpsgame/client.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/client.o fpsgame/client.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/client.o fpsgame/client.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/client.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/client.cpp -o /tmp/tmpTPFGYt/client_0.o
cp ../fpsgame/entities.cpp fpsgame/entities.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/entities.o fpsgame/entities.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/entities.o fpsgame/entities.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/entities.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/entities.cpp -o /tmp/tmpLjbAPt/entities_0.o
cp ../fpsgame/fps.cpp fpsgame/fps.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/fps.o fpsgame/fps.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/fps.o fpsgame/fps.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/fps.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/fps.cpp -o /tmp/tmpGh1ScA/fps_0.o
cp ../fpsgame/monster.cpp fpsgame/monster.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/monster.o fpsgame/monster.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/monster.o fpsgame/monster.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/monster.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/monster.cpp -o /tmp/tmpjhAEs0/monster_0.o
cp ../fpsgame/movable.cpp fpsgame/movable.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/movable.o fpsgame/movable.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/movable.o fpsgame/movable.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/movable.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/movable.cpp -o /tmp/tmpn2iZpj/movable_0.o
cp ../fpsgame/render.cpp fpsgame/render.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/render.o fpsgame/render.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/render.o fpsgame/render.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/render.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/render.cpp -o /tmp/tmpH1bZKT/render_0.o
cp ../fpsgame/scoreboard.cpp fpsgame/scoreboard.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/scoreboard.o fpsgame/scoreboard.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/scoreboard.o fpsgame/scoreboard.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/scoreboard.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/scoreboard.cpp -o /tmp/tmpKpRKOI/scoreboard_0.o
cp ../fpsgame/server.cpp fpsgame/server.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/server.o fpsgame/server.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/server.o fpsgame/server.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/server.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/server.cpp -o /tmp/tmplcTQKh/server_0.o
cp ../fpsgame/waypoint.cpp fpsgame/waypoint.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/waypoint.o fpsgame/waypoint.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/waypoint.o fpsgame/waypoint.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/waypoint.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/waypoint.cpp -o /tmp/tmpl_Segb/waypoint_0.o
cp ../fpsgame/weapon.cpp fpsgame/weapon.cpp
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/weapon.o fpsgame/weapon.cpp
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -o fpsgame/weapon.o fpsgame/weapon.cpp
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: compiling source file: fpsgame/weapon.cpp
emcc running: /usr/local/bin/clang++ -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame -Ienet/include -c -std=c++03 -m32 -U__i386__ -U__x86_64__ -U__i386 -U__x86_64 -Ui386 -Ux86_64 -U__SSE__ -U__SSE2__ -U__MMX__ -UX87_DOUBLE_ROUNDING -UHAVE_GCC_ASM_FOR_X87 -DEMSCRIPTEN -U__STRICT_ANSI__ -U__CYGWIN__ -D__STDC__ -Xclang -triple=i386-pc-linux-gnu -D__IEEE_LITTLE_ENDIAN -fno-math-errno -fno-ms-compatibility -nostdinc -nostdinc++ -Xclang -nobuiltininc -Xclang -nostdsysteminc -Xclang -isystem/home/pierre/Bureau/emscripten/system/local/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libcxx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/emscripten -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/bsd -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/libc -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/gfx -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/net -Xclang -isystem/home/pierre/Bureau/emscripten/system/include/SDL -U__APPLE__ -U__linux__ -emit-llvm -c fpsgame/weapon.cpp -o /tmp/tmpTXpJ7M/weapon_0.o
/home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -o client.bc shared/crypto.o shared/geom.o shared/stream.o shared/tools.o shared/zip.o engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o engine/command.o engine/console.o engine/cubeloader.o engine/decal.o engine/dynlight.o engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o engine/menus.o engine/movie.o engine/normal.o engine/octa.o engine/octaedit.o engine/octarender.o engine/physics.o engine/pvs.o engine/rendergl.o engine/rendermodel.o engine/renderparticles.o engine/rendersky.o engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/water.o engine/world.o engine/worldio.o fpsgame/ai.o fpsgame/client.o fpsgame/entities.o fpsgame/fps.o fpsgame/monster.o fpsgame/movable.o fpsgame/render.o fpsgame/scoreboard.o fpsgame/server.o fpsgame/waypoint.o fpsgame/weapon.o -Lenet/.libs -lenet -lX11 -lSDL_image -lSDL_mixer -lz -lGL
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti -o client.bc shared/crypto.o shared/geom.o shared/stream.o shared/tools.o shared/zip.o engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o engine/command.o engine/console.o engine/cubeloader.o engine/decal.o engine/dynlight.o engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o engine/menus.o engine/movie.o engine/normal.o engine/octa.o engine/octaedit.o engine/octarender.o engine/physics.o engine/pvs.o engine/rendergl.o engine/rendermodel.o engine/renderparticles.o engine/rendersky.o engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/water.o engine/world.o engine/worldio.o fpsgame/ai.o fpsgame/client.o fpsgame/entities.o fpsgame/fps.o fpsgame/monster.o fpsgame/movable.o fpsgame/render.o fpsgame/scoreboard.o fpsgame/server.o fpsgame/waypoint.o fpsgame/weapon.o -Lenet/.libs -lenet -lX11 -lSDL_image -lSDL_mixer -lz -lGL
(Emscripten: Running sanity checks)
emcc: warning: not linking against libraries since only compiling to bitcode
emcc: compiling to bitcode
emcc: copying bitcode file: shared/crypto.o
emcc: copying bitcode file: shared/geom.o
emcc: copying bitcode file: shared/stream.o
emcc: copying bitcode file: shared/tools.o
emcc: copying bitcode file: shared/zip.o
emcc: copying bitcode file: engine/3dgui.o
emcc: copying bitcode file: engine/bih.o
emcc: copying bitcode file: engine/blend.o
emcc: copying bitcode file: engine/blob.o
emcc: copying bitcode file: engine/client.o
emcc: copying bitcode file: engine/command.o
emcc: copying bitcode file: engine/console.o
emcc: copying bitcode file: engine/cubeloader.o
emcc: copying bitcode file: engine/decal.o
emcc: copying bitcode file: engine/dynlight.o
emcc: copying bitcode file: engine/glare.o
emcc: copying bitcode file: engine/grass.o
emcc: copying bitcode file: engine/lightmap.o
emcc: copying bitcode file: engine/main.o
emcc: copying bitcode file: engine/material.o
emcc: copying bitcode file: engine/menus.o
emcc: copying bitcode file: engine/movie.o
emcc: copying bitcode file: engine/normal.o
emcc: copying bitcode file: engine/octa.o
emcc: copying bitcode file: engine/octaedit.o
emcc: copying bitcode file: engine/octarender.o
emcc: copying bitcode file: engine/physics.o
emcc: copying bitcode file: engine/pvs.o
emcc: copying bitcode file: engine/rendergl.o
emcc: copying bitcode file: engine/rendermodel.o
emcc: copying bitcode file: engine/renderparticles.o
emcc: copying bitcode file: engine/rendersky.o
emcc: copying bitcode file: engine/rendertext.o
emcc: copying bitcode file: engine/renderva.o
emcc: copying bitcode file: engine/server.o
emcc: copying bitcode file: engine/serverbrowser.o
emcc: copying bitcode file: engine/shader.o
emcc: copying bitcode file: engine/shadowmap.o
emcc: copying bitcode file: engine/sound.o
emcc: copying bitcode file: engine/texture.o
emcc: copying bitcode file: engine/water.o
emcc: copying bitcode file: engine/world.o
emcc: copying bitcode file: engine/worldio.o
emcc: copying bitcode file: fpsgame/ai.o
emcc: copying bitcode file: fpsgame/client.o
emcc: copying bitcode file: fpsgame/entities.o
emcc: copying bitcode file: fpsgame/fps.o
emcc: copying bitcode file: fpsgame/monster.o
emcc: copying bitcode file: fpsgame/movable.o
emcc: copying bitcode file: fpsgame/render.o
emcc: copying bitcode file: fpsgame/scoreboard.o
emcc: copying bitcode file: fpsgame/server.o
emcc: copying bitcode file: fpsgame/waypoint.o
emcc: copying bitcode file: fpsgame/weapon.o
emcc: link: ['/tmp/tmpcw51gy/crypto_0.o', '/tmp/tmpcw51gy/geom_1.o', '/tmp/tmpcw51gy/stream_2.o', '/tmp/tmpcw51gy/tools_3.o', '/tmp/tmpcw51gy/zip_4.o', '/tmp/tmpcw51gy/3dgui_5.o', '/tmp/tmpcw51gy/bih_6.o', '/tmp/tmpcw51gy/blend_7.o', '/tmp/tmpcw51gy/blob_8.o', '/tmp/tmpcw51gy/client_9.o', '/tmp/tmpcw51gy/command_10.o', '/tmp/tmpcw51gy/console_11.o', '/tmp/tmpcw51gy/cubeloader_12.o', '/tmp/tmpcw51gy/decal_13.o', '/tmp/tmpcw51gy/dynlight_14.o', '/tmp/tmpcw51gy/glare_15.o', '/tmp/tmpcw51gy/grass_16.o', '/tmp/tmpcw51gy/lightmap_17.o', '/tmp/tmpcw51gy/main_18.o', '/tmp/tmpcw51gy/material_19.o', '/tmp/tmpcw51gy/menus_20.o', '/tmp/tmpcw51gy/movie_21.o', '/tmp/tmpcw51gy/normal_22.o', '/tmp/tmpcw51gy/octa_23.o', '/tmp/tmpcw51gy/octaedit_24.o', '/tmp/tmpcw51gy/octarender_25.o', '/tmp/tmpcw51gy/physics_26.o', '/tmp/tmpcw51gy/pvs_27.o', '/tmp/tmpcw51gy/rendergl_28.o', '/tmp/tmpcw51gy/rendermodel_29.o', '/tmp/tmpcw51gy/renderparticles_30.o', '/tmp/tmpcw51gy/rendersky_31.o', '/tmp/tmpcw51gy/rendertext_32.o', '/tmp/tmpcw51gy/renderva_33.o', '/tmp/tmpcw51gy/server_34.o', '/tmp/tmpcw51gy/serverbrowser_35.o', '/tmp/tmpcw51gy/shader_36.o', '/tmp/tmpcw51gy/shadowmap_37.o', '/tmp/tmpcw51gy/sound_38.o', '/tmp/tmpcw51gy/texture_39.o', '/tmp/tmpcw51gy/water_40.o', '/tmp/tmpcw51gy/world_41.o', '/tmp/tmpcw51gy/worldio_42.o', '/tmp/tmpcw51gy/ai_43.o', '/tmp/tmpcw51gy/client_44.o', '/tmp/tmpcw51gy/entities_45.o', '/tmp/tmpcw51gy/fps_46.o', '/tmp/tmpcw51gy/monster_47.o', '/tmp/tmpcw51gy/movable_48.o', '/tmp/tmpcw51gy/render_49.o', '/tmp/tmpcw51gy/scoreboard_50.o', '/tmp/tmpcw51gy/server_51.o', '/tmp/tmpcw51gy/waypoint_52.o', '/tmp/tmpcw51gy/weapon_53.o'] client.bc
emcc: llvm-linking: ['/tmp/tmpcw51gy/crypto_0.o', '/tmp/tmpcw51gy/geom_1.o', '/tmp/tmpcw51gy/stream_2.o', '/tmp/tmpcw51gy/tools_3.o', '/tmp/tmpcw51gy/zip_4.o', '/tmp/tmpcw51gy/3dgui_5.o', '/tmp/tmpcw51gy/bih_6.o', '/tmp/tmpcw51gy/blend_7.o', '/tmp/tmpcw51gy/blob_8.o', '/tmp/tmpcw51gy/client_9.o', '/tmp/tmpcw51gy/command_10.o', '/tmp/tmpcw51gy/console_11.o', '/tmp/tmpcw51gy/cubeloader_12.o', '/tmp/tmpcw51gy/decal_13.o', '/tmp/tmpcw51gy/dynlight_14.o', '/tmp/tmpcw51gy/glare_15.o', '/tmp/tmpcw51gy/grass_16.o', '/tmp/tmpcw51gy/lightmap_17.o', '/tmp/tmpcw51gy/main_18.o', '/tmp/tmpcw51gy/material_19.o', '/tmp/tmpcw51gy/menus_20.o', '/tmp/tmpcw51gy/movie_21.o', '/tmp/tmpcw51gy/normal_22.o', '/tmp/tmpcw51gy/octa_23.o', '/tmp/tmpcw51gy/octaedit_24.o', '/tmp/tmpcw51gy/octarender_25.o', '/tmp/tmpcw51gy/physics_26.o', '/tmp/tmpcw51gy/pvs_27.o', '/tmp/tmpcw51gy/rendergl_28.o', '/tmp/tmpcw51gy/rendermodel_29.o', '/tmp/tmpcw51gy/renderparticles_30.o', '/tmp/tmpcw51gy/rendersky_31.o', '/tmp/tmpcw51gy/rendertext_32.o', '/tmp/tmpcw51gy/renderva_33.o', '/tmp/tmpcw51gy/server_34.o', '/tmp/tmpcw51gy/serverbrowser_35.o', '/tmp/tmpcw51gy/shader_36.o', '/tmp/tmpcw51gy/shadowmap_37.o', '/tmp/tmpcw51gy/sound_38.o', '/tmp/tmpcw51gy/texture_39.o', '/tmp/tmpcw51gy/water_40.o', '/tmp/tmpcw51gy/world_41.o', '/tmp/tmpcw51gy/worldio_42.o', '/tmp/tmpcw51gy/ai_43.o', '/tmp/tmpcw51gy/client_44.o', '/tmp/tmpcw51gy/entities_45.o', '/tmp/tmpcw51gy/fps_46.o', '/tmp/tmpcw51gy/monster_47.o', '/tmp/tmpcw51gy/movable_48.o', '/tmp/tmpcw51gy/render_49.o', '/tmp/tmpcw51gy/scoreboard_50.o', '/tmp/tmpcw51gy/server_51.o', '/tmp/tmpcw51gy/waypoint_52.o', '/tmp/tmpcw51gy/weapon_53.o']
cd .. ; cd .. ; python /home/pierre/Bureau/emscripten/tools/file_packager.py base.data --crunch=64 --preload data/ packages/textures/ packages/fonts/ packages/icons/ packages/particles/ packages/sounds/aard/ packages/sounds/q009/ packages/sounds/yo_frankie/ packages/gk/lava/lava_cc.dds packages/gk/lava/lava_nm.dds packages/caustics/ packages/models/debris/ packages/models/projectiles/ packages/brushes/ packages/hud/ --pre-run > game/preload_base.js
cd .. ; cd .. ; python /home/pierre/Bureau/emscripten/tools/file_packager.py character.data --crunch=64 --preload packages/models/vwep/ packages/models/snoutx10k/ packages/models/hudguns/ packages/models/snoutx10k/hudguns --pre-run > game/preload_character.js
cd .. ; cd .. ; python /home/pierre/Bureau/emscripten/tools/file_packager.py low.data --crunch=64 --preload packages/base/colos.ogz packages/base/colos.cfg packages/base/colos.wpt packages/models/ffflag/md5.cfg `find packages/models/ffflag/ -name "*.dds"` `find packages/models/ffflag/ -name "*.md5mesh"` `find packages/models/ffflag/ -name "*.md5anim"` packages/models/ffpit/md5.cfg `find packages/models/ffpit/ -name "*.dds"` `find packages/models/ffpit/ -name "*.md5mesh"` packages/gk/fantasy/skyfantasyJPG/ `find packages/gk/fantasy -name "*.cfg"` packages/gk/fantasy/rock_formation_gk_v01/rock_formation_gk_v01_cc.dds packages/gk/fantasy/rock_formation_gk_v01/rock_formation_gk_v01_nm.dds packages/gk/fantasy/castell_wall_gk_v01/castell_wall_gk_v01_cc.dds packages/gk/fantasy/castell_wall_gk_v01/castell_wall_gk_v01_nm.dds packages/gk/fantasy/castell_wall_gk_v02/castell_wall_gk_v02_cc.dds packages/gk/fantasy/castell_wall_gk_v02/castell_wall_gk_v02_nm.dds packages/gk/fantasy/castell_wall_trim_gk_v01/castell_wall_trim_gk_v01_cc.dds packages/gk/fantasy/castell_wall_trim_gk_v01/castell_wall_trim_gk_v01_nm.dds packages/gk/fantasy/castell_wall_trim_gk_v01/castell_wall_trim_gk_v01_cc.dds packages/gk/fantasy/castell_wall_trim_gk_v01/castell_wall_trim_gk_v01_nm.dds packages/gk/fantasy/stone_ground_tiles_gk_v01/stone_ground_tiles_gk_v01_cc.dds packages/gk/fantasy/stone_ground_tiles_gk_v01/stone_ground_tiles_gk_v01_nm.dds packages/gk/fantasy/wooden_planks_gk_v01/wooden_planks_gk_v01_cc.dds packages/gk/fantasy/wooden_planks_gk_v01/wooden_planks_gk_v01_nm.dds packages/gk/fantasy/castell_plaster_gk_v01/castell_plaster_gk_v01_cc.dds packages/gk/fantasy/castell_plaster_gk_v01/castell_plaster_gk_v01_nm.dds packages/gk/fantasy/iron_plates_gk_v01/iron_plates_gk_v01_cc.dds packages/gk/fantasy/iron_plates_gk_v01/iron_plates_gk_v01_nm.dds packages/gk/fantasy/iron_plates_gk_v01/iron_plates_gk_v01_cc.dds packages/gk/fantasy/iron_plates_gk_v01/iron_plates_gk_v01_nm.dds packages/gk/fantasy/iron_trim_gk_v01/iron_trim_gk_v01_cc.dds packages/gk/fantasy/iron_trim_gk_v01/iron_trim_gk_v01_nm.dds packages/gk/fantasy/iron_trim_gk_v01/iron_trim_gk_v01_cc.dds packages/gk/fantasy/iron_trim_gk_v01/iron_trim_gk_v01_nm.dds packages/gk/fantasy/iron_intersection_gk_v01/iron_intersection_gk_v01_cc.dds packages/gk/fantasy/iron_intersection_gk_v01/iron_intersection_gk_v01_nm.dds --pre-run > game/preload_low.js
cd .. ; cd .. ; python /home/pierre/Bureau/emscripten/tools/file_packager.py medium.data --crunch=64 --preload packages/base/two_towers.ogz packages/base/two_towers.cfg packages/base/two_towers.wpt packages/gk/fantasy/skyfantasyJPG/ `find packages/gk/fantasy -name "*.cfg"` packages/gk/fantasy/rock_formation_gk_v01/rock_formation_gk_v01_cc.dds packages/gk/fantasy/rock_formation_gk_v01/rock_formation_gk_v01_nm.dds packages/gk/fantasy/rock_formation_gk_v02/rock_formation_gk_v02_cc.dds packages/gk/fantasy/rock_formation_gk_v02/rock_formation_gk_v02_nm.dds packages/gk/fantasy/castell_wall_gk_v01/castell_wall_gk_v01_cc.dds packages/gk/fantasy/castell_wall_gk_v01/castell_wall_gk_v01_nm.dds packages/gk/fantasy/castell_wall_gk_v01/castell_wall_gk_v01_cc.dds packages/gk/fantasy/castell_wall_gk_v01/castell_wall_gk_v01_nm.dds packages/gk/fantasy/castell_wall_gk_v02/castell_wall_gk_v02_cc.dds packages/gk/fantasy/castell_wall_gk_v02/castell_wall_gk_v02_nm.dds packages/gk/fantasy/castell_wall_trim_gk_v01/castell_wall_trim_gk_v01_cc.dds packages/gk/fantasy/castell_wall_trim_gk_v01/castell_wall_trim_gk_v01_nm.dds packages/gk/fantasy/castell_wall_trim_gk_v01/castell_wall_trim_gk_v01_cc.dds packages/gk/fantasy/castell_wall_trim_gk_v01/castell_wall_trim_gk_v01_nm.dds packages/gk/fantasy/stone_ground_gk_v01/stone_ground_gk_v01_cc.dds packages/gk/fantasy/stone_ground_gk_v01/stone_ground_gk_v01_nm.dds packages/gk/fantasy/stone_ground_tiles_gk_v01/stone_ground_tiles_gk_v01_cc.dds packages/gk/fantasy/stone_ground_tiles_gk_v01/stone_ground_tiles_gk_v01_nm.dds packages/gk/fantasy/wooden_roof_tiles_gk_v01/wooden_roof_tiles_gk_v01_cc.dds packages/gk/fantasy/wooden_roof_tiles_gk_v01/wooden_roof_tiles_gk_v01_nm.dds packages/gk/fantasy/wooden_roof_tiles_gk_v01/wooden_roof_tiles_gk_v01_cc.dds packages/gk/fantasy/wooden_roof_tiles_gk_v01/wooden_roof_tiles_gk_v01_nm.dds packages/gk/fantasy/wooden_planks_gk_v01/wooden_planks_gk_v01_cc.dds packages/gk/fantasy/wooden_planks_gk_v01/wooden_planks_gk_v01_nm.dds packages/gk/fantasy/wooden_planks_gk_v01/wooden_planks_gk_v01_cc.dds packages/gk/fantasy/wooden_planks_gk_v01/wooden_planks_gk_v01_nm.dds packages/gk/fantasy/castell_plaster_gk_v01/castell_plaster_gk_v01_cc.dds packages/gk/fantasy/castell_plaster_gk_v01/castell_plaster_gk_v01_nm.dds packages/gk/fantasy/iron_plates_gk_v01/iron_plates_gk_v01_cc.dds packages/gk/fantasy/iron_plates_gk_v01/iron_plates_gk_v01_nm.dds packages/gk/fantasy/iron_plates_gk_v01/iron_plates_gk_v01_cc.dds packages/gk/fantasy/iron_plates_gk_v01/iron_plates_gk_v01_nm.dds packages/gk/fantasy/iron_trim_gk_v01/iron_trim_gk_v01_cc.dds packages/gk/fantasy/iron_trim_gk_v01/iron_trim_gk_v01_nm.dds packages/gk/fantasy/iron_trim_gk_v01/iron_trim_gk_v01_cc.dds packages/gk/fantasy/iron_trim_gk_v01/iron_trim_gk_v01_nm.dds --pre-run > game/preload_medium.js
cd .. ; cd .. ; python /home/pierre/Bureau/emscripten/tools/file_packager.py high.data --crunch=64 --preload packages/base/zoom.ogz packages/base/zoom.cfg packages/base/zoom.wpt `find packages/gk/future/skysfJPG/ -name "*.jpg"` `find packages/gk/future/ -name "*.cfg"` packages/gk/future/panel_gk_000/panel_gk_000_cc.dds packages/gk/future/panel_gk_000/panel_gk_000_nm.dds packages/gk/future/panel_gk_001/panel_gk_001_cc.dds packages/gk/future/panel_gk_001/panel_gk_001_nm.dds packages/gk/future/panel_gk_001/panel_gk_001_cc.dds packages/gk/future/panel_gk_001/panel_gk_001_nm.dds packages/gk/future/panel_gk_002/panel_gk_002_cc.dds packages/gk/future/panel_gk_002/panel_gk_002_nm.dds packages/gk/future/panel_gk_003/panel_gk_003_cc.dds packages/gk/future/panel_gk_003/panel_gk_003_nm.dds packages/gk/future/panel_gk_004/panel_gk_004_cc.dds packages/gk/future/panel_gk_004/panel_gk_004_nm.dds packages/gk/future/panel_gk_005/panel_gk_005_cc.dds packages/gk/future/panel_gk_005/panel_gk_005_nm.dds packages/gk/future/panel_gk_005/panel_gk_005_cc.dds packages/gk/future/panel_gk_005/panel_gk_005_nm.dds packages/gk/future/panel_gk_006/panel_gk_006_cc.dds packages/gk/future/panel_gk_006/panel_gk_006_nm.dds packages/gk/future/panel_gk_006/panel_gk_006_cc.dds packages/gk/future/panel_gk_006/panel_gk_006_nm.dds packages/gk/future/panel_gk_007/panel_gk_007_cc.dds packages/gk/future/panel_gk_007/panel_gk_007_nm.dds packages/gk/future/panel_gk_007/panel_gk_007_cc.dds packages/gk/future/panel_gk_007/panel_gk_007_nm.dds packages/gk/future/panel_gk_008/panel_gk_008_cc.dds packages/gk/future/panel_gk_008/panel_gk_008_nm.dds packages/gk/future/panel_gk_008/panel_gk_008_cc.dds packages/gk/future/panel_gk_008/panel_gk_008_nm.dds packages/gk/future/panel_gk_009/panel_gk_009_cc.dds packages/gk/future/panel_gk_009/panel_gk_009_nm.dds packages/gk/future/panel_gk_010/panel_gk_010_cc.dds packages/gk/future/panel_gk_010/panel_gk_010_nm.dds packages/gk/future/panel_gk_010/panel_gk_010_cc.dds packages/gk/future/panel_gk_010/panel_gk_010_nm.dds packages/gk/future/panel_gk_011/panel_gk_011_cc.dds packages/gk/future/panel_gk_011/panel_gk_011_nm.dds packages/gk/future/panel_gk_011/panel_gk_011_cc.dds packages/gk/future/panel_gk_011/panel_gk_011_nm.dds packages/gk/future/panel_gk_012/panel_gk_012_cc.dds packages/gk/future/panel_gk_012/panel_gk_012_nm.dds packages/gk/future/panel_gk_014/panel_gk_014_cc.dds packages/gk/future/panel_gk_014/panel_gk_014_nm.dds packages/gk/future/panel_gk_015/panel_gk_015_cc.dds packages/gk/future/panel_gk_015/panel_gk_015_nm.dds packages/gk/future/panel_gk_016/panel_gk_016_cc.dds packages/gk/future/panel_gk_016/panel_gk_016_nm.dds packages/gk/future/panel_gk_016/panel_gk_016_cc.dds packages/gk/future/panel_gk_016/panel_gk_016_nm.dds packages/gk/future/panel_gk_017/panel_gk_017_cc.dds packages/gk/future/panel_gk_017/panel_gk_017_nm.dds packages/gk/future/panel_gk_018/panel_gk_018_cc.dds packages/gk/future/panel_gk_018/panel_gk_018_nm.dds packages/gk/future/lamps_01_gk/lamps_01_gk_cc.dds packages/gk/future/lamps_01_gk/lamps_01_gk_nm.dds packages/gk/future/lamps_01_gk/lamps_01_gk_si.png --pre-run > game/preload_high.js
cd .. ; cd .. ; python /home/pierre/Bureau/emscripten/tools/file_packager.py four.data --crunch=64 --preload packages/gk/cyber/ packages/gk/cyber/cybersky/ packages/base/cyber1.ogz packages/base/cyber1.cfg packages/base/cyber1.wpt --pre-run > game/preload_four.js
cd .. ; cd .. ; python /home/pierre/Bureau/emscripten/tools/file_packager.py five.data --crunch=64 --preload packages/base/zoomout.ogz packages/base/zoomout.cfg packages/base/zoomout.wpt `find packages/gk/future/skysfJPG/ -name "*.jpg"` `find packages/gk/future/ -name "*.cfg"` packages/gk/future/panel_gk_000/panel_gk_000_cc.dds packages/gk/future/panel_gk_000/panel_gk_000_nm.dds packages/gk/future/panel_gk_001/panel_gk_001_cc.dds packages/gk/future/panel_gk_001/panel_gk_001_nm.dds packages/gk/future/panel_gk_001/panel_gk_001_cc.dds packages/gk/future/panel_gk_001/panel_gk_001_nm.dds packages/gk/future/panel_gk_002/panel_gk_002_cc.dds packages/gk/future/panel_gk_002/panel_gk_002_nm.dds packages/gk/future/panel_gk_003/panel_gk_003_cc.dds packages/gk/future/panel_gk_003/panel_gk_003_nm.dds packages/gk/future/panel_gk_004/panel_gk_004_cc.dds packages/gk/future/panel_gk_004/panel_gk_004_nm.dds packages/gk/future/panel_gk_005/panel_gk_005_cc.dds packages/gk/future/panel_gk_005/panel_gk_005_nm.dds packages/gk/future/panel_gk_005/panel_gk_005_cc.dds packages/gk/future/panel_gk_005/panel_gk_005_nm.dds packages/gk/future/panel_gk_006/panel_gk_006_cc.dds packages/gk/future/panel_gk_006/panel_gk_006_nm.dds packages/gk/future/panel_gk_006/panel_gk_006_cc.dds packages/gk/future/panel_gk_006/panel_gk_006_nm.dds packages/gk/future/panel_gk_007/panel_gk_007_cc.dds packages/gk/future/panel_gk_007/panel_gk_007_nm.dds packages/gk/future/panel_gk_007/panel_gk_007_cc.dds packages/gk/future/panel_gk_007/panel_gk_007_nm.dds packages/gk/future/panel_gk_008/panel_gk_008_cc.dds packages/gk/future/panel_gk_008/panel_gk_008_nm.dds packages/gk/future/panel_gk_008/panel_gk_008_cc.dds packages/gk/future/panel_gk_008/panel_gk_008_nm.dds packages/gk/future/panel_gk_009/panel_gk_009_cc.dds packages/gk/future/panel_gk_009/panel_gk_009_nm.dds packages/gk/future/panel_gk_010/panel_gk_010_cc.dds packages/gk/future/panel_gk_010/panel_gk_010_nm.dds packages/gk/future/panel_gk_010/panel_gk_010_cc.dds packages/gk/future/panel_gk_010/panel_gk_010_nm.dds packages/gk/future/panel_gk_011/panel_gk_011_cc.dds packages/gk/future/panel_gk_011/panel_gk_011_nm.dds packages/gk/future/panel_gk_011/panel_gk_011_cc.dds packages/gk/future/panel_gk_011/panel_gk_011_nm.dds packages/gk/future/panel_gk_012/panel_gk_012_cc.dds packages/gk/future/panel_gk_012/panel_gk_012_nm.dds packages/gk/future/panel_gk_014/panel_gk_014_cc.dds packages/gk/future/panel_gk_014/panel_gk_014_nm.dds packages/gk/future/panel_gk_015/panel_gk_015_cc.dds packages/gk/future/panel_gk_015/panel_gk_015_nm.dds packages/gk/future/panel_gk_016/panel_gk_016_cc.dds packages/gk/future/panel_gk_016/panel_gk_016_nm.dds packages/gk/future/panel_gk_016/panel_gk_016_cc.dds packages/gk/future/panel_gk_016/panel_gk_016_nm.dds packages/gk/future/panel_gk_017/panel_gk_017_cc.dds packages/gk/future/panel_gk_017/panel_gk_017_nm.dds packages/gk/future/panel_gk_018/panel_gk_018_cc.dds packages/gk/future/panel_gk_018/panel_gk_018_nm.dds packages/gk/future/lamps_01_gk/lamps_01_gk_cc.dds packages/gk/future/lamps_01_gk/lamps_01_gk_nm.dds packages/gk/future/lamps_01_gk/lamps_01_gk_si.png --pre-run > game/preload_five.js
cd .. ; cd .. ; /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti src/web/client.bc src/web/libz.a -o bb.js -s DISABLE_EXCEPTION_CATCHING=1 -s EXPORTED_FUNCTIONS="['_main', '__ZN4game18setplayermodelinfoEPKcS1_S1_S1_S1_S1_S1_S1_S1_S1_S1_S1_b', '__Z7executePKc', '__Z10executestrPKc', '_setforcecamera', '_bb_splash', '_bb_playsoundname']" -O2 src/web/enet/.libs/libenet.a -s TOTAL_MEMORY=67108864 -s ASM_JS=1
emcc invocation: /home/pierre/Bureau/emscripten/emcc -O0 -Wall -fsigned-char -fno-exceptions -fno-rtti src/web/client.bc src/web/libz.a -o bb.js -s DISABLE_EXCEPTION_CATCHING=1 -s EXPORTED_FUNCTIONS=['_main', '__ZN4game18setplayermodelinfoEPKcS1_S1_S1_S1_S1_S1_S1_S1_S1_S1_S1_b', '__Z7executePKc', '__Z10executestrPKc', '_setforcecamera', '_bb_splash', '_bb_playsoundname'] -O2 src/web/enet/.libs/libenet.a -s TOTAL_MEMORY=67108864 -s ASM_JS=1
(Emscripten: Running sanity checks)
emcc: compiling to bitcode
emcc: copying bitcode file: src/web/client.bc
emcc: copying library file: src/web/libz.a
emcc: copying library file: src/web/enet/.libs/libenet.a
emcc: will generate JavaScript
emcc: considering including libcxx: we need set([]) and have set(['llvm.global_ctors'])
emcc: considering including libcxxabi: we need set([]) and have set([])
emcc: considering including libc: we need set(['strtod', 'malloc', 'atof', 'free']) and have set([])
emcc: including libc
emcc: linking: ['/tmp/tmpaZbd08/client_0.o', '/tmp/tmpaZbd08/libz_1.a', '/tmp/tmpaZbd08/libenet_2.a', '/home/pierre/.emscripten_cache/libc.bc']
emcc: llvm-linking: ['/tmp/tmpaZbd08/client_0.o', '/tmp/emscripten_temp/ar_output_5073_0/compress.o', '/tmp/emscripten_temp/ar_output_5073_0/crc32.o', '/tmp/emscripten_temp/ar_output_5073_0/deflate.o', '/tmp/emscripten_temp/ar_output_5073_0/inflate.o', '/tmp/emscripten_temp/ar_output_5073_0/inftrees.o', '/tmp/emscripten_temp/ar_output_5073_0/trees.o', '/tmp/emscripten_temp/ar_output_5073_0/uncompr.o', '/tmp/emscripten_temp/ar_output_5073_0/zutil.o', '/tmp/emscripten_temp/ar_output_5073_0/adler32.o', '/tmp/emscripten_temp/ar_output_5073_0/inffast.o', '/home/pierre/.emscripten_cache/libc.bc']
emcc: linking took 1.80 seconds
emcc: saving intermediate processing steps to /tmp/emscripten_temp
emcc: LLVM opts: ['-O3']
emcc: step took 20.08 seconds
emcc: LLVM opts: ['-strip-debug', '-internalize', '-internalize-public-api-list=main,_ZN4game18setplayermodelinfoEPKcS1_S1_S1_S1_S1_S1_S1_S1_S1_S1_S1_b,_Z7executePKc,_Z10executestrPKc,setforcecamera,bb_splash,bb_playsoundname', '-globaldce']
emcc: step took 1.33 seconds
emcc: step took 1.31 seconds
emcc: LLVM => JS
emscript: ll=>js
emscript: scan took 0.0710799694061 seconds
emscript: split took 0.365231990814 seconds
Error: Unresolved symbol: _enet_host_bandwidth_limit, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_peer_throttle_configure, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_address_get_host_ip, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_peer_reset, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_host_destroy, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_host_create, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_host_connect, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_host_flush, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_peer_disconnect, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_peer_send, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_host_service, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_packet_destroy, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_initialize, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_deinitialize, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_time_set, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_socket_destroy, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_socket_create, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_socket_bind, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_socket_set_option, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_socket_send, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_socket_receive, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_socketset_select, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_time_get, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_host_check_events, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_address_set_host, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_packet_resize, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_packet_create, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_socket_connect, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
Error: Unresolved symbol: _enet_socket_wait, this must be corrected for asm.js validation to succeed. Consider adding it to DEAD_FUNCTIONS.
undefined:1575
if (abortExecution) throw 'Aborting compilation due to previous warnings';
^
Aborting compilation due to previous warnings
Traceback (most recent call last):
File "/home/pierre/Bureau/emscripten/emscripten.py", line 727, in <module>
_main(environ=os.environ)
File "/home/pierre/Bureau/emscripten/emscripten.py", line 715, in _main
temp_files.run_and_clean(lambda: main(
File "/home/pierre/Bureau/emscripten/tools/tempfiles.py", line 38, in run_and_clean
return func()
File "/home/pierre/Bureau/emscripten/emscripten.py", line 723, in <lambda>
DEBUG_CACHE=DEBUG_CACHE,
File "/home/pierre/Bureau/emscripten/emscripten.py", line 613, in main
jcache=jcache, temp_files=temp_files, DEBUG=DEBUG, DEBUG_CACHE=DEBUG_CACHE)
File "/home/pierre/Bureau/emscripten/emscripten.py", line 164, in emscript
assert '//FORWARDED_DATA:' in out, 'Did not receive forwarded data in pre output - process failed?'
AssertionError: Did not receive forwarded data in pre output - process failed?
Traceback (most recent call last):
File "/home/pierre/Bureau/emscripten/emcc", line 1316, in <module>
final = shared.Building.emscripten(final, append_ext=False, extra_args=extra_args)
File "/home/pierre/Bureau/emscripten/tools/shared.py", line 938, in emscripten
assert os.path.exists(filename + '.o.js') and len(open(filename + '.o.js', 'r').read()) > 0, 'Emscripten failed to generate .js: ' + str(compiler_output)
AssertionError: Emscripten failed to generate .js:
make: *** [client] Erreur 1
rm engine/octa.cpp engine/renderparticles.cpp engine/normal.cpp engine/rendergl.cpp engine/menus.cpp engine/lightmap.cpp engine/octarender.cpp fpsgame/server.cpp engine/decal.cpp fpsgame/ai.cpp shared/zip.cpp shared/geom.cpp engine/octaedit.cpp engine/worldio.cpp fpsgame/monster.cpp engine/blob.cpp fpsgame/render.cpp engine/pvs.cpp engine/grass.cpp engine/water.cpp engine/glare.cpp engine/server.cpp engine/rendermodel.cpp engine/blend.cpp engine/physics.cpp engine/texture.cpp fpsgame/weapon.cpp shared/stream.cpp fpsgame/entities.cpp engine/serverbrowser.cpp fpsgame/waypoint.cpp engine/movie.cpp engine/cubeloader.cpp engine/dynlight.cpp engine/command.cpp fpsgame/movable.cpp engine/shader.cpp shared/tools.cpp engine/client.cpp engine/rendersky.cpp engine/3dgui.cpp engine/console.cpp shared/crypto.cpp engine/material.cpp engine/bih.cpp engine/world.cpp fpsgame/scoreboard.cpp engine/shadowmap.cpp engine/rendertext.cpp engine/sound.cpp fpsgame/fps.cpp engine/main.cpp engine/renderva.cpp fpsgame/client.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment