Resource icon

srb2bld - SRB2 Build/Package manager CLI

Bijman

Ye ol' bugger
Bijman submitted a new resource:

srb2bld - Build/Package manager CLI - Download, build, install to system or create AppImages/App Bundles of various SRB2 builds.

Description

srb2bld is a shell script, that automates and simplifies process of downloading source code, configuration, compilation, installation and creating portable executable bundles of various SRB2 related builds.
View attachment 62714

Features

- Compiling and installing 32-bit/64-bit binaries of SRB2, SRB2 Uncapped Plus, SRB2 NetPlus, SRB2 VR, SRB2 v2.1 Legacy, SRB2 v2.0, SRB2 Final Demo, SRB2 Persona, SRB2 Kart or SRB2 Kart Moe Mansion, SRB2...

Read more about this resource...
 
  • Cool!
Reactions: Fal
Bijman updated srb2bld - Build/Package manager CLI with a new update entry:

Update 2022-02-28

  • Added ability to switch branches before compiling build,
  • Fixed SRB2Kart variables that threw "malformed URL" error message when downloading assets,
  • Suppressed some messages for system's package managers during installation of dependencies, to avoid getting conflicting output,
  • Fixed issue of not installing libopenmpt for macOS when system has more than one path to libraries,
  • Corrected paths in environment variables for compiling libraries and SRB2 builds on macOS...

Read the rest of this update entry...
 
How come no one has commented on this beauty of tool before me??????????? Love this, thank you!
One issue, though:
*snip*
Any ideas what could it be? I made sure I had followed your instructions accordingly, and I did check out the Configurations section before utilizing your script. Again, thank you!


@Bijman Scratch that, it's working well now! I had to input srb2bld -ra and -rb before I would retry installing Kart Moe! Still, another issue arises:
*snip*
I can opt out the Discord RPC feature, but I preferably would like it in my build still. Is this about a dependency or another I'm missing on my end?
 
Last edited:
@Bijman Scratch that, it's working well now! I had to input srb2bld -ra and -rb before I would retry installing Kart Moe! Still, another issue arises:
I can opt out the Discord RPC feature, but I preferably would like it in my build still. Is this about a dependency or another I'm missing on my end?
It seems you did well. First of all, could you show me output of command find /usr/local/lib -iname libdiscord-rpc.so? If path to file libdiscord-rpc.so shows for you, then try to run export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" and run again srb2kartmoe. If that works, add that LD_LIBRARY_PATH command to your shell configuration file like .bash_profile or .bashrc or .zshrc.

Thank you for trying out my script and your kind words, really appreciated.
 
  • Cool!
Reactions: Fal
It seems you did well. First of all, could you show me output of command find /usr/local/lib -iname libdiscord-rpc.so? If path to file libdiscord-rpc.so shows for you, then try to run export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" and run again srb2kartmoe. If that works, add that LD_LIBRARY_PATH command to your shell configuration file like .bash_profile or .bashrc or .zshrc.

Thank you for trying out my script and your kind words, really appreciated.
Er, nevermind it all. Dunno what woinkings and jinxings has my PC been up to, but the error has disappeared away and now lets me start my game with Discord RPC, just after I restarted on my computer. Oh. :oh:

But oh, I'm glad to hear! I tested it on Arch Linux too (was on Ubuntu previously), and it works like a charm! I just hate to be forced on compiling when the misery of a situation calls for it sadly, so your bestowing bless is a blessing to my needs! It's very intuitive, and I'm largely admiring you have went on your trouble on prompting Final Demo and Netplus and the like available for automatic compiling. Now I'm wondering if JTE can be archived the same form, but nevertheless, I truly am loving of your endeavor! I shall use this for the rest of my life. Once again, thanks for this major of a QOL tool! :wonderful:
 
Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry:

Update 2022-03-27

  • Added ability to compile from custom local or remote Git repository,
  • Added wadcli and SLADE,
  • Replaced repository of SRB2 Uncapped PLUS to have 2.2.10 version of build,
  • Names of configuration directories are changed depending on chosen branch,
  • Fixed permissions within container,
  • Small changes to messages,
  • Renamed containers and variables,
  • Fixed SRB2 Kart Moe Mansion issues of not removing some files when uninstalling,
  • Other fixes.

Read the rest of this update entry...
 
  • Cool!
Reactions: Fal
Fantastic update! Building up custom SRB2 builds is sure a fancy feature! Speaking off, that's something I'm trying to use at the moment, yet I'm falling miserably sadly... for some forsaken reason, srb2bld just spats out that my SBR2GITPATH isn't set, despite that I did so on my .bash_profile.

