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
Durabys
Rookie
Rookie
Posts: 22
Joined: 10 Jul 2019, 11:41

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

Post by Durabys »

Hello. I am getting this when I try to compilate via autotools through Terminal on Xubuntu 18.04

Code: Select all

depbase=`echo raycast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -DYY_NO_INPUT -D_REENTRANT -I/usr/include/SDL2  -I/usr/include/libpng16   -I/usr/include/AL -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp -I/usr/include/libdrm   -O0 -ggdb -Werror -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-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5  -std=c++11 -fstack-protector -fPIC -MT raycast.o -MD -MP -MF $depbase.Tpo -c -o raycast
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

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

Post by Forgon »

Durabys wrote: 10 Jul 2019, 11:48 Hello. I am getting this when I try to compilate via autotools through Terminal on Xubuntu 18.04

Code: Select all

depbase=`echo raycast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -DYY_NO_INPUT -D_REENTRANT -I/usr/include/SDL2  -I/usr/include/libpng16   -I/usr/include/AL -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp -I/usr/include/libdrm   -O0 -ggdb -Werror -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-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5  -std=c++11 -fstack-protector -fPIC -MT raycast.o -MD -MP -MF $depbase.Tpo -c -o raycast
Please provide more information.
You should attach the entire output of your compile commands.
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 »

Forgon wrote: 10 Jul 2019, 15:18
Durabys wrote: 10 Jul 2019, 11:48 Hello. I am getting this when I try to compilate via autotools through Terminal on Xubuntu 18.04

Code: Select all

depbase=`echo raycast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -DYY_NO_INPUT -D_REENTRANT -I/usr/include/SDL2  -I/usr/include/libpng16   -I/usr/include/AL -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I.. -I../3rdparty -I../3rdparty/glm -I../3rdparty/miniupnp -I/usr/include/libdrm   -O0 -ggdb -Werror -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-format-truncation -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5  -std=c++11 -fstack-protector -fPIC -MT raycast.o -MD -MP -MF $depbase.Tpo -c -o raycast
Please provide more information.
You should attach the entire output of your compile commands.
I have two distros. Xubuntu and MX Linux. This is what I got on MX Linux where it didn't enter an infinite loop of memory eating doom.

This happens after I enter the command to compile and make in the decompressed tar.xz folder I downloaded from sourceforge:

Code: Select all

[b]$ ./autogen.sh && ./configure && make[/b]
+ checking for autoconf >= 2.56 ... found 2.69, ok.
+ checking for automake >= 1.11 ... found 1.15, 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... /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 for style of include used by make... GNU
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... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for perl version... This is perl 5, version 24, subversion 1 (v5.24.1) built for x86_64-linux-gnu-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... /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 0.29, ok
checking for QT5... yes
checking for moc-qt5... no
checking for moc... /usr/lib/x86_64-linux-gnu/qt5/bin/moc
checking for uic-qt5... no
checking for uic... /usr/lib/x86_64-linux-gnu/qt5/bin/uic
checking for rcc-qt5... no
checking for rcc... /usr/lib/x86_64-linux-gnu/qt5/bin/rcc
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... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... (cached) no
checking whether the C compiler accepts the -Werror -Wno-format-truncation -Wno-error=cpp flag... no
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: config.h is unchanged
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'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/3rdparty/micro-ecc'
Making all in 3rdparty
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/3rdparty'
make  all-am
make[3]: Entering directory '/home/Durabys/Downloads/warzone2100/3rdparty'
make[3]: Nothing to be done for 'all-am'.
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'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/framework'
Making all in lib/exceptionhandler
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/lib/exceptionhandler'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/exceptionhandler'
Making all in lib/script
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/lib/script'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/script'
Making all in lib/sequence
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/lib/sequence'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/sequence'
Making all in lib/ivis_opengl
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/lib/ivis_opengl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/ivis_opengl'
Making all in lib/gamelib
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/lib/gamelib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/gamelib'
Making all in lib/sound
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/lib/sound'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/sound'
Making all in lib/netplay
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/lib/netplay'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/netplay'
Making all in lib/widget
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/lib/widget'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/widget'
Making all in lib/sdl
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/lib/sdl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/lib/sdl'
Making all in tools/map
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/tools/map'
make  all-am
make[3]: Entering directory '/home/Durabys/Downloads/warzone2100/tools/map'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/Durabys/Downloads/warzone2100/tools/map'
make[2]: Leaving directory '/home/Durabys/Downloads/warzone2100/tools/map'
Making all in src
make[2]: Entering directory '/home/Durabys/Downloads/warzone2100/src'
cd .. && ./build_tools/autorevision -t h -o "/home/Durabys/Downloads/warzone2100/src/autorevision.cache" > "/home/Durabys/Downloads/warzone2100/src/autorevision.h.new"
cmp -s autorevision.h.new autorevision.h && rm autorevision.h.new || mv -f autorevision.h.new autorevision.h
make  all-am
make[3]: Entering directory '/home/Durabys/Downloads/warzone2100/src'
depbase=`echo component.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I..  -DYY_NO_INPUT -D_REENTRANT -I/usr/include/SDL2  -I/usr/include/libpng16   -I/usr/include/AL -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -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/libdrm   -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5  -std=c++11 -fstack-protector -fPIC -MT component.o -MD -MP -MF $depbase.Tpo -c -o component.o component.cpp &&\
mv -f $depbase.Tpo $depbase.Po

^CMakefile:994: recipe for target 'component.o' failed
make[3]: *** [component.o] Interrupt
Makefile:795: recipe for target 'all' failed
make[2]: *** [all] Interrupt
Makefile:579: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Interrupt
Makefile:499: recipe for target 'all' failed
make: *** [all] Interrupt
ThinkSome
Trained
Trained
Posts: 38
Joined: 24 Feb 2018, 23:02

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

Post by ThinkSome »

You interrupted it?
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

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

Post by Forgon »

Sorry, but I do not know precisely what is wrong.

A few sanity checks:
  • Are you sure you have third-party modules installed?
    • glm
    • miniupnp
    • sha
    • utf8proc
    • utfcpp
  • Where did you download the tarball from?
  • Can you build successfully after running

    Code: Select all

    make clean
    ?
  • What exactly do you mean when you claim that the compiler gets stuck
    in an infinite loop? How long did you wait?
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 »

Forgon wrote: 10 Jul 2019, 20:06 Sorry, but I do not know precisely what is wrong.

A few sanity checks:
  • Are you sure you have third-party modules installed?
    • glm
    • miniupnp
    • sha
    • utf8proc
    • utfcpp
  • Where did you download the tarball from?
  • Can you build successfully after running

    Code: Select all

    make clean
    ?
  • What exactly do you mean when you claim that the compiler gets stuck
    in an infinite loop? How long did you wait?
Gets infinitely stuck in the loop. This is a clean install of MX Linux I am currently testing it on. What do you mean by 3rd party modules, I never heard or installed those programs, perhaps they came with MX Linux? I cannot install or make or build after Make Clean. It gets stuck in a loop again once I try to compile/make it. The tarball is the newest one from sourceforge. The one you advertise everywhere.
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

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

Post by Forgon »

In your commandline output, I notice the following lines:

Code: Select all

checking whether the C compiler accepts the -Werror -Wno-expansion-to-defined -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... (cached) no
checking whether the C compiler accepts the -Werror -Wno-format-truncation -Wno-error=cpp flag... no
Which compiler version are you using?
User avatar
WZ2100ModsFAn
Trained
Trained
Posts: 371
Joined: 15 Apr 2018, 17:25
Location: United States.

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

Post by WZ2100ModsFAn »

Forgon wrote: 10 Jul 2019, 21:54 In your commandline output, I notice the following lines:

Code: Select all

checking whether the C compiler accepts the -Werror -Wno-expansion-to-defined -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... (cached) no
checking whether the C compiler accepts the -Werror -Wno-format-truncation -Wno-error=cpp flag... no
Which compiler version are you using?
I think he uses APT. The same as ubuntu.
User avatar
Berg
Regular
Regular
Posts: 2204
Joined: 02 Sep 2007, 23:25
Location: Australia

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

Post by Berg »

http://developer.wz2100.net/wiki/CompileGuideLinux
Wiki compile guide for loonix
Hope it helps
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 »

Forgon wrote: 10 Jul 2019, 21:54 In your commandline output, I notice the following lines:

Code: Select all

checking whether the C compiler accepts the -Werror -Wno-expansion-to-defined -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... (cached) no
checking whether the C compiler accepts the -Werror -Wno-format-truncation -Wno-error=cpp flag... no
Which compiler version are you using?
APT. Like all Debian based distro.
WZ2100ModsFAn wrote: 10 Jul 2019, 22:07
Forgon wrote: 10 Jul 2019, 21:54 In your commandline output, I notice the following lines:

