>>> Building on localhost under games/prboom-plus BDEPENDS = [devel/sdl-net;devel/sdl-mixer;archivers/unzip] DIST = [games/prboom-plus:prboom-plus-2.5.1.4.tar.gz] FULLPKGNAME = prboom-plus-2.5.1.4p2 RDEPENDS = [devel/sdl-net;devel/sdl-mixer] (Junk lock obtained for localhost at 1751458364.85) >>> Running depends in games/prboom-plus at 1751458364.90 last junk was in devel/pudb /usr/sbin/pkg_add -aI -Drepair sdl-mixer-1.2.12p5 unzip-6.0p18 was: /usr/sbin/pkg_add -aI -Drepair sdl-mixer-1.2.12p5 sdl-net-1.2.8p4 unzip-6.0p18 /usr/sbin/pkg_add -aI -Drepair sdl-mixer-1.2.12p5 unzip-6.0p18 >>> Running show-prepare-results in games/prboom-plus at 1751458374.90 ===> games/prboom-plus ===> Building from scratch prboom-plus-2.5.1.4p2 ===> prboom-plus-2.5.1.4p2 depends on: unzip-* -> unzip-6.0p18 ===> prboom-plus-2.5.1.4p2 depends on: sdl-mixer-* -> sdl-mixer-1.2.12p5 ===> prboom-plus-2.5.1.4p2 depends on: sdl-net-* -> sdl-net-1.2.8p4 ===> Verifying specs: SDL c m pthread GL GLU SDL_mixer SDL_net ===> found SDL.8.0 c.100.3 m.10.1 pthread.27.1 GL.19.2 GLU.9.0 SDL_mixer.5.0 SDL_net.2.0 sdl-mixer-1.2.12p5 sdl-net-1.2.8p4 unzip-6.0p18 Still tainted: host marked nojunk by games/dangerdeep >>> Running junk in games/prboom-plus at 1751458381.51 Can't run junk because of lock on games/dangerdeep (Junk lock released for localhost at 1751458387.77) distfiles size=1627558 >>> Running build in games/prboom-plus at 1751458387.83 ===> games/prboom-plus ===> Checking files for prboom-plus-2.5.1.4p2 `/ports/distfiles/prboom-plus-2.5.1.4.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for prboom-plus-2.5.1.4p2 ===> Patching for prboom-plus-2.5.1.4p2 ===> Applying OpenBSD patch patch-data_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix accidental inclusion of SDL_Mixer for wad creation | |Index: data/Makefile.in |--- data/Makefile.in.orig |+++ data/Makefile.in -------------------------- Patching file data/Makefile.in using Plan A... Hunk #1 succeeded at 689. done ===> Applying OpenBSD patch patch-src_doomstat_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/doomstat.c |--- src/doomstat.c.orig |+++ src/doomstat.c -------------------------- Patching file src/doomstat.c using Plan A... Hunk #1 succeeded at 54. done ===> Applying OpenBSD patch patch-src_gl_intern_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/gl_intern.h |--- src/gl_intern.h.orig |+++ src/gl_intern.h -------------------------- Patching file src/gl_intern.h using Plan A... Hunk #1 succeeded at 453. Hunk #2 succeeded at 462. done ===> Applying OpenBSD patch patch-src_gl_light_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/gl_light.c |--- src/gl_light.c.orig |+++ src/gl_light.c -------------------------- Patching file src/gl_light.c using Plan A... Hunk #1 succeeded at 78. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for prboom-plus-2.5.1.4p2 ===> Configuring for prboom-plus-2.5.1.4p2 Using /pobj/prboom-plus-2.5.1.4/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /pobj/prboom-plus-2.5.1.4/config.site checking build system type... mips64-unknown-openbsd7.7 checking host system type... mips64-unknown-openbsd7.7 checking target system type... mips64-unknown-openbsd7.7 checking for a BSD-compatible install... /pobj/prboom-plus-2.5.1.4/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... cc 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether ln -s works... yes checking for ranlib... (cached) ranlib checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) 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 whether compiler supports -Wall... no checking whether compiler supports -Wextra... no checking whether compiler supports -Wno-missing-field-initializers... no checking whether compiler supports -Wwrite-strings... no checking whether compiler supports -Wundef... no checking whether compiler supports -Wbad-function-cast... no checking whether compiler supports -Wcast-align... no checking whether compiler supports -Wcast-qual... no checking whether compiler supports -Wdeclaration-after-statement... no checking whether compiler supports -Wpointer-arith... no checking whether compiler supports -ffast-math... no checking whether compiler supports -Wno-unused... no checking whether compiler supports -Wno-switch... no checking whether compiler supports -Wno-sign-compare... no checking whether compiler supports -Wno-pointer-sign... no checking if malloc debugging is wanted... no checking whether compiler supports -march=native... no checking whether compiler supports -O2... no checking whether compiler supports -fomit-frame-pointer... no checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking whether byte ordering is bigendian... yes checking for uid_t in sys/types.h... (cached) yes checking for size_t... (cached) yes checking whether sys_siglist is declared... yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for unistd.h... (cached) yes checking asm/byteorder.h usability... no checking asm/byteorder.h presence... no checking for asm/byteorder.h... no checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking for stricmp... no checking for strnicmp... no checking for min... no checking for max... no checking for getopt... (cached) yes checking for inet_aton... (cached) yes checking for inet_pton... (cached) yes checking for inet_ntop... (cached) yes checking for mmap... (cached) yes checking for usleep... (cached) yes checking for sched_setaffinity... no checking for pow in -lm... (cached) yes checking for OpenGL support... yes checking for sdl-config... /usr/local/bin/sdl-config checking for SDL - version >= 1.1.3... yes checking for SDL_JoystickGetAxis... yes checking for Mix_OpenAudio in -lSDL_mixer... yes checking for SDLNet_UDP_Bind in -lSDL_net... yes checking for pcreposix_regcomp in -lpcreposix... no checking for mad_stream_init in -lmad... no checking for new_fluid_synth in -lfluidsynth... no checking for dumbfile_open in -ldumb... no checking for ov_test_callbacks in -lvorbisfile... no checking for Pt_Time in -lporttime... no checking for Pm_OpenInput in -lportmidi... no checking for IMG_Load in -lSDL_image... no checking for png_create_info_struct in -lpng... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/POSIX/Makefile config.status: creating src/SDL/Makefile config.status: creating src/MAC/Makefile config.status: creating src/PCSOUND/Makefile config.status: creating src/TEXTSCREEN/Makefile config.status: creating src/MUSIC/Makefile config.status: creating doc/Makefile config.status: creating data/Makefile config.status: creating ICONS/Makefile config.status: creating VisualC6/Makefile config.status: creating VisualC8/Makefile config.status: creating prboom.spec config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for prboom-plus-2.5.1.4p2 /usr/bin/make all-recursive Making all in doc Making all in data cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -MT rd_main.o -MD -MP -MF .deps/rd_main.Tpo -c -o rd_main.o rd_main.c mv -f .deps/rd_main.Tpo .deps/rd_main.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -MT rd_util.o -MD -MP -MF .deps/rd_util.Tpo -c -o rd_util.o rd_util.c mv -f .deps/rd_util.Tpo .deps/rd_util.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -MT rd_output.o -MD -MP -MF .deps/rd_output.Tpo -c -o rd_output.o rd_output.c mv -f .deps/rd_output.Tpo .deps/rd_output.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -MT rd_sound.o -MD -MP -MF .deps/rd_sound.Tpo -c -o rd_sound.o rd_sound.c mv -f .deps/rd_sound.Tpo .deps/rd_sound.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -MT rd_palette.o -MD -MP -MF .deps/rd_palette.Tpo -c -o rd_palette.o rd_palette.c mv -f .deps/rd_palette.Tpo .deps/rd_palette.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -MT rd_graphic.o -MD -MP -MF .deps/rd_graphic.Tpo -c -o rd_graphic.o rd_graphic.c mv -f .deps/rd_graphic.Tpo .deps/rd_graphic.Po cc -O2 -pipe -I../src -o rdatawad rd_main.o rd_util.o rd_output.o rd_sound.o rd_palette.o rd_graphic.o ./rdatawad -I . -palette palette.rgb -lumps lumps/switches.lmp lumps/animated.lmp lumps/crbrick.lmp lumps/crtan.lmp lumps/crgray.lmp lumps/crgreen.lmp lumps/crbrown.lmp lumps/crgold.lmp lumps/crred.lmp lumps/crblue.lmp lumps/crblue2.lmp lumps/crorange.lmp lumps/cryellow.lmp -marker C_START -lumps lumps/watermap.lmp -marker C_END -marker B_START -lumps lumps/sinetabl.lmp lumps/tangtabl.lmp lumps/tantoang.lmp lumps/gammatbl.lmp lumps/chexdeh.lmp lumps/bfgbex.lmp lumps/nervebex.lmp lumps/glshadow.lmp lumps/glfp.lmp lumps/glvp.lmp lumps/-prbhud-.lmp lumps/m_ammo.lmp lumps/m_armour.lmp lumps/m_arrow.lmp lumps/m_health.lmp lumps/m_key.lmp lumps/m_normal.lmp lumps/m_shadow.lmp lumps/m_power.lmp lumps/m_weap.lmp lumps/m_mark.lmp -marker B_END -sounds sounds/dsdgsit.wav sounds/dsdgatk.wav sounds/dsdgact.wav sounds/dsdgdth.wav sounds/dsdgpain.wav sounds/dssecret.wav sounds/dsgibdth.wav -graphics graphics/dig0.ppm graphics/dig1.ppm graphics/dig2.ppm graphics/dig3.ppm graphics/dig4.ppm graphics/dig5.ppm graphics/dig6.ppm graphics/dig7.ppm graphics/dig8.ppm graphics/dig9.ppm graphics/diga.ppm graphics/digb.ppm graphics/digc.ppm graphics/digd.ppm graphics/dige.ppm graphics/digf.ppm graphics/digg.ppm graphics/digh.ppm graphics/digi.ppm graphics/digj.ppm graphics/digk.ppm graphics/digl.ppm graphics/digm.ppm graphics/dign.ppm graphics/digo.ppm graphics/digp.ppm graphics/digq.ppm graphics/digr.ppm graphics/digs.ppm graphics/digt.ppm graphics/digu.ppm graphics/digv.ppm graphics/digw.ppm graphics/digx.ppm graphics/digy.ppm graphics/digz.ppm graphics/dig45.ppm graphics/dig47.ppm graphics/dig58.ppm graphics/dig91.ppm graphics/dig93.ppm graphics/stbr123.ppm graphics/stbr124.ppm graphics/stbr125.ppm graphics/stbr126.ppm graphics/stbr127.ppm graphics/boxul.ppm graphics/boxuc.ppm graphics/boxur.ppm graphics/boxcl.ppm graphics/boxcc.ppm graphics/boxcr.ppm graphics/boxll.ppm graphics/boxlc.ppm graphics/boxlr.ppm graphics/stkeys6.ppm graphics/stkeys7.ppm graphics/stkeys8.ppm graphics/stcfn096.ppm graphics/m_butt1.ppm graphics/m_butt2.ppm graphics/m_colors.ppm graphics/m_palno.ppm graphics/m_palsel.ppm graphics/m_vbox.ppm graphics/cross1.ppm graphics/cross2.ppm graphics/cross3.ppm graphics/m_generl.ppm graphics/m_setup.ppm graphics/m_auto.ppm graphics/m_keybnd.ppm graphics/m_chat.ppm graphics/m_compat.ppm graphics/m_enem.ppm graphics/m_mess.ppm graphics/m_stat.ppm graphics/m_weap.ppm graphics/m_horsen.ppm graphics/m_versen.ppm graphics/prboom.ppm graphics/m_accel.ppm graphics/m_loksen.ppm -marker FF_START -flats flats/-n0_tex-.ppm -marker FF_END -marker SS_START -sprites 0,0,sprites/tnt1a0.ppm 32,59,sprites/dogsd5.ppm 32,59,sprites/dogsh5.ppm 32,59,sprites/dogsc5.ppm 32,59,sprites/dogsg5.ppm 32,59,sprites/dogsb1.ppm 32,59,sprites/dogsa5.ppm 32,59,sprites/dogse5.ppm 32,59,sprites/dogsc1.ppm 32,59,sprites/dogsd1.ppm 32,59,sprites/dogsb5.ppm 32,59,sprites/dogsf5.ppm 32,59,sprites/dogsa1.ppm 32,59,sprites/dogse1.ppm 32,59,sprites/dogsf1.ppm 32,59,sprites/dogsd2d8.ppm 32,59,sprites/dogsh2.ppm 32,59,sprites/dogsg1.ppm 32,59,sprites/dogsh8.ppm 32,59,sprites/dogse8.ppm 32,59,sprites/dogsd4d6.ppm 32,59,sprites/dogsh4.ppm 32,59,sprites/dogsa2a8.ppm 32,59,sprites/dogse2.ppm 32,59,sprites/dogsf8.ppm 32,59,sprites/dogsh1.ppm 32,59,sprites/dogsa4a6.ppm 32,59,sprites/dogse4.ppm 32,59,sprites/dogsb4b6.ppm 32,59,sprites/dogsf4.ppm 32,59,sprites/dogsh6.ppm 32,59,sprites/dogsb2b8.ppm 32,59,sprites/dogsf2.ppm 32,59,sprites/dogsc2c8.ppm 32,59,sprites/dogsg2.ppm 32,59,sprites/dogsg6.ppm 32,59,sprites/dogsc4c6.ppm 32,59,sprites/dogsg4.ppm 32,59,sprites/dogsg8.ppm 32,59,sprites/dogsf6.ppm 32,59,sprites/dogsn0.ppm 32,59,sprites/dogse6.ppm 32,59,sprites/dogsd3d7.ppm 32,59,sprites/dogsh3.ppm 32,59,sprites/dogsh7.ppm 32,59,sprites/dogsi0.ppm 32,59,sprites/dogsa3a7.ppm 32,59,sprites/dogse3.ppm 32,59,sprites/dogsb3b7.ppm 32,59,sprites/dogsf3.ppm 32,59,sprites/dogsf7.ppm 32,59,sprites/dogse7.ppm 32,59,sprites/dogsc3c7.ppm 32,59,sprites/dogsg3.ppm 32,59,sprites/dogsg7.ppm 32,59,sprites/dogsj0.ppm 32,59,sprites/dogsk0.ppm 32,59,sprites/dogsl0.ppm 32,59,sprites/dogsm0.ppm 8,12,sprites/pls1a0.ppm 9,12,sprites/pls1b0.ppm 8,12,sprites/pls1c0.ppm 9,12,sprites/pls1d0.ppm 25,37,sprites/pls1e0.ppm 25,37,sprites/pls1f0.ppm 26,42,sprites/pls1g0.ppm 7,10,sprites/pls2a0.ppm 6,8,sprites/pls2b0.ppm 5,6,sprites/pls2c0.ppm 7,10,sprites/pls2d0.ppm 11,16,sprites/pls2e0.ppm -marker SS_END -o prboom-plus.wad Making all in src Making all in SDL cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT i_main.o -MD -MP -MF .deps/i_main.Tpo -c -o i_main.o i_main.c mv -f .deps/i_main.Tpo .deps/i_main.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT i_network.o -MD -MP -MF .deps/i_network.Tpo -c -o i_network.o i_network.c mv -f .deps/i_network.Tpo .deps/i_network.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT i_video.o -MD -MP -MF .deps/i_video.Tpo -c -o i_video.o i_video.c mv -f .deps/i_video.Tpo .deps/i_video.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT i_sound.o -MD -MP -MF .deps/i_sound.Tpo -c -o i_sound.o i_sound.c mv -f .deps/i_sound.Tpo .deps/i_sound.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT i_system.o -MD -MP -MF .deps/i_system.Tpo -c -o i_system.o i_system.c mv -f .deps/i_system.Tpo .deps/i_system.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT i_joy.o -MD -MP -MF .deps/i_joy.Tpo -c -o i_joy.o i_joy.c mv -f .deps/i_joy.Tpo .deps/i_joy.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT i_sshot.o -MD -MP -MF .deps/i_sshot.Tpo -c -o i_sshot.o i_sshot.c mv -f .deps/i_sshot.Tpo .deps/i_sshot.Po rm -f libsdldoom.a ar cru libsdldoom.a i_main.o i_network.o i_video.o i_sound.o i_system.o i_joy.o i_sshot.o ranlib libsdldoom.a Making all in POSIX cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -MT i_system.o -MD -MP -MF .deps/i_system.Tpo -c -o i_system.o i_system.c mv -f .deps/i_system.Tpo .deps/i_system.Po rm -f libposixdoom.a ar cru libposixdoom.a i_system.o ranlib libposixdoom.a Making all in MAC Making all in PCSOUND cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT pcsound.o -MD -MP -MF .deps/pcsound.Tpo -c -o pcsound.o pcsound.c mv -f .deps/pcsound.Tpo .deps/pcsound.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT pcsound_sdl.o -MD -MP -MF .deps/pcsound_sdl.Tpo -c -o pcsound_sdl.o pcsound_sdl.c mv -f .deps/pcsound_sdl.Tpo .deps/pcsound_sdl.Po rm -f libpcsound.a ar cru libpcsound.a pcsound.o pcsound_sdl.o ranlib libpcsound.a Making all in TEXTSCREEN cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_checkbox.o -MD -MP -MF .deps/txt_checkbox.Tpo -c -o txt_checkbox.o txt_checkbox.c mv -f .deps/txt_checkbox.Tpo .deps/txt_checkbox.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_desktop.o -MD -MP -MF .deps/txt_desktop.Tpo -c -o txt_desktop.o txt_desktop.c mv -f .deps/txt_desktop.Tpo .deps/txt_desktop.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_dropdown.o -MD -MP -MF .deps/txt_dropdown.Tpo -c -o txt_dropdown.o txt_dropdown.c mv -f .deps/txt_dropdown.Tpo .deps/txt_dropdown.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_gui.o -MD -MP -MF .deps/txt_gui.Tpo -c -o txt_gui.o txt_gui.c mv -f .deps/txt_gui.Tpo .deps/txt_gui.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_inputbox.o -MD -MP -MF .deps/txt_inputbox.Tpo -c -o txt_inputbox.o txt_inputbox.c mv -f .deps/txt_inputbox.Tpo .deps/txt_inputbox.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_io.o -MD -MP -MF .deps/txt_io.Tpo -c -o txt_io.o txt_io.c mv -f .deps/txt_io.Tpo .deps/txt_io.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_button.o -MD -MP -MF .deps/txt_button.Tpo -c -o txt_button.o txt_button.c mv -f .deps/txt_button.Tpo .deps/txt_button.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_label.o -MD -MP -MF .deps/txt_label.Tpo -c -o txt_label.o txt_label.c mv -f .deps/txt_label.Tpo .deps/txt_label.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_radiobutton.o -MD -MP -MF .deps/txt_radiobutton.Tpo -c -o txt_radiobutton.o txt_radiobutton.c mv -f .deps/txt_radiobutton.Tpo .deps/txt_radiobutton.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_scrollpane.o -MD -MP -MF .deps/txt_scrollpane.Tpo -c -o txt_scrollpane.o txt_scrollpane.c mv -f .deps/txt_scrollpane.Tpo .deps/txt_scrollpane.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_separator.o -MD -MP -MF .deps/txt_separator.Tpo -c -o txt_separator.o txt_separator.c mv -f .deps/txt_separator.Tpo .deps/txt_separator.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_spinctrl.o -MD -MP -MF .deps/txt_spinctrl.Tpo -c -o txt_spinctrl.o txt_spinctrl.c mv -f .deps/txt_spinctrl.Tpo .deps/txt_spinctrl.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_sdl.o -MD -MP -MF .deps/txt_sdl.Tpo -c -o txt_sdl.o txt_sdl.c mv -f .deps/txt_sdl.Tpo .deps/txt_sdl.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_strut.o -MD -MP -MF .deps/txt_strut.Tpo -c -o txt_strut.o txt_strut.c mv -f .deps/txt_strut.Tpo .deps/txt_strut.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_table.o -MD -MP -MF .deps/txt_table.Tpo -c -o txt_table.o txt_table.c mv -f .deps/txt_table.Tpo .deps/txt_table.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_widget.o -MD -MP -MF .deps/txt_widget.Tpo -c -o txt_widget.o txt_widget.c mv -f .deps/txt_widget.Tpo .deps/txt_widget.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_window.o -MD -MP -MF .deps/txt_window.Tpo -c -o txt_window.o txt_window.c mv -f .deps/txt_window.Tpo .deps/txt_window.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -I../src -O2 -pipe -I../../src -MT txt_window_action.o -MD -MP -MF .deps/txt_window_action.Tpo -c -o txt_window_action.o txt_window_action.c mv -f .deps/txt_window_action.Tpo .deps/txt_window_action.Po rm -f libtextscreen.a ar cru libtextscreen.a txt_checkbox.o txt_desktop.o txt_dropdown.o txt_gui.o txt_inputbox.o txt_io.o txt_button.o txt_label.o txt_radiobutton.o txt_scrollpane.o txt_separator.o txt_spinctrl.o txt_sdl.o txt_strut.o txt_table.o txt_widget.o txt_window.o txt_window_action.o ranlib libtextscreen.a Making all in MUSIC cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT dbopl.o -MD -MP -MF .deps/dbopl.Tpo -c -o dbopl.o dbopl.c mv -f .deps/dbopl.Tpo .deps/dbopl.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT dumbplayer.o -MD -MP -MF .deps/dumbplayer.Tpo -c -o dumbplayer.o dumbplayer.c mv -f .deps/dumbplayer.Tpo .deps/dumbplayer.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT flplayer.o -MD -MP -MF .deps/flplayer.Tpo -c -o flplayer.o flplayer.c mv -f .deps/flplayer.Tpo .deps/flplayer.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT madplayer.o -MD -MP -MF .deps/madplayer.Tpo -c -o madplayer.o madplayer.c mv -f .deps/madplayer.Tpo .deps/madplayer.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT midifile.o -MD -MP -MF .deps/midifile.Tpo -c -o midifile.o midifile.c midifile.c:608:25: warning: format specifies type 'long' but the argument has type '__uint32_t' (aka 'unsigned int') [-Wformat] 607 | "chunk_size=%ld\n", | ~~~ | %u 608 | ntohl(file->header.chunk_header.chunk_size)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:98:18: note: expanded from macro 'ntohl' 98 | #define ntohl(x) __htobe32(x) | ^~~~~~~~~~~~ /usr/include/sys/_endian.h:126:22: note: expanded from macro '__htobe32' 126 | #define __htobe32(x) ((__uint32_t)(x)) | ^~~~~~~~~~~~~~~~~ 1 warning generated. mv -f .deps/midifile.Tpo .deps/midifile.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT opl.o -MD -MP -MF .deps/opl.Tpo -c -o opl.o opl.c mv -f .deps/opl.Tpo .deps/opl.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT oplplayer.o -MD -MP -MF .deps/oplplayer.Tpo -c -o oplplayer.o oplplayer.c oplplayer.c:1359:79: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] 1359 | lprintf (LO_WARN, "I_OPL_RegisterSong: Very short MIDI (%i bytes)\n", mf.len); | ~~ ^~~~~~ | %zu 1 warning generated. mv -f .deps/oplplayer.Tpo .deps/oplplayer.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT opl_queue.o -MD -MP -MF .deps/opl_queue.Tpo -c -o opl_queue.o opl_queue.c mv -f .deps/opl_queue.Tpo .deps/opl_queue.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT portmidiplayer.o -MD -MP -MF .deps/portmidiplayer.Tpo -c -o portmidiplayer.o portmidiplayer.c mv -f .deps/portmidiplayer.Tpo .deps/portmidiplayer.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O2 -pipe -I../../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT vorbisplayer.o -MD -MP -MF .deps/vorbisplayer.Tpo -c -o vorbisplayer.o vorbisplayer.c mv -f .deps/vorbisplayer.Tpo .deps/vorbisplayer.Po rm -f libdoommusic.a ar cru libdoommusic.a dbopl.o dumbplayer.o flplayer.o madplayer.o midifile.o opl.o oplplayer.o opl_queue.o portmidiplayer.o vorbisplayer.o ranlib libdoommusic.a cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT am_map.o -MD -MP -MF .deps/am_map.Tpo -c -o am_map.o am_map.c mv -f .deps/am_map.Tpo .deps/am_map.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT g_game.o -MD -MP -MF .deps/g_game.Tpo -c -o g_game.o g_game.c mv -f .deps/g_game.Tpo .deps/g_game.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_mobj.o -MD -MP -MF .deps/p_mobj.Tpo -c -o p_mobj.o p_mobj.c p_mobj.c:96:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 96 | st->action(mobj); | ^ 1 warning generated. mv -f .deps/p_mobj.Tpo .deps/p_mobj.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_demo.o -MD -MP -MF .deps/r_demo.Tpo -c -o r_demo.o r_demo.c r_demo.c:433:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 433 | if ((mlook_lump.lump == -2)) | ~~~~~~~~~~~~~~~~^~~~~ r_demo.c:433:24: note: remove extraneous parentheses around the comparison to silence this warning 433 | if ((mlook_lump.lump == -2)) | ~ ^ ~ r_demo.c:433:24: note: use '=' to turn this equality comparison into an assignment 433 | if ((mlook_lump.lump == -2)) | ^~ | = 1 warning generated. mv -f .deps/r_demo.Tpo .deps/r_demo.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_segs.o -MD -MP -MF .deps/r_segs.Tpo -c -o r_segs.o r_segs.c mv -f .deps/r_segs.Tpo .deps/r_segs.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT hu_lib.o -MD -MP -MF .deps/hu_lib.Tpo -c -o hu_lib.o hu_lib.c mv -f .deps/hu_lib.Tpo .deps/hu_lib.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT lprintf.o -MD -MP -MF .deps/lprintf.Tpo -c -o lprintf.o lprintf.c mv -f .deps/lprintf.Tpo .deps/lprintf.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_plats.o -MD -MP -MF .deps/p_plats.Tpo -c -o p_plats.o p_plats.c mv -f .deps/p_plats.Tpo .deps/p_plats.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_sky.o -MD -MP -MF .deps/r_sky.Tpo -c -o r_sky.o r_sky.c mv -f .deps/r_sky.Tpo .deps/r_sky.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT d_deh.o -MD -MP -MF .deps/d_deh.Tpo -c -o d_deh.o d_deh.c d_deh.c:2796:30: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] 2795 | "* increased buffer from to %d for buffer size %d\n", | ~~ | %zu 2796 | maxstrlen,(int)strlen(inbuffer)); | ^~~~~~~~~ 1 warning generated. mv -f .deps/d_deh.Tpo .deps/d_deh.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT hu_stuff.o -MD -MP -MF .deps/hu_stuff.Tpo -c -o hu_stuff.o hu_stuff.c mv -f .deps/hu_stuff.Tpo .deps/hu_stuff.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT m_argv.o -MD -MP -MF .deps/m_argv.Tpo -c -o m_argv.o m_argv.c mv -f .deps/m_argv.Tpo .deps/m_argv.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_pspr.o -MD -MP -MF .deps/p_pspr.Tpo -c -o p_pspr.o p_pspr.c p_pspr.c:120:24: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 120 | state->action(player, psp); | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:96:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 96 | void A_WeaponReady(); | ^ p_pspr.c:324:6: note: conflicting prototype is here 324 | void A_WeaponReady(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:100:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 100 | void A_ReFire(); | ^ p_pspr.c:378:6: note: conflicting prototype is here 378 | void A_ReFire(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:106:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 106 | void A_CheckReload(); | ^ p_pspr.c:398:6: note: conflicting prototype is here 398 | void A_CheckReload(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:97:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 97 | void A_Lower(); | ^ p_pspr.c:418:6: note: conflicting prototype is here 418 | void A_Lower(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:98:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 98 | void A_Raise(); | ^ p_pspr.c:456:6: note: conflicting prototype is here 456 | void A_Raise(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:111:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 111 | void A_GunFlash(); | ^ p_pspr.c:502:6: note: conflicting prototype is here 502 | void A_GunFlash(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:99:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 99 | void A_Punch(); | ^ p_pspr.c:519:6: note: conflicting prototype is here 519 | void A_Punch(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:113:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 113 | void A_Saw(); | ^ p_pspr.c:561:6: note: conflicting prototype is here 561 | void A_Saw(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:112:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 112 | void A_FireMissile(); | ^ p_pspr.c:616:6: note: conflicting prototype is here 616 | void A_FireMissile(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:116:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 116 | void A_FireBFG(); | ^ p_pspr.c:628:6: note: conflicting prototype is here 628 | void A_FireBFG(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:118:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 118 | void A_FireOldBFG(); | ^ p_pspr.c:646:6: note: conflicting prototype is here 646 | void A_FireOldBFG(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:114:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 114 | void A_FirePlasma(); | ^ p_pspr.c:706:6: note: conflicting prototype is here 706 | void A_FirePlasma(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:101:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 101 | void A_FirePistol(); | ^ p_pspr.c:768:6: note: conflicting prototype is here 768 | void A_FirePistol(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:103:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 103 | void A_FireShotgun(); | ^ p_pspr.c:786:6: note: conflicting prototype is here 786 | void A_FireShotgun(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:105:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 105 | void A_FireShotgun2(); | ^ p_pspr.c:809:6: note: conflicting prototype is here 809 | void A_FireShotgun2(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:110:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 110 | void A_FireCGun(); | ^ p_pspr.c:840:6: note: conflicting prototype is here 840 | void A_FireCGun(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:95:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 95 | void A_Light0(); | ^ p_pspr.c:860:6: note: conflicting prototype is here 860 | void A_Light0(player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:102:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 102 | void A_Light1(); | ^ p_pspr.c:867:6: note: conflicting prototype is here 867 | void A_Light1 (player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:104:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 104 | void A_Light2(); | ^ p_pspr.c:874:6: note: conflicting prototype is here 874 | void A_Light2 (player_t *player, pspdef_t *psp) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:117:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 117 | void A_BFGSpray(); | ^ p_pspr.c:886:6: note: conflicting prototype is here 886 | void A_BFGSpray(mobj_t *mo) | ^ In file included from p_pspr.c:35: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:115:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 115 | void A_BFGsound(); | ^ p_pspr.c:920:6: note: conflicting prototype is here 920 | void A_BFGsound(player_t *player, pspdef_t *psp) | ^ 22 warnings generated. mv -f .deps/p_pspr.Tpo .deps/p_pspr.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT m_bbox.o -MD -MP -MF .deps/m_bbox.Tpo -c -o m_bbox.o m_bbox.c mv -f .deps/m_bbox.Tpo .deps/m_bbox.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_saveg.o -MD -MP -MF .deps/p_saveg.Tpo -c -o p_saveg.o p_saveg.c p_saveg.c:66:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 66 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:89:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 89 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:102:24: warning: cast to smaller integer type 'int' from 'state_t *' [-Wpointer-to-int-cast] 102 | &states[ (int)players[i].psprites[j].state ]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:136:3: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 136 | PADSAVEP(); // killough 3/22/98 | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:201:3: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 201 | PADSAVEP(); // killough 3/22/98 | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:282:18: warning: cast to 'thinker_t *' (aka 'struct thinker_s *') from smaller integer type 'int' [-Wint-to-pointer-cast] 282 | th->prev = (thinker_t *) ++number_of_thinkers; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:328:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 328 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:452:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 452 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:472:7: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 472 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:477:30: warning: cast to smaller integer type 'int' from 'state_t *' [-Wpointer-to-int-cast] 477 | mobj->state = states + (int) mobj->state; | ^~~~~~~~~~~~~~~~~ p_saveg.c:480:34: warning: cast to smaller integer type 'int' from 'struct player_s *' [-Wpointer-to-int-cast] 480 | (mobj->player = &players[(int) mobj->player - 1]) -> mo = mobj; | ^~~~~~~~~~~~~~~~~~ p_saveg.c:651:11: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 651 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:655:29: warning: cast to 'sector_t *' from smaller integer type 'int' [-Wint-to-pointer-cast] 655 | ceiling->sector = (sector_t *)(ceiling->sector->iSectorID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:663:11: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 663 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:667:26: warning: cast to 'sector_t *' from smaller integer type 'int' [-Wint-to-pointer-cast] 667 | door->sector = (sector_t *)(door->sector->iSectorID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:677:11: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 677 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:681:27: warning: cast to 'sector_t *' from smaller integer type 'int' [-Wint-to-pointer-cast] 681 | floor->sector = (sector_t *)(floor->sector->iSectorID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:690:11: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 690 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:694:26: warning: cast to 'sector_t *' from smaller integer type 'int' [-Wint-to-pointer-cast] 694 | plat->sector = (sector_t *)(plat->sector->iSectorID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:702:11: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 702 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:706:27: warning: cast to 'sector_t *' from smaller integer type 'int' [-Wint-to-pointer-cast] 706 | flash->sector = (sector_t *)(flash->sector->iSectorID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:714:11: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 714 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:718:28: warning: cast to 'sector_t *' from smaller integer type 'int' [-Wint-to-pointer-cast] 718 | strobe->sector = (sector_t *)(strobe->sector->iSectorID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:726:11: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 726 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:730:26: warning: cast to 'sector_t *' from smaller integer type 'int' [-Wint-to-pointer-cast] 730 | glow->sector = (sector_t *)(glow->sector->iSectorID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:739:11: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 739 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:743:29: warning: cast to 'sector_t *' from smaller integer type 'int' [-Wint-to-pointer-cast] 743 | flicker->sector = (sector_t *)(flicker->sector->iSectorID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:752:11: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 752 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:756:30: warning: cast to 'sector_t *' from smaller integer type 'int' [-Wint-to-pointer-cast] 756 | elevator->sector = (sector_t *)(elevator->sector->iSectorID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_saveg.c:797:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 797 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:802:38: warning: cast to smaller integer type 'int' from 'sector_t *' [-Wpointer-to-int-cast] 802 | ceiling->sector = §ors[(int)ceiling->sector]; | ^~~~~~~~~~~~~~~~~~~~ p_saveg.c:814:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 814 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:819:35: warning: cast to smaller integer type 'int' from 'sector_t *' [-Wpointer-to-int-cast] 819 | door->sector = §ors[(int)door->sector]; | ^~~~~~~~~~~~~~~~~ p_saveg.c:822:24: warning: cast to smaller integer type 'int' from 'line_t *' (aka 'struct line_s *') [-Wpointer-to-int-cast] 822 | door->line = (int)door->line!=-1? &lines[(int)door->line] : NULL; | ^~~~~~~~~~~~~~~ p_saveg.c:822:52: warning: cast to smaller integer type 'int' from 'line_t *' (aka 'struct line_s *') [-Wpointer-to-int-cast] 822 | door->line = (int)door->line!=-1? &lines[(int)door->line] : NULL; | ^~~~~~~~~~~~~~~ p_saveg.c:831:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 831 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:836:36: warning: cast to smaller integer type 'int' from 'sector_t *' [-Wpointer-to-int-cast] 836 | floor->sector = §ors[(int)floor->sector]; | ^~~~~~~~~~~~~~~~~~ p_saveg.c:844:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 844 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:849:35: warning: cast to smaller integer type 'int' from 'sector_t *' [-Wpointer-to-int-cast] 849 | plat->sector = §ors[(int)plat->sector]; | ^~~~~~~~~~~~~~~~~ p_saveg.c:861:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 861 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:866:36: warning: cast to smaller integer type 'int' from 'sector_t *' [-Wpointer-to-int-cast] 866 | flash->sector = §ors[(int)flash->sector]; | ^~~~~~~~~~~~~~~~~~ p_saveg.c:873:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 873 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:878:37: warning: cast to smaller integer type 'int' from 'sector_t *' [-Wpointer-to-int-cast] 878 | strobe->sector = §ors[(int)strobe->sector]; | ^~~~~~~~~~~~~~~~~~~ p_saveg.c:885:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 885 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:890:35: warning: cast to smaller integer type 'int' from 'sector_t *' [-Wpointer-to-int-cast] 890 | glow->sector = §ors[(int)glow->sector]; | ^~~~~~~~~~~~~~~~~ p_saveg.c:897:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 897 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:902:38: warning: cast to smaller integer type 'int' from 'sector_t *' [-Wpointer-to-int-cast] 902 | flicker->sector = §ors[(int)flicker->sector]; | ^~~~~~~~~~~~~~~~~~~~ p_saveg.c:910:9: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 910 | PADSAVEP(); | ^~~~~~~~~~ p_saveg.c:51:44: note: expanded from macro 'PADSAVEP' 51 | #define PADSAVEP() do { save_p += (4 - ((int) save_p & 3)) & 3; } while (0) | ^~~~~~~~~~~~ p_saveg.c:915:39: warning: cast to smaller integer type 'int' from 'sector_t *' [-Wpointer-to-int-cast] 915 | elevator->sector = §ors[(int)elevator->sector]; | ^~~~~~~~~~~~~~~~~~~~~ 49 warnings generated. mv -f .deps/p_saveg.Tpo .deps/p_saveg.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_things.o -MD -MP -MF .deps/r_things.Tpo -c -o r_things.o r_things.c mv -f .deps/r_things.Tpo .deps/r_things.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT d_items.o -MD -MP -MF .deps/d_items.Tpo -c -o d_items.o d_items.c mv -f .deps/d_items.Tpo .deps/d_items.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT m_cheat.o -MD -MP -MF .deps/m_cheat.Tpo -c -o m_cheat.o m_cheat.c m_cheat.c:194:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 194 | static void cheat_mus(buf) | ^ m_cheat.c:61:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 61 | static void cheat_mus(); | ^ m_cheat.c:68:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 68 | static void cheat_pw(); | ^ m_cheat.c:331:13: note: conflicting prototype is here 331 | static void cheat_pw(int pw) | ^ m_cheat.c:70:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 70 | static void cheat_clev(); | ^ m_cheat.c:351:13: note: conflicting prototype is here 351 | static void cheat_clev(char buf[3]) | ^ m_cheat.c:83:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 83 | static void cheat_tntkeyxx(); | ^ m_cheat.c:528:13: note: conflicting prototype is here 528 | static void cheat_tntkeyxx(int key) | ^ m_cheat.c:542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 542 | static void cheat_tntweapx(buf) | ^ m_cheat.c:85:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 85 | static void cheat_tntweapx(); | ^ m_cheat.c:572:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 572 | static void cheat_tntammox(buf) | ^ m_cheat.c:87:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 87 | static void cheat_tntammox(); | ^ m_cheat.c:655:24: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 655 | cheat[cht].func(argbuf); // process the arg buffer | ^ m_cheat.c:707:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 707 | cheat[i].func(cheat[i].arg); // call cheat handler | ^ m_cheat.c:782:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 782 | cht->func(argbuf); | ^ m_cheat.c:787:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 787 | cht->func(cht->arg); | ^ 13 warnings generated. mv -f .deps/m_cheat.Tpo .deps/m_cheat.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_setup.o -MD -MP -MF .deps/p_setup.Tpo -c -o p_setup.o p_setup.c mv -f .deps/p_setup.Tpo .deps/p_setup.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT s_sound.o -MD -MP -MF .deps/s_sound.Tpo -c -o s_sound.o s_sound.c s_sound.c:676:11: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 676 | adx = D_abs(walkcamera.x - source->x); | ^ ./m_fixed.h:79:15: note: expanded from macro 'D_abs' 79 | #define D_abs abs | ^ s_sound.c:676:11: note: use function 'labs' instead 676 | adx = D_abs(walkcamera.x - source->x); | ^~~~~ | labs ./m_fixed.h:79:15: note: expanded from macro 'D_abs' 79 | #define D_abs abs | ^ s_sound.c:677:11: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 677 | ady = D_abs(walkcamera.y - source->y); | ^ ./m_fixed.h:79:15: note: expanded from macro 'D_abs' 79 | #define D_abs abs | ^ s_sound.c:677:11: note: use function 'labs' instead 677 | ady = D_abs(walkcamera.y - source->y); | ^~~~~ | labs ./m_fixed.h:79:15: note: expanded from macro 'D_abs' 79 | #define D_abs abs | ^ 2 warnings generated. mv -f .deps/s_sound.Tpo .deps/s_sound.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT d_main.o -MD -MP -MF .deps/d_main.Tpo -c -o d_main.o d_main.c d_main.c:300:10: warning: case value not in enumerated type 'gamestate_t' [-Wswitch] 300 | case -1: | ^ 1 warning generated. mv -f .deps/d_main.Tpo .deps/d_main.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_sight.o -MD -MP -MF .deps/p_sight.Tpo -c -o p_sight.o p_sight.c mv -f .deps/p_sight.Tpo .deps/p_sight.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT sounds.o -MD -MP -MF .deps/sounds.Tpo -c -o sounds.o sounds.c mv -f .deps/sounds.Tpo .deps/sounds.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT m_menu.o -MD -MP -MF .deps/m_menu.Tpo -c -o m_menu.o m_menu.c mv -f .deps/m_menu.Tpo .deps/m_menu.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_spec.o -MD -MP -MF .deps/p_spec.Tpo -c -o p_spec.o p_spec.c mv -f .deps/p_spec.Tpo .deps/p_spec.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c info.c:52:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 52 | void A_BetaSkullAttack(); // killough 10/98: beta lost souls attacked different | ^ ./p_enemy.h:118:6: note: conflicting prototype is here 118 | void A_BetaSkullAttack(mobj_t *); // killough 10/98: beta lost souls attacked different | ^ info.c:53:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 53 | void A_Stop(); | ^ ./p_enemy.h:119:6: note: conflicting prototype is here 119 | void A_Stop(mobj_t *); | ^ 2 warnings generated. mv -f .deps/info.Tpo .deps/info.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT st_lib.o -MD -MP -MF .deps/st_lib.Tpo -c -o st_lib.o st_lib.c mv -f .deps/st_lib.Tpo .deps/st_lib.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT m_misc.o -MD -MP -MF .deps/m_misc.Tpo -c -o m_misc.o m_misc.c mv -f .deps/m_misc.Tpo .deps/m_misc.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_switch.o -MD -MP -MF .deps/p_switch.Tpo -c -o p_switch.o p_switch.c mv -f .deps/p_switch.Tpo .deps/p_switch.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_telept.o -MD -MP -MF .deps/p_telept.Tpo -c -o p_telept.o p_telept.c mv -f .deps/p_telept.Tpo .deps/p_telept.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT st_stuff.o -MD -MP -MF .deps/st_stuff.Tpo -c -o st_stuff.o st_stuff.c mv -f .deps/st_stuff.Tpo .deps/st_stuff.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT m_random.o -MD -MP -MF .deps/m_random.Tpo -c -o m_random.o m_random.c mv -f .deps/m_random.Tpo .deps/m_random.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_tick.o -MD -MP -MF .deps/p_tick.Tpo -c -o p_tick.o p_tick.c p_tick.c:252:31: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 252 | currentthinker->function(currentthinker); | ^ 1 warning generated. mv -f .deps/p_tick.Tpo .deps/p_tick.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT tables.o -MD -MP -MF .deps/tables.Tpo -c -o tables.o tables.c mv -f .deps/tables.Tpo .deps/tables.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_user.o -MD -MP -MF .deps/p_user.Tpo -c -o p_user.o p_user.c mv -f .deps/p_user.Tpo .deps/p_user.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_ceilng.o -MD -MP -MF .deps/p_ceilng.Tpo -c -o p_ceilng.o p_ceilng.c mv -f .deps/p_ceilng.Tpo .deps/p_ceilng.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT v_video.o -MD -MP -MF .deps/v_video.Tpo -c -o v_video.o v_video.c v_video.c:1026:11: warning: enumeration value 'VID_MODEMAX' not handled in switch [-Wswitch] 1026 | switch (mode) { | ^~~~ 1 warning generated. mv -f .deps/v_video.Tpo .deps/v_video.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT doomdef.o -MD -MP -MF .deps/doomdef.Tpo -c -o doomdef.o doomdef.c mv -f .deps/doomdef.Tpo .deps/doomdef.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_doors.o -MD -MP -MF .deps/p_doors.Tpo -c -o p_doors.o p_doors.c mv -f .deps/p_doors.Tpo .deps/p_doors.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_enemy.o -MD -MP -MF .deps/p_enemy.Tpo -c -o p_enemy.o p_enemy.c In file included from p_enemy.c:36: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:107:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 107 | void A_OpenShotgun2(); | ^ p_enemy.c:2397:6: note: conflicting prototype is here 2397 | void A_OpenShotgun2(player_t *player, pspdef_t *psp) | ^ In file included from p_enemy.c:36: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:108:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 108 | void A_LoadShotgun2(); | ^ p_enemy.c:2402:6: note: conflicting prototype is here 2402 | void A_LoadShotgun2(player_t *player, pspdef_t *psp) | ^ In file included from p_enemy.c:36: In file included from ./doomstat.h:43: In file included from ./d_player.h:44: ./p_pspr.h:109:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 109 | void A_CloseShotgun2(); | ^ p_enemy.c:2407:6: note: conflicting prototype is here 2407 | void A_CloseShotgun2(player_t *player, pspdef_t *psp) | ^ p_enemy.c:2410:11: warning: passing arguments to 'A_ReFire' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2410 | A_ReFire(player,psp); | ^ 4 warnings generated. mv -f .deps/p_enemy.Tpo .deps/p_enemy.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_bsp.o -MD -MP -MF .deps/r_bsp.Tpo -c -o r_bsp.o r_bsp.c mv -f .deps/r_bsp.Tpo .deps/r_bsp.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c mv -f .deps/version.Tpo .deps/version.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT doomstat.o -MD -MP -MF .deps/doomstat.Tpo -c -o doomstat.o doomstat.c mv -f .deps/doomstat.Tpo .deps/doomstat.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_floor.o -MD -MP -MF .deps/p_floor.Tpo -c -o p_floor.o p_floor.c mv -f .deps/p_floor.Tpo .deps/p_floor.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_data.o -MD -MP -MF .deps/r_data.Tpo -c -o r_data.o r_data.c mv -f .deps/r_data.Tpo .deps/r_data.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT w_wad.o -MD -MP -MF .deps/w_wad.Tpo -c -o w_wad.o w_wad.c w_wad.c:92:5: warning: expression result unused [-Wunused-value] 92 | *src++; | ^~~~~~ 1 warning generated. mv -f .deps/w_wad.Tpo .deps/w_wad.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_genlin.o -MD -MP -MF .deps/p_genlin.Tpo -c -o p_genlin.o p_genlin.c mv -f .deps/p_genlin.Tpo .deps/p_genlin.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT dstrings.o -MD -MP -MF .deps/dstrings.Tpo -c -o dstrings.o dstrings.c mv -f .deps/dstrings.Tpo .deps/dstrings.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_inter.o -MD -MP -MF .deps/p_inter.Tpo -c -o p_inter.o p_inter.c mv -f .deps/p_inter.Tpo .deps/p_inter.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT wi_stuff.o -MD -MP -MF .deps/wi_stuff.Tpo -c -o wi_stuff.o wi_stuff.c mv -f .deps/wi_stuff.Tpo .deps/wi_stuff.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_draw.o -MD -MP -MF .deps/r_draw.Tpo -c -o r_draw.o r_draw.c In file included from r_draw.c:218: ./r_drawflush.inl:253:32: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 253 | if ((sizeof(int) == 4) && (((int)source % 4) == 0) && (((int)dest % 4) == 0)) { | ^~~~~~~~~~~ ./r_drawflush.inl:253:60: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] 253 | if ((sizeof(int) == 4) && (((int)source % 4) == 0) && (((int)dest % 4) == 0)) { | ^~~~~~~~~ 2 warnings generated. mv -f .deps/r_draw.Tpo .deps/r_draw.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT f_finale.o -MD -MP -MF .deps/f_finale.Tpo -c -o f_finale.o f_finale.c mv -f .deps/f_finale.Tpo .deps/f_finale.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_lights.o -MD -MP -MF .deps/p_lights.Tpo -c -o p_lights.o p_lights.c mv -f .deps/p_lights.Tpo .deps/p_lights.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT z_bmalloc.o -MD -MP -MF .deps/z_bmalloc.Tpo -c -o z_bmalloc.o z_bmalloc.c mv -f .deps/z_bmalloc.Tpo .deps/z_bmalloc.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_map.o -MD -MP -MF .deps/p_map.Tpo -c -o p_map.o p_map.c mv -f .deps/p_map.Tpo .deps/p_map.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_main.o -MD -MP -MF .deps/r_main.Tpo -c -o r_main.o r_main.c mv -f .deps/r_main.Tpo .deps/r_main.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT f_wipe.o -MD -MP -MF .deps/f_wipe.Tpo -c -o f_wipe.o f_wipe.c mv -f .deps/f_wipe.Tpo .deps/f_wipe.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT z_zone.o -MD -MP -MF .deps/z_zone.Tpo -c -o z_zone.o z_zone.c mv -f .deps/z_zone.Tpo .deps/z_zone.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_maputl.o -MD -MP -MF .deps/p_maputl.Tpo -c -o p_maputl.o p_maputl.c mv -f .deps/p_maputl.Tpo .deps/p_maputl.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_plane.o -MD -MP -MF .deps/r_plane.Tpo -c -o r_plane.o r_plane.c mv -f .deps/r_plane.Tpo .deps/r_plane.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c mv -f .deps/md5.Tpo .deps/md5.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT p_checksum.o -MD -MP -MF .deps/p_checksum.Tpo -c -o p_checksum.o p_checksum.c mv -f .deps/p_checksum.Tpo .deps/p_checksum.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_patch.o -MD -MP -MF .deps/r_patch.Tpo -c -o r_patch.o r_patch.c mv -f .deps/r_patch.Tpo .deps/r_patch.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_fps.o -MD -MP -MF .deps/r_fps.Tpo -c -o r_fps.o r_fps.c r_fps.c:302:11: warning: 4 enumeration values not handled in switch: 'INTERP_Vertex', 'INTERP_WallPanning', 'INTERP_FloorPanning'... [-Wswitch] 302 | switch (curipos[i].type) | ^~~~~~~~~~~~~~~ r_fps.c:350:11: warning: enumeration value 'INTERP_Vertex' not handled in switch [-Wswitch] 350 | switch (type) | ^~~~ r_fps.c:388:11: warning: enumeration value 'INTERP_Vertex' not handled in switch [-Wswitch] 388 | switch (type) | ^~~~ r_fps.c:421:13: warning: enumeration value 'INTERP_Vertex' not handled in switch [-Wswitch] 421 | switch (curipos[numinterpolations].type) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. mv -f .deps/r_fps.Tpo .deps/r_fps.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_filter.o -MD -MP -MF .deps/r_filter.Tpo -c -o r_filter.o r_filter.c mv -f .deps/r_filter.Tpo .deps/r_filter.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT e6y.o -MD -MP -MF .deps/e6y.Tpo -c -o e6y.o e6y.c e6y.c:412:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] 412 | else | ^ e6y.c:957:57: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] 955 | "%%s - %%%dd:%%05.2f (%%%dd:%%02d) K: %%%dd/%%-%dd%%%ds I: %%%dd/%%-%dd%%%ds S: %%%dd/%%-%dd %%%ds\r\n", | ~~ | %zu 956 | max.stat[TT_TIME], max.stat[TT_TOTALTIME], 957 | max.stat[TT_ALLKILL], max.stat[TT_TOTALKILL], allkills_len, | ^~~~~~~~~~~~ e6y.c:958:57: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] 955 | "%%s - %%%dd:%%05.2f (%%%dd:%%02d) K: %%%dd/%%-%dd%%%ds I: %%%dd/%%-%dd%%%ds S: %%%dd/%%-%dd %%%ds\r\n", | ~~ | %zu 956 | max.stat[TT_TIME], max.stat[TT_TOTALTIME], 957 | max.stat[TT_ALLKILL], max.stat[TT_TOTALKILL], allkills_len, 958 | max.stat[TT_ALLITEM], max.stat[TT_TOTALITEM], allitems_len, | ^~~~~~~~~~~~ e6y.c:959:57: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] 955 | "%%s - %%%dd:%%05.2f (%%%dd:%%02d) K: %%%dd/%%-%dd%%%ds I: %%%dd/%%-%dd%%%ds S: %%%dd/%%-%dd %%%ds\r\n", | ~~ | %zu 956 | max.stat[TT_TIME], max.stat[TT_TOTALTIME], 957 | max.stat[TT_ALLKILL], max.stat[TT_TOTALKILL], allkills_len, 958 | max.stat[TT_ALLITEM], max.stat[TT_TOTALITEM], allitems_len, 959 | max.stat[TT_ALLSECRET], max.stat[TT_TOTALSECRET], allsecrets_len); | ^~~~~~~~~~~~~~ 4 warnings generated. mv -f .deps/e6y.Tpo .deps/e6y.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT i_pcsound.o -MD -MP -MF .deps/i_pcsound.Tpo -c -o i_pcsound.o i_pcsound.c mv -f .deps/i_pcsound.Tpo .deps/i_pcsound.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT r_screenmultiply.o -MD -MP -MF .deps/r_screenmultiply.Tpo -c -o r_screenmultiply.o r_screenmultiply.c mv -f .deps/r_screenmultiply.Tpo .deps/r_screenmultiply.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT g_overflow.o -MD -MP -MF .deps/g_overflow.Tpo -c -o g_overflow.o g_overflow.c g_overflow.c:175:45: warning: cast to smaller integer type 'int' from 'mobj_t *' (aka 'struct mobj_s *') [-Wpointer-to-int-cast] 175 | InterceptsMemoryOverrun(location + 8, (int) intercept->d.thing); | ^~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. mv -f .deps/g_overflow.Tpo .deps/g_overflow.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT hu_tracers.o -MD -MP -MF .deps/hu_tracers.Tpo -c -o hu_tracers.o hu_tracers.c mv -f .deps/hu_tracers.Tpo .deps/hu_tracers.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT s_advsound.o -MD -MP -MF .deps/s_advsound.Tpo -c -o s_advsound.o s_advsound.c mv -f .deps/s_advsound.Tpo .deps/s_advsound.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT i_capture.o -MD -MP -MF .deps/i_capture.Tpo -c -o i_capture.o i_capture.c mv -f .deps/i_capture.Tpo .deps/i_capture.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT sc_man.o -MD -MP -MF .deps/sc_man.Tpo -c -o sc_man.o sc_man.c mv -f .deps/sc_man.Tpo .deps/sc_man.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT d_client.o -MD -MP -MF .deps/d_client.Tpo -c -o d_client.o d_client.c mv -f .deps/d_client.Tpo .deps/d_client.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_opengl.o -MD -MP -MF .deps/gl_opengl.Tpo -c -o gl_opengl.o gl_opengl.c mv -f .deps/gl_opengl.Tpo .deps/gl_opengl.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_detail.o -MD -MP -MF .deps/gl_detail.Tpo -c -o gl_detail.o gl_detail.c gl_detail.c:675:15: warning: enumeration values 'GLDT_UNREGISTERED', 'GLDT_BROKEN', and 'GLDT_PATCH' not handled in switch [-Wswitch] 675 | switch (gltexture->textype) | ^~~~~~~~~~~~~~~~~~ gl_detail.c:820:17: warning: enumeration value 'TAG_DETAIL_MAX' not handled in switch [-Wswitch] 820 | switch (item) | ^~~~ 2 warnings generated. mv -f .deps/gl_detail.Tpo .deps/gl_detail.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_main.o -MD -MP -MF .deps/gl_main.Tpo -c -o gl_main.o gl_main.c gl_main.c:1416:13: warning: 15 enumeration values not handled in switch: 'GLDIT_NONE', 'GLDIT_TWALL', 'GLDIT_SWALL'... [-Wswitch] 1416 | switch (itemtype) | ^~~~~~~~ 1 warning generated. mv -f .deps/gl_main.Tpo .deps/gl_main.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_texture.o -MD -MP -MF .deps/gl_texture.Tpo -c -o gl_texture.o gl_texture.c mv -f .deps/gl_texture.Tpo .deps/gl_texture.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_vertex.o -MD -MP -MF .deps/gl_vertex.Tpo -c -o gl_vertex.o gl_vertex.c mv -f .deps/gl_vertex.Tpo .deps/gl_vertex.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_wipe.o -MD -MP -MF .deps/gl_wipe.Tpo -c -o gl_wipe.o gl_wipe.c mv -f .deps/gl_wipe.Tpo .deps/gl_wipe.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_hires.o -MD -MP -MF .deps/gl_hires.Tpo -c -o gl_hires.o gl_hires.c mv -f .deps/gl_hires.Tpo .deps/gl_hires.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_clipper.o -MD -MP -MF .deps/gl_clipper.Tpo -c -o gl_clipper.o gl_clipper.c gl_clipper.c:348:7: warning: taking the absolute value of unsigned type 'angle_t' (aka 'unsigned int') has no effect [-Wabsolute-value] 348 | if (D_abs(viewpitch) > 46 * ANG1) | ^ ./m_fixed.h:79:15: note: expanded from macro 'D_abs' 79 | #define D_abs abs | ^ gl_clipper.c:348:7: note: remove the call to 'abs' since unsigned values cannot be negative 348 | if (D_abs(viewpitch) > 46 * ANG1) | ^~~~~ ./m_fixed.h:79:15: note: expanded from macro 'D_abs' 79 | #define D_abs abs | ^ 1 warning generated. mv -f .deps/gl_clipper.Tpo .deps/gl_clipper.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_gamma.o -MD -MP -MF .deps/gl_gamma.Tpo -c -o gl_gamma.o gl_gamma.c mv -f .deps/gl_gamma.Tpo .deps/gl_gamma.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_missingtexture.o -MD -MP -MF .deps/gl_missingtexture.Tpo -c -o gl_missingtexture.o gl_missingtexture.c mv -f .deps/gl_missingtexture.Tpo .deps/gl_missingtexture.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_light.o -MD -MP -MF .deps/gl_light.Tpo -c -o gl_light.o gl_light.c mv -f .deps/gl_light.Tpo .deps/gl_light.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_hqresize.o -MD -MP -MF .deps/gl_hqresize.Tpo -c -o gl_hqresize.o gl_hqresize.c gl_hqresize.c:242:11: warning: enumeration values 'GLDT_UNREGISTERED' and 'GLDT_BROKEN' not handled in switch [-Wswitch] 242 | switch (gltexture->textype) | ^~~~~~~~~~~~~~~~~~ gl_hqresize.c:265:11: warning: enumeration values 'hq_scale_none' and 'hq_scale_max' not handled in switch [-Wswitch] 265 | switch (scale_mode) | ^~~~~~~~~~ 2 warnings generated. mv -f .deps/gl_hqresize.Tpo .deps/gl_hqresize.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_sky.o -MD -MP -MF .deps/gl_sky.Tpo -c -o gl_sky.o gl_sky.c gl_sky.c:518:60: warning: implicit conversion from 'unsigned int' to 'float' changes value from 1073741822 to 1073741824 [-Wimplicit-const-int-float-conversion] 518 | fU1 = -((float)angle + SkyBox.x_offset) / (WRAPANGLE - 1); | ~ ~~~~~~~~~~^~~ gl_sky.c:523:59: warning: implicit conversion from 'unsigned int' to 'float' changes value from 1073741822 to 1073741824 [-Wimplicit-const-int-float-conversion] 523 | fU2 = ((float)angle + SkyBox.x_offset) / (WRAPANGLE - 1); | ~ ~~~~~~~~~~^~~ gl_sky.c:635:52: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-const-int-float-conversion] 635 | angle_t topAngle= (angle_t)(c / (float)columns * ANGLE_MAX); | ~ ^~~~~~~~~ ./tables.h:64:19: note: expanded from macro 'ANGLE_MAX' 64 | #define ANGLE_MAX 0xffffffff | ^~~~~~~~~~ 3 warnings generated. mv -f .deps/gl_sky.Tpo .deps/gl_sky.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_fbo.o -MD -MP -MF .deps/gl_fbo.Tpo -c -o gl_fbo.o gl_fbo.c mv -f .deps/gl_fbo.Tpo .deps/gl_fbo.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_shadow.o -MD -MP -MF .deps/gl_shadow.Tpo -c -o gl_shadow.o gl_shadow.c mv -f .deps/gl_shadow.Tpo .deps/gl_shadow.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_soft2gl.o -MD -MP -MF .deps/gl_soft2gl.Tpo -c -o gl_soft2gl.o gl_soft2gl.c mv -f .deps/gl_soft2gl.Tpo .deps/gl_soft2gl.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_map.o -MD -MP -MF .deps/gl_map.Tpo -c -o gl_map.o gl_map.c mv -f .deps/gl_map.Tpo .deps/gl_map.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_preprocess.o -MD -MP -MF .deps/gl_preprocess.Tpo -c -o gl_preprocess.o gl_preprocess.c gl_preprocess.c:236:86: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 236 | if (levelinfo) fprintf(levelinfo, "All carved away: subsector %i - sector %i\n", ssec-subsectors, ssec->sector->iSectorID); | ~~ ^~~~~~~~~~~~~~~ | %li gl_preprocess.c:495:41: warning: incompatible function pointer types passing 'void (GLenum)' (aka 'void (unsigned int)') to parameter of type '_GLUfuncptr' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types] 495 | gluTessCallback(tess, GLU_TESS_BEGIN, ntessBegin); | ^~~~~~~~~~ /usr/X11R6/include/GL/glu.h:340:87: note: passing argument to parameter 'CallBackFunc' here 340 | GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); | ^ gl_preprocess.c:496:42: warning: incompatible function pointer types passing 'void (vertex_t *)' to parameter of type '_GLUfuncptr' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types] 496 | gluTessCallback(tess, GLU_TESS_VERTEX, ntessVertex); | ^~~~~~~~~~~ /usr/X11R6/include/GL/glu.h:340:87: note: passing argument to parameter 'CallBackFunc' here 340 | GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); | ^ gl_preprocess.c:497:41: warning: incompatible function pointer types passing 'void (GLenum)' (aka 'void (unsigned int)') to parameter of type '_GLUfuncptr' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types] 497 | gluTessCallback(tess, GLU_TESS_ERROR, ntessError); | ^~~~~~~~~~ /usr/X11R6/include/GL/glu.h:340:87: note: passing argument to parameter 'CallBackFunc' here 340 | GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); | ^ gl_preprocess.c:498:43: warning: incompatible function pointer types passing 'void (GLdouble *, vertex_t **, GLfloat *, void **)' (aka 'void (double *, vertex_t **, float *, void **)') to parameter of type '_GLUfuncptr' (aka 'void (*)(void)') [-Wincompatible-function-pointer-types] 498 | gluTessCallback(tess, GLU_TESS_COMBINE, ntessCombine); | ^~~~~~~~~~~~ /usr/X11R6/include/GL/glu.h:340:87: note: passing argument to parameter 'CallBackFunc' here 340 | GLAPI void GLAPIENTRY gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc); | ^ gl_preprocess.c:676:17: warning: taking the absolute value of unsigned type 'angle_t' (aka 'unsigned int') has no effect [-Wabsolute-value] 676 | if (D_abs(angle-(180-lineangle))v1-(int)vertexes)/sizeof(vertex_t); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gl_preprocess.c:931:43: warning: cast to smaller integer type 'int' from 'vertex_t *' [-Wpointer-to-int-cast] 931 | v1num=((int)sectors[i].lines[j]->v1-(int)vertexes)/sizeof(vertex_t); | ^~~~~~~~~~~~~ gl_preprocess.c:932:14: warning: cast to smaller integer type 'int' from 'vertex_t *' [-Wpointer-to-int-cast] 932 | v2num=((int)sectors[i].lines[j]->v2-(int)vertexes)/sizeof(vertex_t); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gl_preprocess.c:932:43: warning: cast to smaller integer type 'int' from 'vertex_t *' [-Wpointer-to-int-cast] 932 | v2num=((int)sectors[i].lines[j]->v2-(int)vertexes)/sizeof(vertex_t); | ^~~~~~~~~~~~~ gl_preprocess.c:981:14: warning: cast to smaller integer type 'int' from 'vertex_t *' [-Wpointer-to-int-cast] 981 | v1num=((int)sectors[i].lines[j]->v1-(int)vertexes)/sizeof(vertex_t); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gl_preprocess.c:981:43: warning: cast to smaller integer type 'int' from 'vertex_t *' [-Wpointer-to-int-cast] 981 | v1num=((int)sectors[i].lines[j]->v1-(int)vertexes)/sizeof(vertex_t); | ^~~~~~~~~~~~~ gl_preprocess.c:982:14: warning: cast to smaller integer type 'int' from 'vertex_t *' [-Wpointer-to-int-cast] 982 | v2num=((int)sectors[i].lines[j]->v2-(int)vertexes)/sizeof(vertex_t); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gl_preprocess.c:982:43: warning: cast to smaller integer type 'int' from 'vertex_t *' [-Wpointer-to-int-cast] 982 | v2num=((int)sectors[i].lines[j]->v2-(int)vertexes)/sizeof(vertex_t); | ^~~~~~~~~~~~~ 15 warnings generated. mv -f .deps/gl_preprocess.Tpo .deps/gl_preprocess.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_drawinfo.o -MD -MP -MF .deps/gl_drawinfo.Tpo -c -o gl_drawinfo.o gl_drawinfo.c mv -f .deps/gl_drawinfo.Tpo .deps/gl_drawinfo.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT gl_shader.o -MD -MP -MF .deps/gl_shader.Tpo -c -o gl_shader.o gl_shader.c mv -f .deps/gl_shader.Tpo .deps/gl_shader.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT w_mmap.o -MD -MP -MF .deps/w_mmap.Tpo -c -o w_mmap.o w_mmap.c mv -f .deps/w_mmap.Tpo .deps/w_mmap.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT memio.o -MD -MP -MF .deps/memio.Tpo -c -o memio.o memio.c mv -f .deps/memio.Tpo .deps/memio.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -MT mus2mid.o -MD -MP -MF .deps/mus2mid.Tpo -c -o mus2mid.o mus2mid.c mv -f .deps/mus2mid.Tpo .deps/mus2mid.Po cc -O2 -pipe -I../src -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -o prboom-plus am_map.o g_game.o p_mobj.o r_demo.o r_segs.o hu_lib.o lprintf.o p_plats.o r_sky.o d_deh.o hu_stuff.o m_argv.o p_pspr.o m_bbox.o p_saveg.o r_things.o d_items.o m_cheat.o p_setup.o s_sound.o d_main.o p_sight.o sounds.o m_menu.o p_spec.o info.o st_lib.o m_misc.o p_switch.o p_telept.o st_stuff.o m_random.o p_tick.o tables.o p_user.o p_ceilng.o v_video.o doomdef.o p_doors.o p_enemy.o r_bsp.o version.o doomstat.o p_floor.o r_data.o w_wad.o p_genlin.o dstrings.o p_inter.o wi_stuff.o r_draw.o f_finale.o p_lights.o z_bmalloc.o p_map.o r_main.o f_wipe.o z_zone.o p_maputl.o r_plane.o md5.o p_checksum.o r_patch.o r_fps.o r_filter.o e6y.o i_pcsound.o r_screenmultiply.o g_overflow.o hu_tracers.o s_advsound.o i_capture.o sc_man.o d_client.o gl_opengl.o gl_detail.o gl_main.o gl_texture.o gl_vertex.o gl_wipe.o gl_hires.o gl_clipper.o gl_gamma.o gl_missingtexture.o gl_light.o gl_hqresize.o gl_sky.o gl_fbo.o gl_shadow.o gl_soft2gl.o gl_map.o gl_preprocess.o gl_drawinfo.o gl_shader.o w_mmap.o memio.o mus2mid.o SDL/libsdldoom.a PCSOUND/libpcsound.a TEXTSCREEN/libtextscreen.a MUSIC/libdoommusic.a -lSDL_net -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -lGL -lGLU -lSDL_mixer -lm /usr/X11R6/lib/libGL.so.19.2: warning: rand() may return deterministic values, is that what you want? g_game.o: In function `G_DoLoadGame': g_game.c:(.text+0x3588): warning: strcat() is almost always misused, please use strlcat() g_game.c:(.text+0x2c64): warning: sprintf() is often misused, please use snprintf() /usr/local/lib/libSDL_net.so.2.0: warning: random() may return deterministic values, is that what you want? g_game.o: In function `.L0 ': g_game.c:(.text+0x3a4c): warning: strcpy() is almost always misused, please use strlcpy() r_demo.o: In function `CheckDemoExDemo': r_demo.c:(.text+0x4058): warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/X11R6/lib/libgallium_dri.so: warning: stpcpy() is dangerous; do not use it /usr/local/lib/libsmpeg.so.2.0: warning: vsprintf() is often misused, please use vsnprintf() /usr/bin/ld: warning: libLLVM.so.8.0, needed by /usr/X11R6/lib/libgallium_dri.so, not found (try using -rpath or -rpath-link) /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::ObjectCache::anchor()' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFence' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::EngineBuilder::~EngineBuilder()' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetLastInstruction' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMSetAlignment' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::SectionMemoryManager::SectionMemoryManager(llvm::SectionMemoryManager::MemoryMapper*)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMDisposePassBuilderOptions' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInitializeMipsTarget' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::Triple::Triple(llvm::Twine const&)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFPTrunc' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildIntCast2' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetInsertBlock' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMStructTypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMStartMultithreaded' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildAtomicCmpXchg' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetFirstParam' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMTokenTypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstArray' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetValueName' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMAddCase' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildInsertElement' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMPositionBuilderBefore' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMPrintModuleToString' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `non-virtual thunk to llvm::RTDyldMemoryManager::anchor()' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMContextCreate' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildSExt' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMIsMultithreaded' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::LegacyJITSymbolResolver::lookup(std::__1::set, std::__1::allocator > const&, llvm::unique_function, std::__1::allocator > > >)>)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetFirstFunction' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMArrayType' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMAppendBasicBlockInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMAddAttributeAtIndex' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMIsAFunction' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::Module::addModuleFlag(llvm::Module::ModFlagBehavior, llvm::StringRef, unsigned int)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMAddGlobalMapping' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildSelect' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMSetVisibility' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildZExt' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildCondBr' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMSetGlobalConstant' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetNextInstruction' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildPointerCast' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetTypeKind' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMSetFunctionCallConv' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstReal' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInt16TypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetIntrinsicID' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMContextDispose' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::Module::setOverrideStackAlignment(unsigned int)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInitializeMipsAsmPrinter' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMHalfTypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildExtractElement' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildCall2' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildOr' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstNot' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetPointerToGlobal' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::EngineBuilder::setMCJITMemoryManager(std::__1::unique_ptr >)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFDiv' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstBitCast' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstNull' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstPointerNull' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildTrunc' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildIntCast' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetUndef' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildLShr' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildAggregateRet' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildPtrToInt' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::RTDyldMemoryManager::getSymbolAddressInProcess(std::__1::basic_string, std::__1::allocator > const&)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetEntryBasicBlock' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMAddGlobal' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMSetDataLayout' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMDisposeModule' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMIsDeclaration' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMLinkInMCJIT' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMDisposeMessage' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetCalledValue' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildRet' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFAdd' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMDoubleTypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstVector' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::TargetLibraryInfoImpl::TargetLibraryInfoImpl(llvm::Triple const&)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildSDiv' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInt8TypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildSRem' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildBr' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMDisasmInstruction' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInsertBasicBlockInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildAShr' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMSetInstructionCallConv' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetModuleContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMDisposeTargetData' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildUDiv' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMIsConstant' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetParam' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInt32TypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetNamedFunction' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildNot' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildICmp' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildUIToFP' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildNeg' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::EngineBuilder::create(llvm::TargetMachine*)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetArrayLength' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMCreatePassBuilderOptions' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMCreateEnumAttribute' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildAnd' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildStore' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::EngineBuilder::EngineBuilder(std::__1::unique_ptr >)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstInt' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::SmallVectorBase::mallocForGrow(void*, unsigned long, unsigned long, unsigned long&)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMTypeOf' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMVoidTypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildLoad2' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::SDNode::getValueTypeList(llvm::EVT)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::RTDyldMemoryManager::anchor()' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMDisasmDispose' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMPositionBuilderAtEnd' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildAdd' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetElementType' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMAddFunction' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMIntTypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMCreateDisasm' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildPhi' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMAddCallSiteAttribute' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFPExt' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetFirstBasicBlock' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstStringInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetFirstInstruction' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInitializeMipsDisassembler' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMPointerType' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMDisposeBuilder' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMSetLinkage' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetNextBasicBlock' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetIntTypeWidth' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetVectorSize' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMCreateBuilderInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFMul' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::Module::~Module()' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInitializeMipsTargetInfo' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildIntToPtr' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetBasicBlockParent' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMCopyStringRepOfTargetData' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildXor' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildRetVoid' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMWriteBitcodeToFile' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMStructGetTypeAtIndex' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildSwitch' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMCreateTargetData' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMVectorType' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInt64TypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMFloatTypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMAddIncoming' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::DisableABIBreakingChecks' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMModuleCreateWithNameInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFRem' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFPToSI' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildArrayAlloca' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::deallocate_buffer(void*, unsigned long, unsigned long)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMPrintValueToString' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildInsertValue' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFPToUI' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetValueKind' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFNeg' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetEnumAttributeKindForName' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::RuntimeDyld::MemoryManager::allocateTLSSection(unsigned long, unsigned int, unsigned int, llvm::StringRef)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetInstructionParent' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMIsUndef' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildBitCast' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMFunctionType' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildSub' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::sys::getHostCPUName()' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::EngineBuilder::selectTarget()' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetExecutionEngineTargetMachine' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMSetInitializer' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInitializeMipsTargetMC' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFCmp' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetInstructionOpcode' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetLastParam' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildURem' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::LegacyJITSymbolResolver::getResponsibilitySet(std::__1::set, std::__1::allocator > const&)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetParamTypes' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildAtomicRMW' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetNextFunction' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildAlloca' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::MemoryBuffer::getMemBuffer(llvm::StringRef, llvm::StringRef, bool)' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetGlobalParent' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstIntGetZExtValue' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFreeze' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildShuffleVector' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildSIToFP' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMGetNextParam' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildMul' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::MCTargetOptions::MCTargetOptions()' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildFSub' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildShl' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMDisposeExecutionEngine' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMInt1TypeInContext' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMConstAllOnes' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `llvm::RTDyldMemoryManager::~RTDyldMemoryManager()' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildGEP2' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMRunPasses' /usr/X11R6/lib/libgallium_dri.so: undefined reference to `LLVMBuildExtractValue' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error 1 in src (Makefile:552 'prboom-plus') *** Error 1 in src (Makefile:710 'all-recursive': @fail=; if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_...) *** Error 1 in . (Makefile:472 'all-recursive': @fail=; if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_wi...) *** Error 2 in /pobj/prboom-plus-2.5.1.4/prboom-plus-2.5.1.4 (Makefile:365 'all') *** Error 2 in games/prboom-plus (/ports/infrastructure/mk/bsd.port.mk:3069 '/pobj/prboom-plus-2.5.1.4/.build_done': @cd /pobj/prboom-plus-2...) *** Error 2 in games/prboom-plus (/ports/infrastructure/mk/bsd.port.mk:2712 'build': @lock=prboom-plus-2.5.1.4p2; export _LOCKS_HELD=" prbo...) ===> Exiting games/prboom-plus with an error *** Error 1 in /ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval ${e...) >>> Ended at 1751459090.54 max_stuck=95.61/depends=10.00/show-prepare-results=5.94/junk=6.30/build=702.75 Error: job failed with 512 on localhost at 1751459090