It's a particular SRB2Kart custom build I'm trying to compile yet. I'd suppose that's not supported yet? It's hosted on Gitlab too! If either are truly supported, then no idea what's causing the discrenpancy here. :oh:
 
Fantastic update! Building up custom SRB2 builds is sure a fancy feature! Speaking off, that's something I'm trying to use at the moment, yet I'm falling miserably sadly... for some forsaken reason, srb2bld just spats out that my SBR2GITPATH isn't set, despite that I did so on my .bash_profile.

It's a particular SRB2Kart custom build I'm trying to compile yet. I'd suppose that's not supported yet? It's hosted on Gitlab too! If either are truly supported, then no idea what's causing the discrenpancy here. :oh:

Thanks! For starters, did you open new terminal or run source ~/.bash_profile, and then run script? If yes and your issue still persists, then could you show me output of echo $SRB2GITPATH from newly opened terminal, so we can figure out what's going on?

If output does NOT show, then that could mean a few things:
  1. export SRB2GITPATH="[your-path-to-your-custom-repository]" was not written to ".bash_profile" in user's home directory,
  2. You use different shell like ZSH, therefore you need to write this variable to ".zshrc" in user's home directory. To find out which shell you are currently using, enter echo $0,
  3. Typo in your variable like "SBR2GITPATH".
 
Last edited:
Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry:

Update 2022-03-31

- Fixed issue of not displaying list of directories and files to be removed, when uninstalling build on Windows,
- Fixed issue of some dependencies for SLADE not be installed on some Linux systems, because SLADE expected older versions of libraries,
- Changed version of libopenmpt for SRB2 Uncapped PLUS to be installed or packaged as App Bundle on some macOS versions,
- Fixed permission conflicts between symlinked libraries using GNU Stow and installed ones from package manager on macOS,
-...

Read the rest of this update entry...
 
so we can figure out what's going on?
Oh, yes! Though, erm, just as I was about to follow through your steps, I got hit with this another exorbitant issue, and it won't let me compile any of SRB2 builds at all, even with your up to date script. Really odd...