Code: Select all

checking whether the C compiler accepts the -Werror -Wno-expansion-to-defined -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... (cached) no
checking whether the C compiler accepts the -Werror -Wno-format-truncation -Wno-error=cpp flag... no
Which compiler version are you using?
I think he uses APT. The same as ubuntu.
One thing that I think could cause it is that I installed wz100 dependency programs from your website Linux install guide site.
Berg wrote: 10 Jul 2019, 22:10 http://developer.wz2100.net/wiki/CompileGuideLinux
Wiki compile guide for loonix
Hope it helps
Thats why I am here. The sequence of commands from that site caused the looping.
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

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

Post by Forgon »

Durabys wrote: 11 Jul 2019, 08:11
Forgon wrote: 10 Jul 2019, 21:54 In your commandline output, I notice the following lines:

Code: Select all

checking whether the C compiler accepts the -Werror -Wno-expansion-to-defined -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... (cached) no
checking whether the C compiler accepts the -Werror -Wno-format-truncation -Wno-error=cpp flag... no
Which compiler version are you using?
APT. Like all Debian based distro.
APT is a package manager, not a compiler. What is the output of

Code: Select all

gcc --version
?
Durabys wrote: 11 Jul 2019, 08:11 One thing that I think could cause it is that I installed wz100 dependency programs from your website Linux install guide site. [...]
Thats why I am here. The sequence of commands from that site caused the looping.
The requirements on that website may be out-of-date.
Could you tell us which version of Ubuntu and MX Linux you are using?
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 »

Forgon wrote: 11 Jul 2019, 10:49
Durabys wrote: 11 Jul 2019, 08:11
Forgon wrote: 10 Jul 2019, 21:54 In your commandline output, I notice the following lines:

Code: Select all

checking whether the C compiler accepts the -Werror -Wno-expansion-to-defined -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... (cached) no
checking whether the C compiler accepts the -Werror -Wno-format-truncation -Wno-error=cpp flag... no
Which compiler version are you using?
APT. Like all Debian based distro.
APT is a package manager, not a compiler. What is the output of

Code: Select all

gcc --version
?
Durabys wrote: 11 Jul 2019, 08:11 One thing that I think could cause it is that I installed wz100 dependency programs from your website Linux install guide site. [...]
Thats why I am here. The sequence of commands from that site caused the looping.
The requirements on that website may be out-of-date.
Could you tell us which version of Ubuntu and MX Linux you are using?
Result:
$ gcc --version
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I am using:

System:
Host: Black-Demon
Kernel: 4.19.0-5-amd64 x86_64 bits: 64 compiler: gcc v: 6.3.0
Desktop: Xfce 4.12.3 Distro: MX-18.3_x64 Continuum May 26 2019
base: Debian GNU/Linux 9 (stretch)

The rest of HW/SW info:

Code: Select all

System:    Host: Black-Demon Kernel: 4.19.0-5-amd64 x86_64 bits: 64 compiler: gcc v: 6.3.0 
           Desktop: Xfce 4.12.3 Distro: MX-18.3_x64 Continuum May 26  2019 
           base: Debian GNU/Linux 9 (stretch) 
Machine:   Type: Laptop System: Acer product: TravelMate B113 v: V2.21 serial: <filter> 
           Mobo: Acer model: BA10_HX v: Type2 - Board Version serial: <filter> UEFI: Acer 
           v: 2.21 date: 11/26/2013 
Battery:   ID-1: BAT1 charge: 34.9 Wh condition: 34.9/37.0 Wh (94%) model: SANYO Li_Ion_4000mA 
           status: Full 
           Device-1: hid-20:73:03:51:44:48-battery model: Bluetooth V3.0 Keyboard charge: N/A 
           status: Discharging 
CPU:       Topology: Dual Core model: Intel Core i3-2377M bits: 64 type: MT MCP 
           arch: Sandy Bridge rev: 7 L2 cache: 3072 KiB 
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 11973 
           Speed: 1054 MHz min/max: 800/1500 MHz Core speeds (MHz): 1: 1054 2: 1002 3: 1026 
           4: 1198 
Graphics:  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics 
           vendor: Acer Incorporated ALI driver: i915 v: kernel bus ID: 00:02.0 
           Display: x11 server: X.Org 1.19.2 driver: modesetting unloaded: fbdev,vesa 
           resolution: 1366x768~60Hz, 1920x1080~60Hz 
           OpenGL: renderer: Mesa DRI Intel Sandybridge Mobile v: 3.3 Mesa 18.2.6 
           direct render: Yes 
