Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 15, 2021 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/822176f251879496a15f9fe0b10a3b4d to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/822176f251879496a15f9fe0b10a3b4d to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 23 seconds | https://github.com/NixOS/nixpkgs/pull/116460
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/b2g4h375b4gdq6ai71gqij0pia535pll-chromium-bsu-0.9.16.1.tar.gz
source root is chromium-bsu-0.9.16.1
setting SOURCE_DATE_EPOCH to timestamp 1473135234 of file chromium-bsu-0.9.16.1/ChangeLog
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
configure flags: --disable-dependency-tracking --prefix=/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1 --disable-glpng --disable-glc --disable-sdlimage --disable-sdlmixer
checking for a BSD-compatible install... /nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... none
checking pkg-config is at least version 0.9.0... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /nix/store/3ziv8ng2fgfc5g9gvlx8w6jw6zd0sypc-gnugrep-3.6/bin/grep
checking for egrep... /nix/store/3ziv8ng2fgfc5g9gvlx8w6jw6zd0sypc-gnugrep-3.6/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether struct tm is in sys/time.h or time.h... time.h
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for atexit... yes
checking for floor... no
checking for setenv... yes
checking for sqrt... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strerror... yes
checking for strrchr... yes
checking for memset... yes
checking for setlocale... yes
checking for strdup... yes
checking for tzset... yes
checking whether NLS is requested... yes
checking for msgfmt... /nix/store/gn9qc6574r4dkhrpzip7k4mxshs1zg0r-gettext-0.21/bin/msgfmt
checking for gmsgfmt... /nix/store/gn9qc6574r4dkhrpzip7k4mxshs1zg0r-gettext-0.21/bin/msgfmt
checking for xgettext... /nix/store/gn9qc6574r4dkhrpzip7k4mxshs1zg0r-gettext-0.21/bin/xgettext
checking for msgmerge... /nix/store/gn9qc6574r4dkhrpzip7k4mxshs1zg0r-gettext-0.21/bin/msgmerge
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking pkg-config is at least version 0.9.0... yes
checking for GL... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for compiling a minimal OpenGL program... yes
checking for linking a minimal OpenGL program... yes
checking pkg-config is at least version 0.9.0... yes
checking for GLU... yes
checking for GL/glu.h... yes
checking for compiling a minimal OpenGL Utility (GLU) program... yes
checking for linking a minimal GLU program... yes
checking if GLU varargs tesselator is using non-standard form... no
checking for FTGL... yes
checking for FONTCONFIG... yes
checking for SDL2... yes
checking for SDL... no
checking for library containing glutMainLoop... -lglut
checking GL/glut.h usability... yes
checking GL/glut.h presence... yes
checking for GL/glut.h... yes
checking for compiling a minimal GLUT program... yes
checking for linking a minimal GLUT program... yes
checking for OPENAL... yes
checking for FREEALUT... yes
checking for SDL2MIXER... yes
checking for SDL2IMAGE... yes
checking OpenAL/al.h usability... no
checking OpenAL/al.h presence... no
checking for OpenAL/al.h... no
checking OpenAL/alc.h usability... no
checking OpenAL/alc.h presence... no
checking for OpenAL/alc.h... no
checking ALUT/alut.h usability... no
checking ALUT/alut.h presence... no
checking for ALUT/alut.h... no
checking AL/al.h usability... yes
checking AL/al.h presence... yes
checking for AL/al.h... yes
checking AL/alc.h usability... yes
checking AL/alc.h presence... yes
checking for AL/alc.h... yes
checking AL/alut.h usability... yes
checking AL/alut.h presence... yes
checking for AL/alut.h... yes
configure: WARNING: Using SDL2_image to load images into textures, some rendering artifacts may be present
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/doc/Makefile
config.status: creating data/doc/images/Makefile
config.status: creating data/png/Makefile
config.status: creating data/wav/Makefile
config.status: creating data/Makefile
config.status: creating misc/Makefile
config.status: creating src/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating chromium-bsu-config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Chromium B.S.U. ready for building!
Window type: SDL2
Window icon: yes
Image type: SDL2_image
Audio type: OpenAL
Text type: FTGL
Font search: fontconfig (bold Gothic Uralic)
Type 'make' to build.
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash
make all-recursive
make[1]: Entering directory '/build/chromium-bsu-0.9.16.1'
Making all in po
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/po'
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/po'
Making all in misc
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/misc'
cp -a ../data/png/hero.png chromium-bsu.png
msgfmt --desktop -d ../po --template chromium-bsu.desktop.in -o chromium-bsu.desktop
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/misc'
Making all in src
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-Ammo.o `test -f 'Ammo.cpp' || echo './'`Ammo.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-Audio.o `test -f 'Audio.cpp' || echo './'`Audio.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-AudioOpenAL.o `test -f 'AudioOpenAL.cpp' || echo './'`AudioOpenAL.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-AudioSDLMixer.o `test -f 'AudioSDLMixer.cpp' || echo './'`AudioSDLMixer.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-Config.o `test -f 'Config.cpp' || echo './'`Config.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyAircraft_Boss00.o `test -f 'EnemyAircraft_Boss00.cpp' || echo './'`EnemyAircraft_Boss00.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyAircraft_Boss01.o `test -f 'EnemyAircraft_Boss01.cpp' || echo './'`EnemyAircraft_Boss01.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyAircraft.o `test -f 'EnemyAircraft.cpp' || echo './'`EnemyAircraft.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyAircraft_Gnat.o `test -f 'EnemyAircraft_Gnat.cpp' || echo './'`EnemyAircraft_Gnat.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyAircraft_Omni.o `test -f 'EnemyAircraft_Omni.cpp' || echo './'`EnemyAircraft_Omni.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyAircraft_RayGun.o `test -f 'EnemyAircraft_RayGun.cpp' || echo './'`EnemyAircraft_RayGun.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyAircraft_Straight.o `test -f 'EnemyAircraft_Straight.cpp' || echo './'`EnemyAircraft_Straight.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyAircraft_Tank.o `test -f 'EnemyAircraft_Tank.cpp' || echo './'`EnemyAircraft_Tank.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyAmmo.o `test -f 'EnemyAmmo.cpp' || echo './'`EnemyAmmo.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-EnemyFleet.o `test -f 'EnemyFleet.cpp' || echo './'`EnemyFleet.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-Explosions.o `test -f 'Explosions.cpp' || echo './'`Explosions.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-Global.o `test -f 'Global.cpp' || echo './'`Global.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-Ground.o `test -f 'Ground.cpp' || echo './'`Ground.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-GroundMetal.o `test -f 'GroundMetal.cpp' || echo './'`GroundMetal.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-GroundMetalSegment.o `test -f 'GroundMetalSegment.cpp' || echo './'`GroundMetalSegment.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-GroundSea.o `test -f 'GroundSea.cpp' || echo './'`GroundSea.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-GroundSeaSegment.o `test -f 'GroundSeaSegment.cpp' || echo './'`GroundSeaSegment.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-GroundSegment.o `test -f 'GroundSegment.cpp' || echo './'`GroundSegment.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-HeroAircraft.o `test -f 'HeroAircraft.cpp' || echo './'`HeroAircraft.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-HeroAmmo.o `test -f 'HeroAmmo.cpp' || echo './'`HeroAmmo.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-HiScore.o `test -f 'HiScore.cpp' || echo './'`HiScore.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-Image.o `test -f 'Image.cpp' || echo './'`Image.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-MainGL.o `test -f 'MainGL.cpp' || echo './'`MainGL.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-MainGLUT.o `test -f 'MainGLUT.cpp' || echo './'`MainGLUT.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-MainSDL.o `test -f 'MainSDL.cpp' || echo './'`MainSDL.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-MainSDL_Event.o `test -f 'MainSDL_Event.cpp' || echo './'`MainSDL_Event.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-MainToolkit.o `test -f 'MainToolkit.cpp' || echo './'`MainToolkit.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-MenuGL.o `test -f 'MenuGL.cpp' || echo './'`MenuGL.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-PowerUps.o `test -f 'PowerUps.cpp' || echo './'`PowerUps.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-ScreenItemAdd.o `test -f 'ScreenItemAdd.cpp' || echo './'`ScreenItemAdd.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-ScreenItem.o `test -f 'ScreenItem.cpp' || echo './'`ScreenItem.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-StatusDisplay.o `test -f 'StatusDisplay.cpp' || echo './'`StatusDisplay.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-textGeometryBSU.o `test -f 'textGeometryBSU.cpp' || echo './'`textGeometryBSU.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-textGeometryChromium.o `test -f 'textGeometryChromium.cpp' || echo './'`textGeometryChromium.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-Text.o `test -f 'Text.cpp' || echo './'`Text.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-TextGLC.o `test -f 'TextGLC.cpp' || echo './'`TextGLC.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-TextFTGL.o `test -f 'TextFTGL.cpp' || echo './'`TextFTGL.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/23gsrlqifmwf3s5pzmp9apmbspm2hsdl-mesa-20.3.4-dev/include -I/nix/store/r8433nkr7269v8rfmvy6v6mh1pcjsmsp-libglvnd-1.3.2-dev/include -I/nix/store/wq0vxzmql242a6an0cv1jj45z3fpskvi-glu-9.0.1-dev/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include -I/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/include/FTGL -I/nix/store/vxzy1cw2wzdgxb6xqp4afq7cv4wa6wah-fontconfig-2.13.92-dev/include -I/nix/store/7hdh9dg9xz9qvz7dwmfp3ymp2j1sphwh-freetype-2.10.4-dev/include/freetype2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/include/SDL2 -D_REENTRANT -I/nix/store/w5d828pnlj7m8psm3y71dnvcsl9a5wmr-SDL2-2.0.14-dev/include/SDL2 -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL -I/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include -I/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/include/AL "-DPACKAGE=\"chromium-bsu\"" "-DLOCALEDIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale\"" "-DPKGDATADIR=\"/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu\"" -g -O2 -c -o chromium_bsu-main.o `test -f 'main.cpp' || echo './'`main.cpp
g++ -g -O2 -o chromium-bsu chromium_bsu-Ammo.o chromium_bsu-Audio.o chromium_bsu-AudioOpenAL.o chromium_bsu-AudioSDLMixer.o chromium_bsu-Config.o chromium_bsu-EnemyAircraft_Boss00.o chromium_bsu-EnemyAircraft_Boss01.o chromium_bsu-EnemyAircraft.o chromium_bsu-EnemyAircraft_Gnat.o chromium_bsu-EnemyAircraft_Omni.o chromium_bsu-EnemyAircraft_RayGun.o chromium_bsu-EnemyAircraft_Straight.o chromium_bsu-EnemyAircraft_Tank.o chromium_bsu-EnemyAmmo.o chromium_bsu-EnemyFleet.o chromium_bsu-Explosions.o chromium_bsu-Global.o chromium_bsu-Ground.o chromium_bsu-GroundMetal.o chromium_bsu-GroundMetalSegment.o chromium_bsu-GroundSea.o chromium_bsu-GroundSeaSegment.o chromium_bsu-GroundSegment.o chromium_bsu-HeroAircraft.o chromium_bsu-HeroAmmo.o chromium_bsu-HiScore.o chromium_bsu-Image.o chromium_bsu-MainGL.o chromium_bsu-MainGLUT.o chromium_bsu-MainSDL.o chromium_bsu-MainSDL_Event.o chromium_bsu-MainToolkit.o chromium_bsu-MenuGL.o chromium_bsu-PowerUps.o chromium_bsu-ScreenItemAdd.o chromium_bsu-ScreenItem.o chromium_bsu-StatusDisplay.o chromium_bsu-textGeometryBSU.o chromium_bsu-textGeometryChromium.o chromium_bsu-Text.o chromium_bsu-TextGLC.o chromium_bsu-TextFTGL.o chromium_bsu-main.o -L/nix/store/nzancdwkils77gfv18k2hcalf7g2nyjh-libglvnd-1.3.2/lib -lGL -L/nix/store/nzancdwkils77gfv18k2hcalf7g2nyjh-libglvnd-1.3.2/lib -L/nix/store/n0i1rigjam7vg10w92ngk4lwy2nj566j-glu-9.0.1/lib -lGLU -lGL -L/nix/store/pfav3ixdj1jd1glvhcbqjhwskbzx9qrs-ftgl-2.1.3-rc5/lib -lftgl -L/nix/store/4yx74ll3zn66vx7wcybfcx9g28ybbav9-fontconfig-2.13.92-lib/lib -L/nix/store/rdx5aakcsabv81v9d91049k81kwff2z5-freetype-2.10.4/lib -lfontconfig -lfreetype -L/nix/store/gwjxs7n61brqqfkprdpcq8m6cmrm1myb-SDL2-2.0.14/lib -L/nix/store/zshj0k2dd8fpyl8fdxgvpbzbhhw8cibn-SDL2_image-2.0.5/lib -lSDL2_image -Wl,-rpath,/nix/store/gwjxs7n61brqqfkprdpcq8m6cmrm1myb-SDL2-2.0.14/lib -Wl,--enable-new-dtags -lSDL2 -L/nix/store/gwjxs7n61brqqfkprdpcq8m6cmrm1myb-SDL2-2.0.14/lib -Wl,-rpath,/nix/store/gwjxs7n61brqqfkprdpcq8m6cmrm1myb-SDL2-2.0.14/lib -Wl,--enable-new-dtags -lSDL2 -L/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/lib -lopenal -L/nix/store/ca3dg9hb340vksr4d1dcq0qv1099rb69-freealut-1.1.0/lib -L/nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1//nix/store/3877d79sqf7wzfhdfrh17r277zj6ayn6-openal-soft-1.19.1/lib -lalut -lopenal -L/nix/store/nzancdwkils77gfv18k2hcalf7g2nyjh-libglvnd-1.3.2/lib -L/nix/store/n0i1rigjam7vg10w92ngk4lwy2nj566j-glu-9.0.1/lib -lGLU -lGL -L/nix/store/nzancdwkils77gfv18k2hcalf7g2nyjh-libglvnd-1.3.2/lib -lGL
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/src'
Making all in m4
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/m4'
Making all in data
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/data'
Making all in doc
make[3]: Entering directory '/build/chromium-bsu-0.9.16.1/data/doc'
Making all in images
make[4]: Entering directory '/build/chromium-bsu-0.9.16.1/data/doc/images'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/doc/images'
make[4]: Entering directory '/build/chromium-bsu-0.9.16.1/data/doc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/doc'
make[3]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/doc'
Making all in png
make[3]: Entering directory '/build/chromium-bsu-0.9.16.1/data/png'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/png'
Making all in wav
make[3]: Entering directory '/build/chromium-bsu-0.9.16.1/data/wav'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/wav'
make[3]: Entering directory '/build/chromium-bsu-0.9.16.1/data'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/chromium-bsu-0.9.16.1/data'
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/data'
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1'
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1'
make[1]: Leaving directory '/build/chromium-bsu-0.9.16.1'
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash install
Making install in po
make[1]: Entering directory '/build/chromium-bsu-0.9.16.1/po'
installing bg.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/bg/LC_MESSAGES/chromium-bsu.mo
installing de.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/de/LC_MESSAGES/chromium-bsu.mo
installing es.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/es/LC_MESSAGES/chromium-bsu.mo
installing fr.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/fr/LC_MESSAGES/chromium-bsu.mo
installing it.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/it/LC_MESSAGES/chromium-bsu.mo
installing ro.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/ro/LC_MESSAGES/chromium-bsu.mo
installing ru.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/ru/LC_MESSAGES/chromium-bsu.mo
installing sv.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/sv/LC_MESSAGES/chromium-bsu.mo
installing zh_CN.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/zh_CN/LC_MESSAGES/chromium-bsu.mo
installing zh_TW.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/zh_TW/LC_MESSAGES/chromium-bsu.mo
installing tr.gmo as /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/locale/tr/LC_MESSAGES/chromium-bsu.mo
if test "chromium-bsu" = "gettext-tools"; then \
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c -m 644 ./$file \
/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory '/build/chromium-bsu-0.9.16.1/po'
Making install in misc
make[1]: Entering directory '/build/chromium-bsu-0.9.16.1/misc'
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/misc'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/icons/hicolor/64x64/apps'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c -m 644 chromium-bsu.png '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/icons/hicolor/64x64/apps'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/man/man6'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c -m 644 chromium-bsu.6 '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/man/man6'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/applications'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c -m 644 chromium-bsu.desktop '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/applications'
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/misc'
make[1]: Leaving directory '/build/chromium-bsu-0.9.16.1/misc'
Making install in src
make[1]: Entering directory '/build/chromium-bsu-0.9.16.1/src'
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/src'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/bin'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c chromium-bsu '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/src'
make[1]: Leaving directory '/build/chromium-bsu-0.9.16.1/src'
Making install in m4
make[1]: Entering directory '/build/chromium-bsu-0.9.16.1/m4'
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/m4'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/m4'
make[1]: Leaving directory '/build/chromium-bsu-0.9.16.1/m4'
Making install in data
make[1]: Entering directory '/build/chromium-bsu-0.9.16.1/data'
Making install in doc
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/data/doc'
Making install in images
make[3]: Entering directory '/build/chromium-bsu-0.9.16.1/data/doc/images'
make[4]: Entering directory '/build/chromium-bsu-0.9.16.1/data/doc/images'
make[4]: Nothing to be done for 'install-exec-am'.
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/doc/chromium-bsu/images'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c -m 644 heroAmmo00.jpg heroAmmo01.jpg heroAmmo02.jpg powerUp00.jpg powerUp01.jpg powerUp02.jpg useItem00.jpg '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/doc/chromium-bsu/images'
make[4]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/doc/images'
make[3]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/doc/images'
make[3]: Entering directory '/build/chromium-bsu-0.9.16.1/data/doc'
make[4]: Entering directory '/build/chromium-bsu-0.9.16.1/data/doc'
make[4]: Nothing to be done for 'install-exec-am'.
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/doc/chromium-bsu'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c -m 644 faq.html info.html '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/doc/chromium-bsu'
make[4]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/doc'
make[3]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/doc'
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/doc'
Making install in png
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/data/png'
make[3]: Entering directory '/build/chromium-bsu-0.9.16.1/data/png'
make[3]: Nothing to be done for 'install-exec-am'.
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu/png'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c -m 644 check.png chrome.jpg cursor.png darken.png elect.png electric.png enemy00.png enemy01-extra.png enemy01.png enemy01-rot.png enemy02.png enemy03-extra.png enemy03.png enemy04.png enemy05.png enemy06.png enemyAmmo00.png enemyAmmo01.png enemyAmmo02.png enemyAmmo03.png enemyAmmo04.png enemyAmmoExplo00.png enemyAmmoExplo01.png enemyAmmoExplo02.png enemyAmmoExplo03.png enemyAmmoExplo04.png enemyExplo.png explo.png glitter.png gndBaseSea.png gndMetalBase00.png gndMetalBase01.png gndMetalBase02.png gndMetalBlip.png heroAmmo00.png heroAmmo01.png heroAmmo02.png heroAmmoExplo00.png heroAmmoExplo01.png heroAmmoExplo02.png '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu/png'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c -m 644 heroAmmoFlash00.png heroAmmoFlash01.png heroAmmoFlash02.png heroExplo00.png heroExplo01.png heroExplo02.png hero.png heroShields.png heroSuper.png icon32.png life.png menu_back.png menu_updown.png powerUpAmmo.png powerUpShield.png powerUpTex.png reflect-blend.png reflect-gnd.png reflect.png shields.png statBar.png stat-top.png superBomb.png useFocus.png useItem00.png useItem01.png '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu/png'
make[3]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/png'
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/png'
Making install in wav
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/data/wav'
make[3]: Entering directory '/build/chromium-bsu-0.9.16.1/data/wav'
make[3]: Nothing to be done for 'install-exec-am'.
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/mkdir -p '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu/wav'
/nix/store/jj6gn8i312y6bpqx8djizinpzfxsx2ap-coreutils-8.32/bin/install -c -m 644 boom.wav exploBig.wav exploPop.wav exploStd.wav life_add.wav life_lose.wav music_game.wav music_menu.wav power.wav '/nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/chromium-bsu/wav'
make[3]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/wav'
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/data/wav'
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1/data'
make[3]: Entering directory '/build/chromium-bsu-0.9.16.1/data'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/chromium-bsu-0.9.16.1/data'
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1/data'
make[1]: Leaving directory '/build/chromium-bsu-0.9.16.1/data'
make[1]: Entering directory '/build/chromium-bsu-0.9.16.1'
make[2]: Entering directory '/build/chromium-bsu-0.9.16.1'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/chromium-bsu-0.9.16.1'
make[1]: Leaving directory '/build/chromium-bsu-0.9.16.1'
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1
shrinking /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/bin/chromium-bsu
gzipping man pages under /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/share/man/
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1/bin
patching script interpreter paths in /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1
checking for references to /build/ in /nix/store/b0znlwn95qvrxk1rx13bmxf5rww9cgpc-chromium-bsu-0.9.16.1...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment