Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/CortexCommand/CCOSS/external/linux ~/CortexCommand/CCOSS
- ~/CortexCommand/CCOSS/external/linux/zlib-1.2.11 ~/CortexCommand/CCOSS/external/linux
- Checking for gcc...
- Building static library libz.a version 1.2.11 with gcc.
- Checking for size_t... Yes.
- Checking for off64_t... Yes.
- Checking for fseeko... Yes.
- Checking for strerror... Yes.
- Checking for unistd.h... Yes.
- Checking for stdarg.h... Yes.
- Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
- Checking for vsnprintf() in stdio.h... Yes.
- Checking for return value of vsnprintf()... Yes.
- Checking for attribute(visibility) support... Yes.
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o example.o test/example.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o adler32.o adler32.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o crc32.o crc32.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o deflate.o deflate.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o infback.o infback.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inffast.o inffast.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inflate.o inflate.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inftrees.o inftrees.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o trees.o trees.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o zutil.o zutil.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o compress.o compress.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o uncompr.o uncompr.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzclose.o gzclose.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzlib.o gzlib.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzread.o gzread.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c
- ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example example.o -L. libz.a
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip minigzip.o -L. libz.a
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example64 example64.o -L. libz.a
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip64 minigzip64.o -L. libz.a
- rm -f /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/libz.a
- cp libz.a /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib
- chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/libz.a
- rm -f /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/share/man/man3/zlib.3
- cp zlib.3 /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/share/man/man3
- chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/share/man/man3/zlib.3
- rm -f /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/pkgconfig/zlib.pc
- cp zlib.pc /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/pkgconfig
- chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/pkgconfig/zlib.pc
- rm -f /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/include/zlib.h /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/include/zconf.h
- cp zlib.h zconf.h /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/include
- chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/include/zlib.h /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/include/zconf.h
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/libpng-1.6.37 ~/CortexCommand/CCOSS/external/linux
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking whether make supports the include directive... yes (GNU style)
- checking dependency style of gcc... gcc3
- checking dependency style of gcc... gcc3
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking how to print strings... printf
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking how to run the C preprocessor... gcc -E
- checking for gawk... (cached) gawk
- checking whether ln -s works... yes
- checking whether make sets $(MAKE)... (cached) yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/../zlib-1.2.11/install
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- 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 for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking that AWK works... ok
- checking if we need to force back C standard to C89... no
- checking for ANSI C header files... (cached) yes
- checking for an ANSI C-conforming const... yes
- checking for size_t... yes
- checking whether struct tm is in sys/time.h or time.h... time.h
- checking for C/C++ restrict keyword... __restrict
- checking for working strtod... yes
- checking for pow... no
- checking for pow in -lm... yes
- checking for clock_gettime... yes
- checking for zlibVersion in -lz... yes
- checking for feenableexcept in -lm... yes
- checking for feenableexcept... yes
- checking if using Solaris linker... no
- checking if libraries can be versioned... yes
- checking for symbol prefix...
- configure: pkgconfig directory is ${libdir}/pkgconfig
- configure: Extra options for compiler:
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating libpng.pc
- config.status: creating libpng-config
- config.status: creating config.h
- config.status: config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing libtool commands
- rm -f pnglibconf.c pnglibconf.tf[45]
- gawk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\
- ./pngconf.h ./scripts/pnglibconf.dfa\
- ./pngusr.dfa 1>&2
- gawk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
- rm pnglibconf.tf4
- mv pnglibconf.tf5 pnglibconf.c
- rm -f pnglibconf.out pnglibconf.tf[12]
- test -d scripts || mkdir scripts || test -d scripts
- gcc -E -DHAVE_CONFIG_H -I. \
- -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.37' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE pnglibconf.c > pnglibconf.tf1
- gawk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
- rm -f pnglibconf.tf1
- mv pnglibconf.tf2 pnglibconf.out
- rm -f pnglibconf.h
- cp pnglibconf.out pnglibconf.h
- make all-am
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- depbase=`echo contrib/tools/pngfix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- gcc -DHAVE_CONFIG_H -I. -g -O2 -MT contrib/tools/pngfix.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngfix.o contrib/tools/pngfix.c &&\
- mv -f $depbase.Tpo $depbase.Po
- :>pngprefix.h
- depbase=`echo png.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT png.lo -MD -MP -MF $depbase.Tpo -c -o png.lo png.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT png.lo -MD -MP -MF .deps/png.Tpo -c png.c -o png.o
- depbase=`echo pngerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngerror.lo -MD -MP -MF $depbase.Tpo -c -o pngerror.lo pngerror.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c -o pngerror.o
- depbase=`echo pngget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngget.lo -MD -MP -MF $depbase.Tpo -c -o pngget.lo pngget.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c -o pngget.o
- depbase=`echo pngmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngmem.lo -MD -MP -MF $depbase.Tpo -c -o pngmem.lo pngmem.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c -o pngmem.o
- depbase=`echo pngpread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngpread.lo -MD -MP -MF $depbase.Tpo -c -o pngpread.lo pngpread.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c -o pngpread.o
- depbase=`echo pngread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngread.lo -MD -MP -MF $depbase.Tpo -c -o pngread.lo pngread.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c -o pngread.o
- depbase=`echo pngrio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngrio.lo -MD -MP -MF $depbase.Tpo -c -o pngrio.lo pngrio.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c -o pngrio.o
- depbase=`echo pngrtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngrtran.lo -MD -MP -MF $depbase.Tpo -c -o pngrtran.lo pngrtran.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c -o pngrtran.o
- depbase=`echo pngrutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngrutil.lo -MD -MP -MF $depbase.Tpo -c -o pngrutil.lo pngrutil.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c -o pngrutil.o
- depbase=`echo pngset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngset.lo -MD -MP -MF $depbase.Tpo -c -o pngset.lo pngset.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c -o pngset.o
- depbase=`echo pngtrans.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngtrans.lo -MD -MP -MF $depbase.Tpo -c -o pngtrans.lo pngtrans.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c -o pngtrans.o
- depbase=`echo pngwio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngwio.lo -MD -MP -MF $depbase.Tpo -c -o pngwio.lo pngwio.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c -o pngwio.o
- depbase=`echo pngwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngwrite.lo -MD -MP -MF $depbase.Tpo -c -o pngwrite.lo pngwrite.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c -o pngwrite.o
- depbase=`echo pngwtran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngwtran.lo -MD -MP -MF $depbase.Tpo -c -o pngwtran.lo pngwtran.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c -o pngwtran.o
- depbase=`echo pngwutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngwutil.lo -MD -MP -MF $depbase.Tpo -c -o pngwutil.lo pngwutil.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c -o pngwutil.o
- depbase=`echo mips/mips_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT mips/mips_init.lo -MD -MP -MF $depbase.Tpo -c -o mips/mips_init.lo mips/mips_init.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT mips/mips_init.lo -MD -MP -MF mips/.deps/mips_init.Tpo -c mips/mips_init.c -o mips/mips_init.o
- depbase=`echo mips/filter_msa_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT mips/filter_msa_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o mips/filter_msa_intrinsics.lo mips/filter_msa_intrinsics.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT mips/filter_msa_intrinsics.lo -MD -MP -MF mips/.deps/filter_msa_intrinsics.Tpo -c mips/filter_msa_intrinsics.c -o mips/filter_msa_intrinsics.o
- depbase=`echo intel/intel_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT intel/intel_init.lo -MD -MP -MF $depbase.Tpo -c -o intel/intel_init.lo intel/intel_init.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT intel/intel_init.lo -MD -MP -MF intel/.deps/intel_init.Tpo -c intel/intel_init.c -o intel/intel_init.o
- depbase=`echo intel/filter_sse2_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o intel/filter_sse2_intrinsics.lo intel/filter_sse2_intrinsics.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT intel/filter_sse2_intrinsics.lo -MD -MP -MF intel/.deps/filter_sse2_intrinsics.Tpo -c intel/filter_sse2_intrinsics.c -o intel/filter_sse2_intrinsics.o
- depbase=`echo powerpc/powerpc_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT powerpc/powerpc_init.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/powerpc_init.lo powerpc/powerpc_init.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT powerpc/powerpc_init.lo -MD -MP -MF powerpc/.deps/powerpc_init.Tpo -c powerpc/powerpc_init.c -o powerpc/powerpc_init.o
- depbase=`echo powerpc/filter_vsx_intrinsics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF $depbase.Tpo -c -o powerpc/filter_vsx_intrinsics.lo powerpc/filter_vsx_intrinsics.c &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT powerpc/filter_vsx_intrinsics.lo -MD -MP -MF powerpc/.deps/filter_vsx_intrinsics.Tpo -c powerpc/filter_vsx_intrinsics.c -o powerpc/filter_vsx_intrinsics.o
- rm -f scripts/vers.out scripts/vers.tf[12]
- test -d scripts || mkdir scripts || test -d scripts
- gcc -E -DHAVE_CONFIG_H -I. \
- -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.37' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE scripts/vers.c > scripts/vers.tf1
- gawk -f "./scripts/dfn.awk" out="scripts/vers.tf2" scripts/vers.tf1 1>&2
- rm -f scripts/vers.tf1
- mv scripts/vers.tf2 scripts/vers.out
- rm -f libpng.vers
- cp scripts/vers.out libpng.vers
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -export-dynamic -version-number 16:37:0 -Wl,--version-script=libpng.vers -o libpng16.la -rpath /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo mips/mips_init.lo mips/filter_msa_intrinsics.lo intel/intel_init.lo intel/filter_sse2_intrinsics.lo powerpc/powerpc_init.lo powerpc/filter_vsx_intrinsics.lo -lm -lz -lm
- libtool: link: ar cru .libs/libpng16.a png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o mips/mips_init.o mips/filter_msa_intrinsics.o intel/intel_init.o intel/filter_sse2_intrinsics.o powerpc/powerpc_init.o powerpc/filter_vsx_intrinsics.o
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libpng16.a
- libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" )
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o pngfix contrib/tools/pngfix.o libpng16.la -lm -lz -lm
- libtool: link: gcc -g -O2 -o pngfix contrib/tools/pngfix.o ./.libs/libpng16.a -lz -lm
- depbase=`echo contrib/tools/png-fix-itxt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- gcc -DHAVE_CONFIG_H -I. -g -O2 -MT contrib/tools/png-fix-itxt.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/png-fix-itxt.o contrib/tools/png-fix-itxt.c &&\
- mv -f $depbase.Tpo $depbase.Po
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o png-fix-itxt contrib/tools/png-fix-itxt.o -lm -lz -lm
- libtool: link: gcc -g -O2 -o png-fix-itxt contrib/tools/png-fix-itxt.o -lz -lm
- cp libpng-config libpng16-config
- cp libpng.pc libpng16.pc
- depbase=`echo pngtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- gcc -DHAVE_CONFIG_H -I. -g -O2 -MT pngtest.o -MD -MP -MF $depbase.Tpo -c -o pngtest.o pngtest.c &&\
- mv -f $depbase.Tpo $depbase.Po
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o pngtest pngtest.o libpng16.la -lm -lz -lm
- libtool: link: gcc -g -O2 -o pngtest pngtest.o ./.libs/libpng16.a -lz -lm
- depbase=`echo contrib/libtests/pngunknown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- gcc -DHAVE_CONFIG_H -I. -g -O2 -MT contrib/libtests/pngunknown.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngunknown.o contrib/libtests/pngunknown.c &&\
- mv -f $depbase.Tpo $depbase.Po
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o pngunknown contrib/libtests/pngunknown.o libpng16.la -lm -lz -lm
- libtool: link: gcc -g -O2 -o pngunknown contrib/libtests/pngunknown.o ./.libs/libpng16.a -lz -lm
- depbase=`echo contrib/libtests/pngstest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- gcc -DHAVE_CONFIG_H -I. -g -O2 -MT contrib/libtests/pngstest.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngstest.o contrib/libtests/pngstest.c &&\
- mv -f $depbase.Tpo $depbase.Po
- contrib/libtests/pngstest.c: In function ‘write_one_file’:
- contrib/libtests/pngstest.c:3215:24: warning: ‘%d’ directive writing between 1 and 11 bytes into a region of size between 10 and 32 [-Wformat-overflow=]
- 3215 | sprintf(name, "%s%d.png", tmpf, ++counter);
- | ^~
- contrib/libtests/pngstest.c:3215:21: note: directive argument in the range [-2147483647, 2147483647]
- 3215 | sprintf(name, "%s%d.png", tmpf, ++counter);
- | ^~~~~~~~~~
- In file included from /usr/include/stdio.h:936,
- from contrib/libtests/pngstest.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 6 and 38 bytes into a destination of size 32
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o pngstest contrib/libtests/pngstest.o libpng16.la -lm -lz -lm
- libtool: link: gcc -g -O2 -o pngstest contrib/libtests/pngstest.o ./.libs/libpng16.a -lz -lm
- depbase=`echo contrib/libtests/pngvalid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- gcc -DHAVE_CONFIG_H -I. -g -O2 -MT contrib/libtests/pngvalid.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngvalid.o contrib/libtests/pngvalid.c &&\
- mv -f $depbase.Tpo $depbase.Po
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o pngvalid contrib/libtests/pngvalid.o libpng16.la -lm -lz -lm
- libtool: link: gcc -g -O2 -o pngvalid contrib/libtests/pngvalid.o ./.libs/libpng16.a -lz -lm
- depbase=`echo contrib/libtests/pngimage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- gcc -DHAVE_CONFIG_H -I. -g -O2 -MT contrib/libtests/pngimage.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/pngimage.o contrib/libtests/pngimage.c &&\
- mv -f $depbase.Tpo $depbase.Po
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o pngimage contrib/libtests/pngimage.o libpng16.la -lm -lz -lm
- libtool: link: gcc -g -O2 -o pngimage contrib/libtests/pngimage.o ./.libs/libpng16.a -lz -lm
- depbase=`echo contrib/tools/pngcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- gcc -DHAVE_CONFIG_H -I. -g -O2 -MT contrib/tools/pngcp.o -MD -MP -MF $depbase.Tpo -c -o contrib/tools/pngcp.o contrib/tools/pngcp.c &&\
- mv -f $depbase.Tpo $depbase.Po
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o pngcp contrib/tools/pngcp.o libpng16.la -lm -lz -lm
- libtool: link: gcc -g -O2 -o pngcp contrib/tools/pngcp.o ./.libs/libpng16.a -lz -lm
- depbase=`echo contrib/libtests/timepng.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- gcc -DHAVE_CONFIG_H -I. -g -O2 -MT contrib/libtests/timepng.o -MD -MP -MF $depbase.Tpo -c -o contrib/libtests/timepng.o contrib/libtests/timepng.c &&\
- mv -f $depbase.Tpo $depbase.Po
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o timepng contrib/libtests/timepng.o libpng16.la -lm -lz -lm
- libtool: link: gcc -g -O2 -o timepng contrib/libtests/timepng.o ./.libs/libpng16.a -lz -lm
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- make install-am
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib'
- /bin/bash ./libtool --mode=install /usr/bin/install -c libpng16.la '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib'
- libtool: install: /usr/bin/install -c .libs/libpng16.lai /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/libpng16.la
- libtool: install: /usr/bin/install -c .libs/libpng16.a /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/libpng16.a
- libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/libpng16.a
- libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/libpng16.a
- libtool: finish: PATH="/home/newk/bin:/home/newk/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the '-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the 'LD_RUN_PATH' environment variable
- during linking
- - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to '/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin'
- /bin/bash ./libtool --mode=install /usr/bin/install -c pngfix png-fix-itxt '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin'
- libtool: install: /usr/bin/install -c pngfix /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin/pngfix
- libtool: install: /usr/bin/install -c png-fix-itxt /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin/png-fix-itxt
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin'
- /usr/bin/install -c libpng16-config '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin'
- make install-exec-hook
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- + cd /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib
- + for ext in a dll.a so so.16.37 la sl dylib
- + rm -f libpng.a
- + test -f libpng16.a
- + ln -s libpng16.a libpng.a
- + for ext in a dll.a so so.16.37 la sl dylib
- + rm -f libpng.dll.a
- + test -f libpng16.dll.a
- + for ext in a dll.a so so.16.37 la sl dylib
- + rm -f libpng.so
- + test -f libpng16.so
- + for ext in a dll.a so so.16.37 la sl dylib
- + rm -f libpng.so.16.37
- + test -f libpng16.so.16.37
- + for ext in a dll.a so so.16.37 la sl dylib
- + rm -f libpng.la
- + test -f libpng16.la
- + ln -s libpng16.la libpng.la
- + for ext in a dll.a so so.16.37 la sl dylib
- + rm -f libpng.sl
- + test -f libpng16.sl
- + for ext in a dll.a so so.16.37 la sl dylib
- + rm -f libpng.dylib
- + test -f libpng16.dylib
- + cd /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin
- + rm -f libpng-config
- + ln -s libpng16-config libpng-config
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/share/man/man3'
- /usr/bin/install -c -m 644 libpng.3 libpngpf.3 '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/share/man/man3'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/share/man/man5'
- /usr/bin/install -c -m 644 png.5 '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/share/man/man5'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include/libpng16'
- /usr/bin/install -c -m 644 pnglibconf.h '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include/libpng16'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/pkgconfig'
- /usr/bin/install -c -m 644 libpng16.pc '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/pkgconfig'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include/libpng16'
- /usr/bin/install -c -m 644 png.h pngconf.h '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include/libpng16'
- make install-data-hook
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- + cd /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include
- + for f in pnglibconf.h png.h pngconf.h
- + rm -f pnglibconf.h
- + ln -s libpng16/pnglibconf.h pnglibconf.h
- + for f in pnglibconf.h png.h pngconf.h
- + rm -f png.h
- + ln -s libpng16/png.h png.h
- + for f in pnglibconf.h png.h pngconf.h
- + rm -f pngconf.h
- + ln -s libpng16/pngconf.h pngconf.h
- + cd /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/pkgconfig
- + rm -f libpng.pc
- + ln -s libpng16.pc libpng.pc
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/libogg-1.3.3 ~/CortexCommand/CCOSS/external/linux
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... yes
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking how to print strings... printf
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking for ANSI C header files... (cached) yes
- checking for inttypes.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking for sys/types.h... (cached) yes
- checking for an ANSI C-conforming const... yes
- checking size of int16_t... 2
- checking size of uint16_t... 2
- checking size of u_int16_t... 2
- checking size of int32_t... 4
- checking size of uint32_t... 4
- checking size of u_int32_t... 4
- checking size of int64_t... 8
- checking size of short... 2
- checking size of int... 4
- checking size of long... 8
- checking size of long long... 8
- checking for working memcmp... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating doc/Makefile
- config.status: creating doc/libogg/Makefile
- config.status: creating include/Makefile
- config.status: creating include/ogg/Makefile
- config.status: creating include/ogg/config_types.h
- config.status: creating libogg.spec
- config.status: creating ogg.pc
- config.status: creating ogg-uninstalled.pc
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/missing aclocal-1.15
- cd . && /bin/bash /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/missing automake-1.15 --foreign
- CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/missing autoconf
- /bin/bash ./config.status --recheck
- running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install --enable-shared=no --no-create --no-recursion
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... yes
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking how to print strings... printf
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking for ANSI C header files... (cached) yes
- checking for inttypes.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking for sys/types.h... (cached) yes
- checking for an ANSI C-conforming const... yes
- checking size of int16_t... 2
- checking size of uint16_t... 2
- checking size of u_int16_t... 2
- checking size of int32_t... 4
- checking size of uint32_t... 4
- checking size of u_int32_t... 4
- checking size of int64_t... 8
- checking size of short... 2
- checking size of int... 4
- checking size of long... 8
- checking size of long long... 8
- checking for working memcmp... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- /bin/bash ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating doc/Makefile
- config.status: creating doc/libogg/Makefile
- config.status: creating include/Makefile
- config.status: creating include/ogg/Makefile
- config.status: creating include/ogg/config_types.h
- config.status: creating libogg.spec
- config.status: creating ogg.pc
- config.status: creating ogg-uninstalled.pc
- config.status: creating config.h
- config.status: config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing libtool commands
- (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/missing autoheader)
- rm -f stamp-h1
- touch config.h.in
- cd . && /bin/bash ./config.status config.h
- config.status: creating config.h
- config.status: config.h is unchanged
- make all-recursive
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
- Making all in src
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -o framing.o
- mv -f .deps/framing.Tpo .deps/framing.Plo
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -o bitwise.o
- mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
- /bin/bash ../libtool --tag=CC --mode=link gcc -O20 -Wall -ffast-math -fsigned-char -g -O2 -no-undefined -version-info 8:3:8 -o libogg.la -rpath /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib framing.lo bitwise.lo
- libtool: link: ar cru .libs/libogg.a framing.o bitwise.o
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libogg.a
- libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
- gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_bitwise-bitwise.o -MD -MP -MF .deps/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c
- mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
- /bin/bash ../libtool --tag=CC --mode=link gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
- libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
- gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_framing-framing.o -MD -MP -MF .deps/test_framing-framing.Tpo -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c
- mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
- /bin/bash ../libtool --tag=CC --mode=link gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
- libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
- Making all in include
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- Making all in ogg
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- Making all in doc
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- Making all in libogg
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
- Making install in src
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib'
- /bin/bash ../libtool --mode=install /usr/bin/install -c libogg.la '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib'
- libtool: install: /usr/bin/install -c .libs/libogg.lai /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/libogg.la
- libtool: install: /usr/bin/install -c .libs/libogg.a /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/libogg.a
- libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/libogg.a
- libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/libogg.a
- libtool: finish: PATH="/home/newk/bin:/home/newk/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the '-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the 'LD_RUN_PATH' environment variable
- during linking
- - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to '/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- make[2]: Nothing to be done for 'install-data-am'.
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
- Making install in include
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- Making install in ogg
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
- make[3]: Nothing to be done for 'install-exec-am'.
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/include/ogg'
- /usr/bin/install -c -m 644 config_types.h '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/include/ogg'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/include/ogg'
- /usr/bin/install -c -m 644 ogg.h os_types.h '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/include/ogg'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- make[3]: Nothing to be done for 'install-exec-am'.
- make[3]: Nothing to be done for 'install-data-am'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
- Making install in doc
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- Making install in libogg
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
- make[3]: Nothing to be done for 'install-exec-am'.
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/doc/libogg/libogg'
- /usr/bin/install -c -m 644 bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_iovec_t.html ogg_packet.html ogg_packet_clear.html ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_check.html ogg_stream_clear.html ogg_stream_destroy.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_flush_fill.html ogg_stream_init.html ogg_stream_iovecin.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_packetpeek.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_pageout_fill.html ogg_stream_reset.html ogg_stream_reset_serialno.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_check.html ogg_sync_clear.html ogg_sync_destroy.html '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/doc/libogg/libogg'
- /usr/bin/install -c -m 644 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writealign.html oggpack_writecheck.html oggpack_writeclear.html oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html overview.html reference.html style.css '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/doc/libogg/libogg'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- make[3]: Nothing to be done for 'install-exec-am'.
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/doc/libogg'
- /usr/bin/install -c -m 644 framing.html index.html oggstream.html ogg-multiplex.html fish_xiph_org.png multiplex1.png packets.png pages.png stream.png vorbisword2.png white-ogg.png white-xifish.png rfc3533.txt rfc5334.txt skeleton.html '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/doc/libogg'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
- make[2]: Nothing to be done for 'install-exec-am'.
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/aclocal'
- /usr/bin/install -c -m 644 ogg.m4 '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/aclocal'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/pkgconfig'
- /usr/bin/install -c -m 644 ogg.pc '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/pkgconfig'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6 ~/CortexCommand/CCOSS/external/linux
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking target system type... x86_64-pc-linux-gnu
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking whether make supports nested variables... (cached) yes
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking how to run the C preprocessor... gcc -E
- checking for inline... inline
- checking how to print strings... printf
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... dlltool
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- 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 for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking GCC version... 9
- checking if gcc accepts -Wdeclaration-after-statement... yes
- checking for memory.h... (cached) yes
- checking for cos in -lm... yes
- checking for pthread_create in -lpthread... yes
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for OGG... yes
- checking for size_t... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking for working memcmp... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating m4/Makefile
- config.status: creating lib/Makefile
- config.status: creating lib/modes/Makefile
- config.status: creating lib/books/Makefile
- config.status: creating lib/books/coupled/Makefile
- config.status: creating lib/books/uncoupled/Makefile
- config.status: creating lib/books/floor/Makefile
- config.status: creating doc/Makefile
- config.status: creating doc/vorbisfile/Makefile
- config.status: creating doc/vorbisenc/Makefile
- config.status: creating doc/libvorbis/Makefile
- config.status: creating doc/Doxyfile
- config.status: creating include/Makefile
- config.status: creating include/vorbis/Makefile
- config.status: creating examples/Makefile
- config.status: creating test/Makefile
- config.status: creating vq/Makefile
- config.status: creating libvorbis.spec
- config.status: creating vorbis.pc
- config.status: creating vorbisenc.pc
- config.status: creating vorbisfile.pc
- config.status: creating vorbis-uninstalled.pc
- config.status: creating vorbisenc-uninstalled.pc
- config.status: creating vorbisfile-uninstalled.pc
- config.status: creating config.h
- config.status: config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing libtool commands
- make all-recursive
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
- Making all in m4
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
- Making all in include
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- Making all in vorbis
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- Making all in vq
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
- Making all in lib
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- Making all in modes
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
- Making all in books
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- Making all in coupled
- make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
- Making all in uncoupled
- make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
- Making all in floor
- make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
- make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- make[4]: Nothing to be done for 'all-am'.
- make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- CC mdct.lo
- CC smallft.lo
- CC block.lo
- CC envelope.lo
- CC window.lo
- CC lsp.lo
- CC lpc.lo
- CC analysis.lo
- CC synthesis.lo
- CC psy.lo
- CC info.lo
- CC floor1.lo
- CC floor0.lo
- CC res0.lo
- CC mapping0.lo
- CC registry.lo
- CC codebook.lo
- CC sharedbook.lo
- CC lookup.lo
- CC bitrate.lo
- CCLD libvorbis.la
- ar: `u' modifier ignored since `D' is the default (see `U')
- CC vorbisfile.lo
- CCLD libvorbisfile.la
- ar: `u' modifier ignored since `D' is the default (see `U')
- CC vorbisenc.lo
- CCLD libvorbisenc.la
- ar: `u' modifier ignored since `D' is the default (see `U')
- CC test_sharedbook-sharedbook.o
- CCLD test_sharedbook
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- Making all in test
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
- Making all in doc
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- Making all in libvorbis
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
- Making all in vorbisfile
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
- Making all in vorbisenc
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- echo "*** Warning: Documentation build is disabled."
- *** Warning: Documentation build is disabled.
- touch doxygen-build.stamp
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
- Making install in m4
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/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 '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
- Making install in include
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- Making install in vorbis
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
- make[3]: Nothing to be done for 'install-exec-am'.
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/include/vorbis'
- /usr/bin/install -c -m 644 codec.h vorbisfile.h vorbisenc.h '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/include/vorbis'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- make[3]: Nothing to be done for 'install-exec-am'.
- make[3]: Nothing to be done for 'install-data-am'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
- Making install in vq
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
- make[2]: Nothing to be done for 'install-exec-am'.
- make[2]: Nothing to be done for 'install-data-am'.
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
- Making install in lib
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- Making install in modes
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
- make[3]: Nothing to be done for 'install-exec-am'.
- make[3]: Nothing to be done for 'install-data-am'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
- Making install in books
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- Making install in coupled
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
- make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
- make[4]: Nothing to be done for 'install-exec-am'.
- make[4]: Nothing to be done for 'install-data-am'.
- make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
- Making install in uncoupled
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
- make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
- make[4]: Nothing to be done for 'install-exec-am'.
- make[4]: Nothing to be done for 'install-data-am'.
- make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
- Making install in floor
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
- make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
- make[4]: Nothing to be done for 'install-exec-am'.
- make[4]: Nothing to be done for 'install-data-am'.
- make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- make[4]: Nothing to be done for 'install-exec-am'.
- make[4]: Nothing to be done for 'install-data-am'.
- make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib'
- /bin/bash ../libtool --mode=install /usr/bin/install -c libvorbis.la libvorbisfile.la libvorbisenc.la '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib'
- libtool: install: /usr/bin/install -c .libs/libvorbis.lai /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbis.la
- libtool: install: /usr/bin/install -c .libs/libvorbisfile.lai /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisfile.la
- libtool: install: /usr/bin/install -c .libs/libvorbisenc.lai /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisenc.la
- libtool: install: /usr/bin/install -c .libs/libvorbis.a /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbis.a
- libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbis.a
- libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbis.a
- libtool: install: /usr/bin/install -c .libs/libvorbisfile.a /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisfile.a
- libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisfile.a
- libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisfile.a
- libtool: install: /usr/bin/install -c .libs/libvorbisenc.a /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisenc.a
- libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisenc.a
- libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisenc.a
- libtool: finish: PATH="/home/newk/bin:/home/newk/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the '-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the 'LD_RUN_PATH' environment variable
- during linking
- - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to '/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- make[3]: Nothing to be done for 'install-data-am'.
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
- Making install in test
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
- make[2]: Nothing to be done for 'install-exec-am'.
- make[2]: Nothing to be done for 'install-data-am'.
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
- Making install in doc
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- Making install in libvorbis
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
- make[3]: Nothing to be done for 'install-exec-am'.
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/libvorbis'
- /usr/bin/install -c -m 644 index.html reference.html style.css vorbis_comment.html vorbis_info.html vorbis_analysis_blockout.html vorbis_analysis_buffer.html vorbis_analysis_headerout.html vorbis_analysis_init.html vorbis_analysis_wrote.html vorbis_analysis.html vorbis_bitrate_addblock.html vorbis_bitrate_flushpacket.html vorbis_block_init.html vorbis_block_clear.html vorbis_dsp_clear.html vorbis_granule_time.html vorbis_version_string.html vorbis_info_blocksize.html vorbis_info_clear.html vorbis_info_init.html vorbis_comment_add.html vorbis_comment_add_tag.html vorbis_comment_clear.html vorbis_comment_init.html vorbis_comment_query.html vorbis_comment_query_count.html vorbis_commentheader_out.html vorbis_packet_blocksize.html vorbis_synthesis.html vorbis_synthesis_blockin.html vorbis_synthesis_halfrate.html vorbis_synthesis_halfrate_p.html vorbis_synthesis_headerin.html vorbis_synthesis_idheader.html vorbis_synthesis_init.html vorbis_synthesis_lapout.html vorbis_synthesis_pcmout.html vorbis_synthesis_read.html vorbis_synthesis_restart.html '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/libvorbis'
- /usr/bin/install -c -m 644 vorbis_synthesis_trackonly.html vorbis_block.html vorbis_dsp_state.html return.html overview.html '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/libvorbis'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
- Making install in vorbisfile
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
- make[3]: Nothing to be done for 'install-exec-am'.
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/vorbisfile'
- /usr/bin/install -c -m 644 OggVorbis_File.html callbacks.html chaining_example_c.html chainingexample.html crosslap.html datastructures.html decoding.html example.html exampleindex.html fileinfo.html index.html initialization.html ov_bitrate.html ov_bitrate_instant.html ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html ov_fopen.html ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html ov_read_float.html ov_read_filter.html ov_seekable.html ov_serialnumber.html ov_streams.html ov_test.html ov_test_callbacks.html '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/vorbisfile'
- /usr/bin/install -c -m 644 ov_test_open.html ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html overview.html reference.html seekexample.html seeking.html seeking_example_c.html seeking_test_c.html seekingexample.html style.css threads.html vorbisfile_example_c.html '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/vorbisfile'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
- Making install in vorbisenc
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
- make[3]: Nothing to be done for 'install-exec-am'.
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/vorbisenc'
- /usr/bin/install -c -m 644 changes.html examples.html index.html ovectl_ratemanage2_arg.html ovectl_ratemanage_arg.html overview.html reference.html style.css vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html vorbis_encode_setup_managed.html vorbis_encode_setup_vbr.html vorbis_encode_init_vbr.html '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/vorbisenc'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- make[3]: Nothing to be done for 'install-exec-am'.
- /bin/bash /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install-sh -d /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6
- if test -d vorbis; then \
- for dir in vorbis/*; do \
- if test -d $dir; then \
- b=`basename $dir`; \
- /bin/bash /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install-sh -d /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/$b; \
- for f in $dir/*; do \
- /usr/bin/install -c -m 644 $f /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/$b; \
- done \
- fi \
- done \
- fi
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6'
- /usr/bin/install -c -m 644 rfc5215.xml rfc5215.txt eightphase.png fish_xiph_org.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html doxygen-build.stamp '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6'
- make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
- make[2]: Nothing to be done for 'install-exec-am'.
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/aclocal'
- /usr/bin/install -c -m 644 vorbis.m4 '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/aclocal'
- /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/pkgconfig'
- /usr/bin/install -c -m 644 vorbis.pc vorbisenc.pc vorbisfile.pc '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/pkgconfig'
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/SDL2-2.0.9 ~/CortexCommand/CCOSS/external/linux
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking how to print strings... printf
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking for gawk... gawk
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking how to run the C++ preprocessor... g++ -E
- checking for ld used by g++... /usr/bin/ld -m elf_x86_64
- checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
- checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking for g++ option to produce PIC... -fPIC -DPIC
- checking if g++ PIC flag -fPIC -DPIC works... yes
- checking if g++ static flag -static works... yes
- checking if g++ supports -c -o file.o... yes
- checking if g++ supports -c -o file.o... (cached) yes
- checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... (cached) GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether make sets $(MAKE)... yes
- checking for windres... no
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for working volatile... yes
- checking for GCC -MMD -MT option... yes
- checking for linker option --no-undefined... yes
- checking for ANSI C header files... (cached) yes
- checking for sys/types.h... (cached) yes
- checking stdio.h usability... yes
- checking stdio.h presence... yes
- checking for stdio.h... yes
- checking for stdlib.h... (cached) yes
- checking stddef.h usability... yes
- checking stddef.h presence... yes
- checking for stddef.h... yes
- checking stdarg.h usability... yes
- checking stdarg.h presence... yes
- checking for stdarg.h... yes
- checking malloc.h usability... yes
- checking malloc.h presence... yes
- checking for malloc.h... yes
- checking for memory.h... (cached) yes
- checking for string.h... (cached) yes
- checking for strings.h... (cached) yes
- checking wchar.h usability... yes
- checking wchar.h presence... yes
- checking for wchar.h... yes
- checking for inttypes.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking ctype.h usability... yes
- checking ctype.h presence... yes
- checking for ctype.h... yes
- checking math.h usability... yes
- checking math.h presence... yes
- checking for math.h... yes
- checking float.h usability... yes
- checking float.h presence... yes
- checking for float.h... yes
- checking iconv.h usability... yes
- checking iconv.h presence... yes
- checking for iconv.h... yes
- checking signal.h usability... yes
- checking signal.h presence... yes
- checking for signal.h... yes
- checking for size_t... yes
- checking for M_PI in math.h... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking for working memcmp... yes
- checking for working strtod... yes
- checking for mprotect... yes
- checking for malloc... yes
- checking for calloc... yes
- checking for realloc... yes
- checking for free... yes
- checking for getenv... yes
- checking for setenv... yes
- checking for putenv... yes
- checking for unsetenv... yes
- checking for qsort... yes
- checking for abs... yes
- checking for bcopy... yes
- checking for memset... yes
- checking for memcpy... yes
- checking for memmove... yes
- checking for wcslen... yes
- checking for wcscmp... yes
- checking for strlen... yes
- checking for strlcpy... no
- checking for strlcat... no
- checking for _strrev... no
- checking for _strupr... no
- checking for _strlwr... no
- checking for strchr... yes
- checking for strrchr... yes
- checking for strstr... yes
- checking for itoa... no
- checking for _ltoa... no
- checking for _uitoa... no
- checking for _ultoa... no
- checking for strtol... yes
- checking for strtoul... yes
- checking for _i64toa... no
- checking for _ui64toa... no
- checking for strtoll... yes
- checking for strtoull... yes
- checking for atoi... yes
- checking for atof... yes
- checking for strcmp... yes
- checking for strncmp... yes
- checking for _stricmp... no
- checking for strcasecmp... yes
- checking for _strnicmp... no
- checking for strncasecmp... yes
- checking for vsscanf... yes
- checking for vsnprintf... yes
- checking for fopen64... yes
- checking for fseeko... yes
- checking for fseeko64... yes
- checking for sigaction... yes
- checking for setjmp... yes
- checking for nanosleep... yes
- checking for sysconf... yes
- checking for sysctlbyname... no
- checking for getauxval... yes
- checking for poll... yes
- checking for pow in -lm... yes
- checking for acos... yes
- checking for acosf... yes
- checking for asin... yes
- checking for asinf... yes
- checking for atan... yes
- checking for atanf... yes
- checking for atan2... yes
- checking for atan2f... yes
- checking for ceil... yes
- checking for ceilf... yes
- checking for copysign... yes
- checking for copysignf... yes
- checking for cos... yes
- checking for cosf... yes
- checking for exp... yes
- checking for expf... yes
- checking for fabs... yes
- checking for fabsf... yes
- checking for floor... yes
- checking for floorf... yes
- checking for fmod... yes
- checking for fmodf... yes
- checking for log... yes
- checking for logf... yes
- checking for log10... yes
- checking for log10f... yes
- checking for pow... yes
- checking for powf... yes
- checking for scalbn... yes
- checking for scalbnf... yes
- checking for sin... yes
- checking for sinf... yes
- checking for sqrt... yes
- checking for sqrtf... yes
- checking for tan... yes
- checking for tanf... yes
- checking for iconv_open in -liconv... no
- checking for iconv... yes
- checking for struct sigaction.sa_sigaction... yes
- checking libunwind.h usability... no
- checking libunwind.h presence... no
- checking for libunwind.h... no
- checking for GCC builtin atomic operations... yes
- checking for GCC -mmmx option... yes
- checking for GCC -m3dnow option... yes
- checking for GCC -msse option... yes
- checking for GCC -msse2 option... yes
- checking for GCC -msse3 option... yes
- checking immintrin.h usability... yes
- checking immintrin.h presence... yes
- checking for immintrin.h... yes
- checking for Altivec with GCC altivec.h and -maltivec option... no
- checking for Altivec with GCC -maltivec option... no
- checking for Altivec with GCC altivec.h and -faltivec option... no
- checking for Altivec with GCC -faltivec option... no
- checking for GCC -Wall option... yes
- checking for necessary GCC -Wno-multichar option... no
- checking for GCC -fvisibility=hidden option... yes
- checking for GCC -Wdeclaration-after-statement option... yes
- checking for dlopen... yes
- checking for dlopen in -lc... no
- checking for dlopen in -ldl... yes
- checking for OSS audio support... yes
- checking for ALSA CFLAGS...
- checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
- checking for libasound headers version >= 1.0.11... found.
- checking for snd_ctl_open in -lasound... yes
- -- dynamic libasound -> libasound.so.2
- checking for pkg-config... /usr/bin/pkg-config
- checking for PulseAudio 0.9 support... yes
- -- dynamic libpulse-simple -> libpulse-simple.so.0
- checking for pkg-config... (cached) /usr/bin/pkg-config
- checking for JACK 0.125 support... yes
- -- dynamic libjack -> libjack.so.0
- checking for artsc-config... no
- checking for esd-config... no
- checking for ESD - version >= 0.2.8... no
- *** The esd-config script installed by ESD could not be found
- *** If ESD was installed in PREFIX, make sure PREFIX/bin is in
- *** your path, or set the ESD_CONFIG environment variable to the
- *** full path to esd-config.
- checking audio/audiolib.h usability... no
- checking audio/audiolib.h presence... no
- checking for audio/audiolib.h... no
- checking for AuOpenServer in -laudio... no
- checking for NAS audio support... no
- checking sndio.h usability... yes
- checking sndio.h presence... yes
- checking for sndio.h... yes
- checking for sio_open in -lsndio... yes
- checking for sndio audio support... yes
- checking samplerate.h usability... no
- checking samplerate.h presence... no
- checking for samplerate.h... no
- checking for pkg-config... (cached) /usr/bin/pkg-config
- checking for Raspberry Pi... no
- checking for X... libraries , headers
- checking for gethostbyname... yes
- checking for connect... yes
- checking for remove... yes
- checking for shmat... yes
- checking for IceConnectionNumber in -lICE... yes
- checking for X11/extensions/Xext.h... yes
- -- dynamic libX11 -> libX11.so.6
- -- dynamic libX11ext -> libXext.so.6
- checking for const parameter to XextAddDisplay... yes
- checking for XGenericEvent... yes
- checking for XkbKeycodeToKeysym in -lX11... yes
- checking for X11/Xcursor/Xcursor.h... yes
- -- dynamic libXcursor -> libXcursor.so.1
- checking for X11/extensions/Xdbe.h... yes
- checking for X11/extensions/Xinerama.h... yes
- -- dynamic libXinerama -> libXinerama.so.1
- checking for X11/extensions/XInput2.h... yes
- -- dynamic libXi -> libXi.so.6
- checking for xinput2 multitouch... yes
- -- dynamic libXrandr -> libXrandr.so.2
- checking for X11/extensions/scrnsaver.h... yes
- -- dynamic libXss -> libXss.so.1
- checking for X11/extensions/shape.h... yes
- checking for X11/extensions/xf86vmode.h... yes
- -- dynamic libXxf86vm -> libXxf86vm.so.1
- checking for OpenGL (GLX) support... yes
- checking for EGL support... yes
- checking for OpenGL ES v1 headers... no
- checking for OpenGL ES v2 headers... yes
- checking for pkg-config... (cached) /usr/bin/pkg-config
- checking for Wayland support... no
- checking libudev.h usability... yes
- checking libudev.h presence... yes
- checking for libudev.h... yes
- -- dynamic udev -> libudev.so.1
- checking for pkg-config... (cached) /usr/bin/pkg-config
- checking dbus/dbus.h usability... yes
- checking dbus/dbus.h presence... no
- configure: WARNING: dbus/dbus.h: accepted by the compiler, rejected by the preprocessor!
- configure: WARNING: dbus/dbus.h: proceeding with the compiler's result
- checking for dbus/dbus.h... yes
- checking for pkg-config... (cached) /usr/bin/pkg-config
- Package ibus-1.0 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `ibus-1.0.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'ibus-1.0' found
- checking ibus-1.0/ibus.h usability... no
- checking ibus-1.0/ibus.h presence... no
- checking for ibus-1.0/ibus.h... no
- checking sys/inotify.h usability... yes
- checking sys/inotify.h presence... yes
- checking for sys/inotify.h... yes
- checking for pkg-config... (cached) /usr/bin/pkg-config
- Package fcitx was not found in the pkg-config search path.
- Perhaps you should add the directory containing `fcitx.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'fcitx' found
- checking fcitx/frontend.h usability... no
- checking fcitx/frontend.h presence... no
- checking for fcitx/frontend.h... no
- checking for Linux 2.4 unified input interface... yes
- checking for Linux kd.h... yes
- checking for Touchscreen library support... no
- checking for pthreads... yes
- checking for recursive mutexes... yes
- checking for pthread semaphores... yes
- checking for sem_timedwait... yes
- checking for pthread_np.h... no
- checking for pthread_setname_np... yes
- checking for pthread_set_name_np... no
- checking for clock_gettime in -lrt... yes
- checking linux/version.h usability... yes
- checking linux/version.h presence... yes
- checking for linux/version.h... yes
- checking for Vivante VDK API... no
- checking for Vivante FB API... no
- checking for linker option --enable-new-dtags... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating sdl2-config
- config.status: creating sdl2-config.cmake
- config.status: creating SDL2.spec
- config.status: creating sdl2.pc
- config.status: creating include/SDL_config.h
- config.status: executing libtool commands
- config.status: executing sdl2_config commands
- config.status: executing summary commands
- SDL2 Configure Summary:
- Building Static Libraries
- Enabled modules : atomic audio video render events joystick haptic sensor power filesystem threads timers file loadso cpuinfo assembly
- Assembly Math : mmx 3dnow sse sse2 sse3
- Audio drivers : disk dummy oss alsa(dynamic) pulse(dynamic) jack(dynamic) sndio
- Video drivers : dummy x11(dynamic) opengl opengl_es2 vulkan
- X11 libraries : xcursor xdbe xinerama xinput2 xinput2_multitouch xrandr xscrnsaver xshape xvidmode
- Input drivers : linuxev linuxkd
- Using libsamplerate : NO
- Using libudev : YES
- Using dbus : YES
- Using ime : YES
- Using ibus : NO
- Using fcitx : NO
- Warning, configure is out of date, please re-run autogen.sh
- /bin/bash build-scripts/mkinstalldirs build
- mkdir -p -- build
- /bin/bash build-scripts/updaterev.sh
- CC build/SDL.lo
- CC build/SDL_assert.lo
- CC build/SDL_dataqueue.lo
- CC build/SDL_error.lo
- CC build/SDL_hints.lo
- CC build/SDL_log.lo
- CC build/SDL_atomic.lo
- CC build/SDL_spinlock.lo
- CC build/SDL_audio.lo
- CC build/SDL_audiocvt.lo
- CC build/SDL_audiodev.lo
- CC build/SDL_audiotypecvt.lo
- CC build/SDL_mixer.lo
- CC build/SDL_wave.lo
- CC build/SDL_cpuinfo.lo
- CC build/SDL_dynapi.lo
- CC build/SDL_clipboardevents.lo
- CC build/SDL_displayevents.lo
- CC build/SDL_dropevents.lo
- CC build/SDL_events.lo
- CC build/SDL_gesture.lo
- CC build/SDL_keyboard.lo
- CC build/SDL_mouse.lo
- CC build/SDL_quit.lo
- CC build/SDL_touch.lo
- CC build/SDL_windowevents.lo
- CC build/SDL_rwops.lo
- CC build/SDL_haptic.lo
- CC build/SDL_gamecontroller.lo
- CC build/SDL_joystick.lo
- CC build/e_atan2.lo
- CC build/e_exp.lo
- CC build/e_fmod.lo
- CC build/e_log.lo
- CC build/e_log10.lo
- CC build/e_pow.lo
- CC build/e_rem_pio2.lo
- CC build/e_sqrt.lo
- CC build/k_cos.lo
- CC build/k_rem_pio2.lo
- CC build/k_sin.lo
- CC build/k_tan.lo
- CC build/s_atan.lo
- CC build/s_copysign.lo
- CC build/s_cos.lo
- CC build/s_fabs.lo
- CC build/s_floor.lo
- CC build/s_scalbn.lo
- CC build/s_sin.lo
- CC build/s_tan.lo
- CC build/SDL_power.lo
- CC build/SDL_d3dmath.lo
- CC build/SDL_render.lo
- CC build/SDL_yuv_sw.lo
- CC build/SDL_render_d3d.lo
- CC build/SDL_shaders_d3d.lo
- CC build/SDL_render_d3d11.lo
- CC build/SDL_shaders_d3d11.lo
- CC build/SDL_render_gl.lo
- CC build/SDL_shaders_gl.lo
- CC build/SDL_render_gles.lo
- CC build/SDL_render_gles2.lo
- CC build/SDL_shaders_gles2.lo
- CC build/SDL_render_psp.lo
- CC build/SDL_blendfillrect.lo
- CC build/SDL_blendline.lo
- CC build/SDL_blendpoint.lo
- CC build/SDL_drawline.lo
- CC build/SDL_drawpoint.lo
- CC build/SDL_render_sw.lo
- CC build/SDL_rotate.lo
- CC build/SDL_sensor.lo
- CC build/SDL_getenv.lo
- CC build/SDL_iconv.lo
- CC build/SDL_malloc.lo
- CC build/SDL_qsort.lo
- CC build/SDL_stdlib.lo
- CC build/SDL_string.lo
- CC build/SDL_thread.lo
- CC build/SDL_timer.lo
- CC build/SDL_RLEaccel.lo
- CC build/SDL_blit.lo
- CC build/SDL_blit_0.lo
- CC build/SDL_blit_1.lo
- CC build/SDL_blit_A.lo
- CC build/SDL_blit_N.lo
- CC build/SDL_blit_auto.lo
- CC build/SDL_blit_copy.lo
- CC build/SDL_blit_slow.lo
- CC build/SDL_bmp.lo
- CC build/SDL_clipboard.lo
- CC build/SDL_egl.lo
- CC build/SDL_fillrect.lo
- CC build/SDL_pixels.lo
- CC build/SDL_rect.lo
- CC build/SDL_shape.lo
- CC build/SDL_stretch.lo
- CC build/SDL_surface.lo
- CC build/SDL_video.lo
- CC build/SDL_vulkan_utils.lo
- CC build/SDL_yuv.lo
- CC build/yuv_rgb.lo
- CC build/SDL_nullevents.lo
- CC build/SDL_nullframebuffer.lo
- CC build/SDL_nullvideo.lo
- CC build/SDL_diskaudio.lo
- CC build/SDL_dummyaudio.lo
- CC build/SDL_sysloadso.lo
- CC build/SDL_dspaudio.lo
- CC build/SDL_alsa_audio.lo
- CC build/SDL_pulseaudio.lo
- CC build/SDL_jackaudio.lo
- CC build/SDL_sndioaudio.lo
- CC build/SDL_x11clipboard.lo
- CC build/SDL_x11dyn.lo
- CC build/SDL_x11events.lo
- CC build/SDL_x11framebuffer.lo
- CC build/SDL_x11keyboard.lo
- CC build/SDL_x11messagebox.lo
- CC build/SDL_x11modes.lo
- CC build/SDL_x11mouse.lo
- CC build/SDL_x11opengl.lo
- CC build/SDL_x11opengles.lo
- CC build/SDL_x11shape.lo
- CC build/SDL_x11touch.lo
- CC build/SDL_x11video.lo
- CC build/SDL_x11vulkan.lo
- CC build/SDL_x11window.lo
- CC build/SDL_x11xinput2.lo
- CC build/edid-parse.lo
- CC build/imKStoUCS.lo
- CC build/SDL_dbus.lo
- CC build/SDL_ime.lo
- CC build/SDL_systhread.lo
- CC build/SDL_syssem.lo
- CC build/SDL_sysmutex.lo
- CC build/SDL_syscond.lo
- CC build/SDL_systls.lo
- CC build/SDL_sysjoystick.lo
- CC build/SDL_steamcontroller.lo
- CC build/SDL_syshaptic.lo
- CC build/SDL_syspower.lo
- CC build/SDL_sysfilesystem.lo
- CC build/SDL_systimer.lo
- CC build/SDL_udev.lo
- CC build/SDL_evdev.lo
- CC build/SDL_evdev_kbd.lo
- CC build/SDL_poll.lo
- CC build/SDL_dummysensor.lo
- LTLINK build/libSDL2.la
- ar: `u' modifier ignored since `D' is the default (see `U')
- CC build/SDL_dummy_main.lo
- LTLINK build/libSDL2main.la
- ar: `u' modifier ignored since `D' is the default (see `U')
- CC build/SDL_test_assert.lo
- CC build/SDL_test_common.lo
- CC build/SDL_test_compare.lo
- CC build/SDL_test_crc32.lo
- CC build/SDL_test_font.lo
- CC build/SDL_test_fuzzer.lo
- CC build/SDL_test_harness.lo
- CC build/SDL_test_imageBlit.lo
- CC build/SDL_test_imageBlitBlend.lo
- CC build/SDL_test_imageFace.lo
- CC build/SDL_test_imagePrimitives.lo
- CC build/SDL_test_imagePrimitivesBlend.lo
- CC build/SDL_test_log.lo
- CC build/SDL_test_md5.lo
- CC build/SDL_test_memory.lo
- CC build/SDL_test_random.lo
- LTLINK build/libSDL2_test.la
- ar: `u' modifier ignored since `D' is the default (see `U')
- Warning, configure is out of date, please re-run autogen.sh
- /bin/bash build-scripts/updaterev.sh
- /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/bin
- mkdir -p -- /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/bin
- /usr/bin/install -c -m 755 sdl2-config /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/bin/sdl2-config
- /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/include/SDL2
- mkdir -p -- /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/include/SDL2
- for file in SDL.h SDL_assert.h SDL_atomic.h SDL_audio.h SDL_bits.h SDL_blendmode.h SDL_clipboard.h SDL_cpuinfo.h SDL_egl.h SDL_endian.h SDL_error.h SDL_events.h SDL_filesystem.h SDL_gamecontroller.h SDL_gesture.h SDL_haptic.h SDL_hints.h SDL_joystick.h SDL_keyboard.h SDL_keycode.h SDL_loadso.h SDL_log.h SDL_main.h SDL_messagebox.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_opengl_glext.h SDL_opengles.h SDL_opengles2_gl2ext.h SDL_opengles2_gl2.h SDL_opengles2_gl2platform.h SDL_opengles2.h SDL_opengles2_khrplatform.h SDL_pixels.h SDL_platform.h SDL_power.h SDL_quit.h SDL_rect.h SDL_render.h SDL_rwops.h SDL_scancode.h SDL_sensor.h SDL_shape.h SDL_stdinc.h SDL_surface.h SDL_system.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_touch.h SDL_types.h SDL_version.h SDL_video.h SDL_vulkan.h begin_code.h close_code.h SDL_test_assert.h SDL_test_common.h SDL_test_compare.h SDL_test_crc32.h SDL_test_font.h SDL_test_fuzzer.h SDL_test.h SDL_test_harness.h SDL_test_images.h SDL_test_log.h SDL_test_md5.h SDL_test_memory.h SDL_test_random.h; do \
- /usr/bin/install -c -m 644 /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/include/$file /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/include/SDL2/$file; \
- done
- /usr/bin/install -c -m 644 include/SDL_config.h /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/include/SDL2/SDL_config.h
- if test -f include/SDL_revision.h; then \
- /usr/bin/install -c -m 644 include/SDL_revision.h /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/include/SDL2/SDL_revision.h; \
- else \
- /usr/bin/install -c -m 644 /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/include/SDL_revision.h /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/include/SDL2/SDL_revision.h; \
- fi
- /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib
- mkdir -p -- /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib
- /bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2.la /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/libSDL2.la
- /bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2main.la /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/libSDL2main.la
- /bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2_test.la /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/libSDL2_test.la
- /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/share/aclocal
- mkdir -p -- /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/share/aclocal
- /usr/bin/install -c -m 644 /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/sdl2.m4 /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/share/aclocal/sdl2.m4
- /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/pkgconfig
- mkdir -p -- /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/pkgconfig
- /usr/bin/install -c -m 644 sdl2.pc /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/pkgconfig
- /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/cmake/SDL2
- mkdir -p -- /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/cmake/SDL2
- /usr/bin/install -c -m 644 sdl2-config.cmake /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/cmake/SDL2
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4 ~/CortexCommand/CCOSS/external/linux
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for ar... ar
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether make sets $(MAKE)... yes
- checking for windres... no
- checking for linux-gnu-windres... no
- checking for an ANSI C-conforming const... yes
- checking for GCC -MMD -MT option... yes
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for SDL... no
- checking for sdl2-config... /usr/bin/sdl2-config
- checking for SDL - version >= 2.0.7...
- *** 'sdl2-config --version' returned 2.0.4, but the minimum version
- *** of SDL required is 2.0.7. If sdl2-config is correct, then it is
- *** best to upgrade to the required version.
- *** If sdl2-config was wrong, set the environment variable SDL2_CONFIG
- *** to point to the correct copy of sdl2-config, and remove the file
- *** config.cache before re-running configure
- no
- configure: error: *** SDL version 2.0.7 not found!
- Warning, configure.in is out of date
- #(cd . && sh autogen.sh && sh configure)
- /bin/sh ./build-scripts/mkinstalldirs build
- mkdir -p -- build
- /bin/sh ./libtool --mode=compile gcc -g -O2 -D_GNU_SOURCE=1 -I/usr/include/SDL2 -D_REENTRANT -DHAVE_SIGNAL_H -DHAVE_SETBUF -fvisibility=hidden -DHAVE_FORK -DMUSIC_CMD -DMUSIC_WAV -DMUSIC_MOD_MODPLUG -DMODPLUG_DYNAMIC=\"libmodplug.so.1\" -DMUSIC_MID -DMUSIC_MID_TIMIDITY -I./timidity -DMUSIC_MID_FLUIDSYNTH -DFLUIDSYNTH_DYNAMIC=\"libfluidsynth.so.2\" -DMUSIC_OGG -DOGG_DYNAMIC=\"libvorbisfile.so.3\" -DMUSIC_FLAC -DFLAC_DYNAMIC=\"libFLAC.so.8\" -DMUSIC_MP3_MPG123 -DMPG123_DYNAMIC=\"libmpg123.so.0\" -DMUSIC_OPUS -I/usr/include/opus -DOPUS_DYNAMIC=\"libopusfile.so.0\" -MMD -MT build/effect_position.lo -c effect_position.c -o build/effect_position.lo
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- libtool: compile:
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- Makefile:137: recipe for target 'build/effect_position.lo' failed
- make: *** [build/effect_position.lo] Error 1
- Warning, configure.in is out of date
- #(cd . && sh autogen.sh && sh configure)
- /bin/sh ./libtool --mode=compile gcc -g -O2 -D_GNU_SOURCE=1 -I/usr/include/SDL2 -D_REENTRANT -DHAVE_SIGNAL_H -DHAVE_SETBUF -fvisibility=hidden -DHAVE_FORK -DMUSIC_CMD -DMUSIC_WAV -DMUSIC_MOD_MODPLUG -DMODPLUG_DYNAMIC=\"libmodplug.so.1\" -DMUSIC_MID -DMUSIC_MID_TIMIDITY -I./timidity -DMUSIC_MID_FLUIDSYNTH -DFLUIDSYNTH_DYNAMIC=\"libfluidsynth.so.2\" -DMUSIC_OGG -DOGG_DYNAMIC=\"libvorbisfile.so.3\" -DMUSIC_FLAC -DFLAC_DYNAMIC=\"libFLAC.so.8\" -DMUSIC_MP3_MPG123 -DMPG123_DYNAMIC=\"libmpg123.so.0\" -DMUSIC_OPUS -I/usr/include/opus -DOPUS_DYNAMIC=\"libopusfile.so.0\" -MMD -MT build/effect_position.lo -c effect_position.c -o build/effect_position.lo
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: 1: /home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/libtool: /usr/bin/sed: not found
- libtool: compile:
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- gcc: error: : No such file or directory
- Makefile:137: recipe for target 'build/effect_position.lo' failed
- make: *** [build/effect_position.lo] Error 1
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/sndio-1.5.0 ~/CortexCommand/CCOSS/external/linux
- bindir................... /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/bin
- datadir.................. /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/share
- includedir............... /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/include
- libdir................... /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/lib
- mandir................... /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/share/man
- user..................... sndiod
- libbsd................... no
- precision................ 16
- alsa..................... yes
- oss...................... no
- sun...................... no
- rmidi.................... no
- umidi.................... no
- Do "make && make install" to compile and install sndio
- Installation requires the "/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/lib" directory to be part of
- the system library search path. The "sndiod" user must exist and
- its primary group must have access to audio and MIDI hardware.
- cd libsndio && make
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/libsndio'
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o debug.o -c debug.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o aucat.o -c aucat.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o mio.o -c mio.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o mio_rmidi.o -c mio_rmidi.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o mio_alsa.o -c mio_alsa.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o mio_aucat.o -c mio_aucat.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o sio.o -c sio.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o sio_alsa.o -c sio_alsa.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o sio_aucat.o -c sio_aucat.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o sio_oss.o -c sio_oss.c
- cc -fPIC -I. -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -o sio_sun.o -c sio_sun.c
- cc -fPIC -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c -o issetugid.o ../bsd-compat/issetugid.c
- cc -fPIC -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c -o strlcat.o ../bsd-compat/strlcat.c
- cc -fPIC -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c -o strlcpy.o ../bsd-compat/strlcpy.c
- cc -fPIC -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c -o strtonum.o ../bsd-compat/strtonum.c
- cc -fPIC -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c -o clock_gettime.o ../bsd-compat/clock_gettime.c
- cc -fPIC -shared -Wl,-soname=libsndio.so.7.0 -o libsndio.so.7.0 debug.o aucat.o mio.o mio_rmidi.o mio_alsa.o mio_aucat.o sio.o sio_alsa.o sio_aucat.o sio_oss.o sio_sun.o issetugid.o strlcat.o strlcpy.o strtonum.o clock_gettime.o -lrt -lasound
- ln -sf libsndio.so.7.0 libsndio.so
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/libsndio'
- cd sndiod && make
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/sndiod'
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c abuf.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c utils.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c dev.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c dsp.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c file.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c listen.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c midi.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c miofile.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c opt.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c siofile.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c sndiod.c
- sndiod.c: In function ‘main’:
- sndiod.c:485:31: warning: ‘/sock’ directive output may be truncated writing 5 bytes into a region of size between 1 and 41 [-Wformat-truncation=]
- 485 | snprintf(path, SOCKPATH_MAX, "%s/" SOCKPATH_FILE "%u", base, unit);
- | ^~~~~
- sndiod.c:485:34: note: format string is defined here
- 485 | snprintf(path, SOCKPATH_MAX, "%s/" SOCKPATH_FILE "%u", base, unit);
- sndiod.c:485:31: note: using the range [0, 4294967295] for directive argument
- 485 | snprintf(path, SOCKPATH_MAX, "%s/" SOCKPATH_FILE "%u", base, unit);
- | ^~~~~
- sndiod.c:485:2: note: ‘snprintf’ output between 7 and 56 bytes into a destination of size 41
- 485 | snprintf(path, SOCKPATH_MAX, "%s/" SOCKPATH_FILE "%u", base, unit);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c sock.c
- cc -L../libsndio -o sndiod abuf.o utils.o dev.o dsp.o file.o listen.o midi.o miofile.o opt.o siofile.o sndiod.o sock.o -lsndio -lrt -lasound
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/sndiod'
- cd aucat && make
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/aucat'
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c abuf.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c afile.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c aucat.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c dsp.c
- cc -I../libsndio -I../bsd-compat -DDEBUG -DSNDIO_USER=\"sndiod\" -DADATA_BITS=16 -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c utils.c
- cc -L../libsndio -o aucat abuf.o afile.o aucat.o dsp.o utils.o -lsndio -lrt -lasound
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/aucat'
- cd midicat && make
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/midicat'
- cc -I../libsndio -I../bsd-compat -DDEBUG -D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME -DUSE_ALSA -c midicat.c
- cc -L../libsndio -o midicat midicat.o -lsndio -lrt -lasound
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/midicat'
- make: 'install' is up to date.
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1 ~/CortexCommand/CCOSS/external/linux
- -- The C compiler identification is GNU 9.1.0
- -- The CXX compiler identification is GNU 9.1.0
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
- -- Check if the system is big endian
- -- Searching 16 bit integer
- -- Looking for sys/types.h
- -- Looking for sys/types.h - found
- -- Looking for stdint.h
- -- Looking for stdint.h - found
- -- Looking for stddef.h
- -- Looking for stddef.h - found
- -- Check size of unsigned short
- -- Check size of unsigned short - done
- -- Using unsigned short
- -- Check if the system is big endian - little endian
- -- Looking for include file dirent.h
- -- Looking for include file dirent.h - found
- -- Looking for include file inttypes.h
- -- Looking for include file inttypes.h - found
- -- Looking for include file linux/awe_voice.h
- -- Looking for include file linux/awe_voice.h - not found
- -- Looking for include file linux/input.h
- -- Looking for include file linux/input.h - found
- -- Looking for include files sys/types.h, linux/joystick.h
- -- Looking for include files sys/types.h, linux/joystick.h - found
- -- Looking for include file linux/soundcard.h
- -- Looking for include file linux/soundcard.h - found
- -- Looking for include file machine/soundcard.h
- -- Looking for include file machine/soundcard.h - not found
- -- Looking for include file soundcard.h
- -- Looking for include file soundcard.h - not found
- -- Looking for include file stdint.h
- -- Looking for include file stdint.h - found
- -- Looking for include file sys/io.h
- -- Looking for include file sys/io.h - found
- -- Looking for include file sys/stat.h
- -- Looking for include file sys/stat.h - found
- -- Looking for include file sys/time.h
- -- Looking for include file sys/time.h - found
- -- Looking for include file sys/soundcard.h
- -- Looking for include file sys/soundcard.h - found
- -- Looking for include file sys/utsname.h
- -- Looking for include file sys/utsname.h - found
- -- Looking for getexecname
- -- Looking for getexecname - not found
- -- Looking for memcmp
- -- Looking for memcmp - found
- -- Looking for mkstemp
- -- Looking for mkstemp - found
- -- Looking for mmap
- -- Looking for mmap - found
- -- Looking for mprotect
- -- Looking for mprotect - found
- -- Looking for sched_yield
- -- Looking for sched_yield - found
- -- Looking for stricmp
- -- Looking for stricmp - not found
- -- Looking for strlwr
- -- Looking for strlwr - not found
- -- Looking for strupr
- -- Looking for strupr - not found
- -- Looking for sysconf
- -- Looking for sysconf - found
- -- Performing Test ALLEGRO_HAVE_SV_PROCFS_H
- -- Performing Test ALLEGRO_HAVE_SV_PROCFS_H - Failed
- -- Performing Test ALLEGRO_HAVE_PROCFS_ARGCV
- -- Performing Test ALLEGRO_HAVE_PROCFS_ARGCV - Failed
- -- Performing Test MAP_FAILED_DEFINED
- -- Performing Test MAP_FAILED_DEFINED - Success
- -- Performing Test ALLEGRO_USE_CONSTRUCTOR
- -- Performing Test ALLEGRO_USE_CONSTRUCTOR - Success
- -- Performing Test ALLEGRO_HAVE_POSIX_MONOTONIC_CLOCK
- -- Performing Test ALLEGRO_HAVE_POSIX_MONOTONIC_CLOCK - Success
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Looking for pthread_create
- -- Looking for pthread_create - not found
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Performing Test OSS_COMPILES
- -- Performing Test OSS_COMPILES - Success
- -- Found OSS: 1
- -- Checking for module 'alsa'
- -- Found alsa, version 1.1.0
- -- Checking for module 'jack'
- -- Found jack, version 1.9.12
- -- Looking for alOpenPort in audio
- -- Looking for alOpenPort in audio - not found
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
- -- Looking for gethostbyname
- -- Looking for gethostbyname - found
- -- Looking for connect
- -- Looking for connect - found
- -- Looking for remove
- -- Looking for remove - found
- -- Looking for shmat
- -- Looking for shmat - found
- -- Looking for IceConnectionNumber in ICE
- -- Looking for IceConnectionNumber in ICE - found
- -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
- -- Looking for XOpenIM in X11
- -- Looking for XOpenIM in X11 - found
- -- Looking for XDGAQueryExtension in Xxf86dga
- -- Looking for XDGAQueryExtension in Xxf86dga - not found
- -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
- -- Looking for glXGetProcAddress
- -- Looking for glXGetProcAddress - found
- -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
- -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.54")
- -- Found VORBIS: /usr/include
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/build
- Scanning dependencies of target allegro
- [ 0%] Building C object CMakeFiles/allegro.dir/src/allegro.c.o
- [ 0%] Building C object CMakeFiles/allegro.dir/src/blit.c.o
- [ 0%] Building C object CMakeFiles/allegro.dir/src/bmp.c.o
- [ 0%] Building C object CMakeFiles/allegro.dir/src/clip3d.c.o
- [ 1%] Building C object CMakeFiles/allegro.dir/src/clip3df.c.o
- [ 1%] Building C object CMakeFiles/allegro.dir/src/colblend.c.o
- [ 1%] Building C object CMakeFiles/allegro.dir/src/color.c.o
- [ 1%] Building C object CMakeFiles/allegro.dir/src/config.c.o
- [ 1%] Building C object CMakeFiles/allegro.dir/src/datafile.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/datafile.c: In function ‘initialise_datafile’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/datafile.c:2151:12: warning: variable ‘s’ set but not used [-Wunused-but-set-variable]
- 2151 | SAMPLE *s;
- | ^
- [ 2%] Building C object CMakeFiles/allegro.dir/src/dataregi.c.o
- [ 2%] Building C object CMakeFiles/allegro.dir/src/digmid.c.o
- [ 2%] Building C object CMakeFiles/allegro.dir/src/dither.c.o
- [ 2%] Building C object CMakeFiles/allegro.dir/src/dispsw.c.o
- [ 2%] Building C object CMakeFiles/allegro.dir/src/drvlist.c.o
- [ 3%] Building C object CMakeFiles/allegro.dir/src/file.c.o
- [ 3%] Building C object CMakeFiles/allegro.dir/src/fli.c.o
- [ 3%] Building C object CMakeFiles/allegro.dir/src/flood.c.o
- [ 3%] Building C object CMakeFiles/allegro.dir/src/font.c.o
- [ 3%] Building C object CMakeFiles/allegro.dir/src/fontbios.c.o
- [ 4%] Building C object CMakeFiles/allegro.dir/src/fontbmp.c.o
- [ 4%] Building C object CMakeFiles/allegro.dir/src/fontdat.c.o
- [ 4%] Building C object CMakeFiles/allegro.dir/src/fontgrx.c.o
- [ 4%] Building C object CMakeFiles/allegro.dir/src/fonttxt.c.o
- [ 4%] Building C object CMakeFiles/allegro.dir/src/fsel.c.o
- [ 5%] Building C object CMakeFiles/allegro.dir/src/gfx.c.o
- [ 5%] Building C object CMakeFiles/allegro.dir/src/glyph.c.o
- [ 5%] Building C object CMakeFiles/allegro.dir/src/graphics.c.o
- [ 5%] Building C object CMakeFiles/allegro.dir/src/gsprite.c.o
- [ 5%] Building C object CMakeFiles/allegro.dir/src/gui.c.o
- [ 6%] Building C object CMakeFiles/allegro.dir/src/guiproc.c.o
- [ 6%] Building C object CMakeFiles/allegro.dir/src/inline.c.o
- [ 6%] Building C object CMakeFiles/allegro.dir/src/joystick.c.o
- [ 6%] Building C object CMakeFiles/allegro.dir/src/keyboard.c.o
- [ 6%] Building C object CMakeFiles/allegro.dir/src/lbm.c.o
- [ 7%] Building C object CMakeFiles/allegro.dir/src/libc.c.o
- [ 7%] Building C object CMakeFiles/allegro.dir/src/lzss.c.o
- [ 7%] Building C object CMakeFiles/allegro.dir/src/math.c.o
- [ 7%] Building C object CMakeFiles/allegro.dir/src/math3d.c.o
- [ 7%] Building C object CMakeFiles/allegro.dir/src/midi.c.o
- [ 8%] Building C object CMakeFiles/allegro.dir/src/mixer.c.o
- [ 8%] Building C object CMakeFiles/allegro.dir/src/modesel.c.o
- [ 8%] Building C object CMakeFiles/allegro.dir/src/mouse.c.o
- [ 8%] Building C object CMakeFiles/allegro.dir/src/pcx.c.o
- [ 8%] Building C object CMakeFiles/allegro.dir/src/poly3d.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/poly3d.c: In function ‘draw_polygon_segment’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/poly3d.c:978:17: warning: left shift of negative value [-Wshift-negative-value]
- 978 | width = -1 << 16;
- | ^~
- [ 9%] Building C object CMakeFiles/allegro.dir/src/polygon.c.o
- [ 9%] Building C object CMakeFiles/allegro.dir/src/quantize.c.o
- [ 9%] Building C object CMakeFiles/allegro.dir/src/quat.c.o
- [ 9%] Building C object CMakeFiles/allegro.dir/src/readbmp.c.o
- [ 9%] Building C object CMakeFiles/allegro.dir/src/readfont.c.o
- [ 10%] Building C object CMakeFiles/allegro.dir/src/readsmp.c.o
- [ 10%] Building C object CMakeFiles/allegro.dir/src/rle.c.o
- [ 10%] Building C object CMakeFiles/allegro.dir/src/rotate.c.o
- [ 10%] Building C object CMakeFiles/allegro.dir/src/rsfb.c.o
- [ 10%] Building C object CMakeFiles/allegro.dir/src/scene3d.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/scene3d.c: In function ‘init_poly’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/scene3d.c:373:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
- 373 | poly->flags |= INTERP_THRU;
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/scene3d.c:374:10: note: here
- 374 | case DRAW_MODE_COPY_PATTERN:
- | ^~~~
- [ 11%] Building C object CMakeFiles/allegro.dir/src/sound.c.o
- [ 11%] Building C object CMakeFiles/allegro.dir/src/spline.c.o
- [ 11%] Building C object CMakeFiles/allegro.dir/src/stream.c.o
- [ 11%] Building C object CMakeFiles/allegro.dir/src/text.c.o
- [ 11%] Building C object CMakeFiles/allegro.dir/src/tga.c.o
- [ 12%] Building C object CMakeFiles/allegro.dir/src/timer.c.o
- [ 12%] Building C object CMakeFiles/allegro.dir/src/unicode.c.o
- [ 12%] Building C object CMakeFiles/allegro.dir/src/vtable.c.o
- [ 12%] Building C object CMakeFiles/allegro.dir/src/vtable15.c.o
- [ 12%] Building C object CMakeFiles/allegro.dir/src/vtable16.c.o
- [ 13%] Building C object CMakeFiles/allegro.dir/src/vtable24.c.o
- [ 13%] Building C object CMakeFiles/allegro.dir/src/vtable32.c.o
- [ 13%] Building C object CMakeFiles/allegro.dir/src/vtable8.c.o
- [ 13%] Building C object CMakeFiles/allegro.dir/src/c/cblit16.c.o
- [ 13%] Building C object CMakeFiles/allegro.dir/src/c/cblit24.c.o
- [ 14%] Building C object CMakeFiles/allegro.dir/src/c/cblit32.c.o
- [ 14%] Building C object CMakeFiles/allegro.dir/src/c/cblit8.c.o
- [ 14%] Building C object CMakeFiles/allegro.dir/src/c/ccpu.c.o
- [ 14%] Building C object CMakeFiles/allegro.dir/src/c/ccsprite.c.o
- [ 14%] Building C object CMakeFiles/allegro.dir/src/c/cgfx15.c.o
- [ 15%] Building C object CMakeFiles/allegro.dir/src/c/cgfx16.c.o
- [ 15%] Building C object CMakeFiles/allegro.dir/src/c/cgfx24.c.o
- [ 15%] Building C object CMakeFiles/allegro.dir/src/c/cgfx32.c.o
- [ 15%] Building C object CMakeFiles/allegro.dir/src/c/cgfx8.c.o
- [ 15%] Building C object CMakeFiles/allegro.dir/src/c/cmisc.c.o
- [ 16%] Building C object CMakeFiles/allegro.dir/src/c/cscan15.c.o
- [ 16%] Building C object CMakeFiles/allegro.dir/src/c/cscan16.c.o
- [ 16%] Building C object CMakeFiles/allegro.dir/src/c/cscan24.c.o
- [ 16%] Building C object CMakeFiles/allegro.dir/src/c/cscan32.c.o
- [ 16%] Building C object CMakeFiles/allegro.dir/src/c/cscan8.c.o
- [ 17%] Building C object CMakeFiles/allegro.dir/src/c/cspr15.c.o
- [ 17%] Building C object CMakeFiles/allegro.dir/src/c/cspr16.c.o
- [ 17%] Building C object CMakeFiles/allegro.dir/src/c/cspr24.c.o
- [ 17%] Building C object CMakeFiles/allegro.dir/src/c/cspr32.c.o
- [ 17%] Building C object CMakeFiles/allegro.dir/src/c/cspr8.c.o
- [ 18%] Building C object CMakeFiles/allegro.dir/src/c/cstretch.c.o
- [ 18%] Building C object CMakeFiles/allegro.dir/src/c/czscan15.c.o
- [ 18%] Building C object CMakeFiles/allegro.dir/src/c/czscan16.c.o
- [ 18%] Building C object CMakeFiles/allegro.dir/src/c/czscan24.c.o
- [ 18%] Building C object CMakeFiles/allegro.dir/src/c/czscan32.c.o
- [ 19%] Building C object CMakeFiles/allegro.dir/src/c/czscan8.c.o
- [ 19%] Building C object CMakeFiles/allegro.dir/src/misc/ccolconv.c.o
- [ 19%] Building C object CMakeFiles/allegro.dir/src/misc/colconv.c.o
- [ 19%] Building C object CMakeFiles/allegro.dir/src/unix/alsa9.c.o
- [ 19%] Building C object CMakeFiles/allegro.dir/src/unix/alsamidi.c.o
- [ 20%] Building C object CMakeFiles/allegro.dir/src/unix/arts.c.o
- [ 20%] Building C object CMakeFiles/allegro.dir/src/unix/sgial.c.o
- [ 20%] Building C object CMakeFiles/allegro.dir/src/unix/jack.c.o
- [ 20%] Building C object CMakeFiles/allegro.dir/src/unix/udjgpp.c.o
- [ 20%] Building C object CMakeFiles/allegro.dir/src/unix/udrvlist.c.o
- [ 21%] Building C object CMakeFiles/allegro.dir/src/unix/udummy.c.o
- [ 21%] Building C object CMakeFiles/allegro.dir/src/unix/uesd.c.o
- [ 21%] Building C object CMakeFiles/allegro.dir/src/unix/ufile.c.o
- In file included from /usr/include/string.h:635,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/ufile.c:22:
- In function ‘strncat’,
- inlined from ‘al_findnext’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/ufile.c:416:10:
- /usr/include/x86_64-linux-gnu/bits/string3.h:156:10: warning: ‘__builtin___strncat_chk’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
- 156 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/ufile.c: In function ‘al_findnext’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/ufile.c:34:28: note: length computed here
- 34 | #define NAMLEN(dirent) (strlen((dirent)->d_name))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/ufile.c:413:11: note: in expansion of macro ‘NAMLEN’
- 413 | if (NAMLEN(entry) >= sizeof(tempname))
- | ^~~~~~
- In file included from /usr/include/string.h:635,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/ufile.c:22:
- In function ‘strncat’,
- inlined from ‘al_findnext’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/ufile.c:421:10:
- /usr/include/x86_64-linux-gnu/bits/string3.h:156:10: warning: ‘__builtin___strncat_chk’ output may be truncated copying between 0 and 1023 bytes from a string of length 1023 [-Wstringop-truncation]
- 156 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 21%] Building C object CMakeFiles/allegro.dir/src/unix/ugfxdrv.c.o
- [ 21%] Building C object CMakeFiles/allegro.dir/src/unix/ujoydrv.c.o
- [ 22%] Building C object CMakeFiles/allegro.dir/src/unix/ukeybd.c.o
- [ 22%] Building C object CMakeFiles/allegro.dir/src/unix/umain.c.o
- [ 22%] Building C object CMakeFiles/allegro.dir/src/unix/umodules.c.o
- [ 22%] Building C object CMakeFiles/allegro.dir/src/unix/umouse.c.o
- [ 22%] Building C object CMakeFiles/allegro.dir/src/unix/uoss.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/uoss.c: In function ‘oss_update’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/uoss.c:177:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
- 177 | write(oss_fd, oss_bufdata, oss_bufsize);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 23%] Building C object CMakeFiles/allegro.dir/src/unix/uossmidi.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/uossmidi.c: In function ‘seq_set_fm_patches’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/uossmidi.c:264:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
- 264 | write(fd, &ins, sizeof(ins));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/uossmidi.c:272:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
- 272 | write(fd, &ins, sizeof(ins));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/linux/soundcard.h: In function ‘seqbuf_dump’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/uossmidi.c:110:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
- 110 | write(seq_fd, _seqbuf, _seqbufptr);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 23%] Building C object CMakeFiles/allegro.dir/src/unix/uptimer.c.o
- [ 23%] Building C object CMakeFiles/allegro.dir/src/unix/usigalrm.c.o
- [ 23%] Building C object CMakeFiles/allegro.dir/src/unix/usnddrv.c.o
- [ 23%] Building C object CMakeFiles/allegro.dir/src/unix/ustimer.c.o
- [ 24%] Building C object CMakeFiles/allegro.dir/src/unix/usystem.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/usystem.c: In function ‘_unix_get_executable_name’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/usystem.c:412:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
- 412 | fgets(linkname, sizeof(linkname), pipe);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/usystem.c:420:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
- 420 | fgets(linkname, sizeof(linkname), pipe);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/usystem.c: In function ‘_find_executable_file’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/usystem.c:276:3: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
- 276 | getcwd(pathname, sizeof(pathname));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 24%] Building C object CMakeFiles/allegro.dir/src/unix/uthreads.c.o
- [ 24%] Building C object CMakeFiles/allegro.dir/src/unix/utimer.c.o
- [ 24%] Building C object CMakeFiles/allegro.dir/src/linux/ljoy.c.o
- [ 24%] Building C object CMakeFiles/allegro.dir/src/x/xgfxdrv.c.o
- [ 25%] Building C object CMakeFiles/allegro.dir/src/x/xkeyboard.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/x/xkeyboard.c: In function ‘_xwin_get_keyboard_mapping’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/x/xkeyboard.c:620:3: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]
- 620 | KeySym sym = XKeycodeToKeysym(_xwin.display,
- | ^~~~~~
- In file included from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/x/xkeyboard.c:24:
- /usr/include/X11/Xlib.h:1687:15: note: declared here
- 1687 | extern KeySym XKeycodeToKeysym(
- | ^~~~~~~~~~~~~~~~
- [ 25%] Building C object CMakeFiles/allegro.dir/src/x/xmouse.c.o
- [ 25%] Building C object CMakeFiles/allegro.dir/src/x/xsystem.c.o
- [ 25%] Building C object CMakeFiles/allegro.dir/src/x/xtimer.c.o
- [ 25%] Building C object CMakeFiles/allegro.dir/src/x/xvtable.c.o
- [ 26%] Building C object CMakeFiles/allegro.dir/src/x/xwin.c.o
- [ 26%] Building C object CMakeFiles/allegro.dir/src/x/xdga2.c.o
- [ 26%] Linking C shared library lib/liballeg.so
- [ 26%] Built target allegro
- Scanning dependencies of target alleg-alsamidi
- [ 26%] Building C object CMakeFiles/alleg-alsamidi.dir/src/unix/alsamidi.c.o
- [ 26%] Linking C shared module lib/alleg-alsamidi.so
- [ 26%] Built target alleg-alsamidi
- Scanning dependencies of target alleg-jack
- [ 26%] Building C object CMakeFiles/alleg-jack.dir/src/unix/jack.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/jack.c: In function ‘jack_detect’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/jack.c:200:7: warning: ‘jack_client_new’ is deprecated [-Wdeprecated-declarations]
- 200 | jack_client = jack_client_new(jack_client_name);
- | ^~~~~~~~~~~
- In file included from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/src/unix/jack.c:27:
- /usr/include/jack/jack.h:127:17: note: declared here
- 127 | jack_client_t * jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT;
- | ^~~~~~~~~~~~~~~
- [ 27%] Linking C shared module lib/alleg-jack.so
- [ 27%] Built target alleg-jack
- Scanning dependencies of target alleg-alsadigi
- [ 28%] Building C object CMakeFiles/alleg-alsadigi.dir/src/unix/alsa9.c.o
- [ 28%] Linking C shared module lib/alleg-alsadigi.so
- [ 28%] Built target alleg-alsadigi
- Scanning dependencies of target allegrogl
- [ 28%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/alleggl.c.o
- [ 28%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/glvtable.c.o
- [ 29%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/scorer.c.o
- [ 29%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/math.c.o
- [ 29%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/aglf.c.o
- [ 29%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/fontconv.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/allegrogl/src/fontconv.c: In function ‘agl_extract_font_range’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/allegrogl/src/fontconv.c:447:6: warning: variable ‘count’ set but not used [-Wunused-but-set-variable]
- 447 | int count;
- | ^~~~~
- [ 29%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/texture.c.o
- [ 30%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/glext.c.o
- In file included from /usr/include/string.h:635,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/include/allegro/base.h:30,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/include/allegro.h:25,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/allegrogl/include/alleggl.h:8,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/allegrogl/src/glext.c:8:
- In function ‘strncpy’,
- inlined from ‘__allegro_gl_print_extensions’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/allegrogl/src/glext.c:649:17:
- /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ specified bound 80 equals destination size [-Wstringop-truncation]
- 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 30%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/gui.c.o
- [ 30%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/videovtb.c.o
- [ 30%] Building C object addons/allegrogl/CMakeFiles/allegrogl.dir/src/x.c.o
- [ 31%] Linking C shared library ../../lib/liballeggl.so
- [ 31%] Built target allegrogl
- Scanning dependencies of target loadpng
- [ 31%] Building C object addons/loadpng/CMakeFiles/loadpng.dir/loadpng.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/loadpng/loadpng.c: In function ‘really_load_png’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/loadpng/loadpng.c:97:9: warning: variable ‘tRNS_to_alpha’ set but not used [-Wunused-but-set-variable]
- 97 | int tRNS_to_alpha = FALSE;
- | ^~~~~~~~~~~~~
- [ 32%] Building C object addons/loadpng/CMakeFiles/loadpng.dir/savepng.c.o
- [ 32%] Building C object addons/loadpng/CMakeFiles/loadpng.dir/regpng.c.o
- [ 32%] Linking C shared library ../../lib/libloadpng.so
- [ 32%] Built target loadpng
- Scanning dependencies of target logg
- [ 32%] Building C object addons/logg/CMakeFiles/logg.dir/logg.c.o
- [ 32%] Linking C shared library ../../lib/liblogg.so
- [ 32%] Built target logg
- Scanning dependencies of target jpgalleg
- [ 33%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/decode.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/src/decode.c: In function ‘decode_progressive_block’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/src/decode.c:710:17: warning: left shift of negative value [-Wshift-negative-value]
- 710 | n_bit = (-1) << successive_low;
- | ^~
- In file included from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/src/decode.c:21:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/src/decode.c: At top level:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/include/internal.h:186:19: warning: inline function ‘_jpeg_get_bit’ declared but never defined
- 186 | extern INLINE int _jpeg_get_bit(void);
- | ^~~~~~~~~~~~~
- [ 33%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/encode.c.o
- In file included from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/src/encode.c:21:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/include/internal.h:186:19: warning: inline function ‘_jpeg_get_bit’ declared but never defined
- 186 | extern INLINE int _jpeg_get_bit(void);
- | ^~~~~~~~~~~~~
- [ 33%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/error.c.o
- In file included from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/src/error.c:22:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/include/internal.h:186:19: warning: inline function ‘_jpeg_get_bit’ declared but never defined
- 186 | extern INLINE int _jpeg_get_bit(void);
- | ^~~~~~~~~~~~~
- [ 33%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/init.c.o
- In file included from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/src/init.c:22:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/include/internal.h:186:19: warning: inline function ‘_jpeg_get_bit’ declared but never defined
- 186 | extern INLINE int _jpeg_get_bit(void);
- | ^~~~~~~~~~~~~
- [ 33%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/io.c.o
- [ 34%] Building C object addons/jpgalleg/CMakeFiles/jpgalleg.dir/src/jpgalleg.c.o
- In file included from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/src/jpgalleg.c:22:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/jpgalleg/include/internal.h:186:19: warning: inline function ‘_jpeg_get_bit’ declared but never defined
- 186 | extern INLINE int _jpeg_get_bit(void);
- | ^~~~~~~~~~~~~
- [ 34%] Linking C shared library ../../lib/libjpgalleg.so
- [ 34%] Built target jpgalleg
- Scanning dependencies of target makedoc
- [ 35%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makedoc.c.o
- In file included from /usr/include/string.h:635,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:35:
- In function ‘strncpy’,
- inlined from ‘_transform_custom_tags’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:277:3,
- inlined from ‘_read_file’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:331:7,
- inlined from ‘main’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:185:8:
- /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation]
- 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In function ‘strncpy’,
- inlined from ‘_transform_custom_tags’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:281:3,
- inlined from ‘_read_file’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:331:7,
- inlined from ‘main’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:185:8:
- /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 30 bytes from a string of the same length [-Wstringop-truncation]
- 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In function ‘strncpy’,
- inlined from ‘_transform_custom_tags’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:288:3,
- inlined from ‘_read_file’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:331:7,
- inlined from ‘main’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:185:8:
- /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation]
- 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In function ‘strncpy’,
- inlined from ‘_transform_custom_tags’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:292:3,
- inlined from ‘_read_file’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:331:7,
- inlined from ‘main’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:185:8:
- /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 30 bytes from a string of the same length [-Wstringop-truncation]
- 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In function ‘strncpy’,
- inlined from ‘_transform_custom_tags’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:299:3,
- inlined from ‘_read_file’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:331:7,
- inlined from ‘main’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:185:8:
- /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation]
- 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In function ‘strncpy’,
- inlined from ‘_transform_custom_tags’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:303:3,
- inlined from ‘_read_file’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:331:7,
- inlined from ‘main’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:185:8:
- /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 19 bytes from a string of the same length [-Wstringop-truncation]
- 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In function ‘strncpy’,
- inlined from ‘_mangle_email_links’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:839:7,
- inlined from ‘_read_file’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:334:3,
- inlined from ‘main’ at /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:185:8:
- /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
- 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c: In function ‘main’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makedoc.c:839:7: note: length computed here
- 839 | strncpy(buf, temp, strlen(temp));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 35%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makehtml.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makehtml.c:74:18: warning: ‘_codeblock_end_len’ defined but not used [-Wunused-const-variable=]
- 74 | static const int _codeblock_end_len = 19;
- | ^~~~~~~~~~~~~~~~~~
- [ 35%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makemisc.c.o
- [ 35%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/maketxt.c.o
- [ 35%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makertf.c.o
- [ 36%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/maketexi.c.o
- [ 36%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makeman.c.o
- [ 36%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makechm.c.o
- [ 36%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makedevh.c.o
- [ 36%] Building C object docs/CMakeFiles/makedoc.dir/src/makedoc/makesci.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makesci.c: In function ‘_convert’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/docs/src/makedoc/makesci.c:78:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- 78 | fread(buf, sizeof(char), fs, tx_file); /* read in the file */
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 37%] Linking C executable makedoc
- [ 37%] Built target makedoc
- Scanning dependencies of target docs
- [ 37%] Generating txt/abi.txt
- [ 38%] Generating html/abi.html
- [ 38%] Generating txt/addons.txt
- [ 38%] Generating html/addons.html
- [ 38%] Generating txt/ahack.txt
- [ 38%] Generating html/ahack.html
- [ 39%] Generating txt/allegro.txt
- [ 39%] Generating html/allegro.html
- [ 39%] Generating txt/api.txt
- [ 39%] Generating html/api.html
- [ 39%] Generating txt/changes.txt
- [ 40%] Generating html/changes.html
- [ 40%] Generating txt/const.txt
- [ 40%] Generating html/const.html
- [ 40%] Generating txt/dat2c.txt
- [ 40%] Generating html/dat2c.html
- [ 41%] Generating txt/dat2s.txt
- [ 41%] Generating html/dat2s.html
- [ 41%] Generating txt/datafile.txt
- [ 41%] Generating html/datafile.html
- [ 41%] Generating txt/dat.txt
- [ 42%] Generating html/dat.html
- [ 42%] Generating txt/faq.txt
- [ 42%] Generating html/faq.html
- [ 42%] Generating txt/grabber.txt
- [ 42%] Generating html/grabber.html
- [ 43%] Generating txt/help.txt
- [ 43%] Generating html/help.html
- [ 43%] Generating txt/index.txt
- [ 43%] Generating html/index.html
- [ 43%] Generating txt/license.txt
- [ 44%] Generating html/license.html
- [ 44%] Generating txt/makedoc.txt
- [ 44%] Generating html/makedoc.html
- [ 44%] Generating txt/mistakes.txt
- [ 44%] Generating html/mistakes.html
- [ 45%] Generating txt/packfile.txt
- [ 45%] Generating html/packfile.html
- [ 45%] Generating txt/readme.txt
- [ 45%] Generating html/readme.html
- [ 45%] Generating txt/thanks.txt
- [ 46%] Generating html/thanks.html
- [ 46%] Generating build/cmake.txt
- [ 46%] Generating build/cmake.html
- [ 46%] Generating build/linux.txt
- [ 46%] Generating build/linux.html
- [ 47%] Generating build/macosx.txt
- [ 47%] Generating build/macosx.html
- [ 47%] Generating build/mingw32.txt
- [ 47%] Generating build/mingw32.html
- [ 47%] Generating build/msvc.txt
- [ 48%] Generating build/msvc.html
- [ 48%] Generating build/unix.txt
- [ 48%] Generating build/unix.html
- [ 48%] Generating AUTHORS
- [ 48%] Generating THANKS
- [ 49%] Generating CHANGES
- [ 49%] Generating readme.txt
- [ 49%] Generating man/allegro_init.3
- [ 49%] Generating scite/allegro.api
- [ 49%] Built target docs
- Scanning dependencies of target copy_example_data
- [ 49%] Generating allegro.pcx
- [ 49%] Generating example.dat
- [ 50%] Generating examples.txt
- [ 50%] Generating exconfig.ini
- [ 50%] Generating inkblot.tga
- [ 50%] Generating mysha.pcx
- [ 50%] Generating planet.pcx
- [ 51%] Generating running.dat
- [ 51%] Generating unifont.dat
- [ 51%] Built target copy_example_data
- Scanning dependencies of target exzbuf
- [ 51%] Building C object examples/CMakeFiles/exzbuf.dir/exzbuf.c.o
- [ 51%] Linking C executable exzbuf
- [ 51%] Built target exzbuf
- Scanning dependencies of target exupdate
- [ 51%] Building C object examples/CMakeFiles/exupdate.dir/exupdate.c.o
- [ 51%] Linking C executable exupdate
- [ 51%] Built target exupdate
- Scanning dependencies of target extruec
- [ 51%] Building C object examples/CMakeFiles/extruec.dir/extruec.c.o
- [ 52%] Linking C executable extruec
- [ 52%] Built target extruec
- Scanning dependencies of target exjoy
- [ 52%] Building C object examples/CMakeFiles/exjoy.dir/exjoy.c.o
- [ 52%] Linking C executable exjoy
- [ 52%] Built target exjoy
- Scanning dependencies of target exgui
- [ 52%] Building C object examples/CMakeFiles/exgui.dir/exgui.c.o
- [ 52%] Linking C executable exgui
- [ 52%] Built target exgui
- Scanning dependencies of target exexedat
- [ 52%] Building C object examples/CMakeFiles/exexedat.dir/exexedat.c.o
- [ 52%] Linking C executable exexedat
- [ 52%] Built target exexedat
- Scanning dependencies of target exdbuf
- [ 52%] Building C object examples/CMakeFiles/exdbuf.dir/exdbuf.c.o
- [ 52%] Linking C executable exdbuf
- [ 52%] Built target exdbuf
- Scanning dependencies of target exstream
- [ 52%] Building C object examples/CMakeFiles/exstream.dir/exstream.c.o
- [ 52%] Linking C executable exstream
- [ 52%] Built target exstream
- Scanning dependencies of target exflip
- [ 52%] Building C object examples/CMakeFiles/exflip.dir/exflip.c.o
- [ 52%] Linking C executable exflip
- [ 52%] Built target exflip
- Scanning dependencies of target expal
- [ 53%] Building C object examples/CMakeFiles/expal.dir/expal.c.o
- [ 53%] Linking C executable expal
- [ 53%] Built target expal
- Scanning dependencies of target exdata
- [ 53%] Building C object examples/CMakeFiles/exdata.dir/exdata.c.o
- [ 53%] Linking C executable exdata
- [ 53%] Built target exdata
- Scanning dependencies of target exscale
- [ 53%] Building C object examples/CMakeFiles/exscale.dir/exscale.c.o
- [ 53%] Linking C executable exscale
- [ 53%] Built target exscale
- Scanning dependencies of target expat
- [ 53%] Building C object examples/CMakeFiles/expat.dir/expat.c.o
- [ 53%] Linking C executable expat
- [ 53%] Built target expat
- Scanning dependencies of target ex3buf
- [ 53%] Building C object examples/CMakeFiles/ex3buf.dir/ex3buf.c.o
- [ 53%] Linking C executable ex3buf
- [ 53%] Built target ex3buf
- Scanning dependencies of target exscn3d
- [ 53%] Building C object examples/CMakeFiles/exscn3d.dir/exscn3d.c.o
- [ 54%] Linking C executable exscn3d
- [ 54%] Built target exscn3d
- Scanning dependencies of target exhello
- [ 54%] Building C object examples/CMakeFiles/exhello.dir/exhello.c.o
- [ 55%] Linking C executable exhello
- [ 55%] Built target exhello
- Scanning dependencies of target expackf
- [ 55%] Building C object examples/CMakeFiles/expackf.dir/expackf.c.o
- [ 55%] Linking C executable expackf
- [ 55%] Built target expackf
- Scanning dependencies of target exunicod
- [ 55%] Building C object examples/CMakeFiles/exunicod.dir/exunicod.c.o
- [ 55%] Linking C executable exunicod
- [ 55%] Built target exunicod
- Scanning dependencies of target ex12bit
- [ 55%] Building C object examples/CMakeFiles/ex12bit.dir/ex12bit.c.o
- [ 56%] Linking C executable ex12bit
- [ 56%] Built target ex12bit
- Scanning dependencies of target ex3d
- [ 56%] Building C object examples/CMakeFiles/ex3d.dir/ex3d.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:54:10: warning: left shift of negative value [-Wshift-negative-value]
- 54 | { -32 << 16, -32 << 16, -32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:54:21: warning: left shift of negative value [-Wshift-negative-value]
- 54 | { -32 << 16, -32 << 16, -32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:54:32: warning: left shift of negative value [-Wshift-negative-value]
- 54 | { -32 << 16, -32 << 16, -32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:55:10: warning: left shift of negative value [-Wshift-negative-value]
- 55 | { -32 << 16, 32 << 16, -32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:55:32: warning: left shift of negative value [-Wshift-negative-value]
- 55 | { -32 << 16, 32 << 16, -32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:56:32: warning: left shift of negative value [-Wshift-negative-value]
- 56 | { 32 << 16, 32 << 16, -32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:57:21: warning: left shift of negative value [-Wshift-negative-value]
- 57 | { 32 << 16, -32 << 16, -32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:57:32: warning: left shift of negative value [-Wshift-negative-value]
- 57 | { 32 << 16, -32 << 16, -32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:58:10: warning: left shift of negative value [-Wshift-negative-value]
- 58 | { -32 << 16, -32 << 16, 32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:58:21: warning: left shift of negative value [-Wshift-negative-value]
- 58 | { -32 << 16, -32 << 16, 32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:59:10: warning: left shift of negative value [-Wshift-negative-value]
- 59 | { -32 << 16, 32 << 16, 32 << 16 },
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/examples/ex3d.c:61:21: warning: left shift of negative value [-Wshift-negative-value]
- 61 | { 32 << 16, -32 << 16, 32 << 16 },
- | ^~
- [ 56%] Linking C executable ex3d
- [ 56%] Built target ex3d
- Scanning dependencies of target exxfade
- [ 57%] Building C object examples/CMakeFiles/exxfade.dir/exxfade.c.o
- [ 57%] Linking C executable exxfade
- [ 57%] Built target exxfade
- Scanning dependencies of target exmem
- [ 57%] Building C object examples/CMakeFiles/exmem.dir/exmem.c.o
- [ 57%] Linking C executable exmem
- [ 57%] Built target exmem
- Scanning dependencies of target exalpha
- [ 57%] Building C object examples/CMakeFiles/exalpha.dir/exalpha.c.o
- [ 57%] Linking C executable exalpha
- [ 57%] Built target exalpha
- Scanning dependencies of target exbitmap
- [ 57%] Building C object examples/CMakeFiles/exbitmap.dir/exbitmap.c.o
- [ 58%] Linking C executable exbitmap
- [ 58%] Built target exbitmap
- Scanning dependencies of target excolmap
- [ 59%] Building C object examples/CMakeFiles/excolmap.dir/excolmap.c.o
- [ 59%] Linking C executable excolmap
- [ 59%] Built target excolmap
- Scanning dependencies of target exlights
- [ 60%] Building C object examples/CMakeFiles/exlights.dir/exlights.c.o
- [ 60%] Linking C executable exlights
- [ 60%] Built target exlights
- Scanning dependencies of target extimer
- [ 60%] Building C object examples/CMakeFiles/extimer.dir/extimer.c.o
- [ 60%] Linking C executable extimer
- [ 60%] Built target extimer
- Scanning dependencies of target exflame
- [ 60%] Building C object examples/CMakeFiles/exflame.dir/exflame.c.o
- [ 60%] Linking C executable exflame
- [ 60%] Built target exflame
- Scanning dependencies of target exblend
- [ 60%] Building C object examples/CMakeFiles/exblend.dir/exblend.c.o
- [ 60%] Linking C executable exblend
- [ 60%] Built target exblend
- Scanning dependencies of target extrans
- [ 61%] Building C object examples/CMakeFiles/extrans.dir/extrans.c.o
- [ 61%] Linking C executable extrans
- [ 61%] Built target extrans
- Scanning dependencies of target exfont
- [ 62%] Building C object examples/CMakeFiles/exfont.dir/exfont.c.o
- [ 62%] Linking C executable exfont
- [ 62%] Built target exfont
- Scanning dependencies of target excamera
- [ 62%] Building C object examples/CMakeFiles/excamera.dir/excamera.c.o
- [ 62%] Linking C executable excamera
- [ 62%] Built target excamera
- Scanning dependencies of target exsyscur
- [ 62%] Building C object examples/CMakeFiles/exsyscur.dir/exsyscur.c.o
- [ 62%] Linking C executable exsyscur
- [ 62%] Built target exsyscur
- Scanning dependencies of target exconfig
- [ 62%] Building C object examples/CMakeFiles/exconfig.dir/exconfig.c.o
- [ 62%] Linking C executable exconfig
- [ 62%] Built target exconfig
- Scanning dependencies of target exmidi
- [ 62%] Building C object examples/CMakeFiles/exmidi.dir/exmidi.c.o
- [ 63%] Linking C executable exmidi
- [ 63%] Built target exmidi
- Scanning dependencies of target exaccel
- [ 64%] Building C object examples/CMakeFiles/exaccel.dir/exaccel.c.o
- [ 64%] Linking C executable exaccel
- [ 64%] Built target exaccel
- Scanning dependencies of target exmouse
- [ 64%] Building C object examples/CMakeFiles/exmouse.dir/exmouse.c.o
- [ 64%] Linking C executable exmouse
- [ 64%] Built target exmouse
- Scanning dependencies of target exsprite
- [ 64%] Building C object examples/CMakeFiles/exsprite.dir/exsprite.c.o
- [ 64%] Linking C executable exsprite
- [ 64%] Built target exsprite
- Scanning dependencies of target exquat
- [ 64%] Building C object examples/CMakeFiles/exquat.dir/exquat.c.o
- [ 65%] Linking C executable exquat
- [ 65%] Built target exquat
- Scanning dependencies of target exfixed
- [ 65%] Building C object examples/CMakeFiles/exfixed.dir/exfixed.c.o
- [ 66%] Linking C executable exfixed
- [ 66%] Built target exfixed
- Scanning dependencies of target exrgbhsv
- [ 66%] Building C object examples/CMakeFiles/exrgbhsv.dir/exrgbhsv.c.o
- [ 66%] Linking C executable exrgbhsv
- [ 66%] Built target exrgbhsv
- Scanning dependencies of target exrotscl
- [ 66%] Building C object examples/CMakeFiles/exrotscl.dir/exrotscl.c.o
- [ 66%] Linking C executable exrotscl
- [ 66%] Built target exrotscl
- Scanning dependencies of target exscroll
- [ 66%] Building C object examples/CMakeFiles/exscroll.dir/exscroll.c.o
- [ 66%] Linking C executable exscroll
- [ 66%] Built target exscroll
- Scanning dependencies of target excustom
- [ 66%] Building C object examples/CMakeFiles/excustom.dir/excustom.c.o
- [ 67%] Linking C executable excustom
- [ 67%] Built target excustom
- Scanning dependencies of target exshade
- [ 67%] Building C object examples/CMakeFiles/exshade.dir/exshade.c.o
- [ 67%] Linking C executable exshade
- [ 67%] Built target exshade
- Scanning dependencies of target exkeys
- [ 67%] Building C object examples/CMakeFiles/exkeys.dir/exkeys.c.o
- [ 67%] Linking C executable exkeys
- [ 67%] Built target exkeys
- Scanning dependencies of target exsample
- [ 68%] Building C object examples/CMakeFiles/exsample.dir/exsample.c.o
- [ 68%] Linking C executable exsample
- [ 68%] Built target exsample
- Scanning dependencies of target exspline
- [ 69%] Building C object examples/CMakeFiles/exspline.dir/exspline.c.o
- [ 69%] Linking C executable exspline
- [ 69%] Built target exspline
- Scanning dependencies of target exswitch
- [ 69%] Building C object examples/CMakeFiles/exswitch.dir/exswitch.c.o
- [ 70%] Linking C executable exswitch
- [ 70%] Built target exswitch
- Scanning dependencies of target exstars
- [ 71%] Building C object examples/CMakeFiles/exstars.dir/exstars.c.o
- [ 71%] Linking C executable exstars
- [ 71%] Built target exstars
- Scanning dependencies of target extrans2
- [ 71%] Building C object examples/CMakeFiles/extrans2.dir/extrans2.c.o
- [ 71%] Linking C executable extrans2
- [ 71%] Built target extrans2
- Scanning dependencies of target copy_shooter_data
- [ 71%] Generating demo.dat
- [ 71%] Built target copy_shooter_data
- Scanning dependencies of target shooter
- [ 71%] Building C object demos/shooter/CMakeFiles/shooter.dir/animsel.c.o
- [ 71%] Building C object demos/shooter/CMakeFiles/shooter.dir/bullet.c.o
- [ 71%] Building C object demos/shooter/CMakeFiles/shooter.dir/dirty.c.o
- [ 72%] Building C object demos/shooter/CMakeFiles/shooter.dir/expl.c.o
- [ 72%] Building C object demos/shooter/CMakeFiles/shooter.dir/star.c.o
- [ 72%] Building C object demos/shooter/CMakeFiles/shooter.dir/aster.c.o
- [ 72%] Building C object demos/shooter/CMakeFiles/shooter.dir/demo.c.o
- [ 72%] Building C object demos/shooter/CMakeFiles/shooter.dir/display.c.o
- [ 73%] Building C object demos/shooter/CMakeFiles/shooter.dir/game.c.o
- [ 73%] Building C object demos/shooter/CMakeFiles/shooter.dir/title.c.o
- [ 73%] Linking C executable shooter
- [ 73%] Built target shooter
- Scanning dependencies of target copy_skater_data
- [ 73%] Generating demo.dat
- [ 74%] Generating level.dat
- [ 74%] Built target copy_skater_data
- Scanning dependencies of target skater_agl
- [ 74%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/anim.c.o
- [ 75%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/backscrl.c.o
- [ 75%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/credits.c.o
- [ 75%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/dblbuf.c.o
- [ 75%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/fps.c.o
- [ 75%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/framewk.c.o
- [ 76%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/game_sk.c.o
- [ 76%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/gamepad.c.o
- [ 76%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/global.c.o
- [ 76%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/intro.c.o
- [ 76%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/kbd_sk.c.o
- [ 77%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/level.c.o
- [ 77%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/lvlalloc.c.o
- [ 77%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/lvlfile.c.o
- [ 77%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/lvlstate.c.o
- [ 77%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menu.c.o
- [ 78%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menuabt.c.o
- [ 78%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menuctl.c.o
- [ 78%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menugfx.c.o
- [ 78%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menumain.c.o
- [ 78%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menumisc.c.o
- [ 79%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menuopts.c.o
- [ 79%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menusnd.c.o
- [ 79%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/menusucc.c.o
- [ 79%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/music.c.o
- [ 79%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/oglflip.c.o
- [ 80%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/pageflip.c.o
- [ 80%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/physics.c.o
- [ 80%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/quadtree.c.o
- [ 80%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/scrshot.c.o
- [ 80%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/skater.c.o
- [ 81%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/token.c.o
- [ 81%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/transitn.c.o
- [ 81%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/tribuf.c.o
- [ 81%] Building C object demos/skater/CMakeFiles/skater_agl.dir/source/virtctl.c.o
- [ 81%] Linking C executable skater_agl
- [ 81%] Built target skater_agl
- Scanning dependencies of target skater
- [ 81%] Building C object demos/skater/CMakeFiles/skater.dir/source/anim.c.o
- [ 81%] Building C object demos/skater/CMakeFiles/skater.dir/source/backscrl.c.o
- [ 82%] Building C object demos/skater/CMakeFiles/skater.dir/source/credits.c.o
- [ 82%] Building C object demos/skater/CMakeFiles/skater.dir/source/dblbuf.c.o
- [ 82%] Building C object demos/skater/CMakeFiles/skater.dir/source/fps.c.o
- [ 82%] Building C object demos/skater/CMakeFiles/skater.dir/source/framewk.c.o
- [ 82%] Building C object demos/skater/CMakeFiles/skater.dir/source/game_sk.c.o
- [ 83%] Building C object demos/skater/CMakeFiles/skater.dir/source/gamepad.c.o
- [ 83%] Building C object demos/skater/CMakeFiles/skater.dir/source/global.c.o
- [ 83%] Building C object demos/skater/CMakeFiles/skater.dir/source/intro.c.o
- [ 83%] Building C object demos/skater/CMakeFiles/skater.dir/source/kbd_sk.c.o
- [ 83%] Building C object demos/skater/CMakeFiles/skater.dir/source/level.c.o
- [ 84%] Building C object demos/skater/CMakeFiles/skater.dir/source/lvlalloc.c.o
- [ 84%] Building C object demos/skater/CMakeFiles/skater.dir/source/lvlfile.c.o
- [ 84%] Building C object demos/skater/CMakeFiles/skater.dir/source/lvlstate.c.o
- [ 84%] Building C object demos/skater/CMakeFiles/skater.dir/source/menu.c.o
- [ 84%] Building C object demos/skater/CMakeFiles/skater.dir/source/menuabt.c.o
- [ 85%] Building C object demos/skater/CMakeFiles/skater.dir/source/menuctl.c.o
- [ 85%] Building C object demos/skater/CMakeFiles/skater.dir/source/menugfx.c.o
- [ 85%] Building C object demos/skater/CMakeFiles/skater.dir/source/menumain.c.o
- [ 85%] Building C object demos/skater/CMakeFiles/skater.dir/source/menumisc.c.o
- [ 85%] Building C object demos/skater/CMakeFiles/skater.dir/source/menuopts.c.o
- [ 86%] Building C object demos/skater/CMakeFiles/skater.dir/source/menusnd.c.o
- [ 86%] Building C object demos/skater/CMakeFiles/skater.dir/source/menusucc.c.o
- [ 86%] Building C object demos/skater/CMakeFiles/skater.dir/source/music.c.o
- [ 86%] Building C object demos/skater/CMakeFiles/skater.dir/source/oglflip.c.o
- [ 86%] Building C object demos/skater/CMakeFiles/skater.dir/source/pageflip.c.o
- [ 87%] Building C object demos/skater/CMakeFiles/skater.dir/source/physics.c.o
- [ 87%] Building C object demos/skater/CMakeFiles/skater.dir/source/quadtree.c.o
- [ 87%] Building C object demos/skater/CMakeFiles/skater.dir/source/scrshot.c.o
- [ 87%] Building C object demos/skater/CMakeFiles/skater.dir/source/skater.c.o
- [ 87%] Building C object demos/skater/CMakeFiles/skater.dir/source/token.c.o
- [ 88%] Building C object demos/skater/CMakeFiles/skater.dir/source/transitn.c.o
- [ 88%] Building C object demos/skater/CMakeFiles/skater.dir/source/tribuf.c.o
- [ 88%] Building C object demos/skater/CMakeFiles/skater.dir/source/virtctl.c.o
- [ 88%] Linking C executable skater
- [ 88%] Built target skater
- Scanning dependencies of target xkeymap
- [ 88%] Building C object tools/CMakeFiles/xkeymap.dir/x11/xkeymap.c.o
- [ 89%] Linking C executable xkeymap
- [ 89%] Built target xkeymap
- Scanning dependencies of target xf2pcx
- [ 89%] Building C object tools/CMakeFiles/xf2pcx.dir/x11/xf2pcx.c.o
- [ 89%] Linking C executable xf2pcx
- [ 89%] Built target xf2pcx
- Scanning dependencies of target aldat
- [ 90%] Building C object tools/CMakeFiles/aldat.dir/datedit.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/datedit.c: In function ‘datedit_load_datafile’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/datedit.c:931:22: warning: typedef ‘DF’ locally defined but not used [-Wunused-local-typedefs]
- 931 | typedef void (*DF)(void *);
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/datedit.c: In function ‘datedit_grab’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/datedit.c:1617:19: warning: comparison of constant ‘0’ with boolean expression is always false [-Wbool-compare]
- 1617 | if (!type_index < 0)
- | ^
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/datedit.c:1617:19: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/datedit.c:1617:7: note: add parentheses around left hand side expression to silence this warning
- 1617 | if (!type_index < 0)
- | ^~~~~~~~~~~
- | ( )
- [ 90%] Building C object tools/CMakeFiles/aldat.dir/plugins/datalpha.c.o
- [ 90%] Building C object tools/CMakeFiles/aldat.dir/plugins/datfli.c.o
- [ 90%] Building C object tools/CMakeFiles/aldat.dir/plugins/datfname.c.o
- [ 90%] Building C object tools/CMakeFiles/aldat.dir/plugins/datfont.c.o
- [ 91%] Building C object tools/CMakeFiles/aldat.dir/plugins/datgrab.c.o
- [ 91%] Building C object tools/CMakeFiles/aldat.dir/plugins/datgrid.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/plugins/datgrid.c: In function ‘griddlit.constprop’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/plugins/datgrid.c:208:20: warning: ‘%03d’ directive writing between 3 and 11 bytes into a region of size between 1 and 256 [-Wformat-overflow=]
- 208 | sprintf(buf, "%s%03d", name, c);
- | ^~~~
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/plugins/datgrid.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 4 and 267 bytes into a destination of size 256
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 91%] Building C object tools/CMakeFiles/aldat.dir/plugins/datimage.c.o
- [ 91%] Building C object tools/CMakeFiles/aldat.dir/plugins/datitype.c.o
- [ 91%] Building C object tools/CMakeFiles/aldat.dir/plugins/datmidi.c.o
- [ 92%] Building C object tools/CMakeFiles/aldat.dir/plugins/datpal.c.o
- [ 92%] Building C object tools/CMakeFiles/aldat.dir/plugins/datsamp.c.o
- [ 92%] Building C object tools/CMakeFiles/aldat.dir/plugins/datworms.c.o
- [ 92%] Building C object tools/CMakeFiles/aldat.dir/__/addons/jpgalleg/plugin/datjpeg.c.o
- [ 92%] Linking C static library ../lib/libaldat.a
- [ 92%] Built target aldat
- Scanning dependencies of target grabber
- [ 92%] Building C object tools/CMakeFiles/grabber.dir/grabber.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c: In function ‘add_datafile_to_list’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:1726:18: warning: ‘%*d’ directive writing between 1 and 2147483647 bytes into a region of size 79 [-Wformat-overflow=]
- 1726 | sprintf(tmp, "[%*d] %c%c%c%c %s%c ", digits, i, (d->type >> 24) & 0xFF,
- | ^~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:1726:16: note: directive argument in the range [0, 2147483647]
- 1726 | sprintf(tmp, "[%*d] %c%c%c%c %s%c ", digits, i, (d->type >> 24) & 0xFF,
- | ^~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output 12 or more bytes (assuming 2147483658) into a destination of size 80
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c: In function ‘update_title’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:345:31: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1014 [-Wformat-overflow=]
- 345 | sprintf(buf, "grabber - %s%s", grabber_data_file, is_modified ? " (modified)" : "");
- | ^~ ~~~~~~~~~~~~~~~~~
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 11 and 1045 bytes into a destination of size 1024
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c: In function ‘save’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:2087:18: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 256 [-Wformat-overflow=]
- 2087 | sprintf(buf2, "%s already exists, overwrite?", buf);
- | ^~ ~~~
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 28 and 1051 bytes into a destination of size 256
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c: In function ‘sheller’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:3418:24: warning: ‘grab’ directive writing 4 bytes into a region of size between 1 and 256 [-Wformat-overflow=]
- 3418 | sprintf(filename, "%sgrab%04d.%s", buf, i, ext);
- | ^~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:3418:21: note: directive argument in the range [0, 2147483647]
- 3418 | sprintf(filename, "%sgrab%04d.%s", buf, i, ext);
- | ^~~~~~~~~~~~~~~
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 10 and 526 bytes into a destination of size 256
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:3433:23: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
- 3433 | sprintf(cmd, "%s %s", s, filename);
- | ^
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output 2 or more bytes (assuming 257) into a destination of size 256
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:3362:29: warning: ‘%s’ directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=]
- 3362 | sprintf(cmd, "Add a \"%s=command\" line to the [grabber]", buf);
- | ^~ ~~~
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/grabber.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 39 and 294 bytes into a destination of size 256
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 92%] Linking C executable grabber
- [ 92%] Built target grabber
- Scanning dependencies of target textconv
- [ 92%] Building C object tools/CMakeFiles/textconv.dir/textconv.c.o
- [ 92%] Linking C executable textconv
- [ 92%] Built target textconv
- Scanning dependencies of target dat2c
- [ 92%] Building C object tools/CMakeFiles/dat2c.dir/dat2c.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/dat2c.c: In function ‘_cwrite_esc’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/dat2c.c:580:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
- 580 | was_num_escape = 2;
- | ~~~~~~~~~~~~~~~^~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/dat2c.c:582:3: note: here
- 582 | case 7: /* \a or bell */
- | ^~~~
- [ 92%] Linking C executable dat2c
- [ 92%] Built target dat2c
- Scanning dependencies of target colormap
- [ 92%] Building C object tools/CMakeFiles/colormap.dir/colormap.c.o
- [ 92%] Linking C executable colormap
- [ 92%] Built target colormap
- Scanning dependencies of target pack
- [ 93%] Building C object tools/CMakeFiles/pack.dir/pack.c.o
- [ 93%] Linking C executable pack
- [ 93%] Built target pack
- Scanning dependencies of target exedat
- [ 94%] Building C object tools/CMakeFiles/exedat.dir/exedat.c.o
- [ 94%] Linking C executable exedat
- [ 94%] Built target exedat
- Scanning dependencies of target rgbmap
- [ 94%] Building C object tools/CMakeFiles/rgbmap.dir/rgbmap.c.o
- [ 94%] Linking C executable rgbmap
- [ 94%] Built target rgbmap
- Scanning dependencies of target dat
- [ 94%] Building C object tools/CMakeFiles/dat.dir/dat.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/dat.c: In function ‘datedit_select’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/dat.c:298:4: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
- 298 | fscanf(stdin, "%d", &c);
- | ^~~~~~~~~~~~~~~~~~~~~~~
- [ 94%] Linking C executable dat
- [ 94%] Built target dat
- Scanning dependencies of target dat2s
- [ 95%] Building C object tools/CMakeFiles/dat2s.dir/dat2s.c.o
- [ 95%] Linking C executable dat2s
- [ 95%] Built target dat2s
- Scanning dependencies of target pat2dat
- [ 95%] Building C object tools/CMakeFiles/pat2dat.dir/pat2dat.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/pat2dat.c: In function ‘add_soundfont_patches’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/pat2dat.c:2074:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- 2074 | fread(sf_presets[i].achPresetName, 20, 1, f);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/pat2dat.c:2127:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- 2127 | fread(sf_instruments[i].achInstName, 20, 1, f);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tools/pat2dat.c:2175:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- 2175 | fread(sf_samples[i].achSampleName, 20, 1, f);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 95%] Linking C executable pat2dat
- [ 95%] Built target pat2dat
- Scanning dependencies of target keyconf
- [ 95%] Building C object setup/CMakeFiles/keyconf.dir/keyconf.c.o
- [ 95%] Linking C executable keyconf
- [ 95%] Built target keyconf
- Scanning dependencies of target copy_setup_data
- [ 95%] Generating setup.dat
- [ 95%] Built target copy_setup_data
- Scanning dependencies of target setup
- [ 96%] Building C object setup/CMakeFiles/setup.dir/setup.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/setup/setup.c: In function ‘filename_proc’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/setup/setup.c:1897:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- 1897 | if (!p->e2)
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/setup/setup.c:1899:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- 1899 | ustrzcpy(p->e2, FILENAME_SIZE, p->value);
- | ^~~~~~~~
- [ 96%] Linking C executable setup
- [ 96%] Built target setup
- Scanning dependencies of target vesainfo
- [ 96%] Building C object tests/CMakeFiles/vesainfo.dir/vesainfo.c.o
- [ 97%] Linking C executable vesainfo
- [ 97%] Built target vesainfo
- Scanning dependencies of target akaitest
- [ 97%] Building C object tests/CMakeFiles/akaitest.dir/akaitest.c.o
- [ 97%] Linking C executable akaitest
- [ 97%] Built target akaitest
- Scanning dependencies of target digitest
- [ 97%] Building C object tests/CMakeFiles/digitest.dir/digitest.c.o
- [ 97%] Linking C executable digitest
- [ 97%] Built target digitest
- Scanning dependencies of target test
- [ 98%] Building C object tests/CMakeFiles/test.dir/test.c.o
- [ 98%] Linking C executable test
- [ 98%] Built target test
- Scanning dependencies of target filetest
- [ 98%] Building C object tests/CMakeFiles/filetest.dir/filetest.c.o
- [ 99%] Linking C executable filetest
- [ 99%] Built target filetest
- Scanning dependencies of target gfxinfo
- [ 99%] Building C object tests/CMakeFiles/gfxinfo.dir/gfxinfo.c.o
- [ 99%] Linking C executable gfxinfo
- [ 99%] Built target gfxinfo
- Scanning dependencies of target mathtest
- [ 99%] Building C object tests/CMakeFiles/mathtest.dir/mathtest.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/mathtest.c: In function ‘set_calc_value’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/mathtest.c:116:31: warning: ‘%s’ directive writing up to 79 bytes into a region of size 75 [-Wformat-overflow=]
- 116 | sprintf(calc_str, "-E- (%s)", b);
- | ^~ ~
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/mathtest.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 7 and 86 bytes into a destination of size 80
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [ 99%] Linking C executable mathtest
- [ 99%] Built target mathtest
- Scanning dependencies of target play
- [ 99%] Building C object tests/CMakeFiles/play.dir/play.c.o
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/play.c: In function ‘format_id’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/play.c:31:21: warning: ‘%d’ directive writing between 1 and 11 bytes into a region of size 8 [-Wformat-overflow=]
- 31 | sprintf(tmp, "%d", driver_id);
- | ^~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/play.c:31:20: note: directive argument in the range [-2147483648, 255]
- 31 | sprintf(tmp, "%d", driver_id);
- | ^~~~
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/play.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 2 and 12 bytes into a destination of size 8
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/play.c: In function ‘main’:
- /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/play.c:351:76: warning: ‘ ’ directive writing 8 bytes into a region of size between 0 and 30 [-Wformat-overflow=]
- 351 | sprintf(buf, " midi pos: %ld vol: %d pan: %d freq: %d ", midi_pos, vol, pan, freq);
- | ^~~~~~~~
- In file included from /usr/include/stdio.h:936,
- from /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/tests/play.c:19:
- /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 59 and 108 bytes into a destination of size 80
- 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 34 | __bos (__s), __fmt, __va_arg_pack ());
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [100%] Linking C executable play
- [100%] Built target play
- Scanning dependencies of target afinfo
- [100%] Building C object tests/CMakeFiles/afinfo.dir/afinfo.c.o
- [100%] Linking C executable afinfo
- [100%] Built target afinfo
- Scanning dependencies of target miditest
- [100%] Building C object tests/CMakeFiles/miditest.dir/miditest.c.o
- [100%] Linking C executable miditest
- [100%] Built target miditest
- Scanning dependencies of target playfli
- [100%] Building C object tests/CMakeFiles/playfli.dir/playfli.c.o
- [100%] Linking C executable playfli
- [100%] Built target playfli
- [ 26%] Built target allegro
- [ 26%] Built target alleg-alsamidi
- [ 27%] Built target alleg-jack
- [ 28%] Built target alleg-alsadigi
- [ 31%] Built target allegrogl
- [ 32%] Built target loadpng
- [ 32%] Built target logg
- [ 34%] Built target jpgalleg
- [ 37%] Built target makedoc
- [ 49%] Built target docs
- [ 51%] Built target copy_example_data
- [ 51%] Built target exzbuf
- [ 51%] Built target exupdate
- [ 52%] Built target extruec
- [ 52%] Built target exjoy
- [ 52%] Built target exgui
- [ 52%] Built target exexedat
- [ 52%] Built target exdbuf
- [ 52%] Built target exstream
- [ 52%] Built target exflip
- [ 53%] Built target expal
- [ 53%] Built target exdata
- [ 53%] Built target exscale
- [ 53%] Built target expat
- [ 53%] Built target ex3buf
- [ 54%] Built target exscn3d
- [ 55%] Built target exhello
- [ 55%] Built target expackf
- [ 55%] Built target exunicod
- [ 56%] Built target ex12bit
- [ 56%] Built target ex3d
- [ 57%] Built target exxfade
- [ 57%] Built target exmem
- [ 57%] Built target exalpha
- [ 58%] Built target exbitmap
- [ 59%] Built target excolmap
- [ 60%] Built target exlights
- [ 60%] Built target extimer
- [ 60%] Built target exflame
- [ 60%] Built target exblend
- [ 61%] Built target extrans
- [ 62%] Built target exfont
- [ 62%] Built target excamera
- [ 62%] Built target exsyscur
- [ 62%] Built target exconfig
- [ 63%] Built target exmidi
- [ 64%] Built target exaccel
- [ 64%] Built target exmouse
- [ 64%] Built target exsprite
- [ 65%] Built target exquat
- [ 66%] Built target exfixed
- [ 66%] Built target exrgbhsv
- [ 66%] Built target exrotscl
- [ 66%] Built target exscroll
- [ 67%] Built target excustom
- [ 67%] Built target exshade
- [ 67%] Built target exkeys
- [ 68%] Built target exsample
- [ 69%] Built target exspline
- [ 70%] Built target exswitch
- [ 71%] Built target exstars
- [ 71%] Built target extrans2
- [ 71%] Built target copy_shooter_data
- [ 73%] Built target shooter
- [ 74%] Built target copy_skater_data
- [ 81%] Built target skater_agl
- [ 88%] Built target skater
- [ 89%] Built target xkeymap
- [ 89%] Built target xf2pcx
- [ 92%] Built target aldat
- [ 92%] Built target grabber
- [ 92%] Built target textconv
- [ 92%] Built target dat2c
- [ 92%] Built target colormap
- [ 93%] Built target pack
- [ 94%] Built target exedat
- [ 94%] Built target rgbmap
- [ 94%] Built target dat
- [ 95%] Built target dat2s
- [ 95%] Built target pat2dat
- [ 95%] Built target keyconf
- [ 95%] Built target copy_setup_data
- [ 96%] Built target setup
- [ 97%] Built target vesainfo
- [ 97%] Built target akaitest
- [ 97%] Built target digitest
- [ 98%] Built target test
- [ 99%] Built target filetest
- [ 99%] Built target gfxinfo
- [ 99%] Built target mathtest
- [100%] Built target play
- [100%] Built target afinfo
- [100%] Built target miditest
- [100%] Built target playfli
- Install the project...
- -- Install configuration: "RelWithDebInfo"
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro/4.4.3/modules.lst
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro/4.4.3/alleg-alsadigi.so
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro/4.4.3/alleg-alsamidi.so
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro/4.4.3/alleg-jack.so
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeg.so.4.4.3
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeg.so.4.4
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeg.so
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alplatf.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alunixac.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/3d.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/3dmaths.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/alcompat.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/alinline.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/base.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/color.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/compiled.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/config.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/datafile.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/debug.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/digi.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/draw.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/file.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/fix.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/fixed.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/fli.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/fmaths.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/font.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/gfx.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/graphics.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/gui.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/joystick.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/keyboard.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/lzss.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/matrix.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/midi.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/mouse.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/palette.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/quat.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/rle.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/sound.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/stream.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/system.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/text.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/timer.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/unicode.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/3dmaths.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/asm.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/color.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/draw.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/fix.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/fmaths.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/gfx.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/matrix.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/rle.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/system.inl
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/internal/aintern.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/internal/aintvga.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/internal/alconfig.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintbeos.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintdos.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintlnx.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintmac.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintosx.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintpsp.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintqnx.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintunix.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintwin.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/al386gcc.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/al386vc.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/al386wat.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/albcc32.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/albecfg.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/albeos.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aldjgpp.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aldmc.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aldos.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/almac.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/almaccfg.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/almngw32.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/almsvc.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alosx.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alosxcfg.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alpsp.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alpspcfg.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alqnx.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alqnxcfg.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alucfg.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alunix.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alwatcom.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alwin.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/astdint.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/macdef.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/xalleg.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/allegro-config
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/allegro.pc
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/allegrogl.pc
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/jpgalleg.pc
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/loadpng.pc
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/logg.pc
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeggl.so.4.4.3
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeggl.so.4.4
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeggl.so.4.4.3" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeggl.so
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/alleggl.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/gl_ext.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/gl_header_detect.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/alleggl_config.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/glx_ext_alias.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/glx_ext_api.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/glx_ext_defs.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/glx_ext_list.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/gl_ext_alias.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/gl_ext_api.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/gl_ext_defs.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/gl_ext_list.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/wgl_ext_alias.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/wgl_ext_api.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/wgl_ext_defs.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/wgl_ext_list.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libloadpng.so.4.4.3
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libloadpng.so.4.4
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libloadpng.so.4.4.3" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libloadpng.so
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/loadpng.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liblogg.so.4.4.3
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liblogg.so.4.4
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liblogg.so.4.4.3" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liblogg.so
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/logg.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libjpgalleg.so.4.4.3
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libjpgalleg.so.4.4
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libjpgalleg.so.4.4.3" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libjpgalleg.so
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/jpgalleg.h
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/AUTHORS
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/THANKS
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/CHANGES
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/readme.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/abi.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/addons.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/ahack.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/allegro.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/api.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/const.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/dat.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/dat2c.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/dat2s.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/datafile.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/faq.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/grabber.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/help.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/license.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/makedoc.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/mistakes.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/packfile.txt
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/colormap
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/colormap" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/dat2c
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/dat2c" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/exedat
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/exedat" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/pack
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/pack" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/rgbmap
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/rgbmap" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/textconv
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/textconv" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/dat
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/dat" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/dat2s
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/dat2s" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/pat2dat
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/pat2dat" to ""
- -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/grabber
- -- Set runtime path of "/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/grabber" to ""
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/lua-5.1.5 ~/CortexCommand/CCOSS/external/linux
- cd src && make linux
- make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/lua-5.1.5/src'
- make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
- make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/lua-5.1.5/src'
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lapi.o lapi.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lcode.o lcode.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldebug.o ldebug.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldo.o ldo.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldump.o ldump.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lfunc.o lfunc.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lgc.o lgc.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o llex.o llex.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmem.o lmem.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lobject.o lobject.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lopcodes.o lopcodes.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lparser.o lparser.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstate.o lstate.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstring.o lstring.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltable.o ltable.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltm.o ltm.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lundump.o lundump.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lvm.o lvm.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lzio.o lzio.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lauxlib.o lauxlib.c
- lauxlib.c: In function ‘luaL_loadfile’:
- lauxlib.c:577:4: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
- 577 | while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ;
- | ^~~~~
- lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
- 578 | lf.extraline = 0;
- | ^~
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lbaselib.o lbaselib.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldblib.o ldblib.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o liolib.o liolib.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmathlib.o lmathlib.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o loslib.o loslib.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltablib.o ltablib.c
- ltablib.c: In function ‘addfield’:
- ltablib.c:137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- 137 | if (!lua_isstring(L, -1))
- | ^~
- ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- 140 | luaL_addvalue(b);
- | ^~~~~~~~~~~~~
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstrlib.o lstrlib.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o loadlib.o loadlib.c
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o linit.o linit.c
- ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o # DLL needs all object files
- ar: `u' modifier ignored since `D' is the default (see `U')
- ranlib liblua.a
- gcc -O2 -Wall -DLUA_USE_LINUX -c -o lua.o lua.c
- gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses
- /usr/bin/ld: cannot find -lncurses
- collect2: error: ld returned 1 exit status
- Makefile:55: recipe for target 'lua' failed
- make[2]: *** [lua] Error 1
- make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/lua-5.1.5/src'
- Makefile:99: recipe for target 'linux' failed
- make[1]: *** [linux] Error 2
- make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/lua-5.1.5/src'
- Makefile:56: recipe for target 'linux' failed
- make: *** [linux] Error 2
- cd src && mkdir -p ../install//bin ../install//include ../install//lib ../install//man/man1 ../install//share/lua/5.1 ../install//lib/lua/5.1
- cd src && install -p -m 0755 lua luac ../install//bin
- install: cannot stat 'lua': No such file or directory
- install: cannot stat 'luac': No such file or directory
- Makefile:62: recipe for target 'install' failed
- make: *** [install] Error 1
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/minizip-1.2 ~/CortexCommand/CCOSS/external/linux
- make: *** No rule to make target 'build'. Stop.
- ./minizip.sh: line 5: cd: build: No such file or directory
- CMake Error: The source directory "/home/newk/CortexCommand/CCOSS/external/linux" does not appear to contain CMakeLists.txt.
- Specify --help for usage, or press the help button on the CMake GUI.
- make: *** No targets specified and no makefile found. Stop.
- make: *** No rule to make target 'install'. Stop.
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS/external/linux/prepared ~/CortexCommand/CCOSS/external/linux
- cp: cannot stat '/home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/install/lib/libSDL2_mixer.a': No such file or directory
- cp: cannot stat '/home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/install/include': No such file or directory
- cp: cannot stat '/home/newk/CortexCommand/CCOSS/external/linux/lua-5.1.5/install/lib/liblua.a': No such file or directory
- cp: cannot stat '/home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/lib/libaes.a': No such file or directory
- cp: cannot stat '/home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/lib/libminizip.a': No such file or directory
- cp: cannot stat '/home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include': No such file or directory
- cp: omitting directory '/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro'
- cp: omitting directory '/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig'
- ~/CortexCommand/CCOSS/external/linux
- ~/CortexCommand/CCOSS
- (0/261)
- ./build_linux.sh: line 342: ccache: command not found
- (1/261)
- ./build_linux.sh: line 342: ccache: command not found
- (2/261)
- ./build_linux.sh: line 342: ccache: command not found
- (3/261)
- ./build_linux.sh: line 342: ccache: command not found
- (4/261)
- ./build_linux.sh: line 342: ccache: command not found
- (5/261)
- ./build_linux.sh: line 342: ccache: command not found
- (6/261)
- ./build_linux.sh: line 342: ccache: command not found
- (7/261)
- ./build_linux.sh: line 342: ccache: command not found
- (8/261)
- ./build_linux.sh: line 342: ccache: command not found
- (9/261)
- ./build_linux.sh: line 342: ccache: command not found
- (10/261)
- ./build_linux.sh: line 342: ccache: command not found
- (11/261)
- ./build_linux.sh: line 342: ccache: command not found
- (12/261)
- ./build_linux.sh: line 342: ccache: command not found
- (13/261)
- ./build_linux.sh: line 342: ccache: command not found
- (14/261)
- ./build_linux.sh: line 342: ccache: command not found
- (15/261)
- ./build_linux.sh: line 342: ccache: command not found
- (16/261)
- ./build_linux.sh: line 342: ccache: command not found
- (17/261)
- ./build_linux.sh: line 342: ccache: command not found
- (18/261)
- ./build_linux.sh: line 342: ccache: command not found
- (19/261)
- ./build_linux.sh: line 342: ccache: command not found
- (20/261)
- ./build_linux.sh: line 342: ccache: command not found
- (21/261)
- ./build_linux.sh: line 342: ccache: command not found
- (22/261)
- ./build_linux.sh: line 342: ccache: command not found
- (23/261)
- ./build_linux.sh: line 342: ccache: command not found
- (24/261)
- ./build_linux.sh: line 342: ccache: command not found
- (25/261)
- ./build_linux.sh: line 342: ccache: command not found
- (26/261)
- ./build_linux.sh: line 342: ccache: command not found
- (27/261)
- ./build_linux.sh: line 342: ccache: command not found
- (28/261)
- ./build_linux.sh: line 342: ccache: command not found
- (29/261)
- ./build_linux.sh: line 342: ccache: command not found
- (30/261)
- ./build_linux.sh: line 342: ccache: command not found
- (31/261)
- ./build_linux.sh: line 342: ccache: command not found
- (32/261)
- ./build_linux.sh: line 342: ccache: command not found
- (33/261)
- ./build_linux.sh: line 342: ccache: command not found
- (34/261)
- ./build_linux.sh: line 342: ccache: command not found
- (35/261)
- ./build_linux.sh: line 342: ccache: command not found
- (36/261)
- ./build_linux.sh: line 342: ccache: command not found
- (37/261)
- ./build_linux.sh: line 342: ccache: command not found
- (38/261)
- ./build_linux.sh: line 342: ccache: command not found
- (39/261)
- ./build_linux.sh: line 342: ccache: command not found
- (40/261)
- ./build_linux.sh: line 342: ccache: command not found
- (41/261)
- ./build_linux.sh: line 342: ccache: command not found
- (42/261)
- ./build_linux.sh: line 342: ccache: command not found
- (43/261)
- ./build_linux.sh: line 342: ccache: command not found
- (44/261)
- ./build_linux.sh: line 342: ccache: command not found
- (45/261)
- ./build_linux.sh: line 342: ccache: command not found
- (46/261)
- ./build_linux.sh: line 342: ccache: command not found
- (47/261)
- ./build_linux.sh: line 342: ccache: command not found
- (48/261)
- ./build_linux.sh: line 342: ccache: command not found
- (49/261)
- ./build_linux.sh: line 342: ccache: command not found
- (50/261)
- ./build_linux.sh: line 342: ccache: command not found
- (51/261)
- ./build_linux.sh: line 342: ccache: command not found
- (52/261)
- ./build_linux.sh: line 342: ccache: command not found
- (53/261)
- ./build_linux.sh: line 342: ccache: command not found
- (54/261)
- ./build_linux.sh: line 342: ccache: command not found
- (55/261)
- ./build_linux.sh: line 342: ccache: command not found
- (56/261)
- ./build_linux.sh: line 342: ccache: command not found
- (57/261)
- ./build_linux.sh: line 342: ccache: command not found
- (58/261)
- ./build_linux.sh: line 342: ccache: command not found
- (59/261)
- ./build_linux.sh: line 342: ccache: command not found
- (60/261)
- ./build_linux.sh: line 342: ccache: command not found
- (61/261)
- ./build_linux.sh: line 342: ccache: command not found
- (62/261)
- ./build_linux.sh: line 342: ccache: command not found
- (63/261)
- ./build_linux.sh: line 342: ccache: command not found
- (64/261)
- ./build_linux.sh: line 342: ccache: command not found
- (65/261)
- ./build_linux.sh: line 342: ccache: command not found
- (66/261)
- ./build_linux.sh: line 342: ccache: command not found
- (67/261)
- ./build_linux.sh: line 342: ccache: command not found
- (68/261)
- ./build_linux.sh: line 342: ccache: command not found
- (69/261)
- ./build_linux.sh: line 342: ccache: command not found
- (70/261)
- ./build_linux.sh: line 342: ccache: command not found
- (71/261)
- ./build_linux.sh: line 342: ccache: command not found
- (72/261)
- ./build_linux.sh: line 342: ccache: command not found
- (73/261)
- ./build_linux.sh: line 342: ccache: command not found
- (74/261)
- ./build_linux.sh: line 342: ccache: command not found
- (75/261)
- ./build_linux.sh: line 342: ccache: command not found
- (76/261)
- ./build_linux.sh: line 342: ccache: command not found
- (77/261)
- ./build_linux.sh: line 342: ccache: command not found
- (78/261)
- ./build_linux.sh: line 342: ccache: command not found
- (79/261)
- ./build_linux.sh: line 342: ccache: command not found
- (80/261)
- ./build_linux.sh: line 342: ccache: command not found
- (81/261)
- ./build_linux.sh: line 342: ccache: command not found
- (82/261)
- ./build_linux.sh: line 342: ccache: command not found
- (83/261)
- ./build_linux.sh: line 342: ccache: command not found
- (84/261)
- ./build_linux.sh: line 342: ccache: command not found
- (85/261)
- ./build_linux.sh: line 342: ccache: command not found
- (86/261)
- ./build_linux.sh: line 342: ccache: command not found
- (87/261)
- ./build_linux.sh: line 342: ccache: command not found
- (88/261)
- ./build_linux.sh: line 342: ccache: command not found
- (89/261)
- ./build_linux.sh: line 342: ccache: command not found
- (90/261)
- ./build_linux.sh: line 342: ccache: command not found
- (91/261)
- ./build_linux.sh: line 342: ccache: command not found
- (92/261)
- ./build_linux.sh: line 342: ccache: command not found
- (93/261)
- ./build_linux.sh: line 342: ccache: command not found
- (94/261)
- ./build_linux.sh: line 342: ccache: command not found
- (95/261)
- ./build_linux.sh: line 342: ccache: command not found
- (96/261)
- ./build_linux.sh: line 342: ccache: command not found
- (97/261)
- ./build_linux.sh: line 342: ccache: command not found
- (98/261)
- ./build_linux.sh: line 342: ccache: command not found
- (99/261)
- ./build_linux.sh: line 342: ccache: command not found
- (100/261)
- ./build_linux.sh: line 342: ccache: command not found
- (101/261)
- ./build_linux.sh: line 342: ccache: command not found
- (102/261)
- ./build_linux.sh: line 342: ccache: command not found
- (103/261)
- ./build_linux.sh: line 342: ccache: command not found
- (104/261)
- ./build_linux.sh: line 342: ccache: command not found
- (105/261)
- ./build_linux.sh: line 342: ccache: command not found
- (106/261)
- ./build_linux.sh: line 342: ccache: command not found
- (107/261)
- ./build_linux.sh: line 342: ccache: command not found
- (108/261)
- ./build_linux.sh: line 342: ccache: command not found
- (109/261)
- ./build_linux.sh: line 342: ccache: command not found
- (110/261)
- ./build_linux.sh: line 342: ccache: command not found
- (111/261)
- ./build_linux.sh: line 342: ccache: command not found
- (112/261)
- ./build_linux.sh: line 342: ccache: command not found
- (113/261)
- ./build_linux.sh: line 342: ccache: command not found
- (114/261)
- ./build_linux.sh: line 342: ccache: command not found
- (115/261)
- ./build_linux.sh: line 342: ccache: command not found
- (116/261)
- ./build_linux.sh: line 342: ccache: command not found
- (117/261)
- ./build_linux.sh: line 342: ccache: command not found
- (118/261)
- ./build_linux.sh: line 342: ccache: command not found
- (119/261)
- ./build_linux.sh: line 342: ccache: command not found
- (120/261)
- ./build_linux.sh: line 342: ccache: command not found
- (121/261)
- ./build_linux.sh: line 342: ccache: command not found
- (122/261)
- ./build_linux.sh: line 342: ccache: command not found
- (123/261)
- ./build_linux.sh: line 342: ccache: command not found
- (124/261)
- ./build_linux.sh: line 342: ccache: command not found
- (125/261)
- ./build_linux.sh: line 342: ccache: command not found
- (126/261)
- ./build_linux.sh: line 342: ccache: command not found
- (127/261)
- ./build_linux.sh: line 342: ccache: command not found
- (128/261)
- ./build_linux.sh: line 342: ccache: command not found
- (129/261)
- ./build_linux.sh: line 342: ccache: command not found
- (130/261)
- ./build_linux.sh: line 342: ccache: command not found
- (131/261)
- ./build_linux.sh: line 342: ccache: command not found
- (132/261)
- ./build_linux.sh: line 342: ccache: command not found
- (133/261)
- ./build_linux.sh: line 342: ccache: command not found
- (134/261)
- ./build_linux.sh: line 342: ccache: command not found
- (135/261)
- ./build_linux.sh: line 342: ccache: command not found
- (136/261)
- ./build_linux.sh: line 342: ccache: command not found
- (137/261)
- ./build_linux.sh: line 342: ccache: command not found
- (138/261)
- ./build_linux.sh: line 342: ccache: command not found
- (139/261)
- ./build_linux.sh: line 342: ccache: command not found
- (140/261)
- ./build_linux.sh: line 342: ccache: command not found
- (141/261)
- ./build_linux.sh: line 342: ccache: command not found
- (142/261)
- ./build_linux.sh: line 342: ccache: command not found
- (143/261)
- ./build_linux.sh: line 342: ccache: command not found
- (144/261)
- ./build_linux.sh: line 342: ccache: command not found
- (145/261)
- ./build_linux.sh: line 342: ccache: command not found
- (146/261)
- ./build_linux.sh: line 342: ccache: command not found
- (147/261)
- ./build_linux.sh: line 342: ccache: command not found
- (148/261)
- ./build_linux.sh: line 342: ccache: command not found
- (149/261)
- ./build_linux.sh: line 342: ccache: command not found
- (150/261)
- ./build_linux.sh: line 342: ccache: command not found
- (151/261)
- ./build_linux.sh: line 342: ccache: command not found
- (152/261)
- ./build_linux.sh: line 342: ccache: command not found
- (153/261)
- ./build_linux.sh: line 342: ccache: command not found
- (154/261)
- ./build_linux.sh: line 342: ccache: command not found
- (155/261)
- ./build_linux.sh: line 342: ccache: command not found
- (156/261)
- ./build_linux.sh: line 342: ccache: command not found
- (157/261)
- ./build_linux.sh: line 342: ccache: command not found
- (158/261)
- ./build_linux.sh: line 342: ccache: command not found
- (159/261)
- ./build_linux.sh: line 342: ccache: command not found
- (160/261)
- ./build_linux.sh: line 342: ccache: command not found
- (161/261)
- ./build_linux.sh: line 342: ccache: command not found
- (162/261)
- ./build_linux.sh: line 342: ccache: command not found
- (163/261)
- ./build_linux.sh: line 342: ccache: command not found
- (164/261)
- ./build_linux.sh: line 342: ccache: command not found
- (165/261)
- ./build_linux.sh: line 342: ccache: command not found
- (166/261)
- ./build_linux.sh: line 342: ccache: command not found
- (167/261)
- ./build_linux.sh: line 342: ccache: command not found
- (168/261)
- ./build_linux.sh: line 342: ccache: command not found
- (169/261)
- ./build_linux.sh: line 342: ccache: command not found
- (170/261)
- ./build_linux.sh: line 342: ccache: command not found
- (171/261)
- ./build_linux.sh: line 342: ccache: command not found
- (172/261)
- ./build_linux.sh: line 342: ccache: command not found
- (173/261)
- ./build_linux.sh: line 342: ccache: command not found
- (174/261)
- ./build_linux.sh: line 342: ccache: command not found
- (175/261)
- ./build_linux.sh: line 342: ccache: command not found
- (176/261)
- ./build_linux.sh: line 342: ccache: command not found
- (177/261)
- ./build_linux.sh: line 342: ccache: command not found
- (178/261)
- ./build_linux.sh: line 342: ccache: command not found
- (179/261)
- ./build_linux.sh: line 342: ccache: command not found
- (180/261)
- ./build_linux.sh: line 342: ccache: command not found
- (181/261)
- ./build_linux.sh: line 342: ccache: command not found
- (182/261)
- ./build_linux.sh: line 342: ccache: command not found
- (183/261)
- ./build_linux.sh: line 342: ccache: command not found
- (184/261)
- ./build_linux.sh: line 342: ccache: command not found
- (185/261)
- ./build_linux.sh: line 342: ccache: command not found
- (186/261)
- ./build_linux.sh: line 342: ccache: command not found
- (187/261)
- ./build_linux.sh: line 342: ccache: command not found
- (188/261)
- ./build_linux.sh: line 342: ccache: command not found
- (189/261)
- ./build_linux.sh: line 342: ccache: command not found
- (190/261)
- ./build_linux.sh: line 342: ccache: command not found
- (191/261)
- ./build_linux.sh: line 342: ccache: command not found
- (192/261)
- ./build_linux.sh: line 342: ccache: command not found
- (193/261)
- ./build_linux.sh: line 342: ccache: command not found
- (194/261)
- ./build_linux.sh: line 342: ccache: command not found
- (195/261)
- ./build_linux.sh: line 342: ccache: command not found
- (196/261)
- ./build_linux.sh: line 342: ccache: command not found
- (197/261)
- ./build_linux.sh: line 342: ccache: command not found
- (198/261)
- ./build_linux.sh: line 342: ccache: command not found
- (199/261)
- ./build_linux.sh: line 342: ccache: command not found
- (200/261)
- ./build_linux.sh: line 342: ccache: command not found
- (201/261)
- ./build_linux.sh: line 342: ccache: command not found
- (202/261)
- ./build_linux.sh: line 342: ccache: command not found
- (203/261)
- ./build_linux.sh: line 342: ccache: command not found
- (204/261)
- ./build_linux.sh: line 342: ccache: command not found
- (205/261)
- ./build_linux.sh: line 342: ccache: command not found
- (206/261)
- ./build_linux.sh: line 342: ccache: command not found
- (207/261)
- ./build_linux.sh: line 342: ccache: command not found
- (208/261)
- ./build_linux.sh: line 342: ccache: command not found
- (209/261)
- ./build_linux.sh: line 342: ccache: command not found
- (210/261)
- ./build_linux.sh: line 342: ccache: command not found
- (211/261)
- ./build_linux.sh: line 342: ccache: command not found
- (212/261)
- ./build_linux.sh: line 342: ccache: command not found
- (213/261)
- ./build_linux.sh: line 342: ccache: command not found
- (214/261)
- ./build_linux.sh: line 342: ccache: command not found
- (215/261)
- ./build_linux.sh: line 342: ccache: command not found
- (216/261)
- ./build_linux.sh: line 342: ccache: command not found
- (217/261)
- ./build_linux.sh: line 342: ccache: command not found
- (218/261)
- ./build_linux.sh: line 342: ccache: command not found
- (219/261)
- ./build_linux.sh: line 342: ccache: command not found
- (220/261)
- ./build_linux.sh: line 342: ccache: command not found
- (221/261)
- ./build_linux.sh: line 342: ccache: command not found
- (222/261)
- ./build_linux.sh: line 342: ccache: command not found
- (223/261)
- ./build_linux.sh: line 342: ccache: command not found
- (224/261)
- ./build_linux.sh: line 342: ccache: command not found
- (225/261)
- ./build_linux.sh: line 342: ccache: command not found
- (226/261)
- ./build_linux.sh: line 342: ccache: command not found
- (227/261)
- ./build_linux.sh: line 342: ccache: command not found
- (228/261)
- ./build_linux.sh: line 342: ccache: command not found
- (229/261)
- ./build_linux.sh: line 342: ccache: command not found
- (230/261)
- ./build_linux.sh: line 342: ccache: command not found
- (231/261)
- ./build_linux.sh: line 342: ccache: command not found
- (232/261)
- ./build_linux.sh: line 342: ccache: command not found
- (233/261)
- ./build_linux.sh: line 342: ccache: command not found
- (234/261)
- ./build_linux.sh: line 342: ccache: command not found
- (235/261)
- ./build_linux.sh: line 342: ccache: command not found
- (236/261)
- ./build_linux.sh: line 342: ccache: command not found
- (237/261)
- ./build_linux.sh: line 342: ccache: command not found
- (238/261)
- ./build_linux.sh: line 342: ccache: command not found
- (239/261)
- ./build_linux.sh: line 342: ccache: command not found
- (240/261)
- ./build_linux.sh: line 342: ccache: command not found
- (241/261)
- ./build_linux.sh: line 342: ccache: command not found
- (242/261)
- ./build_linux.sh: line 342: ccache: command not found
- (243/261)
- ./build_linux.sh: line 342: ccache: command not found
- (244/261)
- ./build_linux.sh: line 342: ccache: command not found
- (245/261)
- ./build_linux.sh: line 342: ccache: command not found
- (246/261)
- ./build_linux.sh: line 342: ccache: command not found
- (247/261)
- ./build_linux.sh: line 342: ccache: command not found
- (248/261)
- ./build_linux.sh: line 342: ccache: command not found
- (249/261)
- ./build_linux.sh: line 342: ccache: command not found
- (250/261)
- ./build_linux.sh: line 342: ccache: command not found
- (251/261)
- ./build_linux.sh: line 342: ccache: command not found
- (252/261)
- ./build_linux.sh: line 342: ccache: command not found
- (253/261)
- ./build_linux.sh: line 342: ccache: command not found
- (254/261)
- ./build_linux.sh: line 342: ccache: command not found
- (255/261)
- ./build_linux.sh: line 342: ccache: command not found
- (256/261)
- ./build_linux.sh: line 342: ccache: command not found
- (257/261)
- ./build_linux.sh: line 342: ccache: command not found
- (258/261)
- ./build_linux.sh: line 342: ccache: command not found
- (259/261)
- ./build_linux.sh: line 342: ccache: command not found
- (260/261)
- ./build_linux.sh: line 342: ccache: command not found
- c++: error: objs/Box.cpp.o: No such file or directory
- c++: error: objs/Color.cpp.o: No such file or directory
- c++: error: objs/ContentFile.cpp.o: No such file or directory
- c++: error: objs/DataModule.cpp.o: No such file or directory
- c++: error: objs/DDTError.cpp.o: No such file or directory
- c++: error: objs/DDTTools.cpp.o: No such file or directory
- c++: error: objs/Matrix.cpp.o: No such file or directory
- c++: error: objs/PathFinder.cpp.o: No such file or directory
- c++: error: objs/Reader.cpp.o: No such file or directory
- c++: error: objs/System.cpp.o: No such file or directory
- c++: error: objs/Timer.cpp.o: No such file or directory
- c++: error: objs/Vector.cpp.o: No such file or directory
- c++: error: objs/Writer.cpp.o: No such file or directory
- c++: error: objs/micropather.cpp.o: No such file or directory
- c++: error: objs/lz4.c.o: No such file or directory
- c++: error: objs/lz4hc.c.o: No such file or directory
- c++: error: objs/MultiplayerGame.cpp.o: No such file or directory
- c++: error: objs/MultiplayerServerLobby.cpp.o: No such file or directory
- c++: error: objs/Controller.cpp.o: No such file or directory
- c++: error: objs/Emission.cpp.o: No such file or directory
- c++: error: objs/PEmitter.cpp.o: No such file or directory
- c++: error: objs/ACDropShip.cpp.o: No such file or directory
- c++: error: objs/ACrab.cpp.o: No such file or directory
- c++: error: objs/ACraft.cpp.o: No such file or directory
- c++: error: objs/ACRocket.cpp.o: No such file or directory
- c++: error: objs/Actor.cpp.o: No such file or directory
- c++: error: objs/ADoor.cpp.o: No such file or directory
- c++: error: objs/AEmitter.cpp.o: No such file or directory
- c++: error: objs/AHuman.cpp.o: No such file or directory
- c++: error: objs/Arm.cpp.o: No such file or directory
- c++: error: objs/Atom.cpp.o: No such file or directory
- c++: error: objs/AtomGroup.cpp.o: No such file or directory
- c++: error: objs/Attachable.cpp.o: No such file or directory
- c++: error: objs/BunkerAssembly.cpp.o: No such file or directory
- c++: error: objs/BunkerAssemblyScheme.cpp.o: No such file or directory
- c++: error: objs/Deployment.cpp.o: No such file or directory
- c++: error: objs/Entity.cpp.o: No such file or directory
- c++: error: objs/GlobalScript.cpp.o: No such file or directory
- c++: error: objs/HDFirearm.cpp.o: No such file or directory
- c++: error: objs/HeldDevice.cpp.o: No such file or directory
- c++: error: objs/Icon.cpp.o: No such file or directory
- c++: error: objs/Leg.cpp.o: No such file or directory
- c++: error: objs/LimbPath.cpp.o: No such file or directory
- c++: error: objs/Loadout.cpp.o: No such file or directory
- c++: error: objs/Magazine.cpp.o: No such file or directory
- c++: error: objs/Material.cpp.o: No such file or directory
- c++: error: objs/MetaPlayer.cpp.o: No such file or directory
- c++: error: objs/MOPixel.cpp.o: No such file or directory
- c++: error: objs/MOSParticle.cpp.o: No such file or directory
- c++: error: objs/MOSprite.cpp.o: No such file or directory
- c++: error: objs/MOSRotating.cpp.o: No such file or directory
- c++: error: objs/MovableObject.cpp.o: No such file or directory
- c++: error: objs/Scene.cpp.o: No such file or directory
- c++: error: objs/SceneLayer.cpp.o: No such file or directory
- c++: error: objs/SceneObject.cpp.o: No such file or directory
- c++: error: objs/SLTerrain.cpp.o: No such file or directory
- c++: error: objs/Sound.cpp.o: No such file or directory
- c++: error: objs/TDExplosive.cpp.o: No such file or directory
- c++: error: objs/TerrainDebris.cpp.o: No such file or directory
- c++: error: objs/TerrainObject.cpp.o: No such file or directory
- c++: error: objs/ThrownDevice.cpp.o: No such file or directory
- c++: error: objs/Turret.cpp.o: No such file or directory
- c++: error: objs/ActorEditor.cpp.o: No such file or directory
- c++: error: objs/AreaEditor.cpp.o: No such file or directory
- c++: error: objs/AssemblyEditor.cpp.o: No such file or directory
- c++: error: objs/BaseEditor.cpp.o: No such file or directory
- c++: error: objs/EditorActivity.cpp.o: No such file or directory
- c++: error: objs/GABaseDefense.cpp.o: No such file or directory
- c++: error: objs/GABrainMatch.cpp.o: No such file or directory
- c++: error: objs/GameActivity.cpp.o: No such file or directory
- c++: error: objs/GAScripted.cpp.o: No such file or directory
- c++: error: objs/GATutorial.cpp.o: No such file or directory
- c++: error: objs/GibEditor.cpp.o: No such file or directory
- c++: error: objs/SceneEditor.cpp.o: No such file or directory
- c++: error: objs/NetworkServer.cpp.o: No such file or directory
- c++: error: objs/NetworkClient.cpp.o: No such file or directory
- c++: error: objs/AchievementMan.cpp.o: No such file or directory
- c++: error: objs/ActivityMan.cpp.o: No such file or directory
- c++: error: objs/AudioMan.cpp.o: No such file or directory
- c++: error: objs/ConsoleMan.cpp.o: No such file or directory
- c++: error: objs/EntityMan.cpp.o: No such file or directory
- c++: error: objs/FrameMan.cpp.o: No such file or directory
- c++: error: objs/LicenseMan.cpp.o: No such file or directory
- c++: error: objs/LuaMan.cpp.o: No such file or directory
- c++: error: objs/MetaMan.cpp.o: No such file or directory
- c++: error: objs/MovableMan.cpp.o: No such file or directory
- c++: error: objs/PresetMan.cpp.o: No such file or directory
- c++: error: objs/SceneMan.cpp.o: No such file or directory
- c++: error: objs/SettingsMan.cpp.o: No such file or directory
- c++: error: objs/TimerMan.cpp.o: No such file or directory
- c++: error: objs/UInputMan.cpp.o: No such file or directory
- c++: error: objs/AllegroBitmap.cpp.o: No such file or directory
- c++: error: objs/AllegroInput.cpp.o: No such file or directory
- c++: error: objs/AllegroScreen.cpp.o: No such file or directory
- c++: error: objs/GUI.cpp.o: No such file or directory
- c++: error: objs/GUIBanner.cpp.o: No such file or directory
- c++: error: objs/GUIButton.cpp.o: No such file or directory
- c++: error: objs/GUICheckbox.cpp.o: No such file or directory
- c++: error: objs/GUICollectionBox.cpp.o: No such file or directory
- c++: error: objs/GUIComboBox.cpp.o: No such file or directory
- c++: error: objs/GUIControl.cpp.o: No such file or directory
- c++: error: objs/GUIControlFactory.cpp.o: No such file or directory
- c++: error: objs/GUIControlManager.cpp.o: No such file or directory
- c++: error: objs/GUIEvent.cpp.o: No such file or directory
- c++: error: objs/GUIFont.cpp.o: No such file or directory
- c++: error: objs/GUIInput.cpp.o: No such file or directory
- c++: error: objs/GUILabel.cpp.o: No such file or directory
- c++: error: objs/GUIListBox.cpp.o: No such file or directory
- c++: error: objs/GUIListPanel.cpp.o: No such file or directory
- c++: error: objs/GUIManager.cpp.o: No such file or directory
- c++: error: objs/GUIPanel.cpp.o: No such file or directory
- c++: error: objs/GUIProgressBar.cpp.o: No such file or directory
- c++: error: objs/GUIProperties.cpp.o: No such file or directory
- c++: error: objs/GUIPropertyPage.cpp.o: No such file or directory
- c++: error: objs/GUIRadioButton.cpp.o: No such file or directory
- c++: error: objs/GUIScrollbar.cpp.o: No such file or directory
- c++: error: objs/GUIScrollPanel.cpp.o: No such file or directory
- c++: error: objs/GUISkin.cpp.o: No such file or directory
- c++: error: objs/GUISlider.cpp.o: No such file or directory
- c++: error: objs/GUITab.cpp.o: No such file or directory
- c++: error: objs/GUITextBox.cpp.o: No such file or directory
- c++: error: objs/GUITextPanel.cpp.o: No such file or directory
- c++: error: objs/GUIUtil.cpp.o: No such file or directory
- c++: error: objs/AreaEditorGUI.cpp.o: No such file or directory
- c++: error: objs/AreaPickerGUI.cpp.o: No such file or directory
- c++: error: objs/AssemblyEditorGUI.cpp.o: No such file or directory
- c++: error: objs/BuyMenuGUI.cpp.o: No such file or directory
- c++: error: objs/GibEditorGUI.cpp.o: No such file or directory
- c++: error: objs/MainMenuGUI.cpp.o: No such file or directory
- c++: error: objs/MetagameGUI.cpp.o: No such file or directory
- c++: error: objs/ObjectPickerGUI.cpp.o: No such file or directory
- c++: error: objs/PieMenuGUI.cpp.o: No such file or directory
- c++: error: objs/ScenarioGUI.cpp.o: No such file or directory
- c++: error: objs/SceneEditorGUI.cpp.o: No such file or directory
- c++: error: objs/Base64Encoder.cpp.o: No such file or directory
- c++: error: objs/BitStream.cpp.o: No such file or directory
- c++: error: objs/CCRakNetSlidingWindow.cpp.o: No such file or directory
- c++: error: objs/CCRakNetUDT.cpp.o: No such file or directory
- c++: error: objs/CheckSum.cpp.o: No such file or directory
- c++: error: objs/CloudClient.cpp.o: No such file or directory
- c++: error: objs/CloudCommon.cpp.o: No such file or directory
- c++: error: objs/CloudServer.cpp.o: No such file or directory
- c++: error: objs/CommandParserInterface.cpp.o: No such file or directory
- c++: error: objs/ConnectionGraph2.cpp.o: No such file or directory
- c++: error: objs/ConsoleServer.cpp.o: No such file or directory
- c++: error: objs/DataCompressor.cpp.o: No such file or directory
- c++: error: objs/DirectoryDeltaTransfer.cpp.o: No such file or directory
- c++: error: objs/DR_SHA1.cpp.o: No such file or directory
- c++: error: objs/DS_BytePool.cpp.o: No such file or directory
- c++: error: objs/DS_ByteQueue.cpp.o: No such file or directory
- c++: error: objs/DS_HuffmanEncodingTree.cpp.o: No such file or directory
- c++: error: objs/DS_Table.cpp.o: No such file or directory
- c++: error: objs/DynDNS.cpp.o: No such file or directory
- c++: error: objs/EmailSender.cpp.o: No such file or directory
- c++: error: objs/EpochTimeToString.cpp.o: No such file or directory
- c++: error: objs/FileList.cpp.o: No such file or directory
- c++: error: objs/FileListTransfer.cpp.o: No such file or directory
- c++: error: objs/FileOperations.cpp.o: No such file or directory
- c++: error: objs/FormatString.cpp.o: No such file or directory
- c++: error: objs/FullyConnectedMesh2.cpp.o: No such file or directory
- c++: error: objs/Getche.cpp.o: No such file or directory
- c++: error: objs/Gets.cpp.o: No such file or directory
- c++: error: objs/GetTime.cpp.o: No such file or directory
- c++: error: objs/gettimeofday.cpp.o: No such file or directory
- c++: error: objs/GridSectorizer.cpp.o: No such file or directory
- c++: error: objs/HTTPConnection.cpp.o: No such file or directory
- c++: error: objs/HTTPConnection2.cpp.o: No such file or directory
- c++: error: objs/IncrementalReadInterface.cpp.o: No such file or directory
- c++: error: objs/Itoa.cpp.o: No such file or directory
- c++: error: objs/LinuxStrings.cpp.o: No such file or directory
- c++: error: objs/LocklessTypes.cpp.o: No such file or directory
- c++: error: objs/LogCommandParser.cpp.o: No such file or directory
- c++: error: objs/MessageFilter.cpp.o: No such file or directory
- c++: error: objs/NatPunchthroughClient.cpp.o: No such file or directory
- c++: error: objs/NatPunchthroughServer.cpp.o: No such file or directory
- c++: error: objs/NatTypeDetectionClient.cpp.o: No such file or directory
- c++: error: objs/NatTypeDetectionCommon.cpp.o: No such file or directory
- c++: error: objs/NatTypeDetectionServer.cpp.o: No such file or directory
- c++: error: objs/NetworkIDManager.cpp.o: No such file or directory
- c++: error: objs/NetworkIDObject.cpp.o: No such file or directory
- c++: error: objs/PacketConsoleLogger.cpp.o: No such file or directory
- c++: error: objs/PacketFileLogger.cpp.o: No such file or directory
- c++: error: objs/PacketizedTCP.cpp.o: No such file or directory
- c++: error: objs/PacketLogger.cpp.o: No such file or directory
- c++: error: objs/PacketOutputWindowLogger.cpp.o: No such file or directory
- c++: error: objs/PluginInterface2.cpp.o: No such file or directory
- c++: error: objs/PS4Includes.cpp.o: No such file or directory
- c++: error: objs/Rackspace.cpp.o: No such file or directory
- c++: error: objs/RakMemoryOverride.cpp.o: No such file or directory
- c++: error: objs/RakNetCommandParser.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_360_720.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_Berkley.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_Berkley_NativeClient.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_NativeClient.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_PS3_PS4.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_PS4.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_Vita.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_WindowsStore8.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_Windows_Linux.cpp.o: No such file or directory
- c++: error: objs/RakNetSocket2_Windows_Linux_360.cpp.o: No such file or directory
- c++: error: objs/RakNetStatistics.cpp.o: No such file or directory
- c++: error: objs/RakNetTransport2.cpp.o: No such file or directory
- c++: error: objs/RakNetTypes.cpp.o: No such file or directory
- c++: error: objs/RakPeer.cpp.o: No such file or directory
- c++: error: objs/RakSleep.cpp.o: No such file or directory
- c++: error: objs/RakString.cpp.o: No such file or directory
- c++: error: objs/RakThread.cpp.o: No such file or directory
- c++: error: objs/RakWString.cpp.o: No such file or directory
- c++: error: objs/Rand.cpp.o: No such file or directory
- c++: error: objs/RandSync.cpp.o: No such file or directory
- c++: error: objs/ReadyEvent.cpp.o: No such file or directory
- c++: error: objs/RelayPlugin.cpp.o: No such file or directory
- c++: error: objs/ReliabilityLayer.cpp.o: No such file or directory
- c++: error: objs/ReplicaManager3.cpp.o: No such file or directory
- c++: error: objs/Router2.cpp.o: No such file or directory
- c++: error: objs/RPC4Plugin.cpp.o: No such file or directory
- c++: error: objs/SecureHandshake.cpp.o: No such file or directory
- c++: error: objs/SendToThread.cpp.o: No such file or directory
- c++: error: objs/SignaledEvent.cpp.o: No such file or directory
- c++: error: objs/SimpleMutex.cpp.o: No such file or directory
- c++: error: objs/SocketLayer.cpp.o: No such file or directory
- c++: error: objs/StatisticsHistory.cpp.o: No such file or directory
- c++: error: objs/StringCompressor.cpp.o: No such file or directory
- c++: error: objs/StringTable.cpp.o: No such file or directory
- c++: error: objs/SuperFastHash.cpp.o: No such file or directory
- c++: error: objs/TableSerializer.cpp.o: No such file or directory
- c++: error: objs/TCPInterface.cpp.o: No such file or directory
- c++: error: objs/TeamBalancer.cpp.o: No such file or directory
- c++: error: objs/TeamManager.cpp.o: No such file or directory
- c++: error: objs/TelnetTransport.cpp.o: No such file or directory
- c++: error: objs/ThreadsafePacketLogger.cpp.o: No such file or directory
- c++: error: objs/TwoWayAuthentication.cpp.o: No such file or directory
- c++: error: objs/UDPForwarder.cpp.o: No such file or directory
- c++: error: objs/UDPProxyClient.cpp.o: No such file or directory
- c++: error: objs/UDPProxyCoordinator.cpp.o: No such file or directory
- c++: error: objs/UDPProxyServer.cpp.o: No such file or directory
- c++: error: objs/VariableDeltaSerializer.cpp.o: No such file or directory
- c++: error: objs/VariableListDeltaTracker.cpp.o: No such file or directory
- c++: error: objs/VariadicSQLParser.cpp.o: No such file or directory
- c++: error: objs/VitaIncludes.cpp.o: No such file or directory
- c++: error: objs/_FindFirst.cpp.o: No such file or directory
- c++: error: objs/WSAStartupSingleton.cpp.o: No such file or directory
- c++: error: objs/class.cpp.o: No such file or directory
- c++: error: objs/class_info.cpp.o: No such file or directory
- c++: error: objs/class_registry.cpp.o: No such file or directory
- c++: error: objs/class_rep.cpp.o: No such file or directory
- c++: error: objs/create_class.cpp.o: No such file or directory
- c++: error: objs/error.cpp.o: No such file or directory
- c++: error: objs/exception_handler.cpp.o: No such file or directory
- c++: error: objs/function.cpp.o: No such file or directory
- c++: error: objs/inheritance.cpp.o: No such file or directory
- c++: error: objs/link_compatibility.cpp.o: No such file or directory
- c++: error: objs/object_rep.cpp.o: No such file or directory
- c++: error: objs/open.cpp.o: No such file or directory
- c++: error: objs/pcall.cpp.o: No such file or directory
- c++: error: objs/scope.cpp.o: No such file or directory
- c++: error: objs/stack_content_by_name.cpp.o: No such file or directory
- c++: error: objs/weak_ref.cpp.o: No such file or directory
- c++: error: objs/wrapper_base.cpp.o: No such file or directory
- c++: error: external/linux/prepared/libSDL2_mixer.a: No such file or directory
- c++: error: external/linux/prepared/liblua.a: No such file or directory
- c++: error: external/linux/prepared/libminizip.a: No such file or directory
- c++: error: external/linux/prepared/libaes.a: No such file or directory
Add Comment
Please, Sign In to add comment