Audio:     Device-1: Intel 7 Series/C216 Family High Definition Audio 
           vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel bus ID: 00:1b.0 
           Sound Server: ALSA v: k4.19.0-5-amd64 
Network:   Device-1: Qualcomm Atheros AR9462 Wireless Network Adapter vendor: Foxconn 
           driver: ath9k v: kernel port: 2040 bus ID: 03:00.0 
           IF: wlan0 state: up mac: <filter> 
           Device-2: Broadcom Limited NetLink BCM57785 Gigabit Ethernet PCIe 
           vendor: Acer Incorporated ALI driver: tg3 v: 3.137 port: 2040 bus ID: 04:00.0 
           IF: eth0 state: down mac: <filter> 
Drives:    Local Storage: total: 111.79 GiB used: 5.81 GiB (5.2%) 
           ID-1: /dev/sda vendor: Patriot model: Blast size: 111.79 GiB 
Partition: ID-1: / size: 106.79 GiB used: 5.73 GiB (5.4%) fs: ext4 dev: /dev/dm-0 
           ID-2: /boot size: 487.9 MiB used: 82.9 MiB (17.0%) fs: ext4 dev: /dev/sda2 
           ID-3: swap-1 size: 2.00 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/dm-1 
Sensors:   System Temperatures: cpu: 64.0 C mobo: N/A 
           Fan Speeds (RPM): N/A 
Repos:     Active apt repos in: /etc/apt/sources.list.d/antix.list 
           1: deb http://iso.mxrepo.com/antix/stretch stretch main
           Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
           1: deb http://ftp.cz.debian.org/debian/ stretch-updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/debian.list 
           1: deb http://ftp.cz.debian.org/debian/ stretch main contrib non-free
           2: deb http://security.debian.org/ stretch/updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/mx.list 
           1: deb http://mirror.karneval.cz/pub/linux/mxlinux-packages/mxlinux/mx/repo/ stretch main non-free
           No active apt repos in: /etc/apt/sources.list.d/various.list 
Info:      Processes: 230 Uptime: 19h 03m Memory: 7.68 GiB used: 1.35 GiB (17.6%) Init: SysVinit 
           runlevel: 5 Compilers: gcc: 6.3.0 Shell: bash v: 4.4.12 inxi: 3.0.33 
PS: All previous version of Warzone worked OK on this machine.
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

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

Post by Forgon »

Durabys wrote: 11 Jul 2019, 10:56
Forgon wrote: 11 Jul 2019, 10:49
Durabys wrote: 11 Jul 2019, 08:11
Forgon wrote: 10 Jul 2019, 21:54 In your commandline output, I notice the following lines:

Code: Select all

checking whether the C compiler accepts the -Werror -Wno-expansion-to-defined -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... no
checking whether the C compiler accepts the -Werror -Wno-stringop-truncation -Wno-error=cpp flag... (cached) no
checking whether the C compiler accepts the -Werror -Wno-format-truncation -Wno-error=cpp flag... no
Which compiler version are you using?
APT. Like all Debian based distro.
APT is a package manager, not a compiler. What is the output of

Code: Select all

gcc --version
?
Durabys wrote: 11 Jul 2019, 08:11 One thing that I think could cause it is that I installed wz100 dependency programs from your website Linux install guide site. [...]
Thats why I am here. The sequence of commands from that site caused the looping.
The requirements on that website may be out-of-date.
Could you tell us which version of Ubuntu and MX Linux you are using?
Result:
$ gcc --version
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I am using:

System:
Host: Black-Demon
Kernel: 4.19.0-5-amd64 x86_64 bits: 64 compiler: gcc v: 6.3.0
Desktop: Xfce 4.12.3 Distro: MX-18.3_x64 Continuum May 26 2019
base: Debian GNU/Linux 9 (stretch)

The rest of HW/SW info:

Code: Select all

System:    Host: Black-Demon Kernel: 4.19.0-5-amd64 x86_64 bits: 64 compiler: gcc v: 6.3.0 
           Desktop: Xfce 4.12.3 Distro: MX-18.3_x64 Continuum May 26  2019 
           base: Debian GNU/Linux 9 (stretch) 
