I cannot configure, make or minstall none version of Warzone on Linux!

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
User avatar
Berserk Cyborg
Code contributor
Code contributor
Posts: 938
Joined: 26 Sep 2016, 19:56

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Berserk Cyborg »

Durabys wrote: 14 Jul 2019, 07:16 I am starting to think my CPU is too old for your code. Actually. It would make sense. I posted my HW infor on the first page.
Your CPU apparently launched in 2012 which should be sufficient. I think the main requirement is to have hardware capable of supporting OpenGL 2.0, and that was around 2004.
But then I try to launch it via it launcher file it doesn't work. Gives me an error.
What does it say?
Durabys
Rookie
Rookie
Posts: 22
Joined: 10 Jul 2019, 11:41

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Durabys »

Berg wrote: 14 Jul 2019, 07:20 ...post...
Berserk Cyborg wrote: 14 Jul 2019, 20:20 ...post...

What does it say?
I discarded that line of search for that error because I realized something amazing while sitting in a sauna...

Good News! I managed to find out WHAT was causing the infinite loop after make command in any version! I was encrypting my Linux installation with the LUKS file system. So I re-installed Manjaro without encrypting the SSD drive. It stopped looping. So. That. Was causing the Make loops. Bad News? Now when I want to use "make" after a successful "./configure" it writes:

Code: Select all

[durabys@Dark-Demon warzone2100]$ ./configure
bash: ./configure: No such file or directory
[durabys@Dark-Demon warzone2100]$ ./autogen.sh
+ checking for autoconf >= 2.56 ... found 2.69, ok.
+ checking for automake >= 1.11 ... found 1.16.1, ok.
+ running aclocal ...
+ running autoheader ... 
+ running autoconf ... 
+ running automake ... 
configure.ac:22: installing './compile'
configure.ac:19: installing './config.guess'
configure.ac:19: installing './config.sub'
configure.ac:4: installing './install-sh'
configure.ac:4: installing './missing'
3rdparty/Makefile.am: installing './depcomp'
+ removing config.cache ... 

Now type './configure && make' to compile.
[durabys@Dark-Demon warzone2100]$ ./configure && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for gcc... ccompiler
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for g++... cxxcompiler
checking whether perl executable path has been provided... no
checking for perl... /usr/bin/perl
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for perl version... This is perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux-thread-multi
checking for gawk... (cached) gawk
checking for zip... no
configure: error: Zip not found!
[durabys@Dark-Demon warzone2100]$ make
make: *** No targets specified and no makefile found.  Stop.
[durabys@Dark-Demon warzone2100]$ sudo make install
[sudo] password for durabys: 
make: *** No rule to make target 'install'.  Stop.
[durabys@Dark-Demon warzone2100]$ make install
make: *** No rule to make target 'install'.  Stop.
[durabys@Dark-Demon warzone2100]$ 

Yeah...
Cyp
Evitcani
Evitcani
Posts: 784
Joined: 17 Jan 2010, 23:35

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Cyp »

Try installing zip, if it somehow isn't installed already. And maybe also report a bug somewhere (maybe with your distro) about the LUKS filesystem causing weird problems.
Durabys
Rookie
Rookie
Posts: 22
Joined: 10 Jul 2019, 11:41

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Durabys »

Cyp wrote: 15 Jul 2019, 17:36 Try installing zip, if it somehow isn't installed already. And maybe also report a bug somewhere (maybe with your distro) about the LUKS filesystem causing weird problems.
So. I installed zip and unzip. And this happened...again (without LUKS present):

Code: Select all

[durabys@Black-Demon warzone2100]$ ./autogen.sh && ./configure && make
+ checking for autoconf >= 2.56 ... found 2.69, ok.
+ checking for automake >= 1.11 ... found 1.16.1, ok.
+ running aclocal ...
+ running autoheader ... 
+ running autoconf ... 
+ running automake ... 
+ removing config.cache ... 