Your compiler version, GCC 7, is not supported by the Makefile. The Makefile will assume GCC 10.2.
Creating dependency file, depend.dep
Created dependency file, depend.dep
Your compiler version, GCC 7, is not supported by the Makefile. The Makefile will assume GCC 10.2.
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:876: recipe for target '../objs/Linux64/SDL/Release/i_main.o' failed
make: *** [../objs/Linux64/SDL/Release/i_main.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/string.o' failed
make: *** [../objs/Linux64/SDL/Release/string.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_main.o' failed
make: *** [../objs/Linux64/SDL/Release/d_main.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_clisrv.o' failed
make: *** [../objs/Linux64/SDL/Release/d_clisrv.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_net.o' failed
make: *** [../objs/Linux64/SDL/Release/d_net.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_netfil.o' failed
make: *** [../objs/Linux64/SDL/Release/d_netfil.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_netcmd.o' failed
make: *** [../objs/Linux64/SDL/Release/d_netcmd.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/dehacked.o' failed
make: *** [../objs/Linux64/SDL/Release/dehacked.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/z_zone.o' failed
make: *** [../objs/Linux64/SDL/Release/z_zone.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/f_finale.o' failed
make: *** [../objs/Linux64/SDL/Release/f_finale.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/f_wipe.o' failed
make: *** [../objs/Linux64/SDL/Release/f_wipe.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/g_game.o' failed
make: *** [../objs/Linux64/SDL/Release/g_game.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/g_input.o' failed
make: *** [../objs/Linux64/SDL/Release/g_input.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/am_map.o' failed
make: *** [../objs/Linux64/SDL/Release/am_map.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/command.o' failed
make: *** [../objs/Linux64/SDL/Release/command.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/console.o' failed
make: *** [../objs/Linux64/SDL/Release/console.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/hu_stuff.o' failed
make: *** [../objs/Linux64/SDL/Release/hu_stuff.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/y_inter.o' failed
make: *** [../objs/Linux64/SDL/Release/y_inter.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/st_stuff.o' failed
make: *** [../objs/Linux64/SDL/Release/st_stuff.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/k_kart.o' failed
make: *** [../objs/Linux64/SDL/Release/k_kart.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_aatree.o' failed
make: *** [../objs/Linux64/SDL/Release/m_aatree.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_anigif.o' failed
make: *** [../objs/Linux64/SDL/Release/m_anigif.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_argv.o' failed
make: *** [../objs/Linux64/SDL/Release/m_argv.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_bbox.o' failed
make: *** [../objs/Linux64/SDL/Release/m_bbox.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_cheat.o' failed
make: *** [../objs/Linux64/SDL/Release/m_cheat.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_cond.o' failed
make: *** [../objs/Linux64/SDL/Release/m_cond.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_fixed.o' failed
make: *** [../objs/Linux64/SDL/Release/m_fixed.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_menu.o' failed
make: *** [../objs/Linux64/SDL/Release/m_menu.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_misc.o' failed
make: *** [../objs/Linux64/SDL/Release/m_misc.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_random.o' failed
make: *** [../objs/Linux64/SDL/Release/m_random.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_queue.o' failed
make: *** [../objs/Linux64/SDL/Release/m_queue.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/info.o' failed
make: *** [../objs/Linux64/SDL/Release/info.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_ceilng.o' failed
make: *** [../objs/Linux64/SDL/Release/p_ceilng.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_enemy.o' failed
make: *** [../objs/Linux64/SDL/Release/p_enemy.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_floor.o' failed
make: *** [../objs/Linux64/SDL/Release/p_floor.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_inter.o' failed
make: *** [../objs/Linux64/SDL/Release/p_inter.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_lights.o' failed
make: *** [../objs/Linux64/SDL/Release/p_lights.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_map.o' failed
make: *** [../objs/Linux64/SDL/Release/p_map.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_maputl.o' failed
make: *** [../objs/Linux64/SDL/Release/p_maputl.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_mobj.o' failed
make: *** [../objs/Linux64/SDL/Release/p_mobj.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_polyobj.o' failed
make: *** [../objs/Linux64/SDL/Release/p_polyobj.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_saveg.o' failed
make: *** [../objs/Linux64/SDL/Release/p_saveg.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_setup.o' failed
make: *** [../objs/Linux64/SDL/Release/p_setup.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_sight.o' failed
make: *** [../objs/Linux64/SDL/Release/p_sight.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_spec.o' failed
make: *** [../objs/Linux64/SDL/Release/p_spec.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_telept.o' failed
make: *** [../objs/Linux64/SDL/Release/p_telept.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_tick.o' failed
make: *** [../objs/Linux64/SDL/Release/p_tick.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_user.o' failed
make: *** [../objs/Linux64/SDL/Release/p_user.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_slopes.o' failed
make: *** [../objs/Linux64/SDL/Release/p_slopes.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/tables.o' failed
make: *** [../objs/Linux64/SDL/Release/tables.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_bsp.o' failed
make: *** [../objs/Linux64/SDL/Release/r_bsp.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_data.o' failed
make: *** [../objs/Linux64/SDL/Release/r_data.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_draw.o' failed
make: *** [../objs/Linux64/SDL/Release/r_draw.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_main.o' failed
make: *** [../objs/Linux64/SDL/Release/r_main.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_plane.o' failed
make: *** [../objs/Linux64/SDL/Release/r_plane.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_segs.o' failed
make: *** [../objs/Linux64/SDL/Release/r_segs.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_sky.o' failed
make: *** [../objs/Linux64/SDL/Release/r_sky.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_splats.o' failed
make: *** [../objs/Linux64/SDL/Release/r_splats.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_things.o' failed
make: *** [../objs/Linux64/SDL/Release/r_things.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/screen.o' failed
make: *** [../objs/Linux64/SDL/Release/screen.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/v_video.o' failed
make: *** [../objs/Linux64/SDL/Release/v_video.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/s_sound.o' failed
make: *** [../objs/Linux64/SDL/Release/s_sound.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/sounds.o' failed
make: *** [../objs/Linux64/SDL/Release/sounds.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/w_wad.o' failed
make: *** [../objs/Linux64/SDL/Release/w_wad.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/filesrch.o' failed
make: *** [../objs/Linux64/SDL/Release/filesrch.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/mserv.o' failed
make: *** [../objs/Linux64/SDL/Release/mserv.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/http-mserv.o' failed
make: *** [../objs/Linux64/SDL/Release/http-mserv.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/i_tcp.o' failed
make: *** [../objs/Linux64/SDL/Release/i_tcp.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/lzf.o' failed
make: *** [../objs/Linux64/SDL/Release/lzf.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'

Something about my GCC and make packages...? Made sure to reinstall them, yet no success, aw.
 
Last edited:
Bijman updated srb2bld - SRB2 Build/Package manager CLI with a new update entry:

Update 2022-04-06

  • Improved detection of missing dependencies for host Linux systems,
  • Fixed issue of not choosing proper version of compiler after last update.

Read the rest of this update entry...
Post automatically merged:

Oh, yes! Though, erm, just as I was about to follow through your steps, I got hit with this another exorbitant issue, and it won't let me compile any of SRB2 builds at all, even with your up to date script. Really odd...

Building Sonic Robo Blast 2 Kart's source code. Please wait...
make: Entering directory '/home/rotters/.local/share/srb2bld/builds/srb2-kart/src'
Your compiler version, GCC 7, is not supported by the Makefile. The Makefile will assume GCC 10.2.
Creating dependency file, depend.dep
Created dependency file, depend.dep
Your compiler version, GCC 7, is not supported by the Makefile. The Makefile will assume GCC 10.2.
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:876: recipe for target '../objs/Linux64/SDL/Release/i_main.o' failed
make: *** [../objs/Linux64/SDL/Release/i_main.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/string.o' failed
make: *** [../objs/Linux64/SDL/Release/string.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_main.o' failed
make: *** [../objs/Linux64/SDL/Release/d_main.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_clisrv.o' failed
make: *** [../objs/Linux64/SDL/Release/d_clisrv.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_net.o' failed
make: *** [../objs/Linux64/SDL/Release/d_net.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_netfil.o' failed
make: *** [../objs/Linux64/SDL/Release/d_netfil.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/d_netcmd.o' failed
make: *** [../objs/Linux64/SDL/Release/d_netcmd.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/dehacked.o' failed
make: *** [../objs/Linux64/SDL/Release/dehacked.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/z_zone.o' failed
make: *** [../objs/Linux64/SDL/Release/z_zone.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/f_finale.o' failed
make: *** [../objs/Linux64/SDL/Release/f_finale.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/f_wipe.o' failed
make: *** [../objs/Linux64/SDL/Release/f_wipe.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/g_game.o' failed
make: *** [../objs/Linux64/SDL/Release/g_game.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/g_input.o' failed
make: *** [../objs/Linux64/SDL/Release/g_input.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/am_map.o' failed
make: *** [../objs/Linux64/SDL/Release/am_map.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/command.o' failed
make: *** [../objs/Linux64/SDL/Release/command.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/console.o' failed
make: *** [../objs/Linux64/SDL/Release/console.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/hu_stuff.o' failed
make: *** [../objs/Linux64/SDL/Release/hu_stuff.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/y_inter.o' failed
make: *** [../objs/Linux64/SDL/Release/y_inter.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/st_stuff.o' failed
make: *** [../objs/Linux64/SDL/Release/st_stuff.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/k_kart.o' failed
make: *** [../objs/Linux64/SDL/Release/k_kart.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_aatree.o' failed
make: *** [../objs/Linux64/SDL/Release/m_aatree.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_anigif.o' failed
make: *** [../objs/Linux64/SDL/Release/m_anigif.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_argv.o' failed
make: *** [../objs/Linux64/SDL/Release/m_argv.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_bbox.o' failed
make: *** [../objs/Linux64/SDL/Release/m_bbox.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_cheat.o' failed
make: *** [../objs/Linux64/SDL/Release/m_cheat.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_cond.o' failed
make: *** [../objs/Linux64/SDL/Release/m_cond.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_fixed.o' failed
make: *** [../objs/Linux64/SDL/Release/m_fixed.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_menu.o' failed
make: *** [../objs/Linux64/SDL/Release/m_menu.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_misc.o' failed
make: *** [../objs/Linux64/SDL/Release/m_misc.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_random.o' failed
make: *** [../objs/Linux64/SDL/Release/m_random.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/m_queue.o' failed
make: *** [../objs/Linux64/SDL/Release/m_queue.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/info.o' failed
make: *** [../objs/Linux64/SDL/Release/info.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_ceilng.o' failed
make: *** [../objs/Linux64/SDL/Release/p_ceilng.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_enemy.o' failed
make: *** [../objs/Linux64/SDL/Release/p_enemy.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_floor.o' failed
make: *** [../objs/Linux64/SDL/Release/p_floor.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_inter.o' failed
make: *** [../objs/Linux64/SDL/Release/p_inter.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_lights.o' failed
make: *** [../objs/Linux64/SDL/Release/p_lights.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_map.o' failed
make: *** [../objs/Linux64/SDL/Release/p_map.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_maputl.o' failed
make: *** [../objs/Linux64/SDL/Release/p_maputl.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_mobj.o' failed
make: *** [../objs/Linux64/SDL/Release/p_mobj.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_polyobj.o' failed
make: *** [../objs/Linux64/SDL/Release/p_polyobj.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_saveg.o' failed
make: *** [../objs/Linux64/SDL/Release/p_saveg.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_setup.o' failed
make: *** [../objs/Linux64/SDL/Release/p_setup.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_sight.o' failed
make: *** [../objs/Linux64/SDL/Release/p_sight.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_spec.o' failed
make: *** [../objs/Linux64/SDL/Release/p_spec.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_telept.o' failed
make: *** [../objs/Linux64/SDL/Release/p_telept.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_tick.o' failed
make: *** [../objs/Linux64/SDL/Release/p_tick.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_user.o' failed
make: *** [../objs/Linux64/SDL/Release/p_user.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/p_slopes.o' failed
make: *** [../objs/Linux64/SDL/Release/p_slopes.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/tables.o' failed
make: *** [../objs/Linux64/SDL/Release/tables.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_bsp.o' failed
make: *** [../objs/Linux64/SDL/Release/r_bsp.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_data.o' failed
make: *** [../objs/Linux64/SDL/Release/r_data.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_draw.o' failed
make: *** [../objs/Linux64/SDL/Release/r_draw.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_main.o' failed
make: *** [../objs/Linux64/SDL/Release/r_main.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_plane.o' failed
make: *** [../objs/Linux64/SDL/Release/r_plane.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_segs.o' failed
make: *** [../objs/Linux64/SDL/Release/r_segs.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_sky.o' failed
make: *** [../objs/Linux64/SDL/Release/r_sky.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_splats.o' failed
make: *** [../objs/Linux64/SDL/Release/r_splats.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/r_things.o' failed
make: *** [../objs/Linux64/SDL/Release/r_things.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/screen.o' failed
make: *** [../objs/Linux64/SDL/Release/screen.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/v_video.o' failed
make: *** [../objs/Linux64/SDL/Release/v_video.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/s_sound.o' failed
make: *** [../objs/Linux64/SDL/Release/s_sound.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/sounds.o' failed
make: *** [../objs/Linux64/SDL/Release/sounds.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/w_wad.o' failed
make: *** [../objs/Linux64/SDL/Release/w_wad.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/filesrch.o' failed
make: *** [../objs/Linux64/SDL/Release/filesrch.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/mserv.o' failed
make: *** [../objs/Linux64/SDL/Release/mserv.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/http-mserv.o' failed
make: *** [../objs/Linux64/SDL/Release/http-mserv.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/i_tcp.o' failed
make: *** [../objs/Linux64/SDL/Release/i_tcp.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'
Makefile:873: recipe for target '../objs/Linux64/SDL/Release/lzf.o' failed
make: *** [../objs/Linux64/SDL/Release/lzf.o] Error 1
cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation
cc1:
error: -Werror=multistatement-macros: no option -Wmultistatement-macros
cc1:
warning: unrecognized command line option '-Wno-stringop-truncation'

Something about my GCC and make packages...? Made sure to reinstall them, yet no success, aw.
This issue is fixed with new update. I would like to apologize, I messed up with variables within script from previous update, that resulted with wrong versions of GCC.
 
Last edited:
  • Cool!
Reactions: Fal
This issue is fixed with new update. I would like to apologize, I messed up with variables within script from previous update, that resulted with wrong versions of GCC.
Oh, don't be sorry! I'm just very grateful enough to be reporting issues and being on my good part to round up better your useful script! Thanks a ton for your efforts, as always! :wonderful:

In any case, now I'm getting this "git" issue as of lately:
snip

And though I did "sudo" input that recommending exact commands afterwards, I still get the same error.
 
Last edited:
Oh, don't be sorry! I'm just very grateful enough to be reporting issues and being on my good part to round up better your useful script! Thanks a ton for your efforts, as always! :wonderful:

In any case, now I'm getting this "git" issue as of lately:

And though I did "sudo" input that recommending exact commands afterwards, I still get the same error.
This is security measure with recently updated Git, that conflicts with Docker container. I updated script, to fix this issue.
 
This is security measure with recently updated Git, that conflicts with Docker container. I updated script, to fix this issue.
Thank you, that did plumb on the problem! Although, I think you might have forgotten to fix this for DiscordRPC's libs too. :ohsnap:

snip
 
Last edited:
Thank you, that did plumb on the problem! Although, I think you might have forgotten to fix this for DiscordRPC's libs too. :ohsnap:

Oof, you are right. I just updated script again in my GitHub repository, this time it affects libraries downloaded from Git repositories too.
 
Last edited:
  • Cool!
Reactions: Fal

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top