Machine:   Type: Laptop System: Acer product: TravelMate B113 v: V2.21 serial: <filter> 
           Mobo: Acer model: BA10_HX v: Type2 - Board Version serial: <filter> UEFI: Acer 
           v: 2.21 date: 11/26/2013 
Battery:   ID-1: BAT1 charge: 34.9 Wh condition: 34.9/37.0 Wh (94%) model: SANYO Li_Ion_4000mA 
           status: Full 
           Device-1: hid-20:73:03:51:44:48-battery model: Bluetooth V3.0 Keyboard charge: N/A 
           status: Discharging 
CPU:       Topology: Dual Core model: Intel Core i3-2377M bits: 64 type: MT MCP 
           arch: Sandy Bridge rev: 7 L2 cache: 3072 KiB 
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 11973 
           Speed: 1054 MHz min/max: 800/1500 MHz Core speeds (MHz): 1: 1054 2: 1002 3: 1026 
           4: 1198 
Graphics:  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics 
           vendor: Acer Incorporated ALI driver: i915 v: kernel bus ID: 00:02.0 
           Display: x11 server: X.Org 1.19.2 driver: modesetting unloaded: fbdev,vesa 
           resolution: 1366x768~60Hz, 1920x1080~60Hz 
           OpenGL: renderer: Mesa DRI Intel Sandybridge Mobile v: 3.3 Mesa 18.2.6 
           direct render: Yes 
Audio:     Device-1: Intel 7 Series/C216 Family High Definition Audio 
           vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel bus ID: 00:1b.0 
           Sound Server: ALSA v: k4.19.0-5-amd64 
Network:   Device-1: Qualcomm Atheros AR9462 Wireless Network Adapter vendor: Foxconn 
           driver: ath9k v: kernel port: 2040 bus ID: 03:00.0 
           IF: wlan0 state: up mac: <filter> 
           Device-2: Broadcom Limited NetLink BCM57785 Gigabit Ethernet PCIe 
           vendor: Acer Incorporated ALI driver: tg3 v: 3.137 port: 2040 bus ID: 04:00.0 
           IF: eth0 state: down mac: <filter> 
Drives:    Local Storage: total: 111.79 GiB used: 5.81 GiB (5.2%) 
           ID-1: /dev/sda vendor: Patriot model: Blast size: 111.79 GiB 
Partition: ID-1: / size: 106.79 GiB used: 5.73 GiB (5.4%) fs: ext4 dev: /dev/dm-0 
           ID-2: /boot size: 487.9 MiB used: 82.9 MiB (17.0%) fs: ext4 dev: /dev/sda2 
           ID-3: swap-1 size: 2.00 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/dm-1 
Sensors:   System Temperatures: cpu: 64.0 C mobo: N/A 
           Fan Speeds (RPM): N/A 
Repos:     Active apt repos in: /etc/apt/sources.list.d/antix.list 
           1: deb http://iso.mxrepo.com/antix/stretch stretch main
           Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
           1: deb http://ftp.cz.debian.org/debian/ stretch-updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/debian.list 
           1: deb http://ftp.cz.debian.org/debian/ stretch main contrib non-free
           2: deb http://security.debian.org/ stretch/updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/mx.list 
           1: deb http://mirror.karneval.cz/pub/linux/mxlinux-packages/mxlinux/mx/repo/ stretch main non-free
           No active apt repos in: /etc/apt/sources.list.d/various.list 
Info:      Processes: 230 Uptime: 19h 03m Memory: 7.68 GiB used: 1.35 GiB (17.6%) Init: SysVinit 
           runlevel: 5 Compilers: gcc: 6.3.0 Shell: bash v: 4.4.12 inxi: 3.0.33 
PS: All previous version of Warzone worked OK on this machine.
Thank you.
Your compiler version is likely to blame, or our lack of support for it.
The sourcecode was modified to suppress warnings introduced in GCC 7
(list) and GCC 8 (list).
Unfortunately, older versions of GCC were not tested.
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 »

Forgon wrote: 11 Jul 2019, 11:31 ...helpful post...
So? Can I sidestep the issue somehow? Installing or upgrading the compiler or something?
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

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

Post by Forgon »

Durabys wrote: 11 Jul 2019, 12:15
Forgon wrote: 11 Jul 2019, 11:31 ...helpful post...
So? Can I sidestep the issue somehow? Installing or upgrading the compiler or something?
Probably, but I don't know how to do this properly with your distro.
I'll try to install MX Linux myself and investigate the problem.
Post Reply