Now type './configure && make' to compile.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for gcc... ccompiler
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for g++... cxxcompiler
checking whether perl executable path has been provided... no
checking for perl... /usr/bin/perl
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for perl version... This is perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux-thread-multi
checking for gawk... (cached) gawk
checking for zip... zip
checking for unzip... unzip
checking for a2x... a2x
checking for wkhtmltopdf... wkhtmltopdf
checking how to run the C preprocessor... gcc -E
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for __builtin_expect()... yes
checking for strlcpy... no
checking for strlcat... no
checking whether gcc accepts -fstack-protector... yes
checking whether g++ accepts -fstack-protector... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking sys/ucontext.h usability... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for pkg-config >= 0.9... found 1.6.1, ok
checking for QT5... yes
checking for moc-qt5... /usr/bin/moc-qt5
checking for uic-qt5... /usr/bin/uic-qt5
checking for rcc-qt5... /usr/bin/rcc-qt5
checking for X... libraries , headers 
checking whether to build NSIS installer... no
checking whether to compile in debug mode... no
checking whether the C compiler accepts the -Werror -Wno-switch -Wno-error=cpp flag... yes
checking whether the C compiler accepts the -Werror -Wno-enum-compare -Wno-error=cpp flag... yes
checking whether the C compiler accepts the -Werror -Wno-expansion-to-defined -Wno-error=cpp flag... yes
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... yes
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... (cached) yes
checking whether the C compiler accepts the -Werror -Wno-format-truncation -Wno-error=cpp flag... yes
checking for SDL... yes
checking for PNG... yes
checking for THEORA... yes
checking for OPENAL... yes
checking for VORBIS... yes
checking for VORBISFILE... yes
checking for GLEW... yes
checking for nearbyint in -lm... yes
checking physfs.h usability... yes
checking physfs.h presence... yes
checking for physfs.h... yes
checking for PHYSFS_mount in -lphysfs... yes
checking X11/extensions/Xrandr.h usability... yes
checking X11/extensions/Xrandr.h presence... yes
checking for X11/extensions/Xrandr.h... yes
checking for main in -lGL... yes
checking for main in -lGLU... yes
checking for FRIBIDI... yes
checking for FREETYPE... yes
checking for HARFBUZZ... yes
checking for FTC_Manager_New in -lfreetype... yes
checking for FONTCONFIG... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating icons/Makefile
config.status: creating data/Makefile
config.status: creating data/music/Makefile
config.status: creating pkg/nsis/Makefile
config.status: creating win32/Makefile
config.status: creating 3rdparty/micro-ecc/Makefile
config.status: creating 3rdparty/Makefile
config.status: creating lib/framework/Makefile
config.status: creating lib/exceptionhandler/Makefile
config.status: creating lib/gamelib/Makefile
config.status: creating lib/ivis_opengl/Makefile
config.status: creating lib/netplay/Makefile
config.status: creating lib/sdl/Makefile
config.status: creating lib/script/Makefile
config.status: creating lib/sequence/Makefile
config.status: creating lib/sound/Makefile
config.status: creating lib/widget/Makefile
config.status: creating tools/map/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: 
configure: Backend used: SDL
make UTF8PROC_DEFINES=-DUTF8PROC_STATIC all-recursive
make[1]: Entering directory '/home/durabys/Downloads/warzone2100'
Making all in win32
make[2]: Entering directory '/home/durabys/Downloads/warzone2100/win32'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/durabys/Downloads/warzone2100/win32'
Making all in 3rdparty/micro-ecc
make[2]: Entering directory '/home/durabys/Downloads/warzone2100/3rdparty/micro-ecc'
depbase=`echo uECC.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/glm -I../../3rdparty/miniupnp   -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation   -UDEBUG -fstack-protector -fPIC -MT uECC.o -MD -MP -MF $depbase.Tpo -c -o uECC.o uECC.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libmicroecc.a
ar cru libmicroecc.a uECC.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libmicroecc.a
make[2]: Leaving directory '/home/durabys/Downloads/warzone2100/3rdparty/micro-ecc'
Making all in 3rdparty
make[2]: Entering directory '/home/durabys/Downloads/warzone2100/3rdparty'
if [ "." != "." ]; then \
        cp "./miniupnp/miniupnpc/miniupnpcstrings.h.in" "./miniupnp/miniupnpc/miniupnpcstrings.h.in"; \
        cp "./miniupnp/miniupnpc/updateminiupnpcstrings.sh" "./miniupnp/miniupnpc/updateminiupnpcstrings.sh"; \
        cp "./miniupnp/miniupnpc/VERSION" "./miniupnp/miniupnpc/VERSION"; \
fi; \
cd "./miniupnp/miniupnpc" && \
/bin/sh updateminiupnpcstrings.sh
Detected OS [ManjaroLinux] version [18.0.4]
MiniUPnPc version [2.1]
setting OS_STRING macro value to ManjaroLinux/18.0.4 in miniupnpcstrings.h.
setting MINIUPNPC_VERSION_STRING macro value to 2.1 in miniupnpcstrings.h.
make  all-am
make[3]: Entering directory '/home/durabys/Downloads/warzone2100/3rdparty'
depbase=`echo sha/sha2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation  -fstack-protector -fPIC -MT sha/sha2.o -MD -MP -MF $depbase.Tpo -c -o sha/sha2.o sha/sha2.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f sha/libsha2.a
ar cru sha/libsha2.a sha/sha2.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib sha/libsha2.a
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -fPIC -std=c99 -Wall -pedantic -I./utf8proc -DUTF8PROC_EXPORTS -DUTF8PROC_STATIC -fstack-protector -fPIC -MT utf8proc/libutf8proc_a-utf8proc.o -MD -MP -MF utf8proc/.deps/libutf8proc_a-utf8proc.Tpo -c -o utf8proc/libutf8proc_a-utf8proc.o `test -f 'utf8proc/utf8proc.c' || echo './'`utf8proc/utf8proc.c
mv -f utf8proc/.deps/libutf8proc_a-utf8proc.Tpo utf8proc/.deps/libutf8proc_a-utf8proc.Po
rm -f utf8proc/libutf8proc.a
ar cru utf8proc/libutf8proc.a utf8proc/libutf8proc_a-utf8proc.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib utf8proc/libutf8proc.a
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-connecthostport.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-connecthostport.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-connecthostport.o `test -f 'miniupnp/miniupnpc/connecthostport.c' || echo './'`miniupnp/miniupnpc/connecthostport.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-connecthostport.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-connecthostport.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-igd_desc_parse.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-igd_desc_parse.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-igd_desc_parse.o `test -f 'miniupnp/miniupnpc/igd_desc_parse.c' || echo './'`miniupnp/miniupnpc/igd_desc_parse.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-igd_desc_parse.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-igd_desc_parse.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-minisoap.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-minisoap.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-minisoap.o `test -f 'miniupnp/miniupnpc/minisoap.c' || echo './'`miniupnp/miniupnpc/minisoap.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-minisoap.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-minisoap.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-minissdpc.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-minissdpc.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-minissdpc.o `test -f 'miniupnp/miniupnpc/minissdpc.c' || echo './'`miniupnp/miniupnpc/minissdpc.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-minissdpc.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-minissdpc.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-miniupnpc.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-miniupnpc.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-miniupnpc.o `test -f 'miniupnp/miniupnpc/miniupnpc.c' || echo './'`miniupnp/miniupnpc/miniupnpc.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-miniupnpc.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-miniupnpc.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-miniwget.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-miniwget.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-miniwget.o `test -f 'miniupnp/miniupnpc/miniwget.c' || echo './'`miniupnp/miniupnpc/miniwget.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-miniwget.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-miniwget.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-minixml.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-minixml.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-minixml.o `test -f 'miniupnp/miniupnpc/minixml.c' || echo './'`miniupnp/miniupnpc/minixml.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-minixml.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-minixml.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-portlistingparse.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-portlistingparse.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-portlistingparse.o `test -f 'miniupnp/miniupnpc/portlistingparse.c' || echo './'`miniupnp/miniupnpc/portlistingparse.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-portlistingparse.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-portlistingparse.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-receivedata.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-receivedata.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-receivedata.o `test -f 'miniupnp/miniupnpc/receivedata.c' || echo './'`miniupnp/miniupnpc/receivedata.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-receivedata.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-receivedata.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-upnpcommands.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-upnpcommands.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-upnpcommands.o `test -f 'miniupnp/miniupnpc/upnpcommands.c' || echo './'`miniupnp/miniupnpc/upnpcommands.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-upnpcommands.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-upnpcommands.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-upnpdev.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-upnpdev.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-upnpdev.o `test -f 'miniupnp/miniupnpc/upnpdev.c' || echo './'`miniupnp/miniupnpc/upnpdev.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-upnpdev.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-upnpdev.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-upnperrors.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-upnperrors.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-upnperrors.o `test -f 'miniupnp/miniupnpc/upnperrors.c' || echo './'`miniupnp/miniupnpc/upnperrors.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-upnperrors.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-upnperrors.Po
gcc -DHAVE_CONFIG_H -I. -I..  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp  -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wstrict-prototypes -Wdeclaration-after-statement  -Wno-switch -Wno-enum-compare -Wno-stringop-truncation -DSTATICLIB -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=c99 -I./miniupnp/miniupnpc -I./miniupnp/miniupnpc -fstack-protector -fPIC -MT miniupnp/miniupnpc/libminiupnpc_a-upnpreplyparse.o -MD -MP -MF miniupnp/miniupnpc/.deps/libminiupnpc_a-upnpreplyparse.Tpo -c -o miniupnp/miniupnpc/libminiupnpc_a-upnpreplyparse.o `test -f 'miniupnp/miniupnpc/upnpreplyparse.c' || echo './'`miniupnp/miniupnpc/upnpreplyparse.c
mv -f miniupnp/miniupnpc/.deps/libminiupnpc_a-upnpreplyparse.Tpo miniupnp/miniupnpc/.deps/libminiupnpc_a-upnpreplyparse.Po
rm -f miniupnp/libminiupnpc.a
ar cru miniupnp/libminiupnpc.a miniupnp/miniupnpc/libminiupnpc_a-connecthostport.o miniupnp/miniupnpc/libminiupnpc_a-igd_desc_parse.o miniupnp/miniupnpc/libminiupnpc_a-minisoap.o miniupnp/miniupnpc/libminiupnpc_a-minissdpc.o miniupnp/miniupnpc/libminiupnpc_a-miniupnpc.o miniupnp/miniupnpc/libminiupnpc_a-miniwget.o miniupnp/miniupnpc/libminiupnpc_a-minixml.o miniupnp/miniupnpc/libminiupnpc_a-portlistingparse.o miniupnp/miniupnpc/libminiupnpc_a-receivedata.o miniupnp/miniupnpc/libminiupnpc_a-upnpcommands.o miniupnp/miniupnpc/libminiupnpc_a-upnpdev.o miniupnp/miniupnpc/libminiupnpc_a-upnperrors.o miniupnp/miniupnpc/libminiupnpc_a-upnpreplyparse.o  
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib miniupnp/libminiupnpc.a
make[3]: Leaving directory '/home/durabys/Downloads/warzone2100/3rdparty'
make[2]: Leaving directory '/home/durabys/Downloads/warzone2100/3rdparty'
Making all in lib/framework
make[2]: Entering directory '/home/durabys/Downloads/warzone2100/lib/framework'
depbase=`echo crc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../..  -DYY_NO_INPUT -I/usr/include/SDL2 -D_REENTRANT  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/glm -I../../3rdparty/miniupnp -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC  -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wno-stringop-truncation -Wno-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC -std=c++11 -fstack-protector -fPIC -MT crc.o -MD -MP -MF $depbase.Tpo -c -o crc.o crc.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../..  -DYY_NO_INPUT -I/usr/include/SDL2 -D_REENTRANT  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/glm -I../../3rdparty/miniupnp -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC  -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wno-stringop-truncation -Wno-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC -std=c++11 -fstack-protector -fPIC -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o debug.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frame.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../..  -DYY_NO_INPUT -I/usr/include/SDL2 -D_REENTRANT  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/glm -I../../3rdparty/miniupnp -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC  -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wno-stringop-truncation -Wno-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC -std=c++11 -fstack-protector -fPIC -MT frame.o -MD -MP -MF $depbase.Tpo -c -o frame.o frame.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frameresource.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../..  -DYY_NO_INPUT -I/usr/include/SDL2 -D_REENTRANT  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/glm -I../../3rdparty/miniupnp -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC  -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wno-stringop-truncation -Wno-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC -std=c++11 -fstack-protector -fPIC -MT frameresource.o -MD -MP -MF $depbase.Tpo -c -o frameresource.o frameresource.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo geometry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../..  -DYY_NO_INPUT -I/usr/include/SDL2 -D_REENTRANT  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/glm -I../../3rdparty/miniupnp -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC  -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wno-stringop-truncation -Wno-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC -std=c++11 -fstack-protector -fPIC -MT geometry.o -MD -MP -MF $depbase.Tpo -c -o geometry.o geometry.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo i18n.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../..  -DYY_NO_INPUT -I/usr/include/SDL2 -D_REENTRANT  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/glm -I../../3rdparty/miniupnp -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC  -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wno-stringop-truncation -Wno-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC -std=c++11 -fstack-protector -fPIC -MT i18n.o -MD -MP -MF $depbase.Tpo -c -o i18n.o i18n.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lexer_input.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../..  -DYY_NO_INPUT -I/usr/include/SDL2 -D_REENTRANT  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/glm -I../../3rdparty/miniupnp -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC  -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wno-stringop-truncation -Wno-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC -std=c++11 -fstack-protector -fPIC -MT lexer_input.o -MD -MP -MF $depbase.Tpo -c -o lexer_input.o lexer_input.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo resource_lexer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I../..  -DYY_NO_INPUT -I/usr/include/SDL2 -D_REENTRANT  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/glm -I../../3rdparty/miniupnp -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC  -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -Wno-expansion-to-defined -Wno-stringop-truncation -Wno-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/qt/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt/QtWidgets -DQT_GUI_LIB -DQT_SCRIPT_LIB -I/usr/include/qt/QtScript -DQT_CORE_LIB  -DUTF8PROC_STATIC -std=c++11 -fstack-protector -fPIC -MT resource_lexer.o -MD -MP -MF $depbase.Tpo -c -o resource_lexer.o resource_lexer.cpp &&\
mv -f $depbase.Tpo $depbase.Po
^Cmake[2]: *** [Makefile:523: resource_lexer.o] Interrupt
make[1]: *** [Makefile:578: all-recursive] Interrupt
make: *** [Makefile:498: all] Interrupt

[durabys@Black-Demon warzone2100]$ 
So. Yeah.
Cyp
Evitcani
Evitcani
Posts: 784
Joined: 17 Jan 2010, 23:35

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Cyp »

Is it getting stuck compiling a different file each time?

It's a long shot, but maybe try blowing dust out of the CPU fan, if there is any.
User avatar
Berserk Cyborg
Code contributor
Code contributor
Posts: 938
Joined: 26 Sep 2016, 19:56

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Berserk Cyborg »

Cyp wrote: 15 Jul 2019, 22:20 Is it getting stuck compiling a different file each time?
Appears so.

How long are you waiting before you stop compiling? Maybe wait 5-10 minutes on the ones it gets stuck on...
Durabys
Rookie
Rookie
Posts: 22
Joined: 10 Jul 2019, 11:41

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Durabys »

Berserk Cyborg wrote: 16 Jul 2019, 03:00
Cyp wrote: 15 Jul 2019, 22:20 Is it getting stuck compiling a different file each time?
Appears so.

How long are you waiting before you stop compiling? Maybe wait 5-10 minutes on the ones it gets stuck on...
I will try that then.
Durabys
Rookie
Rookie
Posts: 22
Joined: 10 Jul 2019, 11:41

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Durabys »

Berserk Cyborg wrote: 16 Jul 2019, 03:00
Cyp wrote: 15 Jul 2019, 22:20 Is it getting stuck compiling a different file each time?
Appears so.

How long are you waiting before you stop compiling? Maybe wait 5-10 minutes on the ones it gets stuck on...
Something happened!

Code: Select all

  adding: texpages/tertilesc3hw-128/tile-58.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-59.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-60.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-61.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-62.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-63.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-64.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-65.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-66.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-67.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-68.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-69.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-70.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-71.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-72.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-73.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-74.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-75.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-76.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-77.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-78.png (stored 0%)
  adding: texpages/tertilesc3hw-128/tile-79.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-00.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-01.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-02.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-03.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-04.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-05.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-06.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-07.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-08.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-09.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-10.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-11.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-12.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-13.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-14.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-15.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-16.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-17.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-18.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-19.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-20.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-21.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-22.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-23.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-24.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-25.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-26.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-27.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-28.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-29.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-30.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-31.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-32.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-33.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-34.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-35.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-36.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-37.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-38.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-39.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-40.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-41.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-42.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-43.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-44.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-45.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-46.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-47.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-48.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-49.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-50.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-51.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-52.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-53.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-54.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-55.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-56.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-57.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-58.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-59.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-60.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-61.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-62.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-63.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-64.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-65.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-66.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-67.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-68.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-69.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-70.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-71.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-72.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-73.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-74.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-75.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-76.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-77.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-78.png (stored 0%)
  adding: texpages/tertilesc3hw-16/tile-79.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-00.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-01.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-02.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-03.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-04.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-05.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-06.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-07.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-08.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-09.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-10.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-11.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-12.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-13.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-14.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-15.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-16.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-17.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-18.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-19.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-20.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-21.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-22.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-23.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-24.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-25.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-26.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-27.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-28.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-29.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-30.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-31.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-32.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-33.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-34.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-35.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-36.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-37.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-38.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-39.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-40.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-41.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-42.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-43.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-44.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-45.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-46.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-47.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-48.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-49.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-50.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-51.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-52.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-53.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-54.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-55.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-56.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-57.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-58.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-59.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-60.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-61.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-62.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-63.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-64.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-65.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-66.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-67.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-68.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-69.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-70.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-71.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-72.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-73.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-74.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-75.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-76.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-77.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-78.png (stored 0%)
  adding: texpages/tertilesc3hw-32/tile-79.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-00.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-01.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-02.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-03.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-04.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-05.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-06.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-07.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-08.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-09.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-10.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-11.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-12.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-13.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-14.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-15.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-16.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-17.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-18.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-19.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-20.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-21.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-22.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-23.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-24.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-25.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-26.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-27.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-28.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-29.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-30.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-31.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-32.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-33.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-34.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-35.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-36.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-37.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-38.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-39.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-40.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-41.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-42.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-43.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-44.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-45.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-46.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-47.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-48.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-49.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-50.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-51.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-52.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-53.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-54.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-55.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-56.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-57.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-58.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-59.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-60.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-61.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-62.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-63.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-64.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-65.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-66.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-67.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-68.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-69.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-70.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-71.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-72.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-73.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-74.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-75.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-76.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-77.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-78.png (stored 0%)
  adding: texpages/tertilesc3hw-64/tile-79.png (stored 0%)
  adding: texpages/tertilesc3hw.radar (stored 0%)
  adding: tileset/arizona_enum.txt (stored 0%)
  adding: tileset/arizonadecals.txt (stored 0%)
  adding: tileset/arizonaground.txt (stored 0%)
  adding: tileset/rockie_enum.txt (stored 0%)
  adding: tileset/rockiedecals.txt (stored 0%)
  adding: tileset/rockieground.txt (stored 0%)
  adding: tileset/tertilesc1hwGtype.txt (stored 0%)
  adding: tileset/tertilesc2hwGtype.txt (stored 0%)
  adding: tileset/tertilesc3hwGtype.txt (stored 0%)
  adding: tileset/urban_enum.txt (stored 0%)
  adding: tileset/urbandecals.txt (stored 0%)
  adding: tileset/urbanground.txt (stored 0%)
  adding: wrf/audio.wrf (stored 0%)
  adding: wrf/basic.wrf (stored 0%)
  adding: wrf/cam1.wrf (stored 0%)
  adding: wrf/cam1/cam1a-c.wrf (stored 0%)
  adding: wrf/cam1/cam1a.gam (stored 0%)
  adding: wrf/cam1/cam1a.wrf (stored 0%)
  adding: wrf/cam1/cam1a/dinit.bjo (stored 0%)
  adding: wrf/cam1/cam1a/droid.json (stored 0%)
  adding: wrf/cam1/cam1a/feat.bjo (stored 0%)
  adding: wrf/cam1/cam1a/game.map (stored 0%)
  adding: wrf/cam1/cam1a/labels.json (stored 0%)
  adding: wrf/cam1/cam1a/struct.bjo (stored 0%)
  adding: wrf/cam1/cam1a/ttypes.ttp (stored 0%)
  adding: wrf/cam1/cam1b.gam (stored 0%)
  adding: wrf/cam1/cam1b.wrf (stored 0%)
  adding: wrf/cam1/cam1b/dinit.bjo (stored 0%)
  adding: wrf/cam1/cam1b/feat.bjo (stored 0%)
  adding: wrf/cam1/cam1b/labels.json (stored 0%)
  adding: wrf/cam1/cam1b/struct.bjo (stored 0%)
  adding: wrf/cam1/cam1b/ttypes.ttp (stored 0%)
  adding: wrf/cam1/cam1c.gam (stored 0%)
  adding: wrf/cam1/cam1c.wrf (stored 0%)
  adding: wrf/cam1/cam1c/dinit.bjo (stored 0%)
  adding: wrf/cam1/cam1c/feat.bjo (stored 0%)
  adding: wrf/cam1/cam1c/labels.json (stored 0%)
  adding: wrf/cam1/cam1c/struct.bjo (stored 0%)
  adding: wrf/cam1/cam1c/ttypes.ttp (stored 0%)
  adding: wrf/cam1/cam1ca.gam (stored 0%)
  adding: wrf/cam1/cam1ca.wrf (stored 0%)
  adding: wrf/cam1/cam1ca/dinit.bjo (stored 0%)
  adding: wrf/cam1/cam1ca/feat.bjo (stored 0%)
  adding: wrf/cam1/cam1ca/labels.json (stored 0%)
  adding: wrf/cam1/cam1ca/struct.bjo (stored 0%)
  adding: wrf/cam1/cam1end.wrf (stored 0%)
  adding: wrf/cam1/cam1kevlar.wrf (stored 0%)
  adding: wrf/cam1/sub1-1.gam (stored 0%)
  adding: wrf/cam1/sub1-1.wrf (stored 0%)
  adding: wrf/cam1/sub1-1/dinit.bjo (stored 0%)
  adding: wrf/cam1/sub1-1/feat.bjo (stored 0%)
  adding: wrf/cam1/sub1-1/game.map (stored 0%)
  adding: wrf/cam1/sub1-1/labels.json (stored 0%)
  adding: wrf/cam1/sub1-1/struct.bjo (stored 0%)
  adding: wrf/cam1/sub1-1/ttypes.ttp (stored 0%)
  adding: wrf/cam1/sub1-1s.wrf (stored 0%)
  adding: wrf/cam1/sub1-2.gam (stored 0%)
  adding: wrf/cam1/sub1-2.wrf (stored 0%)
  adding: wrf/cam1/sub1-2/dinit.bjo (stored 0%)
  adding: wrf/cam1/sub1-2/feat.bjo (stored 0%)
  adding: wrf/cam1/sub1-2/game.map (stored 0%)
  adding: wrf/cam1/sub1-2/labels.json (stored 0%)
  adding: wrf/cam1/sub1-2/struct.bjo (stored 0%)
  adding: wrf/cam1/sub1-2/ttypes.ttp (stored 0%)
  adding: wrf/cam1/sub1-2s.wrf (stored 0%)
  adding: wrf/cam1/sub1-3.gam (stored 0%)
  adding: wrf/cam1/sub1-3.wrf (stored 0%)
  adding: wrf/cam1/sub1-3/dinit.bjo (stored 0%)
  adding: wrf/cam1/sub1-3/feat.bjo (stored 0%)
  adding: wrf/cam1/sub1-3/game.map (stored 0%)
  adding: wrf/cam1/sub1-3/labels.json (stored 0%)
  adding: wrf/cam1/sub1-3/struct.bjo (stored 0%)
  adding: wrf/cam1/sub1-3/ttypes.ttp (stored 0%)
  adding: wrf/cam1/sub1-3s.wrf (stored 0%)
  adding: wrf/cam1/sub1-4.gam (stored 0%)
  adding: wrf/cam1/sub1-4/dinit.bjo (stored 0%)
  adding: wrf/cam1/sub1-4/feat.bjo (stored 0%)
  adding: wrf/cam1/sub1-4/game.map (stored 0%)
  adding: wrf/cam1/sub1-4/labels.json (stored 0%)
  adding: wrf/cam1/sub1-4/struct.bjo (stored 0%)
  adding: wrf/cam1/sub1-4/ttypes.ttp (stored 0%)
  adding: wrf/cam1/sub1-4a.wrf (stored 0%)
  adding: wrf/cam1/sub1-4as.wrf (stored 0%)
  adding: wrf/cam1/sub1-5.gam (stored 0%)
  adding: wrf/cam1/sub1-5.wrf (stored 0%)
  adding: wrf/cam1/sub1-5/dinit.bjo (stored 0%)
  adding: wrf/cam1/sub1-5/feat.bjo (stored 0%)
  adding: wrf/cam1/sub1-5/game.map (stored 0%)
  adding: wrf/cam1/sub1-5/labels.json (stored 0%)
  adding: wrf/cam1/sub1-5/struct.bjo (stored 0%)
  adding: wrf/cam1/sub1-5/ttypes.ttp (stored 0%)
  adding: wrf/cam1/sub1-5s.wrf (stored 0%)
  adding: wrf/cam1/sub1-7.gam (stored 0%)
  adding: wrf/cam1/sub1-7.wrf (stored 0%)
  adding: wrf/cam1/sub1-7/dinit.bjo (stored 0%)
  adding: wrf/cam1/sub1-7/feat.bjo (stored 0%)
  adding: wrf/cam1/sub1-7/game.map (stored 0%)
  adding: wrf/cam1/sub1-7/labels.json (stored 0%)
  adding: wrf/cam1/sub1-7/struct.bjo (stored 0%)
  adding: wrf/cam1/sub1-7/ttypes.ttp (stored 0%)
  adding: wrf/cam1/sub1-7s.wrf (stored 0%)
  adding: wrf/cam1/sub1-d.gam (stored 0%)
  adding: wrf/cam1/sub1-d.wrf (stored 0%)
  adding: wrf/cam1/sub1-d/dinit.bjo (stored 0%)
  adding: wrf/cam1/sub1-d/feat.bjo (stored 0%)
  adding: wrf/cam1/sub1-d/game.map (stored 0%)
  adding: wrf/cam1/sub1-d/labels.json (stored 0%)
  adding: wrf/cam1/sub1-d/struct.bjo (stored 0%)
  adding: wrf/cam1/sub1-d/ttypes.ttp (stored 0%)
  adding: wrf/cam1/sub1-ds.wrf (stored 0%)
  adding: wrf/cam2.wrf (stored 0%)
  adding: wrf/cam2/cam2a.wrf (stored 0%)
  adding: wrf/cam2/cam2b.gam (stored 0%)
  adding: wrf/cam2/cam2b.wrf (stored 0%)
  adding: wrf/cam2/cam2b/dinit.bjo (stored 0%)
  adding: wrf/cam2/cam2b/feat.bjo (stored 0%)
  adding: wrf/cam2/cam2b/labels.json (stored 0%)
  adding: wrf/cam2/cam2b/struct.bjo (stored 0%)
  adding: wrf/cam2/cam2c.gam (stored 0%)
  adding: wrf/cam2/cam2c.wrf (stored 0%)
  adding: wrf/cam2/cam2c/dinit.bjo (stored 0%)
  adding: wrf/cam2/cam2c/feat.bjo (stored 0%)
  adding: wrf/cam2/cam2c/labels.json (stored 0%)
  adding: wrf/cam2/cam2c/struct.bjo (stored 0%)
  adding: wrf/cam2/cam2change.wrf (stored 0%)
  adding: wrf/cam2/cam2end.wrf (stored 0%)
  adding: wrf/cam2/cam2start.gam (stored 0%)
  adding: wrf/cam2/cam2start/dinit.bjo (stored 0%)
  adding: wrf/cam2/cam2start/feat.bjo (stored 0%)
  adding: wrf/cam2/cam2start/game.map (stored 0%)
  adding: wrf/cam2/cam2start/labels.json (stored 0%)
  adding: wrf/cam2/cam2start/struct.bjo (stored 0%)
  adding: wrf/cam2/cam2start/ttypes.ttp (stored 0%)
  adding: wrf/cam2/sub2-1.gam (stored 0%)
  adding: wrf/cam2/sub2-1.wrf (stored 0%)
  adding: wrf/cam2/sub2-1/dinit.bjo (stored 0%)
  adding: wrf/cam2/sub2-1/feat.bjo (stored 0%)
  adding: wrf/cam2/sub2-1/game.map (stored 0%)
  adding: wrf/cam2/sub2-1/labels.json (stored 0%)
  adding: wrf/cam2/sub2-1/struct.bjo (stored 0%)
  adding: wrf/cam2/sub2-1/ttypes.ttp (stored 0%)
  adding: wrf/cam2/sub2-1s.wrf (stored 0%)
  adding: wrf/cam2/sub2-2.gam (stored 0%)
  adding: wrf/cam2/sub2-2.wrf (stored 0%)
  adding: wrf/cam2/sub2-2/dinit.bjo (stored 0%)
  adding: wrf/cam2/sub2-2/feat.bjo (stored 0%)
  adding: wrf/cam2/sub2-2/game.map (stored 0%)
  adding: wrf/cam2/sub2-2/labels.json (stored 0%)
  adding: wrf/cam2/sub2-2/struct.bjo (stored 0%)
  adding: wrf/cam2/sub2-2/ttypes.ttp (stored 0%)
  adding: wrf/cam2/sub2-2s.wrf (stored 0%)
  adding: wrf/cam2/sub2-5.gam (stored 0%)
  adding: wrf/cam2/sub2-5.wrf (stored 0%)
  adding: wrf/cam2/sub2-5/dinit.bjo (stored 0%)
  adding: wrf/cam2/sub2-5/feat.bjo (stored 0%)
  adding: wrf/cam2/sub2-5/game.map (stored 0%)
  adding: wrf/cam2/sub2-5/labels.json (stored 0%)
  adding: wrf/cam2/sub2-5/struct.bjo (stored 0%)
  adding: wrf/cam2/sub2-5/ttypes.ttp (stored 0%)
  adding: wrf/cam2/sub2-5s.wrf (stored 0%)
  adding: wrf/cam2/sub2-6.gam (stored 0%)
  adding: wrf/cam2/sub2-6.wrf (stored 0%)
  adding: wrf/cam2/sub2-6/dinit.bjo (stored 0%)
  adding: wrf/cam2/sub2-6/feat.bjo (stored 0%)
  adding: wrf/cam2/sub2-6/game.map (stored 0%)
  adding: wrf/cam2/sub2-6/labels.json (stored 0%)
  adding: wrf/cam2/sub2-6/struct.bjo (stored 0%)
  adding: wrf/cam2/sub2-6/ttypes.ttp (stored 0%)
  adding: wrf/cam2/sub2-6s.wrf (stored 0%)
  adding: wrf/cam2/sub2-7.gam (stored 0%)
  adding: wrf/cam2/sub2-7.wrf (stored 0%)
  adding: wrf/cam2/sub2-7/dinit.bjo (stored 0%)
  adding: wrf/cam2/sub2-7/feat.bjo (stored 0%)
  adding: wrf/cam2/sub2-7/game.map (stored 0%)
  adding: wrf/cam2/sub2-7/labels.json (stored 0%)
  adding: wrf/cam2/sub2-7/struct.bjo (stored 0%)
  adding: wrf/cam2/sub2-7/ttypes.ttp (stored 0%)
  adding: wrf/cam2/sub2-7s.wrf (stored 0%)
  adding: wrf/cam2/sub2-8.gam (stored 0%)
  adding: wrf/cam2/sub2-8.wrf (stored 0%)
  adding: wrf/cam2/sub2-8/dinit.bjo (stored 0%)
  adding: wrf/cam2/sub2-8/feat.bjo (stored 0%)
  adding: wrf/cam2/sub2-8/game.map (stored 0%)
  adding: wrf/cam2/sub2-8/labels.json (stored 0%)
  adding: wrf/cam2/sub2-8/struct.bjo (stored 0%)
  adding: wrf/cam2/sub2-8/ttypes.ttp (stored 0%)
  adding: wrf/cam2/sub2-8s.wrf (stored 0%)
  adding: wrf/cam2/sub2-d.gam (stored 0%)
  adding: wrf/cam2/sub2-d.wrf (stored 0%)
  adding: wrf/cam2/sub2-d/dinit.bjo (stored 0%)
  adding: wrf/cam2/sub2-d/feat.bjo (stored 0%)
  adding: wrf/cam2/sub2-d/game.map (stored 0%)
  adding: wrf/cam2/sub2-d/labels.json (stored 0%)
  adding: wrf/cam2/sub2-d/struct.bjo (stored 0%)
  adding: wrf/cam2/sub2-d/ttypes.ttp (stored 0%)
  adding: wrf/cam2/sub2-ds.wrf (stored 0%)
  adding: wrf/cam3.wrf (stored 0%)
  adding: wrf/cam3/cam3-4.gam (stored 0%)
  adding: wrf/cam3/cam3-4/dinit.bjo (stored 0%)
  adding: wrf/cam3/cam3-4/feat.bjo (stored 0%)
  adding: wrf/cam3/cam3-4/game.map (stored 0%)
  adding: wrf/cam3/cam3-4/labels.json (stored 0%)
  adding: wrf/cam3/cam3-4/struct.bjo (stored 0%)
  adding: wrf/cam3/cam3-4/ttypes.ttp (stored 0%)
  adding: wrf/cam3/cam3a-b.gam (stored 0%)
  adding: wrf/cam3/cam3a-b/dinit.bjo (stored 0%)
  adding: wrf/cam3/cam3a-b/feat.bjo (stored 0%)
  adding: wrf/cam3/cam3a-b/labels.json (stored 0%)
  adding: wrf/cam3/cam3a-b/struct.bjo (stored 0%)
  adding: wrf/cam3/cam3a.gam (stored 0%)
  adding: wrf/cam3/cam3a.wrf (stored 0%)
  adding: wrf/cam3/cam3a/dinit.bjo (stored 0%)
  adding: wrf/cam3/cam3a/feat.bjo (stored 0%)
  adding: wrf/cam3/cam3a/game.map (stored 0%)
  adding: wrf/cam3/cam3a/labels.json (stored 0%)
  adding: wrf/cam3/cam3a/struct.bjo (stored 0%)
  adding: wrf/cam3/cam3a/ttypes.ttp (stored 0%)
  adding: wrf/cam3/cam3ab.wrf (stored 0%)
  adding: wrf/cam3/cam3ad.gam (stored 0%)
  adding: wrf/cam3/cam3ad/dinit.bjo (stored 0%)
  adding: wrf/cam3/cam3ad/feat.bjo (stored 0%)
  adding: wrf/cam3/cam3ad/labels.json (stored 0%)
  adding: wrf/cam3/cam3ad/struct.bjo (stored 0%)
  adding: wrf/cam3/cam3ad1.wrf (stored 0%)
  adding: wrf/cam3/cam3ad2.wrf (stored 0%)
  adding: wrf/cam3/cam3b.gam (stored 0%)
  adding: wrf/cam3/cam3b.wrf (stored 0%)
  adding: wrf/cam3/cam3b/dinit.bjo (stored 0%)
  adding: wrf/cam3/cam3b/feat.bjo (stored 0%)
  adding: wrf/cam3/cam3b/game.map (stored 0%)
  adding: wrf/cam3/cam3b/labels.json (stored 0%)
  adding: wrf/cam3/cam3b/struct.bjo (stored 0%)
  adding: wrf/cam3/cam3b/ttypes.ttp (stored 0%)
  adding: wrf/cam3/cam3c.gam (stored 0%)
  adding: wrf/cam3/cam3c.wrf (stored 0%)
  adding: wrf/cam3/cam3c/dinit.bjo (stored 0%)
  adding: wrf/cam3/cam3c/feat.bjo (stored 0%)
  adding: wrf/cam3/cam3c/labels.json (stored 0%)
  adding: wrf/cam3/cam3c/struct.bjo (stored 0%)
  adding: wrf/cam3/cam3change.wrf (stored 0%)
  adding: wrf/cam3/cam3d.gam (stored 0%)
  adding: wrf/cam3/cam3d/dinit.bjo (stored 0%)
  adding: wrf/cam3/cam3d/feat.bjo (stored 0%)
  adding: wrf/cam3/cam3d/labels.json (stored 0%)
  adding: wrf/cam3/cam3d/struct.bjo (stored 0%)
  adding: wrf/cam3/sub3-1.gam (stored 0%)
  adding: wrf/cam3/sub3-1.wrf (stored 0%)
  adding: wrf/cam3/sub3-1/dinit.bjo (stored 0%)
  adding: wrf/cam3/sub3-1/feat.bjo (stored 0%)
  adding: wrf/cam3/sub3-1/game.map (stored 0%)
  adding: wrf/cam3/sub3-1/labels.json (stored 0%)
  adding: wrf/cam3/sub3-1/struct.bjo (stored 0%)
  adding: wrf/cam3/sub3-1/ttypes.ttp (stored 0%)
  adding: wrf/cam3/sub3-1s.wrf (stored 0%)
  adding: wrf/cam3/sub3-2.gam (stored 0%)
  adding: wrf/cam3/sub3-2.wrf (stored 0%)
  adding: wrf/cam3/sub3-2/dinit.bjo (stored 0%)
  adding: wrf/cam3/sub3-2/feat.bjo (stored 0%)
  adding: wrf/cam3/sub3-2/game.map (stored 0%)
  adding: wrf/cam3/sub3-2/labels.json (stored 0%)
  adding: wrf/cam3/sub3-2/struct.bjo (stored 0%)
  adding: wrf/cam3/sub3-2/ttypes.ttp (stored 0%)
  adding: wrf/cam3/sub3-2s.wrf (stored 0%)
  adding: wrf/cam3/sub3-3.gam (stored 0%)
  adding: wrf/cam3/sub3-3.wrf (stored 0%)
  adding: wrf/cam3/sub3-3/dinit.bjo (stored 0%)
  adding: wrf/cam3/sub3-3/feat.bjo (stored 0%)
  adding: wrf/cam3/sub3-3/game.map (stored 0%)
  adding: wrf/cam3/sub3-3/struct.bjo (stored 0%)
  adding: wrf/cam3/sub3-3/ttypes.ttp (stored 0%)
  adding: wrf/cam3/sub3-3s.wrf (stored 0%)
  adding: wrf/cam3/sub3-4.wrf (stored 0%)
  adding: wrf/cam3/sub3-4s.wrf (stored 0%)
  adding: wrf/camres.wrf (stored 0%)
  adding: wrf/fastplay/fastdemo.gam (stored 0%)
  adding: wrf/fastplay/fastdemo.wrf (stored 0%)
  adding: wrf/fastplay/fastdemo/dinit.bjo (stored 0%)
  adding: wrf/fastplay/fastdemo/feat.bjo (stored 0%)
  adding: wrf/fastplay/fastdemo/game.map (stored 0%)
  adding: wrf/fastplay/fastdemo/labels.json (stored 0%)
  adding: wrf/fastplay/fastdemo/struct.bjo (stored 0%)
  adding: wrf/fastplay/fastdemo/ttypes.ttp (stored 0%)
  adding: wrf/frontend.wrf (stored 0%)
  adding: wrf/limiter_data.wrf (stored 0%)
  adding: wrf/prog.wrf (stored 0%)
  adding: wrf/stats.wrf (stored 0%)
  adding: wrf/tut.wrf (stored 0%)
  adding: wrf/tutorial/newtut.gam (stored 0%)
  adding: wrf/tutorial/newtut.wrf (stored 0%)
  adding: wrf/tutorial/newtut/dinit.bjo (stored 0%)
  adding: wrf/tutorial/newtut/feat.bjo (stored 0%)
  adding: wrf/tutorial/newtut/game.map (stored 0%)
  adding: wrf/tutorial/newtut/labels.json (stored 0%)
  adding: wrf/tutorial/newtut/newtut.gam (stored 0%)
  adding: wrf/tutorial/newtut/struct.bjo (stored 0%)
  adding: wrf/tutorial/newtut/ttypes.ttp (stored 0%)
  adding: wrf/tutorial/tutaudio.wrf (stored 0%)
  adding: wrf/vidmem.wrf (stored 0%)
  adding: wrf/vidmem2.wrf (stored 0%)
  adding: wrf/vidmem3.wrf (stored 0%)
zip -T base.wz
test of base.wz OK
rm -f stamp
(cd ./mp && zip -X -r0 --filesync /home/durabys/Downloads/warzone2100/data/mp.wz $(find addon.lev ruleset.json anims challenges tests components effects messages multiplay stats structs wrf -type f | LC_ALL=C sort) -x '*svn*' -x '*Makefile*' -x '*.svg' || [ $? -eq 12 ] && true) # zip returns 12 on "nothing to do"
  adding: addon.lev (stored 0%)
  adding: anims/scbd_run.ani (stored 0%)
  adding: challenges/b2basics.json (stored 0%)
  adding: challenges/hidebehind.json (stored 0%)
  adding: challenges/noplace.json (stored 0%)
  adding: challenges/two-faced.json (stored 0%)
  adding: components/bodies/drcytran.pie (stored 0%)
  adding: components/bodies/drhbod14.pie (stored 0%)
  adding: components/bodies/drmbod13.pie (stored 0%)
  adding: components/bodies/drtrans.pie (stored 0%)
  adding: components/bodies/scbd_run.pie (stored 0%)
  adding: components/bodies/scbd_std.pie (stored 0%)
  adding: components/prop/prhnaval1.pie (stored 0%)
  adding: components/prop/prshov1.pie (stored 0%)
  adding: components/prop/prslhtr4.pie (stored 0%)
  adding: components/prop/prsltrk4.pie (stored 0%)
  adding: components/prop/prslvtl1.pie (stored 0%)
  adding: components/prop/prslwhl1.pie (stored 0%)
  adding: components/prop/prsrhtr4.pie (stored 0%)
  adding: components/prop/prsrtrk4.pie (stored 0%)
  adding: components/prop/prsrvtl1.pie (stored 0%)
  adding: components/prop/prsrwhl1.pie (stored 0%)
  adding: components/weapons/cy_con.pie (stored 0%)
  adding: components/weapons/cy_gren.pie (stored 0%)
  adding: components/weapons/cy_rep.pie (stored 0%)
  adding: components/weapons/cy_therm.pie (stored 0%)
  adding: components/weapons/gnhaalas.pie (stored 0%)
  adding: components/weapons/gnhemp.pie (stored 0%)
  adding: components/weapons/gnhlas.pie (stored 0%)
  adding: components/weapons/gnhmg1.pie (stored 0%)
  adding: components/weapons/gnhmorte.pie (stored 0%)
  adding: components/weapons/gnhplsma.pie (stored 0%)
  adding: components/weapons/gnhsnsr4.pie (stored 0%)
  adding: components/weapons/gnhvcan2.pie (stored 0%)
  adding: components/weapons/gnlassat.pie (stored 0%)
  adding: components/weapons/gnmflmrp.pie (stored 0%)
  adding: components/weapons/gnmhowti.pie (stored 0%)
  adding: components/weapons/gnmmorti.pie (stored 0%)
  adding: components/weapons/gnmrepr2.pie (stored 0%)
  adding: components/weapons/gnwpfcan.pie (stored 0%)
  adding: components/weapons/gnwpfgss.pie (stored 0%)
  adding: components/weapons/gnwpfmsl.pie (stored 0%)
  adding: components/weapons/gnwpfrkt.pie (stored 0%)
  adding: components/weapons/sc_asscn.pie (stored 0%)
  adding: components/weapons/sc_atm.pie (stored 0%)
  adding: components/weapons/sc_can.pie (stored 0%)
  adding: components/weapons/sc_hpvcn.pie (stored 0%)
  adding: components/weapons/sc_pulse.pie (stored 0%)
  adding: components/weapons/sc_rail2.pie (stored 0%)
  adding: components/weapons/sc_tk.pie (stored 0%)
  adding: components/weapons/scavmra.pie (stored 0%)
  adding: components/weapons/scbody.pie (stored 0%)
  adding: components/weapons/trhemp.pie (stored 0%)
  adding: components/weapons/trhmg.pie (stored 0%)
  adding: components/weapons/trhvcan2.pie (stored 0%)
  adding: components/weapons/trlassat.pie (stored 0%)
  adding: components/weapons/trlvtlem.pie (stored 0%)
  adding: components/weapons/trlvtlpl.pie (stored 0%)
  adding: components/weapons/trmvtlem.pie (stored 0%)
  adding: components/weapons/trmvtlpl.pie (stored 0%)
  adding: components/weapons/trwpfcan.pie (stored 0%)
  adding: components/weapons/trwpfgss.pie (stored 0%)
  adding: components/weapons/trwpfmsl.pie (stored 0%)
  adding: components/weapons/trwpfrkt.pie (stored 0%)
  adding: effects/fxflech4.pie (stored 0%)
  adding: effects/fxgrdexs.pie (stored 0%)
  adding: effects/fxlbmbe1.pie (stored 0%)
  adding: effects/fxlbmbe2.pie (stored 0%)
  adding: effects/fxlbmbp1.pie (stored 0%)
  adding: effects/fxlbmbp2.pie (stored 0%)
  adding: effects/fxshcana.pie (stored 0%)
  adding: effects/fxshcanm.pie (stored 0%)
  adding: effects/fxshgssa.pie (stored 0%)
  adding: effects/fxshgssm.pie (stored 0%)
  adding: effects/fxvtl14.pie (stored 0%)
  adding: messages/multiplay.txt (stored 0%)
  adding: messages/resmessages1.json (stored 0%)
  adding: messages/resmessages12.json (stored 0%)
  adding: messages/resmessages2.json (stored 0%)
  adding: messages/resmessages23.json (stored 0%)
  adding: messages/resmessages3.json (stored 0%)
  adding: messages/resmessagesall.json (stored 0%)
  adding: messages/strings/names.txt (stored 0%)
  adding: messages/strings/resstrings.txt (stored 0%)
  adding: multiplay/maps/10c-Emergence.gam (stored 0%)
  adding: multiplay/maps/10c-Emergence/dinit.bjo (stored 0%)
  adding: multiplay/maps/10c-Emergence/droid.json (stored 0%)
  adding: multiplay/maps/10c-Emergence/feat.bjo (stored 0%)
  adding: multiplay/maps/10c-Emergence/feature.json (stored 0%)
  adding: multiplay/maps/10c-Emergence/game.map (stored 0%)
  adding: multiplay/maps/10c-Emergence/struct.bjo (stored 0%)
  adding: multiplay/maps/10c-Emergence/struct.json (stored 0%)
  adding: multiplay/maps/10c-Emergence/ttypes.ttp (stored 0%)
  adding: multiplay/maps/2c-Roughness.gam (stored 0%)
  adding: multiplay/maps/2c-Roughness/droid.json (stored 0%)
  adding: multiplay/maps/2c-Roughness/feature.json (stored 0%)
  adding: multiplay/maps/2c-Roughness/game.map (stored 0%)
  adding: multiplay/maps/2c-Roughness/struct.json (stored 0%)
  adding: multiplay/maps/2c-Roughness/ttypes.ttp (stored 0%)
  adding: multiplay/maps/2c-Vision.gam (stored 0%)
  adding: multiplay/maps/2c-Vision/droid.json (stored 0%)
  adding: multiplay/maps/2c-Vision/feature.json (stored 0%)
  adding: multiplay/maps/2c-Vision/game.map (stored 0%)
  adding: multiplay/maps/2c-Vision/struct.json (stored 0%)
  adding: multiplay/maps/2c-Vision/ttypes.ttp (stored 0%)
  adding: multiplay/maps/2c-highground.gam (stored 0%)
  adding: multiplay/maps/2c-highground/droid.json (stored 0%)
  adding: multiplay/maps/2c-highground/feature.json (stored 0%)
  adding: multiplay/maps/2c-highground/game.map (stored 0%)
  adding: multiplay/maps/2c-highground/struct.json (stored 0%)
  adding: multiplay/maps/2c-highground/ttypes.ttp (stored 0%)
  adding: multiplay/maps/2c-startup.gam (stored 0%)
  adding: multiplay/maps/2c-startup/droid.json (stored 0%)
  adding: multiplay/maps/2c-startup/feature.json (stored 0%)
  adding: multiplay/maps/2c-startup/game.map (stored 0%)
  adding: multiplay/maps/2c-startup/struct.json (stored 0%)
  adding: multiplay/maps/2c-startup/ttypes.ttp (stored 0%)
  adding: multiplay/maps/2c-urbanchasm.gam (stored 0%)
  adding: multiplay/maps/2c-urbanchasm/droid.json (stored 0%)
  adding: multiplay/maps/2c-urbanchasm/feature.json (stored 0%)
  adding: multiplay/maps/2c-urbanchasm/game.map (stored 0%)
  adding: multiplay/maps/2c-urbanchasm/struct.json (stored 0%)
  adding: multiplay/maps/2c-urbanchasm/ttypes.ttp (stored 0%)
  adding: multiplay/maps/3c-Gamma.gam (stored 0%)
  adding: multiplay/maps/3c-Gamma/dinit.bjo (stored 0%)
  adding: multiplay/maps/3c-Gamma/droid.json (stored 0%)
  adding: multiplay/maps/3c-Gamma/feat.bjo (stored 0%)
  adding: multiplay/maps/3c-Gamma/feature.json (stored 0%)
  adding: multiplay/maps/3c-Gamma/game.map (stored 0%)
  adding: multiplay/maps/3c-Gamma/struct.bjo (stored 0%)
  adding: multiplay/maps/3c-Gamma/struct.json (stored 0%)
  adding: multiplay/maps/3c-Gamma/ttypes.ttp (stored 0%)
  adding: multiplay/maps/3c-Monocot_i.gam (stored 0%)
  adding: multiplay/maps/3c-Monocot_i/dinit.bjo (stored 0%)
  adding: multiplay/maps/3c-Monocot_i/droid.json (stored 0%)
  adding: multiplay/maps/3c-Monocot_i/feat.bjo (stored 0%)
  adding: multiplay/maps/3c-Monocot_i/feature.json (stored 0%)
  adding: multiplay/maps/3c-Monocot_i/game.map (stored 0%)
  adding: multiplay/maps/3c-Monocot_i/struct.bjo (stored 0%)
  adding: multiplay/maps/3c-Monocot_i/struct.json (stored 0%)
  adding: multiplay/maps/3c-Monocot_i/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-basingstoke.gam (stored 0%)
  adding: multiplay/maps/4c-basingstoke/droid.json (stored 0%)
  adding: multiplay/maps/4c-basingstoke/feature.json (stored 0%)
  adding: multiplay/maps/4c-basingstoke/game.map (stored 0%)
  adding: multiplay/maps/4c-basingstoke/struct.json (stored 0%)
  adding: multiplay/maps/4c-basingstoke/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-cockpit.gam (stored 0%)
  adding: multiplay/maps/4c-cockpit/droid.json (stored 0%)
  adding: multiplay/maps/4c-cockpit/feature.json (stored 0%)
  adding: multiplay/maps/4c-cockpit/game.map (stored 0%)
  adding: multiplay/maps/4c-cockpit/struct.json (stored 0%)
  adding: multiplay/maps/4c-cockpit/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-fishnet.gam (stored 0%)
  adding: multiplay/maps/4c-fishnet.json (stored 0%)
  adding: multiplay/maps/4c-fishnet/droid.json (stored 0%)
  adding: multiplay/maps/4c-fishnet/feature.json (stored 0%)
  adding: multiplay/maps/4c-fishnet/game.map (stored 0%)
  adding: multiplay/maps/4c-fishnet/struct.json (stored 0%)
  adding: multiplay/maps/4c-fishnet/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-greatrift.gam (stored 0%)
  adding: multiplay/maps/4c-greatrift/droid.json (stored 0%)
  adding: multiplay/maps/4c-greatrift/feature.json (stored 0%)
  adding: multiplay/maps/4c-greatrift/game.map (stored 0%)
  adding: multiplay/maps/4c-greatrift/struct.json (stored 0%)
  adding: multiplay/maps/4c-greatrift/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-littleegypt.gam (stored 0%)
  adding: multiplay/maps/4c-littleegypt/droid.json (stored 0%)
  adding: multiplay/maps/4c-littleegypt/feature.json (stored 0%)
  adding: multiplay/maps/4c-littleegypt/game.map (stored 0%)
  adding: multiplay/maps/4c-littleegypt/struct.json (stored 0%)
  adding: multiplay/maps/4c-littleegypt/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-mountain.gam (stored 0%)
  adding: multiplay/maps/4c-mountain/droid.json (stored 0%)
  adding: multiplay/maps/4c-mountain/feature.json (stored 0%)
  adding: multiplay/maps/4c-mountain/game.map (stored 0%)
  adding: multiplay/maps/4c-mountain/struct.json (stored 0%)
  adding: multiplay/maps/4c-mountain/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-pyramidal.gam (stored 0%)
  adding: multiplay/maps/4c-pyramidal/droid.json (stored 0%)
  adding: multiplay/maps/4c-pyramidal/feature.json (stored 0%)
  adding: multiplay/maps/4c-pyramidal/game.map (stored 0%)
  adding: multiplay/maps/4c-pyramidal/struct.json (stored 0%)
  adding: multiplay/maps/4c-pyramidal/taglist.tag (stored 0%)
  adding: multiplay/maps/4c-pyramidal/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-rollinghills.gam (stored 0%)
  adding: multiplay/maps/4c-rollinghills/droid.json (stored 0%)
  adding: multiplay/maps/4c-rollinghills/feature.json (stored 0%)
  adding: multiplay/maps/4c-rollinghills/game.map (stored 0%)
  adding: multiplay/maps/4c-rollinghills/struct.json (stored 0%)
  adding: multiplay/maps/4c-rollinghills/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-rush.gam (stored 0%)
  adding: multiplay/maps/4c-rush/droid.json (stored 0%)
  adding: multiplay/maps/4c-rush/feature.json (stored 0%)
  adding: multiplay/maps/4c-rush/game.map (stored 0%)
  adding: multiplay/maps/4c-rush/struct.json (stored 0%)
  adding: multiplay/maps/4c-rush/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-rush2.gam (stored 0%)
  adding: multiplay/maps/4c-rush2/droid.json (stored 0%)
  adding: multiplay/maps/4c-rush2/feature.json (stored 0%)
  adding: multiplay/maps/4c-rush2/game.map (stored 0%)
  adding: multiplay/maps/4c-rush2/struct.json (stored 0%)
  adding: multiplay/maps/4c-rush2/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-urban-chaos.gam (stored 0%)
  adding: multiplay/maps/4c-urban-chaos/droid.json (stored 0%)
  adding: multiplay/maps/4c-urban-chaos/feature.json (stored 0%)
  adding: multiplay/maps/4c-urban-chaos/game.map (stored 0%)
  adding: multiplay/maps/4c-urban-chaos/struct.json (stored 0%)
  adding: multiplay/maps/4c-urban-chaos/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-urbanduel.gam (stored 0%)
  adding: multiplay/maps/4c-urbanduel/droid.json (stored 0%)
  adding: multiplay/maps/4c-urbanduel/feature.json (stored 0%)
  adding: multiplay/maps/4c-urbanduel/game.map (stored 0%)
  adding: multiplay/maps/4c-urbanduel/struct.json (stored 0%)
  adding: multiplay/maps/4c-urbanduel/ttypes.ttp (stored 0%)
  adding: multiplay/maps/4c-valleyofdeath.gam (stored 0%)
  adding: multiplay/maps/4c-valleyofdeath/droid.json (stored 0%)
  adding: multiplay/maps/4c-valleyofdeath/feature.json (stored 0%)
  adding: multiplay/maps/4c-valleyofdeath/game.map (stored 0%)
  adding: multiplay/maps/4c-valleyofdeath/struct.json (stored 0%)
  adding: multiplay/maps/4c-valleyofdeath/ttypes.ttp (stored 0%)
  adding: multiplay/maps/5c-bloat.gam (stored 0%)
  adding: multiplay/maps/5c-bloat/dinit.bjo (stored 0%)
  adding: multiplay/maps/5c-bloat/droid.json (stored 0%)
  adding: multiplay/maps/5c-bloat/feat.bjo (stored 0%)
  adding: multiplay/maps/5c-bloat/feature.json (stored 0%)
  adding: multiplay/maps/5c-bloat/game.map (stored 0%)
  adding: multiplay/maps/5c-bloat/struct.bjo (stored 0%)
  adding: multiplay/maps/5c-bloat/struct.json (stored 0%)
  adding: multiplay/maps/5c-bloat/ttypes.ttp (stored 0%)
  adding: multiplay/maps/6c-Melting.gam (stored 0%)
  adding: multiplay/maps/6c-Melting/dinit.bjo (stored 0%)
  adding: multiplay/maps/6c-Melting/droid.json (stored 0%)
  adding: multiplay/maps/6c-Melting/feat.bjo (stored 0%)
  adding: multiplay/maps/6c-Melting/feature.json (stored 0%)
  adding: multiplay/maps/6c-Melting/game.map (stored 0%)
  adding: multiplay/maps/6c-Melting/struct.bjo (stored 0%)
  adding: multiplay/maps/6c-Melting/struct.json (stored 0%)
  adding: multiplay/maps/6c-Melting/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-bananas.gam (stored 0%)
  adding: multiplay/maps/8c-bananas.json (stored 0%)
  adding: multiplay/maps/8c-bananas/droid.json (stored 0%)
  adding: multiplay/maps/8c-bananas/feature.json (stored 0%)
  adding: multiplay/maps/8c-bananas/game.map (stored 0%)
  adding: multiplay/maps/8c-bananas/struct.json (stored 0%)
  adding: multiplay/maps/8c-bananas/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-beggarskanyon.gam (stored 0%)
  adding: multiplay/maps/8c-beggarskanyon.json (stored 0%)
  adding: multiplay/maps/8c-beggarskanyon/droid.json (stored 0%)
  adding: multiplay/maps/8c-beggarskanyon/feature.json (stored 0%)
  adding: multiplay/maps/8c-beggarskanyon/game.map (stored 0%)
  adding: multiplay/maps/8c-beggarskanyon/struct.json (stored 0%)
  adding: multiplay/maps/8c-beggarskanyon/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-clover.gam (stored 0%)
  adding: multiplay/maps/8c-clover.json (stored 0%)
  adding: multiplay/maps/8c-clover/droid.json (stored 0%)
  adding: multiplay/maps/8c-clover/feature.json (stored 0%)
  adding: multiplay/maps/8c-clover/game.map (stored 0%)
  adding: multiplay/maps/8c-clover/struct.json (stored 0%)
  adding: multiplay/maps/8c-clover/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-cockate.gam (stored 0%)
  adding: multiplay/maps/8c-cockate/droid.json (stored 0%)
  adding: multiplay/maps/8c-cockate/feature.json (stored 0%)
  adding: multiplay/maps/8c-cockate/game.map (stored 0%)
  adding: multiplay/maps/8c-cockate/struct.json (stored 0%)
  adding: multiplay/maps/8c-cockate/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-concreteplayground.gam (stored 0%)
  adding: multiplay/maps/8c-concreteplayground.json (stored 0%)
  adding: multiplay/maps/8c-concreteplayground/droid.json (stored 0%)
  adding: multiplay/maps/8c-concreteplayground/feature.json (stored 0%)
  adding: multiplay/maps/8c-concreteplayground/game.map (stored 0%)
  adding: multiplay/maps/8c-concreteplayground/struct.json (stored 0%)
  adding: multiplay/maps/8c-concreteplayground/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-gridlock.gam (stored 0%)
  adding: multiplay/maps/8c-gridlock/droid.json (stored 0%)
  adding: multiplay/maps/8c-gridlock/feature.json (stored 0%)
  adding: multiplay/maps/8c-gridlock/game.map (stored 0%)
  adding: multiplay/maps/8c-gridlock/struct.json (stored 0%)
  adding: multiplay/maps/8c-gridlock/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-hidensneak.gam (stored 0%)
  adding: multiplay/maps/8c-hidensneak/droid.json (stored 0%)
  adding: multiplay/maps/8c-hidensneak/feature.json (stored 0%)
  adding: multiplay/maps/8c-hidensneak/game.map (stored 0%)
  adding: multiplay/maps/8c-hidensneak/struct.json (stored 0%)
  adding: multiplay/maps/8c-hidensneak/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-manhattan.gam (stored 0%)
  adding: multiplay/maps/8c-manhattan.json (stored 0%)
  adding: multiplay/maps/8c-manhattan/droid.json (stored 0%)
  adding: multiplay/maps/8c-manhattan/feature.json (stored 0%)
  adding: multiplay/maps/8c-manhattan/game.map (stored 0%)
  adding: multiplay/maps/8c-manhattan/struct.json (stored 0%)
  adding: multiplay/maps/8c-manhattan/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-mizamaze.gam (stored 0%)
  adding: multiplay/maps/8c-mizamaze.json (stored 0%)
  adding: multiplay/maps/8c-mizamaze/droid.json (stored 0%)
  adding: multiplay/maps/8c-mizamaze/feature.json (stored 0%)
  adding: multiplay/maps/8c-mizamaze/game.map (stored 0%)
  adding: multiplay/maps/8c-mizamaze/struct.json (stored 0%)
  adding: multiplay/maps/8c-mizamaze/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-sandcastles.gam (stored 0%)
  adding: multiplay/maps/8c-sandcastles/droid.json (stored 0%)
  adding: multiplay/maps/8c-sandcastles/feature.json (stored 0%)
  adding: multiplay/maps/8c-sandcastles/game.map (stored 0%)
  adding: multiplay/maps/8c-sandcastles/struct.json (stored 0%)
  adding: multiplay/maps/8c-sandcastles/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-thepit.gam (stored 0%)
  adding: multiplay/maps/8c-thepit/droid.json (stored 0%)
  adding: multiplay/maps/8c-thepit/feature.json (stored 0%)
  adding: multiplay/maps/8c-thepit/game.map (stored 0%)
  adding: multiplay/maps/8c-thepit/struct.json (stored 0%)
  adding: multiplay/maps/8c-thepit/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-wheeloffortune.gam (stored 0%)
  adding: multiplay/maps/8c-wheeloffortune/droid.json (stored 0%)
  adding: multiplay/maps/8c-wheeloffortune/feature.json (stored 0%)
  adding: multiplay/maps/8c-wheeloffortune/game.map (stored 0%)
  adding: multiplay/maps/8c-wheeloffortune/struct.json (stored 0%)
  adding: multiplay/maps/8c-wheeloffortune/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-yinyang.gam (stored 0%)
  adding: multiplay/maps/8c-yinyang/droid.json (stored 0%)
  adding: multiplay/maps/8c-yinyang/feature.json (stored 0%)
  adding: multiplay/maps/8c-yinyang/game.map (stored 0%)
  adding: multiplay/maps/8c-yinyang/struct.json (stored 0%)
  adding: multiplay/maps/8c-yinyang/ttypes.ttp (stored 0%)
  adding: multiplay/maps/8c-ziggurat.gam (stored 0%)
  adding: multiplay/maps/8c-ziggurat/droid.json (stored 0%)
  adding: multiplay/maps/8c-ziggurat/feature.json (stored 0%)
  adding: multiplay/maps/8c-ziggurat/game.map (stored 0%)
  adding: multiplay/maps/8c-ziggurat/struct.json (stored 0%)
  adding: multiplay/maps/8c-ziggurat/ttypes.ttp (stored 0%)
  adding: multiplay/maps/9c-WindFury.gam (stored 0%)
  adding: multiplay/maps/9c-WindFury/dinit.bjo (stored 0%)
  adding: multiplay/maps/9c-WindFury/droid.json (stored 0%)
  adding: multiplay/maps/9c-WindFury/feat.bjo (stored 0%)
  adding: multiplay/maps/9c-WindFury/feature.json (stored 0%)
  adding: multiplay/maps/9c-WindFury/game.map (stored 0%)
  adding: multiplay/maps/9c-WindFury/struct.bjo (stored 0%)
  adding: multiplay/maps/9c-WindFury/struct.json (stored 0%)
  adding: multiplay/maps/9c-WindFury/ttypes.ttp (stored 0%)
  adding: multiplay/script/camTechEnabler.js (stored 0%)
  adding: multiplay/script/scavfact.js (stored 0%)
  adding: multiplay/script/weather.js (stored 0%)
  adding: multiplay/skirmish/nb_common/standard_build_order.js (stored 0%)
  adding: multiplay/skirmish/nb_generic.js (stored 0%)
  adding: multiplay/skirmish/nb_generic.json (stored 0%)
  adding: multiplay/skirmish/nb_hover.js (stored 0%)
  adding: multiplay/skirmish/nb_hover.json (stored 0%)
  adding: multiplay/skirmish/nb_includes/_events.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/_head.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/_main.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/adapt.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/build.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/chat.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/intensity.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/lassat.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/math.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/misc.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/produce.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/research.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/stats.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/tactics.js (stored 0%)
  adding: multiplay/skirmish/nb_includes/timers.js (stored 0%)
  adding: multiplay/skirmish/nb_rulesets/standard.js (stored 0%)
  adding: multiplay/skirmish/nb_turtle.js (stored 0%)
  adding: multiplay/skirmish/nb_turtle.json (stored 0%)
  adding: multiplay/skirmish/nexus.json (stored 0%)
  adding: multiplay/skirmish/nexus.slo (stored 0%)
  adding: multiplay/skirmish/nexus.vlo (stored 0%)
  adding: multiplay/skirmish/rules.js (stored 0%)
  adding: multiplay/skirmish/semperfi-js.json (stored 0%)
  adding: multiplay/skirmish/semperfi.js (stored 0%)
  adding: multiplay/skirmish/semperfi.json (stored 0%)
  adding: multiplay/skirmish/semperfi.slo (stored 0%)
  adding: multiplay/skirmish/semperfi.vlo (stored 0%)
  adding: multiplay/skirmish/semperfi_includes/build.js (stored 0%)
  adding: multiplay/skirmish/semperfi_includes/chat.js (stored 0%)
  adding: multiplay/skirmish/semperfi_includes/events.js (stored 0%)
  adding: multiplay/skirmish/semperfi_includes/miscFunctions.js (stored 0%)
  adding: multiplay/skirmish/semperfi_includes/performance.js (stored 0%)
  adding: multiplay/skirmish/semperfi_includes/production.js (stored 0%)
  adding: multiplay/skirmish/semperfi_includes/research.js (stored 0%)
  adding: multiplay/skirmish/semperfi_includes/tactics.js (stored 0%)
  adding: ruleset.json (stored 0%)
  adding: stats/body.json (stored 0%)
  adding: stats/construction.json (stored 0%)
  adding: stats/ecm.json (stored 0%)
  adding: stats/propulsion.json (stored 0%)
  adding: stats/propulsionsounds.json (stored 0%)
  adding: stats/propulsiontype.json (stored 0%)
  adding: stats/repair.json (stored 0%)
  adding: stats/research.json (stored 0%)
  adding: stats/sensor.json (stored 0%)
  adding: stats/structure.json (stored 0%)
  adding: stats/structuremodifier.json (stored 0%)
  adding: stats/templates.json (stored 0%)
  adding: stats/weaponmodifier.json (stored 0%)
  adding: stats/weapons.json (stored 0%)
  adding: structs/blgateh.pie (stored 0%)
  adding: structs/blgateh_l.pie (stored 0%)
  adding: structs/blgateh_t.pie (stored 0%)
  adding: structs/blgateh_x.pie (stored 0%)
  adding: structs/milasbas.pie (stored 0%)
  adding: structs/stwpfcan.pie (stored 0%)
  adding: structs/trmflmrp.pie (stored 0%)
  adding: tests/highground.json (stored 0%)
  adding: tests/miza.json (stored 0%)
  adding: tests/miza_challenge.json (stored 0%)
  adding: wrf/basic.wrf (stored 0%)
  adding: wrf/cam1.wrf (stored 0%)
  adding: wrf/cam2.wrf (stored 0%)
  adding: wrf/cam3.wrf (stored 0%)
  adding: wrf/multires.wrf (stored 0%)
  adding: wrf/stats.wrf (stored 0%)
zip -T mp.wz
test of mp.wz OK
rm -f stamp
make[3]: Leaving directory '/home/durabys/Downloads/warzone2100/data'
make[2]: Leaving directory '/home/durabys/Downloads/warzone2100/data'
Making all in po
make[2]: Entering directory '/home/durabys/Downloads/warzone2100/po'
make[2]: Leaving directory '/home/durabys/Downloads/warzone2100/po'
Making all in doc
make[2]: Entering directory '/home/durabys/Downloads/warzone2100/doc'
a2x -f manpage ./warzone2100.6.asciidoc
a2x -f xhtml ./quickstartguide.asciidoc
wkhtmltopdf ./quickstartguide.html ./quickstartguide.pdf
Loading page (1/2)
Printing pages (2/2)                                               
Done                                                           
make[2]: Leaving directory '/home/durabys/Downloads/warzone2100/doc'
Making all in icons
make[2]: Entering directory '/home/durabys/Downloads/warzone2100/icons'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/durabys/Downloads/warzone2100/icons'
Making all in pkg/nsis
make[2]: Entering directory '/home/durabys/Downloads/warzone2100/pkg/nsis'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/durabys/Downloads/warzone2100/pkg/nsis'
make[2]: Entering directory '/home/durabys/Downloads/warzone2100'
grep ./src/qtscript.cpp -e '//==' | sed 's:.*//== \?::' > ./doc/js-globals.md
grep ./src/qtscriptfuncs.cpp -e '//==' | sed 's:.*//== \?::' >> ./doc/js-globals.md
grep ./src/qtscript.cpp -e '//__' | sed 's:.*//__ \?::' > ./doc/js-events.md
grep ./src/qtscript.cpp -e '//--' | sed 's:.*//-- \?::' > ./doc/js-functions.md
grep ./src/qtscriptfuncs.cpp -e '//--' | sed 's:.*//-- \?::' >> ./doc/js-functions.md
grep ./src/qtscript.cpp -e '//;;' | sed 's:.*//;; \?::' > ./doc/js-objects.md
grep ./src/qtscriptfuncs.cpp -e '//;;' | sed 's:.*//;; \?::' >> ./doc/js-objects.md
grep ./data/base/script/campaign/libcampaign.js -e '.*//;;' | sed 's://;; \?::' > ./doc/js-campaign.md
test /home/durabys/Downloads/warzone2100 = /home/durabys/Downloads/warzone2100 || cp ./doc/*.md doc/
make[2]: Leaving directory '/home/durabys/Downloads/warzone2100'
make[1]: Leaving directory '/home/durabys/Downloads/warzone2100'
[durabys@Black-Demon warzone2100]$ 
Pity I do not have the first part of the code. How do I increase the memory of Terminal?
Durabys
Rookie
Rookie
Posts: 22
Joined: 10 Jul 2019, 11:41

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Durabys »

IT WORKS!!!!! YESSSSSSSSSSSSSSSSSSSSSS!!!Will explain later!
Durabys
Rookie
Rookie
Posts: 22
Joined: 10 Jul 2019, 11:41

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Durabys »

Okay. Those people who said that I should wait as long as possible to let it Make the install were RIGHT! So I apologize for being an impatient prick to anyone who I slighted :oops: . Especially Forgon, WZ2100ModsFAn and Berg.

What I did (I am on Manjaro):
----------------------------------------------------------------------------------------------------------------------------------------
git clone https://github.com/Warzone2100/warzone2100

cd warzone2100

git submodule update --init --recursive

cd

sudo pacman -S --noconfirm qt5-script sdl2 libtheora openal libvorbis glew physfs xorg-xrandr fribidi ttf-dejavu gdb asciidoc wkhtmltopdf gettext autoconf automake gcc

cd warzone2100

(the file that includes what happened after this point, it is quite large, here you can download it)

./autogen.sh

./configure

make //This one took 20 minutes! File with the code is above//

sudo make install

make clean

make distclean

//Done! Works now! I have the Dev build. So I will report any bugs with it. Maybe include a warning that the Make can ake up to 20 minutes in the Linux Compile Guide//
Cyp
Evitcani
Evitcani
Posts: 784
Joined: 17 Jan 2010, 23:35

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Cyp »

Oh, wait, by stuck in a loop, you mean it gets in a loop where it compiles lots of files, until it runs out of files to compile? Not that it gets stuck on one file forever?

If so, that actually happens with lots of packages. Pretty much all of them, actually.

Depending on the CPU, 20 minutes isn't really that long. If you're impatient, you can run "make -j4" instead of just "make" (where 4 is the number of threads your CPU can run, if I interpreted your CPU stats right), so it compiles more than one thing at once. Adding "-j4" should help when compiling other stuff, too.
Durabys
Rookie
Rookie
Posts: 22
Joined: 10 Jul 2019, 11:41

Re: I cannot configure, make or minstall none version of Warzone on Linux!

Post by Durabys »

Cyp wrote: 17 Jul 2019, 00:10 Oh, wait, by stuck in a loop, you mean it gets in a loop where it compiles lots of files, until it runs out of files to compile? Not that it gets stuck on one file forever?

If so, that actually happens with lots of packages. Pretty much all of them, actually.

Depending on the CPU, 20 minutes isn't really that long. If you're impatient, you can run "make -j4" instead of just "make" (where 4 is the number of threads your CPU can run, if I interpreted your CPU stats right), so it compiles more than one thing at once. Adding "-j4" should help when compiling other stuff, too.
Maybe add a small note to the Linux Guide that compilation/make can take very long if your CPU is weak?
Post Reply