Advertisement
Guest User

NewkCortexCompile7

a guest
Jul 17th, 2019
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 326.26 KB | None | 0 0
  1. Building with ccache ENABLED
  2. ~/CortexCommand/CCOSS/external/linux ~/CortexCommand/CCOSS
  3. ~/CortexCommand/CCOSS/external/linux/zlib-1.2.11 ~/CortexCommand/CCOSS/external/linux
  4. Checking for gcc...
  5. Building static library libz.a version 1.2.11 with gcc.
  6. Checking for size_t... Yes.
  7. Checking for off64_t... Yes.
  8. Checking for fseeko... Yes.
  9. Checking for strerror... Yes.
  10. Checking for unistd.h... Yes.
  11. Checking for stdarg.h... Yes.
  12. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
  13. Checking for vsnprintf() in stdio.h... Yes.
  14. Checking for return value of vsnprintf()... Yes.
  15. Checking for attribute(visibility) support... Yes.
  16. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o example.o test/example.c
  17. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o adler32.o adler32.c
  18. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o crc32.o crc32.c
  19. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o deflate.o deflate.c
  20. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o infback.o infback.c
  21. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inffast.o inffast.c
  22. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inflate.o inflate.c
  23. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inftrees.o inftrees.c
  24. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o trees.o trees.c
  25. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o zutil.o zutil.c
  26. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o compress.o compress.c
  27. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o uncompr.o uncompr.c
  28. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzclose.o gzclose.c
  29. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzlib.o gzlib.c
  30. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzread.o gzread.c
  31. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c
  32. 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
  33. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example example.o -L. libz.a
  34. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c
  35. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip minigzip.o -L. libz.a
  36. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c
  37. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example64 example64.o -L. libz.a
  38. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c
  39. gcc -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip64 minigzip64.o -L. libz.a
  40. rm -f /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/libz.a
  41. cp libz.a /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib
  42. chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/libz.a
  43. rm -f /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/share/man/man3/zlib.3
  44. cp zlib.3 /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/share/man/man3
  45. chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/share/man/man3/zlib.3
  46. rm -f /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/pkgconfig/zlib.pc
  47. cp zlib.pc /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/pkgconfig
  48. chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/lib/pkgconfig/zlib.pc
  49. 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
  50. cp zlib.h zconf.h /home/newk/CortexCommand/CCOSS/external/linux/zlib-1.2.11/install/include
  51. 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
  52. ~/CortexCommand/CCOSS/external/linux
  53. ~/CortexCommand/CCOSS/external/linux/libpng-1.6.37 ~/CortexCommand/CCOSS/external/linux
  54. checking for a BSD-compatible install... /usr/bin/install -c
  55. checking whether build environment is sane... yes
  56. checking for a thread-safe mkdir -p... /bin/mkdir -p
  57. checking for gawk... gawk
  58. checking whether make sets $(MAKE)... yes
  59. checking whether make supports nested variables... yes
  60. checking whether to enable maintainer-specific portions of Makefiles... no
  61. checking for gcc... gcc
  62. checking whether the C compiler works... yes
  63. checking for C compiler default output file name... a.out
  64. checking for suffix of executables...
  65. checking whether we are cross compiling... no
  66. checking for suffix of object files... o
  67. checking whether we are using the GNU C compiler... yes
  68. checking whether gcc accepts -g... yes
  69. checking for gcc option to accept ISO C89... none needed
  70. checking whether gcc understands -c and -o together... yes
  71. checking whether make supports the include directive... yes (GNU style)
  72. checking dependency style of gcc... gcc3
  73. checking dependency style of gcc... gcc3
  74. checking build system type... x86_64-pc-linux-gnu
  75. checking host system type... x86_64-pc-linux-gnu
  76. checking for a sed that does not truncate output... /bin/sed
  77. checking for grep that handles long lines and -e... /bin/grep
  78. checking for egrep... /bin/grep -E
  79. checking for fgrep... /bin/grep -F
  80. checking how to print strings... printf
  81. checking for ld used by gcc... /usr/bin/ld
  82. checking if the linker (/usr/bin/ld) is GNU ld... yes
  83. checking how to run the C preprocessor... gcc -E
  84. checking for gawk... (cached) gawk
  85. checking whether ln -s works... yes
  86. checking whether make sets $(MAKE)... (cached) yes
  87. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  88. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  89. checking the maximum length of command line arguments... 1572864
  90. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  91. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  92. checking for /usr/bin/ld option to reload object files... -r
  93. checking for objdump... objdump
  94. checking how to recognize dependent libraries... pass_all
  95. checking for dlltool... no
  96. checking how to associate runtime and link libraries... printf %s\n
  97. checking for ar... ar
  98. checking for archiver @FILE support... @
  99. checking for strip... strip
  100. checking for ranlib... ranlib
  101. checking command to parse /usr/bin/nm -B output from gcc object... ok
  102. checking for sysroot... /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/../zlib-1.2.11/install
  103. checking for a working dd... /bin/dd
  104. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  105. checking for mt... mt
  106. checking if mt is a manifest tool... no
  107. checking for ANSI C header files... yes
  108. checking for sys/types.h... yes
  109. checking for sys/stat.h... yes
  110. checking for stdlib.h... yes
  111. checking for string.h... yes
  112. checking for memory.h... yes
  113. checking for strings.h... yes
  114. checking for inttypes.h... yes
  115. checking for stdint.h... yes
  116. checking for unistd.h... yes
  117. checking for dlfcn.h... yes
  118. checking for objdir... .libs
  119. checking if gcc supports -fno-rtti -fno-exceptions... no
  120. checking for gcc option to produce PIC... -fPIC -DPIC
  121. checking if gcc PIC flag -fPIC -DPIC works... yes
  122. checking if gcc static flag -static works... yes
  123. checking if gcc supports -c -o file.o... yes
  124. checking if gcc supports -c -o file.o... (cached) yes
  125. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  126. checking dynamic linker characteristics... GNU/Linux ld.so
  127. checking how to hardcode library paths into programs... immediate
  128. checking whether stripping libraries is possible... yes
  129. checking if libtool supports shared libraries... yes
  130. checking whether to build shared libraries... no
  131. checking whether to build static libraries... yes
  132. checking that AWK works... ok
  133. checking if we need to force back C standard to C89... no
  134. checking for ANSI C header files... (cached) yes
  135. checking for an ANSI C-conforming const... yes
  136. checking for size_t... yes
  137. checking whether struct tm is in sys/time.h or time.h... time.h
  138. checking for C/C++ restrict keyword... __restrict
  139. checking for working strtod... yes
  140. checking for pow... no
  141. checking for pow in -lm... yes
  142. checking for clock_gettime... yes
  143. checking for zlibVersion in -lz... yes
  144. checking for feenableexcept in -lm... yes
  145. checking for feenableexcept... yes
  146. checking if using Solaris linker... no
  147. checking if libraries can be versioned... yes
  148. checking for symbol prefix...
  149. configure: pkgconfig directory is ${libdir}/pkgconfig
  150. configure: Extra options for compiler:
  151. checking that generated files are newer than configure... done
  152. configure: creating ./config.status
  153. config.status: creating Makefile
  154. config.status: creating libpng.pc
  155. config.status: creating libpng-config
  156. config.status: creating config.h
  157. config.status: config.h is unchanged
  158. config.status: executing depfiles commands
  159. config.status: executing libtool commands
  160. make all-am
  161. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  162. cp libpng-config libpng16-config
  163. cp libpng.pc libpng16.pc
  164. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  165. make install-am
  166. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  167. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  168. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib'
  169. /bin/bash ./libtool --mode=install /usr/bin/install -c libpng16.la '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib'
  170. libtool: install: /usr/bin/install -c .libs/libpng16.lai /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/libpng16.la
  171. libtool: install: /usr/bin/install -c .libs/libpng16.a /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/libpng16.a
  172. libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/libpng16.a
  173. libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/libpng16.a
  174. 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
  175. ----------------------------------------------------------------------
  176. Libraries have been installed in:
  177. /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib
  178.  
  179. If you ever happen to want to link against installed libraries
  180. in a given directory, LIBDIR, you must either use libtool, and
  181. specify the full pathname of the library, or use the '-LLIBDIR'
  182. flag during linking and do at least one of the following:
  183. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  184. during execution
  185. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  186. during linking
  187. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  188. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  189.  
  190. See any operating system documentation about shared libraries for
  191. more information, such as the ld(1) and ld.so(8) manual pages.
  192. ----------------------------------------------------------------------
  193. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin'
  194. /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'
  195. libtool: install: /usr/bin/install -c pngfix /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin/pngfix
  196. libtool: install: /usr/bin/install -c png-fix-itxt /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin/png-fix-itxt
  197. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin'
  198. /usr/bin/install -c libpng16-config '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin'
  199. make install-exec-hook
  200. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  201. + cd /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib
  202. + for ext in a dll.a so so.16.37 la sl dylib
  203. + rm -f libpng.a
  204. + test -f libpng16.a
  205. + ln -s libpng16.a libpng.a
  206. + for ext in a dll.a so so.16.37 la sl dylib
  207. + rm -f libpng.dll.a
  208. + test -f libpng16.dll.a
  209. + for ext in a dll.a so so.16.37 la sl dylib
  210. + rm -f libpng.so
  211. + test -f libpng16.so
  212. + for ext in a dll.a so so.16.37 la sl dylib
  213. + rm -f libpng.so.16.37
  214. + test -f libpng16.so.16.37
  215. + for ext in a dll.a so so.16.37 la sl dylib
  216. + rm -f libpng.la
  217. + test -f libpng16.la
  218. + ln -s libpng16.la libpng.la
  219. + for ext in a dll.a so so.16.37 la sl dylib
  220. + rm -f libpng.sl
  221. + test -f libpng16.sl
  222. + for ext in a dll.a so so.16.37 la sl dylib
  223. + rm -f libpng.dylib
  224. + test -f libpng16.dylib
  225. + cd /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/bin
  226. + rm -f libpng-config
  227. + ln -s libpng16-config libpng-config
  228. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  229. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/share/man/man3'
  230. /usr/bin/install -c -m 644 libpng.3 libpngpf.3 '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/share/man/man3'
  231. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/share/man/man5'
  232. /usr/bin/install -c -m 644 png.5 '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/share/man/man5'
  233. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include/libpng16'
  234. /usr/bin/install -c -m 644 pnglibconf.h '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include/libpng16'
  235. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/pkgconfig'
  236. /usr/bin/install -c -m 644 libpng16.pc '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/pkgconfig'
  237. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include/libpng16'
  238. /usr/bin/install -c -m 644 png.h pngconf.h '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include/libpng16'
  239. make install-data-hook
  240. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  241. + cd /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/include
  242. + for f in pnglibconf.h png.h pngconf.h
  243. + rm -f pnglibconf.h
  244. + ln -s libpng16/pnglibconf.h pnglibconf.h
  245. + for f in pnglibconf.h png.h pngconf.h
  246. + rm -f png.h
  247. + ln -s libpng16/png.h png.h
  248. + for f in pnglibconf.h png.h pngconf.h
  249. + rm -f pngconf.h
  250. + ln -s libpng16/pngconf.h pngconf.h
  251. + cd /home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37/install/lib/pkgconfig
  252. + rm -f libpng.pc
  253. + ln -s libpng16.pc libpng.pc
  254. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  255. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  256. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libpng-1.6.37'
  257. ~/CortexCommand/CCOSS/external/linux
  258. ~/CortexCommand/CCOSS/external/linux/libogg-1.3.3 ~/CortexCommand/CCOSS/external/linux
  259. checking for a BSD-compatible install... /usr/bin/install -c
  260. checking whether build environment is sane... yes
  261. checking for a thread-safe mkdir -p... /bin/mkdir -p
  262. checking for gawk... gawk
  263. checking whether make sets $(MAKE)... yes
  264. checking whether make supports nested variables... yes
  265. checking whether to enable maintainer-specific portions of Makefiles... yes
  266. checking for gcc... gcc
  267. checking whether the C compiler works... yes
  268. checking for C compiler default output file name... a.out
  269. checking for suffix of executables...
  270. checking whether we are cross compiling... no
  271. checking for suffix of object files... o
  272. checking whether we are using the GNU C compiler... yes
  273. checking whether gcc accepts -g... yes
  274. checking for gcc option to accept ISO C89... none needed
  275. checking whether gcc understands -c and -o together... yes
  276. checking for style of include used by make... GNU
  277. checking dependency style of gcc... gcc3
  278. checking build system type... x86_64-pc-linux-gnu
  279. checking host system type... x86_64-pc-linux-gnu
  280. checking how to print strings... printf
  281. checking for a sed that does not truncate output... /bin/sed
  282. checking for grep that handles long lines and -e... /bin/grep
  283. checking for egrep... /bin/grep -E
  284. checking for fgrep... /bin/grep -F
  285. checking for ld used by gcc... /usr/bin/ld
  286. checking if the linker (/usr/bin/ld) is GNU ld... yes
  287. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  288. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  289. checking whether ln -s works... yes
  290. checking the maximum length of command line arguments... 1572864
  291. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  292. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  293. checking for /usr/bin/ld option to reload object files... -r
  294. checking for objdump... objdump
  295. checking how to recognize dependent libraries... pass_all
  296. checking for dlltool... no
  297. checking how to associate runtime and link libraries... printf %s\n
  298. checking for ar... ar
  299. checking for archiver @FILE support... @
  300. checking for strip... strip
  301. checking for ranlib... ranlib
  302. checking command to parse /usr/bin/nm -B output from gcc object... ok
  303. checking for sysroot... no
  304. checking for a working dd... /bin/dd
  305. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  306. checking for mt... mt
  307. checking if mt is a manifest tool... no
  308. checking how to run the C preprocessor... gcc -E
  309. checking for ANSI C header files... yes
  310. checking for sys/types.h... yes
  311. checking for sys/stat.h... yes
  312. checking for stdlib.h... yes
  313. checking for string.h... yes
  314. checking for memory.h... yes
  315. checking for strings.h... yes
  316. checking for inttypes.h... yes
  317. checking for stdint.h... yes
  318. checking for unistd.h... yes
  319. checking for dlfcn.h... yes
  320. checking for objdir... .libs
  321. checking if gcc supports -fno-rtti -fno-exceptions... no
  322. checking for gcc option to produce PIC... -fPIC -DPIC
  323. checking if gcc PIC flag -fPIC -DPIC works... yes
  324. checking if gcc static flag -static works... yes
  325. checking if gcc supports -c -o file.o... yes
  326. checking if gcc supports -c -o file.o... (cached) yes
  327. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  328. checking dynamic linker characteristics... GNU/Linux ld.so
  329. checking how to hardcode library paths into programs... immediate
  330. checking whether stripping libraries is possible... yes
  331. checking if libtool supports shared libraries... yes
  332. checking whether to build shared libraries... no
  333. checking whether to build static libraries... yes
  334. checking for ANSI C header files... (cached) yes
  335. checking for inttypes.h... (cached) yes
  336. checking for stdint.h... (cached) yes
  337. checking for sys/types.h... (cached) yes
  338. checking for an ANSI C-conforming const... yes
  339. checking size of int16_t... 2
  340. checking size of uint16_t... 2
  341. checking size of u_int16_t... 2
  342. checking size of int32_t... 4
  343. checking size of uint32_t... 4
  344. checking size of u_int32_t... 4
  345. checking size of int64_t... 8
  346. checking size of short... 2
  347. checking size of int... 4
  348. checking size of long... 8
  349. checking size of long long... 8
  350. checking for working memcmp... yes
  351. checking that generated files are newer than configure... done
  352. configure: creating ./config.status
  353. config.status: creating Makefile
  354. config.status: creating src/Makefile
  355. config.status: creating doc/Makefile
  356. config.status: creating doc/libogg/Makefile
  357. config.status: creating include/Makefile
  358. config.status: creating include/ogg/Makefile
  359. config.status: creating include/ogg/config_types.h
  360. config.status: creating libogg.spec
  361. config.status: creating ogg.pc
  362. config.status: creating ogg-uninstalled.pc
  363. config.status: creating config.h
  364. config.status: config.h is unchanged
  365. config.status: executing depfiles commands
  366. config.status: executing libtool commands
  367. make all-recursive
  368. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
  369. Making all in src
  370. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
  371. /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
  372. 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
  373. mv -f .deps/framing.Tpo .deps/framing.Plo
  374. /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
  375. 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
  376. mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
  377. /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
  378. libtool: link: rm -fr .libs/libogg.a .libs/libogg.la .libs/libogg.lai
  379. libtool: link: ar cru .libs/libogg.a framing.o bitwise.o
  380. ar: `u' modifier ignored since `D' is the default (see `U')
  381. libtool: link: ranlib .libs/libogg.a
  382. libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
  383. 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
  384. mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
  385. /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
  386. libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
  387. 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
  388. mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
  389. /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
  390. libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
  391. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
  392. Making all in include
  393. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  394. Making all in ogg
  395. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
  396. make[3]: Nothing to be done for 'all'.
  397. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
  398. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  399. make[3]: Nothing to be done for 'all-am'.
  400. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  401. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  402. Making all in doc
  403. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  404. Making all in libogg
  405. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
  406. make[3]: Nothing to be done for 'all'.
  407. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
  408. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  409. make[3]: Nothing to be done for 'all-am'.
  410. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  411. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  412. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
  413. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
  414. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
  415. Making install in src
  416. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
  417. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
  418. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib'
  419. /bin/bash ../libtool --mode=install /usr/bin/install -c libogg.la '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib'
  420. libtool: install: /usr/bin/install -c .libs/libogg.lai /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/libogg.la
  421. libtool: install: /usr/bin/install -c .libs/libogg.a /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/libogg.a
  422. libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/libogg.a
  423. libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/libogg.a
  424. 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
  425. ----------------------------------------------------------------------
  426. Libraries have been installed in:
  427. /home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib
  428.  
  429. If you ever happen to want to link against installed libraries
  430. in a given directory, LIBDIR, you must either use libtool, and
  431. specify the full pathname of the library, or use the '-LLIBDIR'
  432. flag during linking and do at least one of the following:
  433. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  434. during execution
  435. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  436. during linking
  437. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  438. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  439.  
  440. See any operating system documentation about shared libraries for
  441. more information, such as the ld(1) and ld.so(8) manual pages.
  442. ----------------------------------------------------------------------
  443. make[2]: Nothing to be done for 'install-data-am'.
  444. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
  445. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/src'
  446. Making install in include
  447. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  448. Making install in ogg
  449. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
  450. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
  451. make[3]: Nothing to be done for 'install-exec-am'.
  452. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/include/ogg'
  453. /usr/bin/install -c -m 644 config_types.h '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/include/ogg'
  454. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/include/ogg'
  455. /usr/bin/install -c -m 644 ogg.h os_types.h '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/include/ogg'
  456. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
  457. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include/ogg'
  458. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  459. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  460. make[3]: Nothing to be done for 'install-exec-am'.
  461. make[3]: Nothing to be done for 'install-data-am'.
  462. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  463. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  464. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/include'
  465. Making install in doc
  466. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  467. Making install in libogg
  468. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
  469. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
  470. make[3]: Nothing to be done for 'install-exec-am'.
  471. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/doc/libogg/libogg'
  472. /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'
  473. /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'
  474. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
  475. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc/libogg'
  476. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  477. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  478. make[3]: Nothing to be done for 'install-exec-am'.
  479. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/doc/libogg'
  480. /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'
  481. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  482. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  483. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/doc'
  484. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
  485. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
  486. make[2]: Nothing to be done for 'install-exec-am'.
  487. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/aclocal'
  488. /usr/bin/install -c -m 644 ogg.m4 '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/share/aclocal'
  489. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/pkgconfig'
  490. /usr/bin/install -c -m 644 ogg.pc '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3/install/lib/pkgconfig'
  491. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
  492. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libogg-1.3.3'
  493. ~/CortexCommand/CCOSS/external/linux
  494. ~/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6 ~/CortexCommand/CCOSS/external/linux
  495. checking build system type... x86_64-pc-linux-gnu
  496. checking host system type... x86_64-pc-linux-gnu
  497. checking target system type... x86_64-pc-linux-gnu
  498. checking for a BSD-compatible install... /usr/bin/install -c
  499. checking whether build environment is sane... yes
  500. checking for a thread-safe mkdir -p... /bin/mkdir -p
  501. checking for gawk... gawk
  502. checking whether make sets $(MAKE)... yes
  503. checking whether make supports nested variables... yes
  504. checking whether to enable maintainer-specific portions of Makefiles... no
  505. checking whether make supports nested variables... (cached) yes
  506. checking for gcc... gcc
  507. checking whether the C compiler works... yes
  508. checking for C compiler default output file name... a.out
  509. checking for suffix of executables...
  510. checking whether we are cross compiling... no
  511. checking for suffix of object files... o
  512. checking whether we are using the GNU C compiler... yes
  513. checking whether gcc accepts -g... yes
  514. checking for gcc option to accept ISO C89... none needed
  515. checking whether gcc understands -c and -o together... yes
  516. checking for style of include used by make... GNU
  517. checking dependency style of gcc... gcc3
  518. checking how to run the C preprocessor... gcc -E
  519. checking for inline... inline
  520. checking how to print strings... printf
  521. checking for a sed that does not truncate output... /bin/sed
  522. checking for grep that handles long lines and -e... /bin/grep
  523. checking for egrep... /bin/grep -E
  524. checking for fgrep... /bin/grep -F
  525. checking for ld used by gcc... /usr/bin/ld
  526. checking if the linker (/usr/bin/ld) is GNU ld... yes
  527. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  528. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  529. checking whether ln -s works... yes
  530. checking the maximum length of command line arguments... 1572864
  531. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  532. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  533. checking for /usr/bin/ld option to reload object files... -r
  534. checking for objdump... objdump
  535. checking how to recognize dependent libraries... pass_all
  536. checking for dlltool... dlltool
  537. checking how to associate runtime and link libraries... printf %s\n
  538. checking for ar... ar
  539. checking for archiver @FILE support... @
  540. checking for strip... strip
  541. checking for ranlib... ranlib
  542. checking command to parse /usr/bin/nm -B output from gcc object... ok
  543. checking for sysroot... no
  544. checking for a working dd... /bin/dd
  545. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  546. checking for mt... mt
  547. checking if mt is a manifest tool... no
  548. checking for ANSI C header files... yes
  549. checking for sys/types.h... yes
  550. checking for sys/stat.h... yes
  551. checking for stdlib.h... yes
  552. checking for string.h... yes
  553. checking for memory.h... yes
  554. checking for strings.h... yes
  555. checking for inttypes.h... yes
  556. checking for stdint.h... yes
  557. checking for unistd.h... yes
  558. checking for dlfcn.h... yes
  559. checking for objdir... .libs
  560. checking if gcc supports -fno-rtti -fno-exceptions... no
  561. checking for gcc option to produce PIC... -fPIC -DPIC
  562. checking if gcc PIC flag -fPIC -DPIC works... yes
  563. checking if gcc static flag -static works... yes
  564. checking if gcc supports -c -o file.o... yes
  565. checking if gcc supports -c -o file.o... (cached) yes
  566. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  567. checking dynamic linker characteristics... GNU/Linux ld.so
  568. checking how to hardcode library paths into programs... immediate
  569. checking whether stripping libraries is possible... yes
  570. checking if libtool supports shared libraries... yes
  571. checking whether to build shared libraries... no
  572. checking whether to build static libraries... yes
  573. checking GCC version... 9
  574. checking if gcc accepts -Wdeclaration-after-statement... yes
  575. checking for memory.h... (cached) yes
  576. checking for cos in -lm... yes
  577. checking for pthread_create in -lpthread... yes
  578. checking for pkg-config... /usr/bin/pkg-config
  579. checking pkg-config is at least version 0.9.0... yes
  580. checking for OGG... yes
  581. checking for size_t... yes
  582. checking for working alloca.h... yes
  583. checking for alloca... yes
  584. checking for working memcmp... yes
  585. checking that generated files are newer than configure... done
  586. configure: creating ./config.status
  587. config.status: creating Makefile
  588. config.status: creating m4/Makefile
  589. config.status: creating lib/Makefile
  590. config.status: creating lib/modes/Makefile
  591. config.status: creating lib/books/Makefile
  592. config.status: creating lib/books/coupled/Makefile
  593. config.status: creating lib/books/uncoupled/Makefile
  594. config.status: creating lib/books/floor/Makefile
  595. config.status: creating doc/Makefile
  596. config.status: creating doc/vorbisfile/Makefile
  597. config.status: creating doc/vorbisenc/Makefile
  598. config.status: creating doc/libvorbis/Makefile
  599. config.status: creating doc/Doxyfile
  600. config.status: creating include/Makefile
  601. config.status: creating include/vorbis/Makefile
  602. config.status: creating examples/Makefile
  603. config.status: creating test/Makefile
  604. config.status: creating vq/Makefile
  605. config.status: creating libvorbis.spec
  606. config.status: creating vorbis.pc
  607. config.status: creating vorbisenc.pc
  608. config.status: creating vorbisfile.pc
  609. config.status: creating vorbis-uninstalled.pc
  610. config.status: creating vorbisenc-uninstalled.pc
  611. config.status: creating vorbisfile-uninstalled.pc
  612. config.status: creating config.h
  613. config.status: config.h is unchanged
  614. config.status: executing depfiles commands
  615. config.status: executing libtool commands
  616. make all-recursive
  617. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
  618. Making all in m4
  619. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
  620. make[2]: Nothing to be done for 'all'.
  621. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
  622. Making all in include
  623. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  624. Making all in vorbis
  625. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
  626. make[3]: Nothing to be done for 'all'.
  627. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
  628. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  629. make[3]: Nothing to be done for 'all-am'.
  630. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  631. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  632. Making all in vq
  633. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
  634. make[2]: Nothing to be done for 'all'.
  635. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
  636. Making all in lib
  637. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  638. Making all in modes
  639. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
  640. make[3]: Nothing to be done for 'all'.
  641. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
  642. Making all in books
  643. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  644. Making all in coupled
  645. make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
  646. make[4]: Nothing to be done for 'all'.
  647. make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
  648. Making all in uncoupled
  649. make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
  650. make[4]: Nothing to be done for 'all'.
  651. make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
  652. Making all in floor
  653. make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
  654. make[4]: Nothing to be done for 'all'.
  655. make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
  656. make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  657. make[4]: Nothing to be done for 'all-am'.
  658. make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  659. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  660. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  661. make[3]: Nothing to be done for 'all-am'.
  662. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  663. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  664. Making all in test
  665. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
  666. make[2]: Nothing to be done for 'all'.
  667. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
  668. Making all in doc
  669. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  670. Making all in libvorbis
  671. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
  672. make[3]: Nothing to be done for 'all'.
  673. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
  674. Making all in vorbisfile
  675. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
  676. make[3]: Nothing to be done for 'all'.
  677. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
  678. Making all in vorbisenc
  679. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
  680. make[3]: Nothing to be done for 'all'.
  681. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
  682. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  683. make[3]: Nothing to be done for 'all-am'.
  684. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  685. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  686. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
  687. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
  688. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
  689. Making install in m4
  690. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
  691. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
  692. make[2]: Nothing to be done for 'install-exec-am'.
  693. make[2]: Nothing to be done for 'install-data-am'.
  694. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
  695. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/m4'
  696. Making install in include
  697. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  698. Making install in vorbis
  699. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
  700. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
  701. make[3]: Nothing to be done for 'install-exec-am'.
  702. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/include/vorbis'
  703. /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'
  704. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
  705. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include/vorbis'
  706. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  707. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  708. make[3]: Nothing to be done for 'install-exec-am'.
  709. make[3]: Nothing to be done for 'install-data-am'.
  710. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  711. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  712. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/include'
  713. Making install in vq
  714. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
  715. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
  716. make[2]: Nothing to be done for 'install-exec-am'.
  717. make[2]: Nothing to be done for 'install-data-am'.
  718. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
  719. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/vq'
  720. Making install in lib
  721. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  722. Making install in modes
  723. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
  724. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
  725. make[3]: Nothing to be done for 'install-exec-am'.
  726. make[3]: Nothing to be done for 'install-data-am'.
  727. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
  728. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/modes'
  729. Making install in books
  730. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  731. Making install in coupled
  732. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
  733. make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
  734. make[4]: Nothing to be done for 'install-exec-am'.
  735. make[4]: Nothing to be done for 'install-data-am'.
  736. make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
  737. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/coupled'
  738. Making install in uncoupled
  739. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
  740. make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
  741. make[4]: Nothing to be done for 'install-exec-am'.
  742. make[4]: Nothing to be done for 'install-data-am'.
  743. make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
  744. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/uncoupled'
  745. Making install in floor
  746. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
  747. make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
  748. make[4]: Nothing to be done for 'install-exec-am'.
  749. make[4]: Nothing to be done for 'install-data-am'.
  750. make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
  751. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books/floor'
  752. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  753. make[4]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  754. make[4]: Nothing to be done for 'install-exec-am'.
  755. make[4]: Nothing to be done for 'install-data-am'.
  756. make[4]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  757. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  758. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib/books'
  759. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  760. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  761. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib'
  762. /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'
  763. libtool: install: /usr/bin/install -c .libs/libvorbis.lai /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbis.la
  764. libtool: install: /usr/bin/install -c .libs/libvorbisfile.lai /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisfile.la
  765. libtool: install: /usr/bin/install -c .libs/libvorbisenc.lai /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisenc.la
  766. libtool: install: /usr/bin/install -c .libs/libvorbis.a /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbis.a
  767. libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbis.a
  768. libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbis.a
  769. libtool: install: /usr/bin/install -c .libs/libvorbisfile.a /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisfile.a
  770. libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisfile.a
  771. libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisfile.a
  772. libtool: install: /usr/bin/install -c .libs/libvorbisenc.a /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisenc.a
  773. libtool: install: chmod 644 /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisenc.a
  774. libtool: install: ranlib /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/libvorbisenc.a
  775. 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
  776. ----------------------------------------------------------------------
  777. Libraries have been installed in:
  778. /home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib
  779.  
  780. If you ever happen to want to link against installed libraries
  781. in a given directory, LIBDIR, you must either use libtool, and
  782. specify the full pathname of the library, or use the '-LLIBDIR'
  783. flag during linking and do at least one of the following:
  784. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  785. during execution
  786. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  787. during linking
  788. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  789. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  790.  
  791. See any operating system documentation about shared libraries for
  792. more information, such as the ld(1) and ld.so(8) manual pages.
  793. ----------------------------------------------------------------------
  794. make[3]: Nothing to be done for 'install-data-am'.
  795. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  796. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  797. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/lib'
  798. Making install in test
  799. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
  800. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
  801. make[2]: Nothing to be done for 'install-exec-am'.
  802. make[2]: Nothing to be done for 'install-data-am'.
  803. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
  804. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/test'
  805. Making install in doc
  806. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  807. Making install in libvorbis
  808. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
  809. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
  810. make[3]: Nothing to be done for 'install-exec-am'.
  811. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/libvorbis'
  812. /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'
  813. /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'
  814. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
  815. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/libvorbis'
  816. Making install in vorbisfile
  817. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
  818. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
  819. make[3]: Nothing to be done for 'install-exec-am'.
  820. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/vorbisfile'
  821. /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'
  822. /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'
  823. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
  824. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisfile'
  825. Making install in vorbisenc
  826. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
  827. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
  828. make[3]: Nothing to be done for 'install-exec-am'.
  829. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6/vorbisenc'
  830. /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'
  831. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
  832. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc/vorbisenc'
  833. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  834. make[3]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  835. make[3]: Nothing to be done for 'install-exec-am'.
  836. /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
  837. if test -d vorbis; then \
  838. for dir in vorbis/*; do \
  839. if test -d $dir; then \
  840. b=`basename $dir`; \
  841. /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; \
  842. for f in $dir/*; do \
  843. /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; \
  844. done \
  845. fi \
  846. done \
  847. fi
  848. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/doc/libvorbis-1.3.6'
  849. /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'
  850. make[3]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  851. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  852. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/doc'
  853. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
  854. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
  855. make[2]: Nothing to be done for 'install-exec-am'.
  856. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/aclocal'
  857. /usr/bin/install -c -m 644 vorbis.m4 '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/share/aclocal'
  858. /bin/mkdir -p '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6/install/lib/pkgconfig'
  859. /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'
  860. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
  861. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/libvorbis-1.3.6'
  862. ~/CortexCommand/CCOSS/external/linux
  863. ~/CortexCommand/CCOSS/external/linux/SDL2-2.0.9 ~/CortexCommand/CCOSS/external/linux
  864. checking build system type... x86_64-pc-linux-gnu
  865. checking host system type... x86_64-pc-linux-gnu
  866. checking how to print strings... printf
  867. checking for gcc... gcc
  868. checking whether the C compiler works... yes
  869. checking for C compiler default output file name... a.out
  870. checking for suffix of executables...
  871. checking whether we are cross compiling... no
  872. checking for suffix of object files... o
  873. checking whether we are using the GNU C compiler... yes
  874. checking whether gcc accepts -g... yes
  875. checking for gcc option to accept ISO C89... none needed
  876. checking for a sed that does not truncate output... /bin/sed
  877. checking for grep that handles long lines and -e... /bin/grep
  878. checking for egrep... /bin/grep -E
  879. checking for fgrep... /bin/grep -F
  880. checking for ld used by gcc... /usr/bin/ld
  881. checking if the linker (/usr/bin/ld) is GNU ld... yes
  882. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  883. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  884. checking whether ln -s works... yes
  885. checking the maximum length of command line arguments... 1572864
  886. checking whether the shell understands some XSI constructs... yes
  887. checking whether the shell understands "+="... yes
  888. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  889. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  890. checking for /usr/bin/ld option to reload object files... -r
  891. checking for objdump... objdump
  892. checking how to recognize dependent libraries... pass_all
  893. checking for dlltool... no
  894. checking how to associate runtime and link libraries... printf %s\n
  895. checking for ar... ar
  896. checking for archiver @FILE support... @
  897. checking for strip... strip
  898. checking for ranlib... ranlib
  899. checking for gawk... gawk
  900. checking command to parse /usr/bin/nm -B output from gcc object... ok
  901. checking for sysroot... no
  902. checking for mt... mt
  903. checking if mt is a manifest tool... no
  904. checking how to run the C preprocessor... gcc -E
  905. checking for ANSI C header files... yes
  906. checking for sys/types.h... yes
  907. checking for sys/stat.h... yes
  908. checking for stdlib.h... yes
  909. checking for string.h... yes
  910. checking for memory.h... yes
  911. checking for strings.h... yes
  912. checking for inttypes.h... yes
  913. checking for stdint.h... yes
  914. checking for unistd.h... yes
  915. checking for dlfcn.h... yes
  916. checking for objdir... .libs
  917. checking if gcc supports -fno-rtti -fno-exceptions... no
  918. checking for gcc option to produce PIC... -fPIC -DPIC
  919. checking if gcc PIC flag -fPIC -DPIC works... yes
  920. checking if gcc static flag -static works... yes
  921. checking if gcc supports -c -o file.o... yes
  922. checking if gcc supports -c -o file.o... (cached) yes
  923. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  924. checking dynamic linker characteristics... GNU/Linux ld.so
  925. checking how to hardcode library paths into programs... immediate
  926. checking whether stripping libraries is possible... yes
  927. checking if libtool supports shared libraries... yes
  928. checking whether to build shared libraries... no
  929. checking whether to build static libraries... yes
  930. checking for gcc... (cached) gcc
  931. checking whether we are using the GNU C compiler... (cached) yes
  932. checking whether gcc accepts -g... (cached) yes
  933. checking for gcc option to accept ISO C89... (cached) none needed
  934. checking for g++... g++
  935. checking whether we are using the GNU C++ compiler... yes
  936. checking whether g++ accepts -g... yes
  937. checking how to run the C++ preprocessor... g++ -E
  938. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  939. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  940. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  941. checking for g++ option to produce PIC... -fPIC -DPIC
  942. checking if g++ PIC flag -fPIC -DPIC works... yes
  943. checking if g++ static flag -static works... yes
  944. checking if g++ supports -c -o file.o... yes
  945. checking if g++ supports -c -o file.o... (cached) yes
  946. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  947. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  948. checking how to hardcode library paths into programs... immediate
  949. checking for a BSD-compatible install... /usr/bin/install -c
  950. checking whether make sets $(MAKE)... yes
  951. checking for windres... no
  952. checking for an ANSI C-conforming const... yes
  953. checking for inline... inline
  954. checking for working volatile... yes
  955. checking for GCC -MMD -MT option... yes
  956. checking for linker option --no-undefined... yes
  957. checking for ANSI C header files... (cached) yes
  958. checking for sys/types.h... (cached) yes
  959. checking stdio.h usability... yes
  960. checking stdio.h presence... yes
  961. checking for stdio.h... yes
  962. checking for stdlib.h... (cached) yes
  963. checking stddef.h usability... yes
  964. checking stddef.h presence... yes
  965. checking for stddef.h... yes
  966. checking stdarg.h usability... yes
  967. checking stdarg.h presence... yes
  968. checking for stdarg.h... yes
  969. checking malloc.h usability... yes
  970. checking malloc.h presence... yes
  971. checking for malloc.h... yes
  972. checking for memory.h... (cached) yes
  973. checking for string.h... (cached) yes
  974. checking for strings.h... (cached) yes
  975. checking wchar.h usability... yes
  976. checking wchar.h presence... yes
  977. checking for wchar.h... yes
  978. checking for inttypes.h... (cached) yes
  979. checking for stdint.h... (cached) yes
  980. checking limits.h usability... yes
  981. checking limits.h presence... yes
  982. checking for limits.h... yes
  983. checking ctype.h usability... yes
  984. checking ctype.h presence... yes
  985. checking for ctype.h... yes
  986. checking math.h usability... yes
  987. checking math.h presence... yes
  988. checking for math.h... yes
  989. checking float.h usability... yes
  990. checking float.h presence... yes
  991. checking for float.h... yes
  992. checking iconv.h usability... yes
  993. checking iconv.h presence... yes
  994. checking for iconv.h... yes
  995. checking signal.h usability... yes
  996. checking signal.h presence... yes
  997. checking for signal.h... yes
  998. checking for size_t... yes
  999. checking for M_PI in math.h... yes
  1000. checking for working alloca.h... yes
  1001. checking for alloca... yes
  1002. checking for working memcmp... yes
  1003. checking for working strtod... yes
  1004. checking for mprotect... yes
  1005. checking for malloc... yes
  1006. checking for calloc... yes
  1007. checking for realloc... yes
  1008. checking for free... yes
  1009. checking for getenv... yes
  1010. checking for setenv... yes
  1011. checking for putenv... yes
  1012. checking for unsetenv... yes
  1013. checking for qsort... yes
  1014. checking for abs... yes
  1015. checking for bcopy... yes
  1016. checking for memset... yes
  1017. checking for memcpy... yes
  1018. checking for memmove... yes
  1019. checking for wcslen... yes
  1020. checking for wcscmp... yes
  1021. checking for strlen... yes
  1022. checking for strlcpy... no
  1023. checking for strlcat... no
  1024. checking for _strrev... no
  1025. checking for _strupr... no
  1026. checking for _strlwr... no
  1027. checking for strchr... yes
  1028. checking for strrchr... yes
  1029. checking for strstr... yes
  1030. checking for itoa... no
  1031. checking for _ltoa... no
  1032. checking for _uitoa... no
  1033. checking for _ultoa... no
  1034. checking for strtol... yes
  1035. checking for strtoul... yes
  1036. checking for _i64toa... no
  1037. checking for _ui64toa... no
  1038. checking for strtoll... yes
  1039. checking for strtoull... yes
  1040. checking for atoi... yes
  1041. checking for atof... yes
  1042. checking for strcmp... yes
  1043. checking for strncmp... yes
  1044. checking for _stricmp... no
  1045. checking for strcasecmp... yes
  1046. checking for _strnicmp... no
  1047. checking for strncasecmp... yes
  1048. checking for vsscanf... yes
  1049. checking for vsnprintf... yes
  1050. checking for fopen64... yes
  1051. checking for fseeko... yes
  1052. checking for fseeko64... yes
  1053. checking for sigaction... yes
  1054. checking for setjmp... yes
  1055. checking for nanosleep... yes
  1056. checking for sysconf... yes
  1057. checking for sysctlbyname... no
  1058. checking for getauxval... yes
  1059. checking for poll... yes
  1060. checking for pow in -lm... yes
  1061. checking for acos... yes
  1062. checking for acosf... yes
  1063. checking for asin... yes
  1064. checking for asinf... yes
  1065. checking for atan... yes
  1066. checking for atanf... yes
  1067. checking for atan2... yes
  1068. checking for atan2f... yes
  1069. checking for ceil... yes
  1070. checking for ceilf... yes
  1071. checking for copysign... yes
  1072. checking for copysignf... yes
  1073. checking for cos... yes
  1074. checking for cosf... yes
  1075. checking for exp... yes
  1076. checking for expf... yes
  1077. checking for fabs... yes
  1078. checking for fabsf... yes
  1079. checking for floor... yes
  1080. checking for floorf... yes
  1081. checking for fmod... yes
  1082. checking for fmodf... yes
  1083. checking for log... yes
  1084. checking for logf... yes
  1085. checking for log10... yes
  1086. checking for log10f... yes
  1087. checking for pow... yes
  1088. checking for powf... yes
  1089. checking for scalbn... yes
  1090. checking for scalbnf... yes
  1091. checking for sin... yes
  1092. checking for sinf... yes
  1093. checking for sqrt... yes
  1094. checking for sqrtf... yes
  1095. checking for tan... yes
  1096. checking for tanf... yes
  1097. checking for iconv_open in -liconv... no
  1098. checking for iconv... yes
  1099. checking for struct sigaction.sa_sigaction... yes
  1100. checking libunwind.h usability... no
  1101. checking libunwind.h presence... no
  1102. checking for libunwind.h... no
  1103. checking for GCC builtin atomic operations... yes
  1104. checking for GCC -mmmx option... yes
  1105. checking for GCC -m3dnow option... yes
  1106. checking for GCC -msse option... yes
  1107. checking for GCC -msse2 option... yes
  1108. checking for GCC -msse3 option... yes
  1109. checking immintrin.h usability... yes
  1110. checking immintrin.h presence... yes
  1111. checking for immintrin.h... yes
  1112. checking for Altivec with GCC altivec.h and -maltivec option... no
  1113. checking for Altivec with GCC -maltivec option... no
  1114. checking for Altivec with GCC altivec.h and -faltivec option... no
  1115. checking for Altivec with GCC -faltivec option... no
  1116. checking for GCC -Wall option... yes
  1117. checking for necessary GCC -Wno-multichar option... no
  1118. checking for GCC -fvisibility=hidden option... yes
  1119. checking for GCC -Wdeclaration-after-statement option... yes
  1120. checking for dlopen... yes
  1121. checking for dlopen in -lc... no
  1122. checking for dlopen in -ldl... yes
  1123. checking for OSS audio support... yes
  1124. checking for ALSA CFLAGS...
  1125. checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
  1126. checking for libasound headers version >= 1.0.11... found.
  1127. checking for snd_ctl_open in -lasound... yes
  1128. -- dynamic libasound -> libasound.so.2
  1129. checking for pkg-config... /usr/bin/pkg-config
  1130. checking for PulseAudio 0.9 support... yes
  1131. -- dynamic libpulse-simple -> libpulse-simple.so.0
  1132. checking for pkg-config... (cached) /usr/bin/pkg-config
  1133. checking for JACK 0.125 support... yes
  1134. -- dynamic libjack -> libjack.so.0
  1135. checking for artsc-config... no
  1136. checking for esd-config... no
  1137. checking for ESD - version >= 0.2.8... no
  1138. *** The esd-config script installed by ESD could not be found
  1139. *** If ESD was installed in PREFIX, make sure PREFIX/bin is in
  1140. *** your path, or set the ESD_CONFIG environment variable to the
  1141. *** full path to esd-config.
  1142. checking audio/audiolib.h usability... no
  1143. checking audio/audiolib.h presence... no
  1144. checking for audio/audiolib.h... no
  1145. checking for AuOpenServer in -laudio... no
  1146. checking for NAS audio support... no
  1147. checking sndio.h usability... yes
  1148. checking sndio.h presence... yes
  1149. checking for sndio.h... yes
  1150. checking for sio_open in -lsndio... yes
  1151. checking for sndio audio support... yes
  1152. checking samplerate.h usability... no
  1153. checking samplerate.h presence... no
  1154. checking for samplerate.h... no
  1155. checking for pkg-config... (cached) /usr/bin/pkg-config
  1156. checking for Raspberry Pi... no
  1157. checking for X... libraries , headers
  1158. checking for gethostbyname... yes
  1159. checking for connect... yes
  1160. checking for remove... yes
  1161. checking for shmat... yes
  1162. checking for IceConnectionNumber in -lICE... yes
  1163. checking for X11/extensions/Xext.h... yes
  1164. -- dynamic libX11 -> libX11.so.6
  1165. -- dynamic libX11ext -> libXext.so.6
  1166. checking for const parameter to XextAddDisplay... yes
  1167. checking for XGenericEvent... yes
  1168. checking for XkbKeycodeToKeysym in -lX11... yes
  1169. checking for X11/Xcursor/Xcursor.h... yes
  1170. -- dynamic libXcursor -> libXcursor.so.1
  1171. checking for X11/extensions/Xdbe.h... yes
  1172. checking for X11/extensions/Xinerama.h... yes
  1173. -- dynamic libXinerama -> libXinerama.so.1
  1174. checking for X11/extensions/XInput2.h... yes
  1175. -- dynamic libXi -> libXi.so.6
  1176. checking for xinput2 multitouch... yes
  1177. -- dynamic libXrandr -> libXrandr.so.2
  1178. checking for X11/extensions/scrnsaver.h... yes
  1179. -- dynamic libXss -> libXss.so.1
  1180. checking for X11/extensions/shape.h... yes
  1181. checking for X11/extensions/xf86vmode.h... yes
  1182. -- dynamic libXxf86vm -> libXxf86vm.so.1
  1183. checking for OpenGL (GLX) support... yes
  1184. checking for EGL support... yes
  1185. checking for OpenGL ES v1 headers... no
  1186. checking for OpenGL ES v2 headers... yes
  1187. checking for pkg-config... (cached) /usr/bin/pkg-config
  1188. checking for Wayland support... no
  1189. checking libudev.h usability... yes
  1190. checking libudev.h presence... yes
  1191. checking for libudev.h... yes
  1192. -- dynamic udev -> libudev.so.1
  1193. checking for pkg-config... (cached) /usr/bin/pkg-config
  1194. checking dbus/dbus.h usability... yes
  1195. checking dbus/dbus.h presence... no
  1196. configure: WARNING: dbus/dbus.h: accepted by the compiler, rejected by the preprocessor!
  1197. configure: WARNING: dbus/dbus.h: proceeding with the compiler's result
  1198. checking for dbus/dbus.h... yes
  1199. checking for pkg-config... (cached) /usr/bin/pkg-config
  1200. Package ibus-1.0 was not found in the pkg-config search path.
  1201. Perhaps you should add the directory containing `ibus-1.0.pc'
  1202. to the PKG_CONFIG_PATH environment variable
  1203. No package 'ibus-1.0' found
  1204. checking ibus-1.0/ibus.h usability... no
  1205. checking ibus-1.0/ibus.h presence... no
  1206. checking for ibus-1.0/ibus.h... no
  1207. checking sys/inotify.h usability... yes
  1208. checking sys/inotify.h presence... yes
  1209. checking for sys/inotify.h... yes
  1210. checking for pkg-config... (cached) /usr/bin/pkg-config
  1211. Package fcitx was not found in the pkg-config search path.
  1212. Perhaps you should add the directory containing `fcitx.pc'
  1213. to the PKG_CONFIG_PATH environment variable
  1214. No package 'fcitx' found
  1215. checking fcitx/frontend.h usability... no
  1216. checking fcitx/frontend.h presence... no
  1217. checking for fcitx/frontend.h... no
  1218. checking for Linux 2.4 unified input interface... yes
  1219. checking for Linux kd.h... yes
  1220. checking for Touchscreen library support... no
  1221. checking for pthreads... yes
  1222. checking for recursive mutexes... yes
  1223. checking for pthread semaphores... yes
  1224. checking for sem_timedwait... yes
  1225. checking for pthread_np.h... no
  1226. checking for pthread_setname_np... yes
  1227. checking for pthread_set_name_np... no
  1228. checking for clock_gettime in -lrt... yes
  1229. checking linux/version.h usability... yes
  1230. checking linux/version.h presence... yes
  1231. checking for linux/version.h... yes
  1232. checking for Vivante VDK API... no
  1233. checking for Vivante FB API... no
  1234. checking for linker option --enable-new-dtags... yes
  1235. configure: creating ./config.status
  1236. config.status: creating Makefile
  1237. config.status: creating sdl2-config
  1238. config.status: creating sdl2-config.cmake
  1239. config.status: creating SDL2.spec
  1240. config.status: creating sdl2.pc
  1241. config.status: creating include/SDL_config.h
  1242. config.status: include/SDL_config.h is unchanged
  1243. config.status: executing libtool commands
  1244. config.status: executing sdl2_config commands
  1245. config.status: executing summary commands
  1246. SDL2 Configure Summary:
  1247. Building Static Libraries
  1248. Enabled modules : atomic audio video render events joystick haptic sensor power filesystem threads timers file loadso cpuinfo assembly
  1249. Assembly Math : mmx 3dnow sse sse2 sse3
  1250. Audio drivers : disk dummy oss alsa(dynamic) pulse(dynamic) jack(dynamic) sndio
  1251. Video drivers : dummy x11(dynamic) opengl opengl_es2 vulkan
  1252. X11 libraries : xcursor xdbe xinerama xinput2 xinput2_multitouch xrandr xscrnsaver xshape xvidmode
  1253. Input drivers : linuxev linuxkd
  1254. Using libsamplerate : NO
  1255. Using libudev : YES
  1256. Using dbus : YES
  1257. Using ime : YES
  1258. Using ibus : NO
  1259. Using fcitx : NO
  1260. Warning, configure is out of date, please re-run autogen.sh
  1261. /bin/bash build-scripts/updaterev.sh
  1262. Warning, configure is out of date, please re-run autogen.sh
  1263. /bin/bash build-scripts/updaterev.sh
  1264. /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/bin
  1265. /usr/bin/install -c -m 755 sdl2-config /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/bin/sdl2-config
  1266. /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/include/SDL2
  1267. 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 \
  1268. /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; \
  1269. done
  1270. /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
  1271. if test -f include/SDL_revision.h; then \
  1272. /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; \
  1273. else \
  1274. /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; \
  1275. fi
  1276. /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib
  1277. /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
  1278. /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
  1279. /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
  1280. /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/share/aclocal
  1281. /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
  1282. /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/pkgconfig
  1283. /usr/bin/install -c -m 644 sdl2.pc /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/pkgconfig
  1284. /bin/bash build-scripts/mkinstalldirs /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/cmake/SDL2
  1285. /usr/bin/install -c -m 644 sdl2-config.cmake /home/newk/CortexCommand/CCOSS/external/linux/SDL2-2.0.9/install/lib/cmake/SDL2
  1286. ~/CortexCommand/CCOSS/external/linux
  1287. ~/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4 ~/CortexCommand/CCOSS/external/linux
  1288. checking build system type... x86_64-pc-linux-gnu
  1289. checking host system type... x86_64-pc-linux-gnu
  1290. checking for gcc... gcc
  1291. checking whether the C compiler works... yes
  1292. checking for C compiler default output file name... a.out
  1293. checking for suffix of executables...
  1294. checking whether we are cross compiling... no
  1295. checking for suffix of object files... o
  1296. checking whether we are using the GNU C compiler... yes
  1297. checking whether gcc accepts -g... yes
  1298. checking for gcc option to accept ISO C89... none needed
  1299. checking for a sed that does not truncate output... /bin/sed
  1300. checking for grep that handles long lines and -e... /bin/grep
  1301. checking for egrep... /bin/grep -E
  1302. checking for fgrep... /bin/grep -F
  1303. checking for ld used by gcc... /usr/bin/ld
  1304. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1305. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1306. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1307. checking whether ln -s works... yes
  1308. checking the maximum length of command line arguments... 1572864
  1309. checking whether the shell understands some XSI constructs... yes
  1310. checking whether the shell understands "+="... yes
  1311. checking for /usr/bin/ld option to reload object files... -r
  1312. checking for objdump... objdump
  1313. checking how to recognize dependent libraries... pass_all
  1314. checking for ar... ar
  1315. checking for strip... strip
  1316. checking for ranlib... ranlib
  1317. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1318. checking how to run the C preprocessor... gcc -E
  1319. checking for ANSI C header files... yes
  1320. checking for sys/types.h... yes
  1321. checking for sys/stat.h... yes
  1322. checking for stdlib.h... yes
  1323. checking for string.h... yes
  1324. checking for memory.h... yes
  1325. checking for strings.h... yes
  1326. checking for inttypes.h... yes
  1327. checking for stdint.h... yes
  1328. checking for unistd.h... yes
  1329. checking for dlfcn.h... yes
  1330. checking for objdir... .libs
  1331. checking if gcc supports -fno-rtti -fno-exceptions... no
  1332. checking for gcc option to produce PIC... -fPIC -DPIC
  1333. checking if gcc PIC flag -fPIC -DPIC works... yes
  1334. checking if gcc static flag -static works... yes
  1335. checking if gcc supports -c -o file.o... yes
  1336. checking if gcc supports -c -o file.o... (cached) yes
  1337. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1338. checking dynamic linker characteristics... GNU/Linux ld.so
  1339. checking how to hardcode library paths into programs... immediate
  1340. checking whether stripping libraries is possible... yes
  1341. checking if libtool supports shared libraries... yes
  1342. checking whether to build shared libraries... no
  1343. checking whether to build static libraries... yes
  1344. checking for gcc... (cached) gcc
  1345. checking whether we are using the GNU C compiler... (cached) yes
  1346. checking whether gcc accepts -g... (cached) yes
  1347. checking for gcc option to accept ISO C89... (cached) none needed
  1348. checking for a BSD-compatible install... /usr/bin/install -c
  1349. checking whether make sets $(MAKE)... yes
  1350. checking for windres... no
  1351. checking for linux-gnu-windres... no
  1352. checking for an ANSI C-conforming const... yes
  1353. checking for GCC -MMD -MT option... yes
  1354. checking for pkg-config... /usr/bin/pkg-config
  1355. checking pkg-config is at least version 0.9.0... yes
  1356. checking for SDL... no
  1357. checking for sdl2-config... /usr/bin/sdl2-config
  1358. checking for SDL - version >= 2.0.7...
  1359. *** 'sdl2-config --version' returned 2.0.4, but the minimum version
  1360. *** of SDL required is 2.0.7. If sdl2-config is correct, then it is
  1361. *** best to upgrade to the required version.
  1362. *** If sdl2-config was wrong, set the environment variable SDL2_CONFIG
  1363. *** to point to the correct copy of sdl2-config, and remove the file
  1364. *** config.cache before re-running configure
  1365. no
  1366. configure: error: *** SDL version 2.0.7 not found!
  1367. Warning, configure.in is out of date
  1368. #(cd . && sh autogen.sh && sh configure)
  1369. /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
  1370. /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
  1371. /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
  1372. /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
  1373. /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
  1374. /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
  1375. /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
  1376. /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
  1377. libtool: compile:
  1378. gcc: error: : No such file or directory
  1379. gcc: error: : No such file or directory
  1380. gcc: error: : No such file or directory
  1381. gcc: error: : No such file or directory
  1382. gcc: error: : No such file or directory
  1383. gcc: error: : No such file or directory
  1384. Makefile:137: recipe for target 'build/effect_position.lo' failed
  1385. make: *** [build/effect_position.lo] Error 1
  1386. Warning, configure.in is out of date
  1387. #(cd . && sh autogen.sh && sh configure)
  1388. /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
  1389. /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
  1390. /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
  1391. /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
  1392. /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
  1393. /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
  1394. /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
  1395. /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
  1396. libtool: compile:
  1397. gcc: error: : No such file or directory
  1398. gcc: error: : No such file or directory
  1399. gcc: error: : No such file or directory
  1400. gcc: error: : No such file or directory
  1401. gcc: error: : No such file or directory
  1402. gcc: error: : No such file or directory
  1403. Makefile:137: recipe for target 'build/effect_position.lo' failed
  1404. make: *** [build/effect_position.lo] Error 1
  1405. ~/CortexCommand/CCOSS/external/linux
  1406. ~/CortexCommand/CCOSS/external/linux/sndio-1.5.0 ~/CortexCommand/CCOSS/external/linux
  1407.  
  1408. bindir................... /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/bin
  1409. datadir.................. /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/share
  1410. includedir............... /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/include
  1411. libdir................... /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/lib
  1412. mandir................... /home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/share/man
  1413. user..................... sndiod
  1414. libbsd................... no
  1415. precision................ 16
  1416. alsa..................... yes
  1417. oss...................... no
  1418. sun...................... no
  1419. rmidi.................... no
  1420. umidi.................... no
  1421.  
  1422. Do "make && make install" to compile and install sndio
  1423.  
  1424. Installation requires the "/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/install/lib" directory to be part of
  1425. the system library search path. The "sndiod" user must exist and
  1426. its primary group must have access to audio and MIDI hardware.
  1427.  
  1428. cd libsndio && make
  1429. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/libsndio'
  1430. make[1]: Nothing to be done for 'all'.
  1431. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/libsndio'
  1432. cd sndiod && make
  1433. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/sndiod'
  1434. make[1]: Nothing to be done for 'all'.
  1435. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/sndiod'
  1436. cd aucat && make
  1437. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/aucat'
  1438. make[1]: Nothing to be done for 'all'.
  1439. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/aucat'
  1440. cd midicat && make
  1441. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/midicat'
  1442. make[1]: Nothing to be done for 'all'.
  1443. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/sndio-1.5.0/midicat'
  1444. make: 'install' is up to date.
  1445. ~/CortexCommand/CCOSS/external/linux
  1446. ~/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1 ~/CortexCommand/CCOSS/external/linux
  1447. mkdir: cannot create directory ‘build’: File exists
  1448. -- Configuring done
  1449. -- Generating done
  1450. -- Build files have been written to: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/build
  1451. [ 23%] Built target allegro
  1452. [ 24%] Built target alleg-alsamidi
  1453. [ 24%] Built target alleg-jack
  1454. [ 24%] Built target alleg-alsadigi
  1455. [ 27%] Built target allegrogl
  1456. Scanning dependencies of target exext_agl
  1457. [ 28%] Building C object addons/allegrogl/CMakeFiles/exext_agl.dir/examp/exext.c.o
  1458. [ 28%] Linking C executable examp/exext
  1459. [ 28%] Built target exext_agl
  1460. Scanning dependencies of target exmasked_agl
  1461. [ 28%] Building C object addons/allegrogl/CMakeFiles/exmasked_agl.dir/examp/exmasked.c.o
  1462. [ 29%] Linking C executable examp/exmasked
  1463. [ 29%] Built target exmasked_agl
  1464. Scanning dependencies of target exalpfnt_agl
  1465. [ 29%] Building C object addons/allegrogl/CMakeFiles/exalpfnt_agl.dir/examp/exalpfnt.c.o
  1466. [ 30%] Linking C executable examp/exalpfnt
  1467. [ 30%] Built target exalpfnt_agl
  1468. Scanning dependencies of target exgui_agl
  1469. [ 31%] Building C object addons/allegrogl/CMakeFiles/exgui_agl.dir/examp/exgui.c.o
  1470. [ 31%] Linking C executable examp/exgui
  1471. [ 31%] Built target exgui_agl
  1472. Scanning dependencies of target exblend_agl
  1473. [ 32%] Building C object addons/allegrogl/CMakeFiles/exblend_agl.dir/examp/exblend.c.o
  1474. [ 32%] Linking C executable examp/exblend
  1475. [ 32%] Built target exblend_agl
  1476. Scanning dependencies of target excamera_agl
  1477. [ 32%] Building C object addons/allegrogl/CMakeFiles/excamera_agl.dir/examp/excamera.c.o
  1478. [ 32%] Linking C executable examp/excamera
  1479. [ 32%] Built target excamera_agl
  1480. Scanning dependencies of target fonttest_agl
  1481. [ 32%] Building C object addons/allegrogl/CMakeFiles/fonttest_agl.dir/examp/fonttest.c.o
  1482. [ 32%] Linking C executable examp/fonttest
  1483. [ 32%] Built target fonttest_agl
  1484. Scanning dependencies of target exalleg_agl
  1485. [ 32%] Building C object addons/allegrogl/CMakeFiles/exalleg_agl.dir/examp/exalleg.c.o
  1486. [ 32%] Linking C executable examp/exalleg
  1487. [ 32%] Built target exalleg_agl
  1488. Scanning dependencies of target dumbtest_agl
  1489. [ 33%] Building C object addons/allegrogl/CMakeFiles/dumbtest_agl.dir/examp/dumbtest.c.o
  1490. [ 33%] Linking C executable examp/dumbtest
  1491. [ 33%] Built target dumbtest_agl
  1492. Scanning dependencies of target dialog_agl
  1493. [ 33%] Building C object addons/allegrogl/CMakeFiles/dialog_agl.dir/examp/dialog.c.o
  1494. [ 33%] Linking C executable examp/dialog
  1495. [ 33%] Built target dialog_agl
  1496. Scanning dependencies of target tex_agl
  1497. [ 33%] Building C object addons/allegrogl/CMakeFiles/tex_agl.dir/examp/tex.c.o
  1498. [ 33%] Linking C executable examp/tex
  1499. [ 33%] Built target tex_agl
  1500. Scanning dependencies of target exmipmaps_agl
  1501. [ 33%] Building C object addons/allegrogl/CMakeFiles/exmipmaps_agl.dir/examp/exmipmaps.c.o
  1502. [ 34%] Linking C executable examp/exmipmaps
  1503. [ 34%] Built target exmipmaps_agl
  1504. Scanning dependencies of target extext_agl
  1505. [ 34%] Building C object addons/allegrogl/CMakeFiles/extext_agl.dir/examp/extext.c.o
  1506. [ 34%] Linking C executable examp/extext
  1507. [ 34%] Built target extext_agl
  1508. Scanning dependencies of target extextur_agl
  1509. [ 35%] Building C object addons/allegrogl/CMakeFiles/extextur_agl.dir/examp/extextur.c.o
  1510. [ 35%] Linking C executable examp/extextur
  1511. [ 35%] Built target extextur_agl
  1512. Scanning dependencies of target copy_allegrogl_example_data
  1513. [ 35%] Generating examp/a1.bmp
  1514. [ 36%] Generating examp/a8.bmp
  1515. [ 36%] Generating examp/a24.tga
  1516. [ 36%] Generating examp/a32.tga
  1517. [ 36%] Generating examp/demofont.dat
  1518. [ 36%] Generating examp/lucidia.dat
  1519. [ 37%] Generating examp/mysha.pcx
  1520. [ 37%] Generating examp/running.dat
  1521. [ 37%] Built target copy_allegrogl_example_data
  1522. Scanning dependencies of target test_agl
  1523. [ 38%] Building C object addons/allegrogl/CMakeFiles/test_agl.dir/examp/test.c.o
  1524. [ 38%] Linking C executable examp/test
  1525. [ 38%] Built target test_agl
  1526. [ 38%] Built target loadpng
  1527. Scanning dependencies of target exalpha_png
  1528. [ 38%] Building C object addons/loadpng/CMakeFiles/exalpha_png.dir/examples/exalpha.c.o
  1529. [ 38%] Linking C executable examples/exalpha
  1530. [ 38%] Built target exalpha_png
  1531. Scanning dependencies of target example_png
  1532. [ 39%] Building C object addons/loadpng/CMakeFiles/example_png.dir/examples/example.c.o
  1533. [ 39%] Linking C executable examples/example
  1534. [ 39%] Built target example_png
  1535. Scanning dependencies of target exdata_png
  1536. [ 39%] Building C object addons/loadpng/CMakeFiles/exdata_png.dir/examples/exdata.c.o
  1537. [ 39%] Linking C executable examples/exdata
  1538. [ 39%] Built target exdata_png
  1539. Scanning dependencies of target copy_loadpng_example_data
  1540. [ 39%] Generating examples/alpha.png
  1541. [ 39%] Generating examples/exdata.dat
  1542. [ 39%] Built target copy_loadpng_example_data
  1543. Scanning dependencies of target browse_png
  1544. [ 39%] Building C object addons/loadpng/CMakeFiles/browse_png.dir/examples/browse.c.o
  1545. [ 39%] Linking C executable examples/browse
  1546. [ 39%] Built target browse_png
  1547. [ 40%] Built target logg
  1548. Scanning dependencies of target stream_ogg
  1549. [ 40%] Building C object addons/logg/CMakeFiles/stream_ogg.dir/stream_ogg.c.o
  1550. [ 40%] Linking C executable stream_ogg
  1551. [ 40%] Built target stream_ogg
  1552. Scanning dependencies of target play_ogg
  1553. [ 41%] Building C object addons/logg/CMakeFiles/play_ogg.dir/play_ogg.c.o
  1554. /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/logg/play_ogg.c: In function ‘main’:
  1555. /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/addons/logg/play_ogg.c:7:6: warning: variable ‘voice’ set but not used [-Wunused-but-set-variable]
  1556. 7 | int voice;
  1557. | ^~~~~
  1558. [ 41%] Linking C executable play_ogg
  1559. [ 41%] Built target play_ogg
  1560. [ 42%] Built target jpgalleg
  1561. Scanning dependencies of target ex1_jpg
  1562. [ 42%] Building C object addons/jpgalleg/CMakeFiles/ex1_jpg.dir/examples/ex1.c.o
  1563. [ 42%] Linking C executable examples/ex1
  1564. [ 42%] Built target ex1_jpg
  1565. Scanning dependencies of target ex3_jpg
  1566. [ 42%] Building C object addons/jpgalleg/CMakeFiles/ex3_jpg.dir/examples/ex3.c.o
  1567. [ 42%] Linking C executable examples/ex3
  1568. [ 42%] Built target ex3_jpg
  1569. Scanning dependencies of target ex4_jpg
  1570. [ 42%] Building C object addons/jpgalleg/CMakeFiles/ex4_jpg.dir/examples/ex4.c.o
  1571. [ 42%] Linking C executable examples/ex4
  1572. [ 42%] Built target ex4_jpg
  1573. Scanning dependencies of target ex5_jpg
  1574. [ 42%] Building C object addons/jpgalleg/CMakeFiles/ex5_jpg.dir/examples/ex5.c.o
  1575. [ 43%] Linking C executable examples/ex5
  1576. [ 43%] Built target ex5_jpg
  1577. Scanning dependencies of target ex2_jpg
  1578. [ 44%] Building C object addons/jpgalleg/CMakeFiles/ex2_jpg.dir/examples/ex2.c.o
  1579. [ 44%] Linking C executable examples/ex2
  1580. [ 44%] Built target ex2_jpg
  1581. Scanning dependencies of target copy_jpgalleg_example_data
  1582. [ 44%] Generating examples/cat.tga
  1583. [ 45%] Generating examples/datafile.dat
  1584. [ 45%] Generating examples/jpgalleg.jpg
  1585. [ 45%] Built target copy_jpgalleg_example_data
  1586. [ 47%] Built target makedoc
  1587. [ 57%] Built target docs
  1588. [ 58%] Built target copy_example_data
  1589. [ 59%] Built target exzbuf
  1590. [ 59%] Built target exupdate
  1591. [ 59%] Built target extruec
  1592. [ 60%] Built target exjoy
  1593. [ 60%] Built target exgui
  1594. [ 60%] Built target exexedat
  1595. [ 61%] Built target exdbuf
  1596. [ 61%] Built target exstream
  1597. [ 62%] Built target exflip
  1598. [ 63%] Built target expal
  1599. [ 63%] Built target exdata
  1600. [ 63%] Built target exscale
  1601. [ 63%] Built target expat
  1602. [ 64%] Built target ex3buf
  1603. [ 64%] Built target exscn3d
  1604. [ 64%] Built target exhello
  1605. [ 64%] Built target expackf
  1606. [ 65%] Built target exunicod
  1607. [ 65%] Built target ex12bit
  1608. [ 65%] Built target ex3d
  1609. [ 65%] Built target exxfade
  1610. [ 65%] Built target exmem
  1611. [ 65%] Built target exalpha
  1612. [ 65%] Built target exbitmap
  1613. [ 66%] Built target excolmap
  1614. [ 66%] Built target exlights
  1615. [ 66%] Built target extimer
  1616. [ 66%] Built target exflame
  1617. [ 66%] Built target exblend
  1618. [ 66%] Built target extrans
  1619. [ 66%] Built target exfont
  1620. [ 66%] Built target excamera
  1621. [ 66%] Built target exsyscur
  1622. [ 66%] Built target exconfig
  1623. [ 66%] Built target exmidi
  1624. [ 66%] Built target exaccel
  1625. [ 66%] Built target exmouse
  1626. [ 67%] Built target exsprite
  1627. [ 67%] Built target exquat
  1628. [ 67%] Built target exfixed
  1629. [ 68%] Built target exrgbhsv
  1630. [ 68%] Built target exrotscl
  1631. [ 69%] Built target exscroll
  1632. [ 70%] Built target excustom
  1633. [ 70%] Built target exshade
  1634. [ 70%] Built target exkeys
  1635. [ 71%] Built target exsample
  1636. [ 71%] Built target exspline
  1637. [ 72%] Built target exswitch
  1638. [ 72%] Built target exstars
  1639. [ 73%] Built target extrans2
  1640. [ 74%] Built target copy_shooter_data
  1641. [ 76%] Built target shooter
  1642. [ 76%] Built target copy_skater_data
  1643. [ 83%] Built target skater_agl
  1644. [ 89%] Built target skater
  1645. [ 90%] Built target xkeymap
  1646. [ 90%] Built target xf2pcx
  1647. [ 93%] Built target aldat
  1648. [ 93%] Built target grabber
  1649. [ 93%] Built target textconv
  1650. [ 94%] Built target dat2c
  1651. [ 94%] Built target colormap
  1652. [ 95%] Built target pack
  1653. [ 95%] Built target exedat
  1654. [ 96%] Built target rgbmap
  1655. [ 96%] Built target dat
  1656. [ 96%] Built target dat2s
  1657. [ 96%] Built target pat2dat
  1658. [ 97%] Built target keyconf
  1659. [ 97%] Built target copy_setup_data
  1660. [ 97%] Built target setup
  1661. [ 98%] Built target vesainfo
  1662. [ 98%] Built target akaitest
  1663. [ 99%] Built target digitest
  1664. [ 99%] Built target test
  1665. [ 99%] Built target filetest
  1666. [100%] Built target gfxinfo
  1667. [100%] Built target mathtest
  1668. [100%] Built target play
  1669. [100%] Built target afinfo
  1670. [100%] Built target miditest
  1671. [100%] Built target playfli
  1672. [ 23%] Built target allegro
  1673. [ 24%] Built target alleg-alsamidi
  1674. [ 24%] Built target alleg-jack
  1675. [ 24%] Built target alleg-alsadigi
  1676. [ 27%] Built target allegrogl
  1677. [ 28%] Built target exext_agl
  1678. [ 29%] Built target exmasked_agl
  1679. [ 30%] Built target exalpfnt_agl
  1680. [ 31%] Built target exgui_agl
  1681. [ 32%] Built target exblend_agl
  1682. [ 32%] Built target excamera_agl
  1683. [ 32%] Built target fonttest_agl
  1684. [ 32%] Built target exalleg_agl
  1685. [ 33%] Built target dumbtest_agl
  1686. [ 33%] Built target dialog_agl
  1687. [ 33%] Built target tex_agl
  1688. [ 34%] Built target exmipmaps_agl
  1689. [ 34%] Built target extext_agl
  1690. [ 35%] Built target extextur_agl
  1691. [ 37%] Built target copy_allegrogl_example_data
  1692. [ 38%] Built target test_agl
  1693. [ 38%] Built target loadpng
  1694. [ 38%] Built target exalpha_png
  1695. [ 39%] Built target example_png
  1696. [ 39%] Built target exdata_png
  1697. [ 39%] Built target copy_loadpng_example_data
  1698. [ 39%] Built target browse_png
  1699. [ 40%] Built target logg
  1700. [ 40%] Built target stream_ogg
  1701. [ 41%] Built target play_ogg
  1702. [ 42%] Built target jpgalleg
  1703. [ 42%] Built target ex1_jpg
  1704. [ 42%] Built target ex3_jpg
  1705. [ 42%] Built target ex4_jpg
  1706. [ 43%] Built target ex5_jpg
  1707. [ 44%] Built target ex2_jpg
  1708. [ 45%] Built target copy_jpgalleg_example_data
  1709. [ 47%] Built target makedoc
  1710. [ 57%] Built target docs
  1711. [ 58%] Built target copy_example_data
  1712. [ 59%] Built target exzbuf
  1713. [ 59%] Built target exupdate
  1714. [ 59%] Built target extruec
  1715. [ 60%] Built target exjoy
  1716. [ 60%] Built target exgui
  1717. [ 60%] Built target exexedat
  1718. [ 61%] Built target exdbuf
  1719. [ 61%] Built target exstream
  1720. [ 62%] Built target exflip
  1721. [ 63%] Built target expal
  1722. [ 63%] Built target exdata
  1723. [ 63%] Built target exscale
  1724. [ 63%] Built target expat
  1725. [ 64%] Built target ex3buf
  1726. [ 64%] Built target exscn3d
  1727. [ 64%] Built target exhello
  1728. [ 64%] Built target expackf
  1729. [ 65%] Built target exunicod
  1730. [ 65%] Built target ex12bit
  1731. [ 65%] Built target ex3d
  1732. [ 65%] Built target exxfade
  1733. [ 65%] Built target exmem
  1734. [ 65%] Built target exalpha
  1735. [ 65%] Built target exbitmap
  1736. [ 66%] Built target excolmap
  1737. [ 66%] Built target exlights
  1738. [ 66%] Built target extimer
  1739. [ 66%] Built target exflame
  1740. [ 66%] Built target exblend
  1741. [ 66%] Built target extrans
  1742. [ 66%] Built target exfont
  1743. [ 66%] Built target excamera
  1744. [ 66%] Built target exsyscur
  1745. [ 66%] Built target exconfig
  1746. [ 66%] Built target exmidi
  1747. [ 66%] Built target exaccel
  1748. [ 66%] Built target exmouse
  1749. [ 67%] Built target exsprite
  1750. [ 67%] Built target exquat
  1751. [ 67%] Built target exfixed
  1752. [ 68%] Built target exrgbhsv
  1753. [ 68%] Built target exrotscl
  1754. [ 69%] Built target exscroll
  1755. [ 70%] Built target excustom
  1756. [ 70%] Built target exshade
  1757. [ 70%] Built target exkeys
  1758. [ 71%] Built target exsample
  1759. [ 71%] Built target exspline
  1760. [ 72%] Built target exswitch
  1761. [ 72%] Built target exstars
  1762. [ 73%] Built target extrans2
  1763. [ 74%] Built target copy_shooter_data
  1764. [ 76%] Built target shooter
  1765. [ 76%] Built target copy_skater_data
  1766. [ 83%] Built target skater_agl
  1767. [ 89%] Built target skater
  1768. [ 90%] Built target xkeymap
  1769. [ 90%] Built target xf2pcx
  1770. [ 93%] Built target aldat
  1771. [ 93%] Built target grabber
  1772. [ 93%] Built target textconv
  1773. [ 94%] Built target dat2c
  1774. [ 94%] Built target colormap
  1775. [ 95%] Built target pack
  1776. [ 95%] Built target exedat
  1777. [ 96%] Built target rgbmap
  1778. [ 96%] Built target dat
  1779. [ 96%] Built target dat2s
  1780. [ 96%] Built target pat2dat
  1781. [ 97%] Built target keyconf
  1782. [ 97%] Built target copy_setup_data
  1783. [ 97%] Built target setup
  1784. [ 98%] Built target vesainfo
  1785. [ 98%] Built target akaitest
  1786. [ 99%] Built target digitest
  1787. [ 99%] Built target test
  1788. [ 99%] Built target filetest
  1789. [100%] Built target gfxinfo
  1790. [100%] Built target mathtest
  1791. [100%] Built target play
  1792. [100%] Built target afinfo
  1793. [100%] Built target miditest
  1794. [100%] Built target playfli
  1795. Install the project...
  1796. -- Install configuration: "RelWithDebInfo"
  1797. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro/4.4.3/modules.lst
  1798. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro/4.4.3/alleg-alsadigi.so
  1799. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro/4.4.3/alleg-alsamidi.so
  1800. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro/4.4.3/alleg-jack.so
  1801. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeg.so.4.4.3
  1802. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeg.so.4.4
  1803. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeg.so
  1804. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alplatf.h
  1805. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alunixac.h
  1806. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro.h
  1807. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/3d.h
  1808. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/3dmaths.h
  1809. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/alcompat.h
  1810. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/alinline.h
  1811. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/base.h
  1812. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/color.h
  1813. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/compiled.h
  1814. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/config.h
  1815. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/datafile.h
  1816. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/debug.h
  1817. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/digi.h
  1818. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/draw.h
  1819. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/file.h
  1820. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/fix.h
  1821. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/fixed.h
  1822. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/fli.h
  1823. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/fmaths.h
  1824. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/font.h
  1825. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/gfx.h
  1826. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/graphics.h
  1827. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/gui.h
  1828. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/joystick.h
  1829. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/keyboard.h
  1830. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/lzss.h
  1831. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/matrix.h
  1832. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/midi.h
  1833. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/mouse.h
  1834. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/palette.h
  1835. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/quat.h
  1836. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/rle.h
  1837. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/sound.h
  1838. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/stream.h
  1839. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/system.h
  1840. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/text.h
  1841. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/timer.h
  1842. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/unicode.h
  1843. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/3dmaths.inl
  1844. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/asm.inl
  1845. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/color.inl
  1846. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/draw.inl
  1847. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/fix.inl
  1848. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/fmaths.inl
  1849. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/gfx.inl
  1850. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/matrix.inl
  1851. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/rle.inl
  1852. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/inline/system.inl
  1853. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/internal/aintern.h
  1854. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/internal/aintvga.h
  1855. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/internal/alconfig.h
  1856. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintbeos.h
  1857. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintdos.h
  1858. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintlnx.h
  1859. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintmac.h
  1860. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintosx.h
  1861. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintpsp.h
  1862. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintqnx.h
  1863. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintunix.h
  1864. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aintwin.h
  1865. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/al386gcc.h
  1866. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/al386vc.h
  1867. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/al386wat.h
  1868. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/albcc32.h
  1869. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/albecfg.h
  1870. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/albeos.h
  1871. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aldjgpp.h
  1872. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aldmc.h
  1873. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/aldos.h
  1874. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/almac.h
  1875. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/almaccfg.h
  1876. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/almngw32.h
  1877. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/almsvc.h
  1878. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alosx.h
  1879. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alosxcfg.h
  1880. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alpsp.h
  1881. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alpspcfg.h
  1882. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alqnx.h
  1883. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alqnxcfg.h
  1884. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alucfg.h
  1885. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alunix.h
  1886. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alwatcom.h
  1887. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/alwin.h
  1888. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/astdint.h
  1889. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegro/platform/macdef.h
  1890. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/xalleg.h
  1891. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/allegro-config
  1892. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/allegro.pc
  1893. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/allegrogl.pc
  1894. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/jpgalleg.pc
  1895. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/loadpng.pc
  1896. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig/logg.pc
  1897. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeggl.so.4.4.3
  1898. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeggl.so.4.4
  1899. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liballeggl.so
  1900. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/alleggl.h
  1901. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/gl_ext.h
  1902. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/gl_header_detect.h
  1903. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/alleggl_config.h
  1904. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/glx_ext_alias.h
  1905. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/glx_ext_api.h
  1906. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/glx_ext_defs.h
  1907. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/glx_ext_list.h
  1908. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/gl_ext_alias.h
  1909. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/gl_ext_api.h
  1910. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/gl_ext_defs.h
  1911. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/gl_ext_list.h
  1912. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/wgl_ext_alias.h
  1913. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/wgl_ext_api.h
  1914. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/wgl_ext_defs.h
  1915. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/allegrogl/GLext/wgl_ext_list.h
  1916. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libloadpng.so.4.4.3
  1917. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libloadpng.so.4.4
  1918. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libloadpng.so
  1919. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/loadpng.h
  1920. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liblogg.so.4.4.3
  1921. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liblogg.so.4.4
  1922. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/liblogg.so
  1923. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/logg.h
  1924. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libjpgalleg.so.4.4.3
  1925. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libjpgalleg.so.4.4
  1926. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/libjpgalleg.so
  1927. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/include/jpgalleg.h
  1928. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/AUTHORS
  1929. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/THANKS
  1930. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/CHANGES
  1931. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/readme.txt
  1932. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/abi.txt
  1933. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/addons.txt
  1934. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/ahack.txt
  1935. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/allegro.txt
  1936. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/api.txt
  1937. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/const.txt
  1938. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/dat.txt
  1939. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/dat2c.txt
  1940. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/dat2s.txt
  1941. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/datafile.txt
  1942. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/faq.txt
  1943. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/grabber.txt
  1944. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/help.txt
  1945. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/license.txt
  1946. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/makedoc.txt
  1947. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/mistakes.txt
  1948. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/packfile.txt
  1949. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/abi.html
  1950. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/addons.html
  1951. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/ahack.html
  1952. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg000.html
  1953. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg001.html
  1954. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg002.html
  1955. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg003.html
  1956. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg004.html
  1957. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg005.html
  1958. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg006.html
  1959. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg007.html
  1960. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg008.html
  1961. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg009.html
  1962. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg010.html
  1963. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg011.html
  1964. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg012.html
  1965. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg013.html
  1966. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg014.html
  1967. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg015.html
  1968. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg016.html
  1969. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg017.html
  1970. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg018.html
  1971. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg019.html
  1972. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg020.html
  1973. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg021.html
  1974. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg022.html
  1975. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg023.html
  1976. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg024.html
  1977. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg025.html
  1978. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg026.html
  1979. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg027.html
  1980. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg028.html
  1981. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg029.html
  1982. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg030.html
  1983. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg031.html
  1984. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg032.html
  1985. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg033.html
  1986. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg034.html
  1987. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg035.html
  1988. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg036.html
  1989. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg037.html
  1990. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg038.html
  1991. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg039.html
  1992. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg040.html
  1993. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg041.html
  1994. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg042.html
  1995. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg043.html
  1996. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg044.html
  1997. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg045.html
  1998. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg046.html
  1999. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg047.html
  2000. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/alleg048.html
  2001. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/allegro.css
  2002. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/allegro.html
  2003. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/api.html
  2004. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/changes.html
  2005. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/const.html
  2006. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/dat.html
  2007. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/dat2c.html
  2008. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/dat2s.html
  2009. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/datafile.html
  2010. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/faq.html
  2011. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/grabber.html
  2012. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/help.html
  2013. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/index.html
  2014. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/license.html
  2015. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/makedoc.html
  2016. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/mistakes.html
  2017. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/packfile.html
  2018. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/readme.html
  2019. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/doc/allegro-4.4.3/html/thanks.html
  2020. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ALLEGRO_DATE.3
  2021. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ALLEGRO_DATE_STR.3
  2022. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ALLEGRO_SUB_VERSION.3
  2023. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ALLEGRO_VERSION.3
  2024. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ALLEGRO_VERSION_STR.3
  2025. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ALLEGRO_WIP_VERSION.3
  2026. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/AL_ID.3
  2027. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ASSERT.3
  2028. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/AUDIOSTREAM.3
  2029. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/BITMAP.3
  2030. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/COLOR_MAP.3
  2031. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/COMPILED_SPRITE.3
  2032. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/DATAFILE.3
  2033. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/DAT_ID.3
  2034. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/DIALOG.3
  2035. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/DIALOG_PLAYER.3
  2036. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/END_OF_FUNCTION.3
  2037. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/END_OF_MAIN.3
  2038. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/FONT.3
  2039. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/GFX_MODE.3
  2040. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/GFX_MODE_LIST.3
  2041. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/JOYSTICK_AXIS_INFO.3
  2042. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/JOYSTICK_BUTTON_INFO.3
  2043. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/JOYSTICK_INFO.3
  2044. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/JOYSTICK_STICK_INFO.3
  2045. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/LOCK_FUNCTION.3
  2046. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/LOCK_VARIABLE.3
  2047. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/LZSS_PACK_DATA.3
  2048. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/LZSS_UNPACK_DATA.3
  2049. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MAKE_VERSION.3
  2050. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MASK_COLOR_15.3
  2051. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MASK_COLOR_16.3
  2052. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MASK_COLOR_24.3
  2053. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MASK_COLOR_32.3
  2054. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MASK_COLOR_8.3
  2055. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MATRIX.3
  2056. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MATRIX_f.3
  2057. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MENU.3
  2058. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MENU_PLAYER.3
  2059. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/MIDI.3
  2060. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/PACKFILE.3
  2061. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/PACKFILE_VTABLE.3
  2062. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/PALETTE.3
  2063. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/PAL_SIZE.3
  2064. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_ATEX.3
  2065. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_ATEX_LIT.3
  2066. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_ATEX_MASK.3
  2067. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_ATEX_MASK_LIT.3
  2068. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_ATEX_MASK_TRANS.3
  2069. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_ATEX_TRANS.3
  2070. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_FLAT.3
  2071. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_GCOL.3
  2072. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_GRGB.3
  2073. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_PTEX.3
  2074. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_PTEX_LIT.3
  2075. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_PTEX_MASK.3
  2076. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_PTEX_MASK_LIT.3
  2077. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_PTEX_MASK_TRANS.3
  2078. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/POLYTYPE_PTEX_TRANS.3
  2079. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/QUAT.3
  2080. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/RGB.3
  2081. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/RGB_MAP.3
  2082. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/RLE_SPRITE.3
  2083. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/SAMPLE.3
  2084. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/SCREEN_H.3
  2085. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/SCREEN_W.3
  2086. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/TRACE.3
  2087. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/V3D.3
  2088. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/V3D_f.3
  2089. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/VIRTUAL_H.3
  2090. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/VIRTUAL_W.3
  2091. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ZBUFFER.3
  2092. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_getpixel.3
  2093. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_getpixel15.3
  2094. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_getpixel16.3
  2095. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_getpixel24.3
  2096. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_getpixel32.3
  2097. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_putpixel.3
  2098. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_putpixel15.3
  2099. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_putpixel16.3
  2100. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_putpixel24.3
  2101. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_putpixel32.3
  2102. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_set_color.3
  2103. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/_ustrdup.3
  2104. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/acquire_bitmap.3
  2105. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/acquire_screen.3
  2106. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/active_dialog.3
  2107. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/active_menu.3
  2108. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/add_clip_rect.3
  2109. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/adjust_sample.3
  2110. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/al_assert.3
  2111. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/al_ffblk.3
  2112. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/al_ffblk_get_size.3
  2113. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/al_findclose.3
  2114. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/al_findfirst.3
  2115. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/al_findnext.3
  2116. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/al_trace.3
  2117. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/alert.3
  2118. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/alert3.3
  2119. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/allegro_404_char.3
  2120. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/allegro_error.3
  2121. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/allegro_exit.3
  2122. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/allegro_icon.3
  2123. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/allegro_id.3
  2124. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/allegro_init.3
  2125. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/allegro_message.3
  2126. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/allocate_voice.3
  2127. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/append_filename.3
  2128. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/apply_matrix.3
  2129. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/apply_matrix_f.3
  2130. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/apply_quat.3
  2131. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/arc.3
  2132. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/bestfit_color.3
  2133. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/bitmap_color_depth.3
  2134. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/bitmap_mask_color.3
  2135. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/black_palette.3
  2136. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/blit.3
  2137. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/bmp_read_line.3
  2138. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/bmp_unwrite_line.3
  2139. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/bmp_write_line.3
  2140. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/broadcast_dialog_message.3
  2141. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/calc_spline.3
  2142. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/calibrate_joystick.3
  2143. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/calibrate_joystick_name.3
  2144. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/canonicalize_filename.3
  2145. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/centre_dialog.3
  2146. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/check_cpu.3
  2147. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/circle.3
  2148. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/circlefill.3
  2149. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/clear_bitmap.3
  2150. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/clear_keybuf.3
  2151. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/clear_scene.3
  2152. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/clear_to_color.3
  2153. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/clear_zbuffer.3
  2154. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/clip3d.3
  2155. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/clip3d_f.3
  2156. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/close_fli.3
  2157. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/color_map.3
  2158. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/config_is_hooked.3
  2159. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/cpu_capabilities.3
  2160. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/cpu_family.3
  2161. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/cpu_model.3
  2162. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/cpu_vendor.3
  2163. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_bitmap.3
  2164. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_bitmap_ex.3
  2165. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_blender_table.3
  2166. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_color_table.3
  2167. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_datafile_index.3
  2168. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_light_table.3
  2169. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_lzss_pack_data.3
  2170. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_lzss_unpack_data.3
  2171. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_rgb_table.3
  2172. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_sample.3
  2173. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_scene.3
  2174. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_sub_bitmap.3
  2175. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_sub_zbuffer.3
  2176. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_system_bitmap.3
  2177. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_trans_table.3
  2178. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_video_bitmap.3
  2179. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/create_zbuffer.3
  2180. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/cross_product.3
  2181. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/cross_product_f.3
  2182. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_bitmap_proc.3
  2183. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_box_proc.3
  2184. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_button_proc.3
  2185. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_check_proc.3
  2186. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_clear_proc.3
  2187. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_ctext_proc.3
  2188. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_edit_proc.3
  2189. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_icon_proc.3
  2190. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_keyboard_proc.3
  2191. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_list_proc.3
  2192. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_menu_proc.3
  2193. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_radio_proc.3
  2194. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_rtext_proc.3
  2195. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_shadow_box_proc.3
  2196. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_slider_proc.3
  2197. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_text_list_proc.3
  2198. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_text_proc.3
  2199. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_textbox_proc.3
  2200. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/d_yield_proc.3
  2201. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/deallocate_voice.3
  2202. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/default_palette.3
  2203. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/delete_file.3
  2204. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/desktop_color_depth.3
  2205. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/desktop_palette.3
  2206. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_bitmap.3
  2207. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_compiled_sprite.3
  2208. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_datafile_index.3
  2209. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_font.3
  2210. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_gfx_mode_list.3
  2211. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_midi.3
  2212. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_rle_sprite.3
  2213. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_sample.3
  2214. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_scene.3
  2215. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/destroy_zbuffer.3
  2216. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/detect_digi_driver.3
  2217. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/detect_midi_driver.3
  2218. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/dialog_message.3
  2219. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/digi_recorder.3
  2220. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/disable_hardware_cursor.3
  2221. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/do_arc.3
  2222. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/do_circle.3
  2223. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/do_dialog.3
  2224. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/do_ellipse.3
  2225. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/do_line.3
  2226. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/do_menu.3
  2227. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/do_uconvert.3
  2228. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/dot_product.3
  2229. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/dot_product_f.3
  2230. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_character_ex.3
  2231. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_compiled_sprite.3
  2232. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_gouraud_sprite.3
  2233. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_lit_rle_sprite.3
  2234. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_lit_sprite.3
  2235. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_rle_sprite.3
  2236. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_sprite.3
  2237. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_sprite_ex.3
  2238. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_sprite_h_flip.3
  2239. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_sprite_v_flip.3
  2240. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_sprite_vh_flip.3
  2241. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_trans_rle_sprite.3
  2242. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/draw_trans_sprite.3
  2243. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/drawing_mode.3
  2244. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ellipse.3
  2245. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ellipsefill.3
  2246. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/empty_string.3
  2247. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/enable_hardware_cursor.3
  2248. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/enable_triple_buffer.3
  2249. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ex12bit.3
  2250. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ex3buf.3
  2251. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ex3d.3
  2252. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exaccel.3
  2253. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exalpha.3
  2254. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exbitmap.3
  2255. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exblend.3
  2256. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/excamera.3
  2257. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/excolmap.3
  2258. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exconfig.3
  2259. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/excustom.3
  2260. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exdata.3
  2261. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exdbuf.3
  2262. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exexedat.3
  2263. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exfixed.3
  2264. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exflame.3
  2265. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exflip.3
  2266. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exfont.3
  2267. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exgui.3
  2268. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exhello.3
  2269. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exists.3
  2270. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exjoy.3
  2271. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exkeys.3
  2272. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exlights.3
  2273. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exmem.3
  2274. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exmidi.3
  2275. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exmouse.3
  2276. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/expackf.3
  2277. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/expal.3
  2278. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/expat.3
  2279. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exquat.3
  2280. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exrgbhsv.3
  2281. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exrotscl.3
  2282. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exsample.3
  2283. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exscale.3
  2284. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exscn3d.3
  2285. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exscroll.3
  2286. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exshade.3
  2287. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exspline.3
  2288. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exsprite.3
  2289. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exstars.3
  2290. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exstream.3
  2291. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exswitch.3
  2292. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exsyscur.3
  2293. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/extimer.3
  2294. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/extract_font_range.3
  2295. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/extrans.3
  2296. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/extrans2.3
  2297. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/extruec.3
  2298. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exunicod.3
  2299. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exupdate.3
  2300. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exxfade.3
  2301. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/exzbuf.3
  2302. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fade_from.3
  2303. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fade_from_range.3
  2304. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fade_in.3
  2305. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fade_in_range.3
  2306. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fade_interpolate.3
  2307. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fade_out.3
  2308. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fade_out_range.3
  2309. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fastline.3
  2310. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/file_exists.3
  2311. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/file_select_ex.3
  2312. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/file_size_ex.3
  2313. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/file_time.3
  2314. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/find_allegro_resource.3
  2315. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/find_datafile_object.3
  2316. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/find_dialog_focus.3
  2317. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fix_filename_case.3
  2318. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fix_filename_slashes.3
  2319. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixacos.3
  2320. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixadd.3
  2321. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixasin.3
  2322. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixatan.3
  2323. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixatan2.3
  2324. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixceil.3
  2325. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixcos.3
  2326. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixdiv.3
  2327. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixed.3
  2328. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixfloor.3
  2329. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixhypot.3
  2330. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixmul.3
  2331. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixsin.3
  2332. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixsqrt.3
  2333. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixsub.3
  2334. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixtan.3
  2335. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixtof.3
  2336. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixtoi.3
  2337. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixtorad_r.3
  2338. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fixup_datafile.3
  2339. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fli_bitmap.3
  2340. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fli_bmp_dirty_from.3
  2341. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fli_bmp_dirty_to.3
  2342. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fli_frame.3
  2343. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fli_pal_dirty_from.3
  2344. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fli_pal_dirty_to.3
  2345. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fli_palette.3
  2346. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/fli_timer.3
  2347. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/floodfill.3
  2348. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/flush_config_file.3
  2349. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/font.3
  2350. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/font_has_alpha.3
  2351. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/for_each_file_ex.3
  2352. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/free_audio_stream_buffer.3
  2353. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/free_config_entries.3
  2354. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/free_lzss_pack_data.3
  2355. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/free_lzss_unpack_data.3
  2356. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/freeze_mouse_flag.3
  2357. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ftofix.3
  2358. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/generate_332_palette.3
  2359. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/generate_optimized_palette.3
  2360. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_align_matrix.3
  2361. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_align_matrix_f.3
  2362. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_audio_stream_buffer.3
  2363. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_camera_matrix.3
  2364. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_camera_matrix_f.3
  2365. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_clip_rect.3
  2366. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_clip_state.3
  2367. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_color.3
  2368. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_color_conversion.3
  2369. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_color_depth.3
  2370. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_compiled_sprite.3
  2371. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_config_argv.3
  2372. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_config_float.3
  2373. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_config_hex.3
  2374. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_config_id.3
  2375. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_config_int.3
  2376. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_config_string.3
  2377. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_config_text.3
  2378. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_datafile_property.3
  2379. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_desktop_resolution.3
  2380. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_display_switch_mode.3
  2381. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_executable_name.3
  2382. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_extension.3
  2383. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_filename.3
  2384. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_filename_encoding.3
  2385. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_font_range_begin.3
  2386. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_font_range_end.3
  2387. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_font_ranges.3
  2388. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_gfx_mode.3
  2389. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_gfx_mode_list.3
  2390. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_gfx_mode_type.3
  2391. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_hardware_volume.3
  2392. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_midi_length.3
  2393. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_mixer_bits.3
  2394. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_mixer_buffer_length.3
  2395. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_mixer_channels.3
  2396. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_mixer_frequency.3
  2397. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_mixer_quality.3
  2398. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_mixer_voices.3
  2399. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_mouse_mickeys.3
  2400. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_palette.3
  2401. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_palette_range.3
  2402. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_refresh_rate.3
  2403. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_rle_sprite.3
  2404. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_rotation_matrix.3
  2405. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_rotation_matrix_f.3
  2406. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_rotation_quat.3
  2407. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_scaling_matrix.3
  2408. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_scaling_matrix_f.3
  2409. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_sound_input_cap_bits.3
  2410. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_sound_input_cap_parm.3
  2411. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_sound_input_cap_rate.3
  2412. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_sound_input_cap_stereo.3
  2413. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_transformation_matrix.3
  2414. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_transformation_matrix_f.3
  2415. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_translation_matrix.3
  2416. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_translation_matrix_f.3
  2417. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_uformat.3
  2418. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_vector_rotation_matrix.3
  2419. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_vector_rotation_matrix_f.3
  2420. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_vector_rotation_quat.3
  2421. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_volume.3
  2422. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_x_rotate_matrix.3
  2423. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_x_rotate_matrix_f.3
  2424. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_x_rotate_quat.3
  2425. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_y_rotate_matrix.3
  2426. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_y_rotate_matrix_f.3
  2427. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_y_rotate_quat.3
  2428. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_z_rotate_matrix.3
  2429. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_z_rotate_matrix_f.3
  2430. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/get_z_rotate_quat.3
  2431. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/geta.3
  2432. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/geta32.3
  2433. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/geta_depth.3
  2434. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getb.3
  2435. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getb15.3
  2436. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getb16.3
  2437. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getb24.3
  2438. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getb32.3
  2439. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getb8.3
  2440. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getb_depth.3
  2441. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getg.3
  2442. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getg15.3
  2443. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getg16.3
  2444. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getg24.3
  2445. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getg32.3
  2446. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getg8.3
  2447. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getg_depth.3
  2448. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getpixel.3
  2449. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getr.3
  2450. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getr15.3
  2451. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getr16.3
  2452. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getr24.3
  2453. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getr32.3
  2454. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getr8.3
  2455. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/getr_depth.3
  2456. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gfx_capabilities.3
  2457. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gfx_mode_select.3
  2458. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gfx_mode_select_ex.3
  2459. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gfx_mode_select_filter.3
  2460. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/grab_font_from_bitmap.3
  2461. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_bg_color.3
  2462. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_button_proc.3
  2463. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_ctext_proc.3
  2464. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_edit_proc.3
  2465. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_fg_color.3
  2466. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_font_baseline.3
  2467. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_get_screen.3
  2468. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_list_proc.3
  2469. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_menu_draw_menu.3
  2470. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_menu_draw_menu_item.3
  2471. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_mg_color.3
  2472. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_mouse_b.3
  2473. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_mouse_focus.3
  2474. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_mouse_x.3
  2475. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_mouse_y.3
  2476. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_mouse_z.3
  2477. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_set_screen.3
  2478. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_shadow_box_proc.3
  2479. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_strlen.3
  2480. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_text_list_proc.3
  2481. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/gui_textout_ex.3
  2482. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/hline.3
  2483. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/hook_config_section.3
  2484. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/hsv_to_rgb.3
  2485. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/identity_matrix.3
  2486. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/identity_matrix_f.3
  2487. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/identity_quat.3
  2488. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/init_dialog.3
  2489. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/init_menu.3
  2490. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/initialise_joystick.3
  2491. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_allegro.3
  2492. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_int.3
  2493. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_int_ex.3
  2494. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_joystick.3
  2495. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_keyboard.3
  2496. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_keyboard_hooks.3
  2497. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_mouse.3
  2498. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_param_int.3
  2499. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_param_int_ex.3
  2500. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_sound.3
  2501. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_sound_input.3
  2502. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/install_timer.3
  2503. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_color_font.3
  2504. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_compatible_font.3
  2505. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_inside_bitmap.3
  2506. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_linear_bitmap.3
  2507. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_memory_bitmap.3
  2508. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_mono_font.3
  2509. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_planar_bitmap.3
  2510. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_relative_filename.3
  2511. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_same_bitmap.3
  2512. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_screen_bitmap.3
  2513. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_sub_bitmap.3
  2514. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_system_bitmap.3
  2515. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_trans_font.3
  2516. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_video_bitmap.3
  2517. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/is_windowed_mode.3
  2518. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/itofix.3
  2519. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/joy.3
  2520. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/key.3
  2521. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/key_led_flag.3
  2522. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/key_shifts.3
  2523. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/keyboard_callback.3
  2524. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/keyboard_lowlevel_callback.3
  2525. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/keyboard_needs_poll.3
  2526. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/keyboard_ucallback.3
  2527. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/keypressed.3
  2528. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/line.3
  2529. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/list_config_entries.3
  2530. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/list_config_sections.3
  2531. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_bios_font.3
  2532. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_bitmap.3
  2533. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_bitmap_font.3
  2534. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_bmp.3
  2535. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_bmp_pf.3
  2536. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_dat_font.3
  2537. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_datafile.3
  2538. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_datafile_callback.3
  2539. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_datafile_object.3
  2540. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_datafile_object_indexed.3
  2541. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_font.3
  2542. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_grx_font.3
  2543. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_grx_or_bios_font.3
  2544. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_ibk.3
  2545. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_joystick_data.3
  2546. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_lbm.3
  2547. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_midi.3
  2548. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_midi_patches.3
  2549. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_pcx.3
  2550. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_pcx_pf.3
  2551. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_sample.3
  2552. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_tga.3
  2553. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_tga_pf.3
  2554. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_txt_font.3
  2555. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_voc.3
  2556. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_voc_pf.3
  2557. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_wav.3
  2558. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/load_wav_pf.3
  2559. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/lock_bitmap.3
  2560. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/lock_midi.3
  2561. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/lock_sample.3
  2562. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/lzss_read.3
  2563. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/lzss_write.3
  2564. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/make_absolute_filename.3
  2565. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/make_relative_filename.3
  2566. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/make_trans_font.3
  2567. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makeacol.3
  2568. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makeacol32.3
  2569. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makeacol_depth.3
  2570. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makecol.3
  2571. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makecol15.3
  2572. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makecol15_dither.3
  2573. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makecol16.3
  2574. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makecol16_dither.3
  2575. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makecol24.3
  2576. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makecol32.3
  2577. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makecol8.3
  2578. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/makecol_depth.3
  2579. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/masked_blit.3
  2580. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/masked_stretch_blit.3
  2581. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/matrix_mul.3
  2582. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/matrix_mul_f.3
  2583. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/matrix_to_quat.3
  2584. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/merge_fonts.3
  2585. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_loop_end.3
  2586. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_loop_start.3
  2587. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_meta_callback.3
  2588. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_msg_callback.3
  2589. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_out.3
  2590. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_pause.3
  2591. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_pos.3
  2592. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_recorder.3
  2593. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_resume.3
  2594. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_seek.3
  2595. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_sysex_callback.3
  2596. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/midi_time.3
  2597. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_b.3
  2598. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_callback.3
  2599. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_needs_poll.3
  2600. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_on_screen.3
  2601. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_pos.3
  2602. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_sprite.3
  2603. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_w.3
  2604. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_x.3
  2605. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_x_focus.3
  2606. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_y.3
  2607. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_y_focus.3
  2608. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/mouse_z.3
  2609. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/need_uconvert.3
  2610. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/next_fli_frame.3
  2611. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/normalize_vector.3
  2612. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/normalize_vector_f.3
  2613. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/num_joysticks.3
  2614. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/object_message.3
  2615. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/offer_focus.3
  2616. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/open_fli.3
  2617. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/open_memory_fli.3
  2618. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/os_multitasking.3
  2619. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/os_revision.3
  2620. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/os_type.3
  2621. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/os_version.3
  2622. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/override_config_data.3
  2623. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/override_config_file.3
  2624. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fclose.3
  2625. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fclose_chunk.3
  2626. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_feof.3
  2627. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_ferror.3
  2628. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fgets.3
  2629. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fopen.3
  2630. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fopen_chunk.3
  2631. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fopen_vtable.3
  2632. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fputs.3
  2633. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fread.3
  2634. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fseek.3
  2635. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_fwrite.3
  2636. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_getc.3
  2637. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_igetl.3
  2638. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_igetw.3
  2639. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_iputl.3
  2640. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_iputw.3
  2641. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_mgetl.3
  2642. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_mgetw.3
  2643. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_mputl.3
  2644. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_mputw.3
  2645. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_putc.3
  2646. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pack_ungetc.3
  2647. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/packfile_password.3
  2648. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/palette_color.3
  2649. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/persp_project.3
  2650. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/persp_project_f.3
  2651. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_scaled_sprite.3
  2652. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_scaled_sprite_lit.3
  2653. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_scaled_sprite_trans.3
  2654. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_scaled_sprite_v_flip.3
  2655. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_scaled_sprite_v_flip_lit.3
  2656. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_scaled_sprite_v_flip_trans.3
  2657. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_sprite.3
  2658. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_sprite_lit.3
  2659. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_sprite_trans.3
  2660. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_sprite_v_flip.3
  2661. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_sprite_v_flip_lit.3
  2662. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pivot_sprite_v_flip_trans.3
  2663. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/play_audio_stream.3
  2664. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/play_fli.3
  2665. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/play_looped_midi.3
  2666. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/play_memory_fli.3
  2667. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/play_midi.3
  2668. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/play_sample.3
  2669. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/poll_joystick.3
  2670. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/poll_keyboard.3
  2671. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/poll_mouse.3
  2672. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/poll_scroll.3
  2673. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/polygon.3
  2674. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/polygon3d.3
  2675. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/polygon3d_f.3
  2676. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/polygon_z_normal.3
  2677. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/polygon_z_normal_f.3
  2678. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/pop_config_state.3
  2679. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/popup_dialog.3
  2680. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/position_dialog.3
  2681. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/position_mouse.3
  2682. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/position_mouse_w.3
  2683. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/position_mouse_z.3
  2684. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/push_config_state.3
  2685. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/put_backslash.3
  2686. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/putpixel.3
  2687. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/qnx_get_window.3
  2688. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/qscale_matrix.3
  2689. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/qscale_matrix_f.3
  2690. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/qtranslate_matrix.3
  2691. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/qtranslate_matrix_f.3
  2692. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/quad3d.3
  2693. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/quad3d_f.3
  2694. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/quat_interpolate.3
  2695. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/quat_mul.3
  2696. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/quat_slerp.3
  2697. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/quat_to_matrix.3
  2698. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/radtofix_r.3
  2699. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/read_sound_input.3
  2700. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/readkey.3
  2701. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/reallocate_voice.3
  2702. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rect.3
  2703. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rectfill.3
  2704. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/register_assert_handler.3
  2705. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/register_bitmap_file_type.3
  2706. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/register_datafile_object.3
  2707. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/register_font_file_type.3
  2708. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/register_sample_file_type.3
  2709. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/register_trace_handler.3
  2710. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/register_uformat.3
  2711. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/release_bitmap.3
  2712. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/release_screen.3
  2713. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/release_voice.3
  2714. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/reload_config_texts.3
  2715. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/remove_display_switch_callback.3
  2716. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/remove_int.3
  2717. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/remove_joystick.3
  2718. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/remove_keyboard.3
  2719. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/remove_mouse.3
  2720. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/remove_param_int.3
  2721. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/remove_sound.3
  2722. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/remove_sound_input.3
  2723. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/remove_timer.3
  2724. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/render_scene.3
  2725. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/replace_extension.3
  2726. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/replace_filename.3
  2727. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/request_refresh_rate.3
  2728. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/request_scroll.3
  2729. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/request_video_bitmap.3
  2730. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/reserve_voices.3
  2731. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/reset_fli_variables.3
  2732. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rest.3
  2733. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rest_callback.3
  2734. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/retrace_count.3
  2735. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rgb_map.3
  2736. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rgb_to_hsv.3
  2737. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_scaled_sprite.3
  2738. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_scaled_sprite_lit.3
  2739. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_scaled_sprite_trans.3
  2740. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_scaled_sprite_v_flip.3
  2741. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_scaled_sprite_v_flip_lit.3
  2742. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_scaled_sprite_v_flip_trans.3
  2743. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_sprite.3
  2744. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_sprite_lit.3
  2745. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_sprite_trans.3
  2746. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_sprite_v_flip.3
  2747. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_sprite_v_flip_lit.3
  2748. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/rotate_sprite_v_flip_trans.3
  2749. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/save_bitmap.3
  2750. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/save_bmp.3
  2751. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/save_bmp_pf.3
  2752. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/save_joystick_data.3
  2753. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/save_pcx.3
  2754. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/save_pcx_pf.3
  2755. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/save_sample.3
  2756. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/save_tga.3
  2757. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/save_tga_pf.3
  2758. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/scancode_to_ascii.3
  2759. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/scancode_to_name.3
  2760. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/scare_mouse.3
  2761. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/scare_mouse_area.3
  2762. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/scene_gap.3
  2763. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/scene_polygon3d.3
  2764. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/scene_polygon3d_f.3
  2765. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/screen.3
  2766. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/scroll_screen.3
  2767. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/select_mouse_cursor.3
  2768. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/select_palette.3
  2769. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_add_blender.3
  2770. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_allegro_resource_path.3
  2771. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_alpha_blender.3
  2772. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_blender_mode.3
  2773. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_blender_mode_ex.3
  2774. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_burn_blender.3
  2775. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_clip_rect.3
  2776. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_clip_state.3
  2777. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_close_button_callback.3
  2778. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_color.3
  2779. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_color_blender.3
  2780. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_color_conversion.3
  2781. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_color_depth.3
  2782. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_config_data.3
  2783. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_config_file.3
  2784. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_config_float.3
  2785. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_config_hex.3
  2786. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_config_id.3
  2787. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_config_int.3
  2788. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_config_string.3
  2789. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_dialog_color.3
  2790. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_difference_blender.3
  2791. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_display_switch_callback.3
  2792. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_display_switch_mode.3
  2793. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_dissolve_blender.3
  2794. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_dodge_blender.3
  2795. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_filename_encoding.3
  2796. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_gfx_mode.3
  2797. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_hardware_volume.3
  2798. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_hue_blender.3
  2799. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_invert_blender.3
  2800. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_keyboard_rate.3
  2801. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_leds.3
  2802. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_luminance_blender.3
  2803. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_mixer_quality.3
  2804. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_mouse_cursor_bitmap.3
  2805. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_mouse_range.3
  2806. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_mouse_speed.3
  2807. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_mouse_sprite.3
  2808. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_mouse_sprite_focus.3
  2809. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_multiply_blender.3
  2810. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_palette.3
  2811. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_palette_range.3
  2812. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_projection_viewport.3
  2813. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_saturation_blender.3
  2814. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_screen_blender.3
  2815. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_sound_input_source.3
  2816. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_trans_blender.3
  2817. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_ucodepage.3
  2818. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_uformat.3
  2819. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_volume.3
  2820. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_volume_per_voice.3
  2821. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_window_title.3
  2822. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_write_alpha_blender.3
  2823. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/set_zbuffer.3
  2824. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/show_mouse.3
  2825. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/show_os_cursor.3
  2826. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/show_video_bitmap.3
  2827. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/shutdown_dialog.3
  2828. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/shutdown_menu.3
  2829. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/simulate_keypress.3
  2830. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/simulate_ukeypress.3
  2831. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/solid_mode.3
  2832. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/spline.3
  2833. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/start_sound_input.3
  2834. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/stop_audio_stream.3
  2835. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/stop_midi.3
  2836. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/stop_sample.3
  2837. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/stop_sound_input.3
  2838. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/stretch_blit.3
  2839. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/stretch_sprite.3
  2840. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/text_height.3
  2841. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/text_length.3
  2842. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/textout_centre_ex.3
  2843. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/textout_ex.3
  2844. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/textout_justify_ex.3
  2845. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/textout_right_ex.3
  2846. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/textprintf_centre_ex.3
  2847. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/textprintf_ex.3
  2848. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/textprintf_justify_ex.3
  2849. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/textprintf_right_ex.3
  2850. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/three_finger_flag.3
  2851. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/transpose_font.3
  2852. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/triangle.3
  2853. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/triangle3d.3
  2854. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/triangle3d_f.3
  2855. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uatof.3
  2856. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uconvert.3
  2857. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uconvert_ascii.3
  2858. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uconvert_size.3
  2859. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uconvert_toascii.3
  2860. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ucwidth.3
  2861. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ugetat.3
  2862. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ugetc.3
  2863. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ugetx.3
  2864. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ugetxc.3
  2865. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uinsert.3
  2866. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uisdigit.3
  2867. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uisok.3
  2868. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uisspace.3
  2869. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/unload_datafile.3
  2870. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/unload_datafile_object.3
  2871. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/unscare_mouse.3
  2872. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/unselect_palette.3
  2873. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uoffset.3
  2874. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/update_dialog.3
  2875. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/update_menu.3
  2876. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ureadkey.3
  2877. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uremove.3
  2878. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/usetat.3
  2879. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/usetc.3
  2880. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/usprintf.3
  2881. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrcat.3
  2882. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrchr.3
  2883. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrcmp.3
  2884. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrcpy.3
  2885. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrdup.3
  2886. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrerror.3
  2887. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustricmp.3
  2888. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrlen.3
  2889. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrlwr.3
  2890. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrncat.3
  2891. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrncmp.3
  2892. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrncpy.3
  2893. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrnicmp.3
  2894. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrpbrk.3
  2895. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrrchr.3
  2896. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrsize.3
  2897. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrsizez.3
  2898. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrstr.3
  2899. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrtod.3
  2900. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrtok.3
  2901. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrtok_r.3
  2902. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrtol.3
  2903. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrupr.3
  2904. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrzcat.3
  2905. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrzcpy.3
  2906. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrzncat.3
  2907. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/ustrzncpy.3
  2908. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uszprintf.3
  2909. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/utolower.3
  2910. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/utoupper.3
  2911. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uvsprintf.3
  2912. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uvszprintf.3
  2913. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uwidth.3
  2914. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/uwidth_max.3
  2915. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/vector_length.3
  2916. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/vector_length_f.3
  2917. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/vline.3
  2918. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_check.3
  2919. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_get_frequency.3
  2920. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_get_pan.3
  2921. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_get_position.3
  2922. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_get_volume.3
  2923. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_ramp_volume.3
  2924. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_set_echo.3
  2925. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_set_frequency.3
  2926. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_set_pan.3
  2927. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_set_playmode.3
  2928. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_set_position.3
  2929. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_set_priority.3
  2930. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_set_tremolo.3
  2931. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_set_vibrato.3
  2932. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_set_volume.3
  2933. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_start.3
  2934. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_stop.3
  2935. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_stop_frequency_sweep.3
  2936. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_stop_pan_sweep.3
  2937. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_stop_volumeramp.3
  2938. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_sweep_frequency.3
  2939. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/voice_sweep_pan.3
  2940. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/vsync.3
  2941. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/xor_mode.3
  2942. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/man/man3/xwin_set_window_name.3
  2943. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/colormap
  2944. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/dat2c
  2945. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/exedat
  2946. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/pack
  2947. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/rgbmap
  2948. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/textconv
  2949. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/dat
  2950. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/dat2s
  2951. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/pat2dat
  2952. -- Up-to-date: /home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/bin/grabber
  2953. ~/CortexCommand/CCOSS/external/linux
  2954. ~/CortexCommand/CCOSS/external/linux/lua-5.1.5 ~/CortexCommand/CCOSS/external/linux
  2955. cd src && make linux
  2956. make[1]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/lua-5.1.5/src'
  2957. make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
  2958. make[2]: Entering directory '/home/newk/CortexCommand/CCOSS/external/linux/lua-5.1.5/src'
  2959. gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses
  2960. gcc -O2 -Wall -DLUA_USE_LINUX -c -o luac.o luac.c
  2961. gcc -O2 -Wall -DLUA_USE_LINUX -c -o print.o print.c
  2962. gcc -o luac luac.o print.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses
  2963. make[2]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/lua-5.1.5/src'
  2964. make[1]: Leaving directory '/home/newk/CortexCommand/CCOSS/external/linux/lua-5.1.5/src'
  2965. cd src && mkdir -p ../install//bin ../install//include ../install//lib ../install//man/man1 ../install//share/lua/5.1 ../install//lib/lua/5.1
  2966. cd src && install -p -m 0755 lua luac ../install//bin
  2967. cd src && install -p -m 0644 lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp ../install//include
  2968. cd src && install -p -m 0644 liblua.a ../install//lib
  2969. cd doc && install -p -m 0644 lua.1 luac.1 ../install//man/man1
  2970. ~/CortexCommand/CCOSS/external/linux
  2971. ~/CortexCommand/CCOSS/external/linux/minizip-1.2 ~/CortexCommand/CCOSS/external/linux
  2972. -- The C compiler identification is GNU 9.1.0
  2973. -- The CXX compiler identification is GNU 9.1.0
  2974. -- Check for working C compiler: /usr/bin/cc
  2975. -- Check for working C compiler: /usr/bin/cc -- works
  2976. -- Detecting C compiler ABI info
  2977. -- Detecting C compiler ABI info - done
  2978. -- Detecting C compile features
  2979. -- Detecting C compile features - done
  2980. -- Check for working CXX compiler: /usr/bin/c++
  2981. -- Check for working CXX compiler: /usr/bin/c++ -- works
  2982. -- Detecting CXX compiler ABI info
  2983. -- Detecting CXX compiler ABI info - done
  2984. -- Detecting CXX compile features
  2985. -- Detecting CXX compile features - done
  2986. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  2987. -- Configuring done
  2988. -- Generating done
  2989. -- Build files have been written to: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/build
  2990. Scanning dependencies of target aes
  2991. [ 5%] Building C object CMakeFiles/aes.dir/aes/aescrypt.c.o
  2992. [ 11%] Building C object CMakeFiles/aes.dir/aes/aeskey.c.o
  2993. [ 17%] Building C object CMakeFiles/aes.dir/aes/aestab.c.o
  2994. [ 23%] Building C object CMakeFiles/aes.dir/aes/aes_ni.c.o
  2995. [ 29%] Building C object CMakeFiles/aes.dir/aes/fileenc.c.o
  2996. [ 35%] Building C object CMakeFiles/aes.dir/aes/hmac.c.o
  2997. [ 41%] Building C object CMakeFiles/aes.dir/aes/prng.c.o
  2998. [ 47%] Building C object CMakeFiles/aes.dir/aes/pwd2key.c.o
  2999. [ 52%] Building C object CMakeFiles/aes.dir/aes/sha1.c.o
  3000. [ 58%] Linking C static library libaes.a
  3001. [ 58%] Built target aes
  3002. Scanning dependencies of target minizip
  3003. [ 64%] Building C object CMakeFiles/minizip.dir/crypt.c.o
  3004. /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/crypt.c: In function ‘cryptrand’:
  3005. /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/crypt.c:114:5: warning: implicit declaration of function ‘arc4random_buf’ [-Wimplicit-function-declaration]
  3006. 114 | arc4random_buf(buf, len);
  3007. | ^~~~~~~~~~~~~~
  3008. [ 70%] Building C object CMakeFiles/minizip.dir/ioapi.c.o
  3009. In file included from /usr/include/string.h:635,
  3010. from /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c:17:
  3011. In function ‘strncpy’,
  3012. inlined from ‘file_build_ioposix’ at /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c:108:5,
  3013. inlined from ‘fopen_file_func’ at /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c:126:16:
  3014. /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
  3015. 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  3016. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3017. /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c: In function ‘fopen_file_func’:
  3018. /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c:106:36: note: length computed here
  3019. 106 | ioposix->filenameLength = (int)strlen(filename) + 1;
  3020. | ^~~~~~~~~~~~~~~~
  3021. In file included from /usr/include/string.h:635,
  3022. from /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c:17:
  3023. In function ‘strncpy’,
  3024. inlined from ‘file_build_ioposix’ at /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c:108:5,
  3025. inlined from ‘fopen64_file_func’ at /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c:145:16:
  3026. /usr/include/x86_64-linux-gnu/bits/string3.h:126:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
  3027. 126 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  3028. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3029. /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c: In function ‘fopen64_file_func’:
  3030. /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/ioapi.c:106:36: note: length computed here
  3031. 106 | ioposix->filenameLength = (int)strlen(filename) + 1;
  3032. | ^~~~~~~~~~~~~~~~
  3033. [ 76%] Building C object CMakeFiles/minizip.dir/ioapi_buf.c.o
  3034. [ 82%] Building C object CMakeFiles/minizip.dir/ioapi_mem.c.o
  3035. [ 88%] Building C object CMakeFiles/minizip.dir/unzip.c.o
  3036. [ 94%] Building C object CMakeFiles/minizip.dir/zip.c.o
  3037. [100%] Linking C static library libminizip.a
  3038. [100%] Built target minizip
  3039. [ 58%] Built target aes
  3040. [100%] Built target minizip
  3041. Install the project...
  3042. -- Install configuration: ""
  3043. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/lib/libaes.a
  3044. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/aes.h
  3045. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/aes_ni.h
  3046. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/aesopt.h
  3047. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/aestab.h
  3048. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/brg_endian.h
  3049. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/brg_types.h
  3050. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/fileenc.h
  3051. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/hmac.h
  3052. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/prng.h
  3053. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/pwd2key.h
  3054. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/aes/sha1.h
  3055. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/lib/libminizip.a
  3056. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/cmake/minizip-exports.cmake
  3057. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/cmake/minizip-exports-noconfig.cmake
  3058. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/crypt.h
  3059. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/ioapi.h
  3060. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/ioapi_buf.h
  3061. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/ioapi_mem.h
  3062. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/unzip.h
  3063. -- Installing: /home/newk/CortexCommand/CCOSS/external/linux/minizip-1.2/install/include/minizip/zip.h
  3064. ~/CortexCommand/CCOSS/external/linux
  3065. mkdir: cannot create directory ‘/home/newk/CortexCommand/CCOSS/external/linux/prepared’: File exists
  3066. mkdir: cannot create directory ‘/home/newk/CortexCommand/CCOSS/external/linux/prepared/include’: File exists
  3067. ~/CortexCommand/CCOSS/external/linux/prepared ~/CortexCommand/CCOSS/external/linux
  3068. cp: cannot stat '/home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/install/lib/libSDL2_mixer.a': No such file or directory
  3069. cp: cannot stat '/home/newk/CortexCommand/CCOSS/external/linux/SDL2_mixer-2.0.4/install/include': No such file or directory
  3070. cp: omitting directory '/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/allegro'
  3071. cp: omitting directory '/home/newk/CortexCommand/CCOSS/external/linux/allegro5-4.4.3.1/install/lib/pkgconfig'
  3072. ~/CortexCommand/CCOSS/external/linux
  3073. ~/CortexCommand/CCOSS
  3074. (0/261)
  3075. (1/261)
  3076. In file included from System/Color.cpp:17:
  3077. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3078. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3079. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3080. | ^
  3081. (2/261)
  3082. In file included from Managers/MovableMan.h:29,
  3083. from Entities/MovableObject.h:25,
  3084. from Entities/MOSprite.h:17,
  3085. from Entities/MOSRotating.h:17,
  3086. from Entities/Actor.h:17,
  3087. from Managers/PresetMan.h:27,
  3088. from System/ContentFile.cpp:22:
  3089. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3090. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3091. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3092. | ^
  3093. (3/261)
  3094. In file included from Managers/RTEManagers.h:16,
  3095. from System/DataModule.cpp:15:
  3096. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3097. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3098. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3099. | ^
  3100. (4/261)
  3101. (5/261)
  3102. In file included from System/DDTTools.cpp:18:
  3103. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3104. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3105. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3106. | ^
  3107. (6/261)
  3108. (7/261)
  3109. In file included from Managers/SceneMan.h:32,
  3110. from System/PathFinder.h:21,
  3111. from System/PathFinder.cpp:14:
  3112. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3113. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3114. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3115. | ^
  3116. (8/261)
  3117. In file included from Managers/MovableMan.h:29,
  3118. from Entities/MovableObject.h:25,
  3119. from Entities/MOSprite.h:17,
  3120. from Entities/MOSRotating.h:17,
  3121. from System/Reader.cpp:18:
  3122. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3123. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3124. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3125. | ^
  3126. (9/261)
  3127. (10/261)
  3128. (11/261)
  3129. (12/261)
  3130. (13/261)
  3131. (14/261)
  3132. (15/261)
  3133. (16/261)
  3134. In file included from Managers/MovableMan.h:29,
  3135. from Entities/MovableObject.h:25,
  3136. from Entities/MOSprite.h:17,
  3137. from Entities/MOSRotating.h:17,
  3138. from Entities/Actor.h:17,
  3139. from Managers/PresetMan.h:27,
  3140. from Entities/MultiplayerGame.cpp:17:
  3141. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3142. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3143. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3144. | ^
  3145. In file included from Entities/MultiplayerGame.cpp:49:
  3146. Managers/NetworkClient.h: At global scope:
  3147. Managers/NetworkClient.h:120:25: warning: extra qualification ‘RTE::NetworkClient::’ on member ‘ConnectBlocking’ [-fpermissive]
  3148. 120 | RakNet::SystemAddress NetworkClient::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, unsigned short int port);
  3149. | ^~~~~~~~~~~~~
  3150. (17/261)
  3151. In file included from Entities/Scene.h:23,
  3152. from Entities/GameActivity.h:22,
  3153. from Entities/MultiplayerServerLobby.h:19,
  3154. from Entities/MultiplayerServerLobby.cpp:16:
  3155. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3156. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3157. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3158. | ^
  3159. In file included from Managers/NetworkServer.h:20,
  3160. from Entities/MultiplayerServerLobby.h:21,
  3161. from Entities/MultiplayerServerLobby.cpp:16:
  3162. Managers/NetworkClient.h: At global scope:
  3163. Managers/NetworkClient.h:120:25: warning: extra qualification ‘RTE::NetworkClient::’ on member ‘ConnectBlocking’ [-fpermissive]
  3164. 120 | RakNet::SystemAddress NetworkClient::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, unsigned short int port);
  3165. | ^~~~~~~~~~~~~
  3166. In file included from Entities/MultiplayerServerLobby.h:21,
  3167. from Entities/MultiplayerServerLobby.cpp:16:
  3168. Managers/NetworkServer.h:198:8: warning: extra qualification ‘RTE::NetworkServer::’ on member ‘ClearTerrainChangeQueue’ [-fpermissive]
  3169. 198 | void NetworkServer::ClearTerrainChangeQueue(int player);
  3170. | ^~~~~~~~~~~~~
  3171. Managers/NetworkServer.h:220:25: warning: extra qualification ‘RTE::NetworkServer::’ on member ‘ConnectBlocking’ [-fpermissive]
  3172. 220 | RakNet::SystemAddress NetworkServer::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, int port);
  3173. | ^~~~~~~~~~~~~
  3174. (18/261)
  3175. In file included from Managers/UInputMan.h:23,
  3176. from Entities/Controller.cpp:15:
  3177. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3178. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3179. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3180. | ^
  3181. (19/261)
  3182. In file included from Managers/MovableMan.h:29,
  3183. from Entities/MovableObject.h:25,
  3184. from Entities/Emission.h:13,
  3185. from Entities/Emission.cpp:11:
  3186. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3187. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3188. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3189. | ^
  3190. (20/261)
  3191. In file included from Managers/MovableMan.h:29,
  3192. from Entities/MovableObject.h:25,
  3193. from Entities/MOSprite.h:17,
  3194. from Entities/MOSParticle.h:17,
  3195. from Entities/PEmitter.h:17,
  3196. from Entities/PEmitter.cpp:14:
  3197. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3198. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3199. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3200. | ^
  3201. (21/261)
  3202. In file included from Managers/MovableMan.h:29,
  3203. from Entities/MovableObject.h:25,
  3204. from Entities/MOSprite.h:17,
  3205. from Entities/MOSRotating.h:17,
  3206. from Entities/Actor.h:17,
  3207. from Entities/ACraft.h:17,
  3208. from Entities/ACDropShip.h:17,
  3209. from Entities/ACDropShip.cpp:14:
  3210. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3211. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3212. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3213. | ^
  3214. (22/261)
  3215. In file included from Managers/MovableMan.h:29,
  3216. from Entities/MovableObject.h:25,
  3217. from Entities/MOSprite.h:17,
  3218. from Entities/MOSRotating.h:17,
  3219. from Entities/Actor.h:17,
  3220. from Entities/ACrab.h:17,
  3221. from Entities/ACrab.cpp:14:
  3222. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3223. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3224. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3225. | ^
  3226. Entities/ACrab.cpp: In member function ‘virtual void RTE::ACrab::UpdateAI()’:
  3227. Entities/ACrab.cpp:1223:34: warning: comparison between ‘enum RTE::ACrab::DeviceHandlingState’ and ‘enum RTE::Actor::ObstacleState’ [-Wenum-compare]
  3228. 1223 | if (m_DeviceState != JUMPING)
  3229. | ^~~~~~~
  3230. (23/261)
  3231. In file included from Managers/MovableMan.h:29,
  3232. from Entities/MovableObject.h:25,
  3233. from Entities/MOSprite.h:17,
  3234. from Entities/MOSRotating.h:17,
  3235. from Entities/Actor.h:17,
  3236. from Entities/ACraft.h:17,
  3237. from Entities/ACraft.cpp:14:
  3238. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3239. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3240. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3241. | ^
  3242. (24/261)
  3243. In file included from Managers/MovableMan.h:29,
  3244. from Entities/MovableObject.h:25,
  3245. from Entities/MOSprite.h:17,
  3246. from Entities/MOSRotating.h:17,
  3247. from Entities/Actor.h:17,
  3248. from Entities/ACraft.h:17,
  3249. from Entities/ACRocket.h:17,
  3250. from Entities/ACRocket.cpp:15:
  3251. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3252. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3253. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3254. | ^
  3255. (25/261)
  3256. In file included from Managers/UInputMan.h:23,
  3257. from Entities/Actor.cpp:14:
  3258. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3259. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3260. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3261. | ^
  3262. (26/261)
  3263. In file included from Managers/MovableMan.h:29,
  3264. from Entities/MovableObject.h:25,
  3265. from Entities/MOSprite.h:17,
  3266. from Entities/MOSRotating.h:17,
  3267. from Entities/Actor.h:17,
  3268. from Entities/ADoor.h:17,
  3269. from Entities/ADoor.cpp:14:
  3270. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3271. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3272. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3273. | ^
  3274. (27/261)
  3275. In file included from Managers/MovableMan.h:29,
  3276. from Entities/MovableObject.h:25,
  3277. from Entities/MOSprite.h:17,
  3278. from Entities/MOSRotating.h:17,
  3279. from Entities/Attachable.h:17,
  3280. from Entities/AEmitter.h:17,
  3281. from Entities/AEmitter.cpp:14:
  3282. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3283. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3284. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3285. | ^
  3286. (28/261)
  3287. In file included from Managers/MovableMan.h:29,
  3288. from Entities/MovableObject.h:25,
  3289. from Entities/MOSprite.h:17,
  3290. from Entities/MOSRotating.h:17,
  3291. from Entities/Actor.h:17,
  3292. from Entities/AHuman.h:17,
  3293. from Entities/AHuman.cpp:14:
  3294. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3295. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3296. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3297. | ^
  3298. Entities/AHuman.cpp: In member function ‘virtual void RTE::AHuman::UpdateAI()’:
  3299. Entities/AHuman.cpp:2007:34: warning: comparison between ‘enum RTE::AHuman::DeviceHandlingState’ and ‘enum RTE::Actor::ObstacleState’ [-Wenum-compare]
  3300. 2007 | if (m_DeviceState != JUMPING)
  3301. | ^~~~~~~
  3302. (29/261)
  3303. In file included from Managers/MovableMan.h:29,
  3304. from Entities/MovableObject.h:25,
  3305. from Entities/MOSprite.h:17,
  3306. from Entities/MOSRotating.h:17,
  3307. from Entities/Attachable.h:17,
  3308. from Entities/Arm.h:17,
  3309. from Entities/Arm.cpp:14:
  3310. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3311. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3312. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3313. | ^
  3314. (30/261)
  3315. In file included from Entities/LimbPath.h:20,
  3316. from Entities/Atom.h:24,
  3317. from Entities/Atom.cpp:14:
  3318. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3319. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3320. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3321. | ^
  3322. (31/261)
  3323. In file included from Entities/LimbPath.h:20,
  3324. from Entities/Atom.h:24,
  3325. from Entities/AtomGroup.h:18,
  3326. from Entities/AtomGroup.cpp:14:
  3327. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3328. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3329. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3330. | ^
  3331. (32/261)
  3332. In file included from Managers/MovableMan.h:29,
  3333. from Entities/MovableObject.h:25,
  3334. from Entities/MOSprite.h:17,
  3335. from Entities/MOSRotating.h:17,
  3336. from Entities/Attachable.h:17,
  3337. from Entities/Attachable.cpp:14:
  3338. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3339. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3340. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3341. | ^
  3342. (33/261)
  3343. In file included from Entities/TerrainObject.h:24,
  3344. from Entities/BunkerAssembly.h:22,
  3345. from Entities/BunkerAssembly.cpp:14:
  3346. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3347. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3348. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3349. | ^
  3350. Entities/BunkerAssembly.cpp: In member function ‘virtual int RTE::BunkerAssembly::ReadProperty(std::string, RTE::Reader&)’:
  3351. Entities/BunkerAssembly.cpp:266:15: warning: ''' flag used with ‘%n’ gnu_printf format [-Wformat=]
  3352. 266 | sprintf(s, "Required BunkerAssemblyScheme '%s%' not found when trying to load BunkerAssembly '%s'! BunkerAssemblySchemes MUST be defined before dependent BunkerAssmeblies.", parentScheme.c_str(), m_PresetName.c_str());
  3353. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3354. Entities/BunkerAssembly.cpp:266:15: warning: ' ' flag used with ‘%n’ gnu_printf format [-Wformat=]
  3355. Entities/BunkerAssembly.cpp:266:220: warning: writing into constant object (argument 4) [-Wformat=]
  3356. 266 | sprintf(s, "Required BunkerAssemblyScheme '%s%' not found when trying to load BunkerAssembly '%s'! BunkerAssemblySchemes MUST be defined before dependent BunkerAssmeblies.", parentScheme.c_str(), m_PresetName.c_str());
  3357. | ^
  3358. Entities/BunkerAssembly.cpp:266:15: warning: format ‘%n’ expects argument of type ‘int*’, but argument 4 has type ‘const char*’ [-Wformat=]
  3359. 266 | sprintf(s, "Required BunkerAssemblyScheme '%s%' not found when trying to load BunkerAssembly '%s'! BunkerAssemblySchemes MUST be defined before dependent BunkerAssmeblies.", parentScheme.c_str(), m_PresetName.c_str());
  3360. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
  3361. | |
  3362. | const char*
  3363. Entities/BunkerAssembly.cpp:266:15: warning: format ‘%s’ expects a matching ‘char*’ argument [-Wformat=]
  3364. (34/261)
  3365. In file included from Entities/BunkerAssemblyScheme.h:24,
  3366. from Entities/BunkerAssemblyScheme.cpp:14:
  3367. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3368. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3369. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3370. | ^
  3371. (35/261)
  3372. In file included from Entities/Deployment.h:24,
  3373. from Entities/Deployment.cpp:14:
  3374. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3375. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3376. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3377. | ^
  3378. (36/261)
  3379. In file included from Managers/MovableMan.h:29,
  3380. from Entities/MovableObject.h:25,
  3381. from Entities/MOSprite.h:17,
  3382. from Entities/MOSRotating.h:17,
  3383. from Entities/Actor.h:17,
  3384. from Managers/PresetMan.h:27,
  3385. from Entities/Entity.cpp:15:
  3386. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3387. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3388. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3389. | ^
  3390. (37/261)
  3391. In file included from Managers/MovableMan.h:29,
  3392. from Entities/MovableObject.h:25,
  3393. from Entities/MOSprite.h:17,
  3394. from Entities/MOSRotating.h:17,
  3395. from Entities/Actor.h:17,
  3396. from Entities/GlobalScript.h:18,
  3397. from Entities/GlobalScript.cpp:14:
  3398. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3399. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3400. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3401. | ^
  3402. (38/261)
  3403. In file included from Managers/MovableMan.h:29,
  3404. from Entities/MovableObject.h:25,
  3405. from Entities/MOSprite.h:17,
  3406. from Entities/MOSRotating.h:17,
  3407. from Entities/Attachable.h:17,
  3408. from Entities/HeldDevice.h:17,
  3409. from Entities/HDFirearm.h:17,
  3410. from Entities/HDFirearm.cpp:14:
  3411. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3412. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3413. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3414. | ^
  3415. (39/261)
  3416. In file included from Managers/MovableMan.h:29,
  3417. from Entities/MovableObject.h:25,
  3418. from Entities/MOSprite.h:17,
  3419. from Entities/MOSRotating.h:17,
  3420. from Entities/Attachable.h:17,
  3421. from Entities/HeldDevice.h:17,
  3422. from Entities/HeldDevice.cpp:14:
  3423. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3424. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3425. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3426. | ^
  3427. (40/261)
  3428. In file included from Entities/Icon.cpp:16:
  3429. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3430. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3431. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3432. | ^
  3433. (41/261)
  3434. In file included from Managers/MovableMan.h:29,
  3435. from Entities/MovableObject.h:25,
  3436. from Entities/MOSprite.h:17,
  3437. from Entities/MOSRotating.h:17,
  3438. from Entities/Attachable.h:17,
  3439. from Entities/Leg.h:17,
  3440. from Entities/Leg.cpp:14:
  3441. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3442. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3443. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3444. | ^
  3445. (42/261)
  3446. In file included from Entities/LimbPath.h:20,
  3447. from Entities/LimbPath.cpp:14:
  3448. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3449. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3450. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3451. | ^
  3452. (43/261)
  3453. In file included from Managers/MovableMan.h:29,
  3454. from Entities/MovableObject.h:25,
  3455. from Entities/MOSprite.h:17,
  3456. from Entities/MOSRotating.h:17,
  3457. from Entities/Actor.h:17,
  3458. from Managers/PresetMan.h:27,
  3459. from Entities/Loadout.cpp:16:
  3460. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3461. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3462. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3463. | ^
  3464. (44/261)
  3465. In file included from Managers/MovableMan.h:29,
  3466. from Entities/MovableObject.h:25,
  3467. from Entities/MOSprite.h:17,
  3468. from Entities/MOSRotating.h:17,
  3469. from Entities/Attachable.h:17,
  3470. from Entities/Magazine.h:17,
  3471. from Entities/Magazine.cpp:14:
  3472. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3473. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3474. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3475. | ^
  3476. (45/261)
  3477. In file included from Entities/Material.cpp:16:
  3478. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3479. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3480. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3481. | ^
  3482. (46/261)
  3483. In file included from Managers/MovableMan.h:29,
  3484. from Entities/MovableObject.h:25,
  3485. from Entities/MOSprite.h:17,
  3486. from Entities/MOSRotating.h:17,
  3487. from Entities/Actor.h:17,
  3488. from Managers/PresetMan.h:27,
  3489. from Entities/MetaPlayer.cpp:16:
  3490. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3491. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3492. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3493. | ^
  3494. (47/261)
  3495. In file included from Managers/MovableMan.h:29,
  3496. from Entities/MovableObject.h:25,
  3497. from Entities/MOPixel.h:17,
  3498. from Entities/MOPixel.cpp:14:
  3499. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3500. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3501. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3502. | ^
  3503. (48/261)
  3504. In file included from Managers/MovableMan.h:29,
  3505. from Entities/MovableObject.h:25,
  3506. from Entities/MOSprite.h:17,
  3507. from Entities/MOSParticle.h:17,
  3508. from Entities/MOSParticle.cpp:14:
  3509. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3510. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3511. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3512. | ^
  3513. (49/261)
  3514. In file included from Managers/MovableMan.h:29,
  3515. from Entities/MovableObject.h:25,
  3516. from Entities/MOSprite.h:17,
  3517. from Entities/MOSprite.cpp:14:
  3518. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3519. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3520. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3521. | ^
  3522. (50/261)
  3523. In file included from Managers/MovableMan.h:29,
  3524. from Entities/MovableObject.h:25,
  3525. from Entities/MOSprite.h:17,
  3526. from Entities/MOSRotating.h:17,
  3527. from Entities/MOSRotating.cpp:14:
  3528. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3529. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3530. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3531. | ^
  3532. (51/261)
  3533. In file included from Managers/MovableMan.h:29,
  3534. from Entities/MovableObject.h:25,
  3535. from Entities/MovableObject.cpp:14:
  3536. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3537. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3538. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3539. | ^
  3540. (52/261)
  3541. In file included from Entities/Scene.h:23,
  3542. from Entities/Scene.cpp:14:
  3543. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3544. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3545. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3546. | ^
  3547. (53/261)
  3548. In file included from Entities/SceneLayer.h:26,
  3549. from Entities/SceneLayer.cpp:14:
  3550. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3551. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3552. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3553. | ^
  3554. (54/261)
  3555. In file included from Managers/MovableMan.h:29,
  3556. from Entities/MovableObject.h:25,
  3557. from Entities/MOSprite.h:17,
  3558. from Entities/MOSRotating.h:17,
  3559. from Entities/Actor.h:17,
  3560. from Managers/PresetMan.h:27,
  3561. from Entities/SceneObject.cpp:15:
  3562. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3563. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3564. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3565. | ^
  3566. (55/261)
  3567. In file included from Entities/SceneLayer.h:26,
  3568. from Entities/SLTerrain.h:17,
  3569. from Entities/SLTerrain.cpp:14:
  3570. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3571. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3572. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3573. | ^
  3574. (56/261)
  3575. (57/261)
  3576. In file included from Managers/MovableMan.h:29,
  3577. from Entities/MovableObject.h:25,
  3578. from Entities/MOSprite.h:17,
  3579. from Entities/MOSRotating.h:17,
  3580. from Entities/Attachable.h:17,
  3581. from Entities/HeldDevice.h:17,
  3582. from Entities/ThrownDevice.h:17,
  3583. from Entities/TDExplosive.h:17,
  3584. from Entities/TDExplosive.cpp:14:
  3585. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3586. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3587. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3588. | ^
  3589. (58/261)
  3590. In file included from Entities/SceneLayer.h:26,
  3591. from Entities/SLTerrain.h:17,
  3592. from Entities/TerrainDebris.cpp:16:
  3593. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3594. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3595. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3596. | ^
  3597. (59/261)
  3598. In file included from Entities/TerrainObject.h:24,
  3599. from Entities/TerrainObject.cpp:14:
  3600. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3601. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3602. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3603. | ^
  3604. (60/261)
  3605. In file included from Managers/MovableMan.h:29,
  3606. from Entities/MovableObject.h:25,
  3607. from Entities/MOSprite.h:17,
  3608. from Entities/MOSRotating.h:17,
  3609. from Entities/Attachable.h:17,
  3610. from Entities/HeldDevice.h:17,
  3611. from Entities/ThrownDevice.h:17,
  3612. from Entities/ThrownDevice.cpp:14:
  3613. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3614. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3615. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3616. | ^
  3617. (61/261)
  3618. In file included from Managers/MovableMan.h:29,
  3619. from Entities/MovableObject.h:25,
  3620. from Entities/MOSprite.h:17,
  3621. from Entities/MOSRotating.h:17,
  3622. from Entities/Attachable.h:17,
  3623. from Entities/Turret.h:17,
  3624. from Entities/Turret.cpp:14:
  3625. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3626. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3627. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3628. | ^
  3629. (62/261)
  3630. In file included from Managers/MovableMan.h:29,
  3631. from Entities/MovableObject.h:25,
  3632. from Entities/MOSprite.h:17,
  3633. from Entities/MOSRotating.h:17,
  3634. from Entities/Actor.h:17,
  3635. from Managers/PresetMan.h:27,
  3636. from Entities/ActorEditor.cpp:15:
  3637. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3638. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3639. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3640. | ^
  3641. (63/261)
  3642. In file included from Managers/MovableMan.h:29,
  3643. from Entities/MovableObject.h:25,
  3644. from Entities/MOSprite.h:17,
  3645. from Entities/MOSRotating.h:17,
  3646. from Entities/Actor.h:17,
  3647. from Managers/PresetMan.h:27,
  3648. from Entities/AreaEditor.cpp:15:
  3649. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3650. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3651. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3652. | ^
  3653. (64/261)
  3654. In file included from Entities/TerrainObject.h:24,
  3655. from Entities/BunkerAssembly.h:22,
  3656. from Entities/AssemblyEditor.h:22,
  3657. from Entities/AssemblyEditor.cpp:14:
  3658. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3659. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3660. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3661. | ^
  3662. (65/261)
  3663. In file included from Managers/MovableMan.h:29,
  3664. from Entities/MovableObject.h:25,
  3665. from Entities/MOSprite.h:17,
  3666. from Entities/MOSRotating.h:17,
  3667. from Entities/Actor.h:17,
  3668. from Managers/PresetMan.h:27,
  3669. from Entities/BaseEditor.cpp:15:
  3670. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3671. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3672. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3673. | ^
  3674. (66/261)
  3675. In file included from Managers/MovableMan.h:29,
  3676. from Entities/MovableObject.h:25,
  3677. from Entities/MOSprite.h:17,
  3678. from Entities/MOSRotating.h:17,
  3679. from Entities/Actor.h:17,
  3680. from Managers/PresetMan.h:27,
  3681. from Entities/EditorActivity.cpp:15:
  3682. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3683. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3684. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3685. | ^
  3686. (67/261)
  3687. In file included from Entities/Scene.h:23,
  3688. from Entities/GameActivity.h:22,
  3689. from Entities/GABaseDefense.h:19,
  3690. from Entities/GABaseDefense.cpp:14:
  3691. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3692. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3693. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3694. | ^
  3695. (68/261)
  3696. In file included from Entities/Scene.h:23,
  3697. from Entities/GameActivity.h:22,
  3698. from Entities/GABrainMatch.h:18,
  3699. from Entities/GABrainMatch.cpp:14:
  3700. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3701. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3702. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3703. | ^
  3704. (69/261)
  3705. In file included from Entities/Scene.h:23,
  3706. from Entities/GameActivity.h:22,
  3707. from Entities/GameActivity.cpp:14:
  3708. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3709. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3710. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3711. | ^
  3712. (70/261)
  3713. In file included from Entities/Scene.h:23,
  3714. from Entities/GameActivity.h:22,
  3715. from Entities/GAScripted.h:20,
  3716. from Entities/GAScripted.cpp:14:
  3717. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3718. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3719. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3720. | ^
  3721. (71/261)
  3722. In file included from Entities/Scene.h:23,
  3723. from Entities/GameActivity.h:22,
  3724. from Entities/GATutorial.h:19,
  3725. from Entities/GATutorial.cpp:14:
  3726. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3727. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3728. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3729. | ^
  3730. (72/261)
  3731. In file included from Managers/MovableMan.h:29,
  3732. from Entities/MovableObject.h:25,
  3733. from Entities/MOSprite.h:17,
  3734. from Entities/MOSRotating.h:17,
  3735. from Entities/Actor.h:17,
  3736. from Managers/PresetMan.h:27,
  3737. from Entities/GibEditor.cpp:15:
  3738. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3739. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3740. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3741. | ^
  3742. (73/261)
  3743. In file included from Managers/MovableMan.h:29,
  3744. from Entities/MovableObject.h:25,
  3745. from Entities/MOSprite.h:17,
  3746. from Entities/MOSRotating.h:17,
  3747. from Entities/Actor.h:17,
  3748. from Managers/PresetMan.h:27,
  3749. from Entities/SceneEditor.cpp:15:
  3750. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3751. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3752. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3753. | ^
  3754. (74/261)
  3755. In file included from Managers/UInputMan.h:23,
  3756. from Managers/NetworkClient.h:17,
  3757. from Managers/NetworkServer.cpp:18:
  3758. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3759. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3760. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3761. | ^
  3762. In file included from Managers/NetworkServer.cpp:18:
  3763. Managers/NetworkClient.h: At global scope:
  3764. Managers/NetworkClient.h:120:25: warning: extra qualification ‘RTE::NetworkClient::’ on member ‘ConnectBlocking’ [-fpermissive]
  3765. 120 | RakNet::SystemAddress NetworkClient::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, unsigned short int port);
  3766. | ^~~~~~~~~~~~~
  3767. In file included from Managers/NetworkServer.cpp:19:
  3768. Managers/NetworkServer.h:198:8: warning: extra qualification ‘RTE::NetworkServer::’ on member ‘ClearTerrainChangeQueue’ [-fpermissive]
  3769. 198 | void NetworkServer::ClearTerrainChangeQueue(int player);
  3770. | ^~~~~~~~~~~~~
  3771. Managers/NetworkServer.h:220:25: warning: extra qualification ‘RTE::NetworkServer::’ on member ‘ConnectBlocking’ [-fpermissive]
  3772. 220 | RakNet::SystemAddress NetworkServer::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, int port);
  3773. | ^~~~~~~~~~~~~
  3774. (75/261)
  3775. In file included from Managers/NetworkClient.cpp:19:
  3776. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3777. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3778. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3779. | ^
  3780. In file included from Managers/NetworkClient.cpp:23:
  3781. Managers/NetworkClient.h: At global scope:
  3782. Managers/NetworkClient.h:120:25: warning: extra qualification ‘RTE::NetworkClient::’ on member ‘ConnectBlocking’ [-fpermissive]
  3783. 120 | RakNet::SystemAddress NetworkClient::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, unsigned short int port);
  3784. | ^~~~~~~~~~~~~
  3785. Managers/NetworkClient.cpp: In member function ‘void RTE::NetworkClient::ReceiveMusicEventsMsg(RakNet::Packet*)’:
  3786. Managers/NetworkClient.cpp:784:18: warning: ‘%s’ directive writing up to 255 bytes into a region of size 122 [-Wformat-overflow=]
  3787. 784 | sprintf(buf, "MUSIC %s %d", path, sndDataPtr->Loops);
  3788. | ^~~~~~~~~~~~~ ~~~~
  3789. Managers/NetworkClient.cpp:784:12: note: ‘sprintf’ output between 9 and 274 bytes into a destination of size 128
  3790. 784 | sprintf(buf, "MUSIC %s %d", path, sndDataPtr->Loops);
  3791. | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3792. (76/261)
  3793. (77/261)
  3794. In file included from Managers/MovableMan.h:29,
  3795. from Entities/MovableObject.h:25,
  3796. from Entities/MOSprite.h:17,
  3797. from Entities/MOSRotating.h:17,
  3798. from Entities/Actor.h:17,
  3799. from Managers/PresetMan.h:27,
  3800. from Managers/ActivityMan.cpp:15:
  3801. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3802. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3803. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3804. | ^
  3805. (78/261)
  3806. (79/261)
  3807. In file included from Managers/RTEManagers.h:16,
  3808. from Managers/ConsoleMan.cpp:15:
  3809. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3810. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3811. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3812. | ^
  3813. (80/261)
  3814. (81/261)
  3815. In file included from Managers/FrameMan.cpp:16:
  3816. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3817. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3818. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3819. | ^
  3820. Managers/FrameMan.cpp: In member function ‘void RTE::FrameMan::Draw()’:
  3821. Managers/FrameMan.cpp:2229:30: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=]
  3822. 2229 | sprintf(str, "Particles: %i", g_MovableMan.GetParticleCount());
  3823. | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3824. | |
  3825. | long int
  3826. Managers/FrameMan.cpp:2275:19: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
  3827. 2275 | sprintf(str, "T: %i", GetPerormanceCounterAverage(static_cast<PerformanceCounters>(pc)) / 1000);
  3828. | ^~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3829. | |
  3830. | int64_t {aka long int}
  3831. (82/261)
  3832. (83/261)
  3833. In file included from Managers/RTEManagers.h:16,
  3834. from Managers/LuaMan.cpp:16:
  3835. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3836. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3837. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3838. | ^
  3839. Managers/LuaMan.cpp: In member function ‘std::string RTE::LuaMan::GetNewPresetID()’:
  3840. Managers/LuaMan.cpp:2537:20: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=]
  3841. 2537 | sprintf(newID, "Pre%05i", m_NextPresetID);
  3842. | ^~~~~~~~~ ~~~~~~~~~~~~~~
  3843. | |
  3844. | long int
  3845. Managers/LuaMan.cpp: In member function ‘std::string RTE::LuaMan::GetNewObjectID()’:
  3846. Managers/LuaMan.cpp:2556:20: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=]
  3847. 2556 | sprintf(newID, "Obj%05i", m_NextObjectID);
  3848. | ^~~~~~~~~ ~~~~~~~~~~~~~~
  3849. | |
  3850. | long int
  3851. c++: fatal error: Terminated signal terminated program cc1plus
  3852. compilation terminated.
  3853. (84/261)
  3854. In file included from Entities/Scene.h:23,
  3855. from Entities/GameActivity.h:22,
  3856. from Entities/GAScripted.h:20,
  3857. from Managers/MetaMan.h:32,
  3858. from Managers/MetaMan.cpp:14:
  3859. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3860. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3861. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3862. | ^
  3863. (85/261)
  3864. In file included from Managers/MovableMan.h:29,
  3865. from Managers/MovableMan.cpp:16:
  3866. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3867. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3868. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3869. | ^
  3870. (86/261)
  3871. In file included from Managers/MovableMan.h:29,
  3872. from Entities/MovableObject.h:25,
  3873. from Entities/MOSprite.h:17,
  3874. from Entities/MOSRotating.h:17,
  3875. from Entities/Actor.h:17,
  3876. from Managers/PresetMan.h:27,
  3877. from Managers/PresetMan.cpp:16:
  3878. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3879. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3880. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3881. | ^
  3882. (87/261)
  3883. In file included from Managers/UInputMan.h:23,
  3884. from Managers/NetworkServer.h:17,
  3885. from Managers/SceneMan.cpp:13:
  3886. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3887. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3888. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3889. | ^
  3890. In file included from Managers/NetworkServer.h:20,
  3891. from Managers/SceneMan.cpp:13:
  3892. Managers/NetworkClient.h: At global scope:
  3893. Managers/NetworkClient.h:120:25: warning: extra qualification ‘RTE::NetworkClient::’ on member ‘ConnectBlocking’ [-fpermissive]
  3894. 120 | RakNet::SystemAddress NetworkClient::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, unsigned short int port);
  3895. | ^~~~~~~~~~~~~
  3896. In file included from Managers/SceneMan.cpp:13:
  3897. Managers/NetworkServer.h:198:8: warning: extra qualification ‘RTE::NetworkServer::’ on member ‘ClearTerrainChangeQueue’ [-fpermissive]
  3898. 198 | void NetworkServer::ClearTerrainChangeQueue(int player);
  3899. | ^~~~~~~~~~~~~
  3900. Managers/NetworkServer.h:220:25: warning: extra qualification ‘RTE::NetworkServer::’ on member ‘ConnectBlocking’ [-fpermissive]
  3901. 220 | RakNet::SystemAddress NetworkServer::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, int port);
  3902. | ^~~~~~~~~~~~~
  3903. (88/261)
  3904. In file included from Managers/MovableMan.h:29,
  3905. from Entities/MovableObject.h:25,
  3906. from Entities/MOSprite.h:17,
  3907. from Entities/MOSRotating.h:17,
  3908. from Entities/Actor.h:17,
  3909. from Managers/PresetMan.h:27,
  3910. from Managers/SettingsMan.cpp:16:
  3911. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3912. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3913. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3914. | ^
  3915. (89/261)
  3916. (90/261)
  3917. In file included from Managers/UInputMan.h:23,
  3918. from Managers/UInputMan.cpp:14:
  3919. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3920. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3921. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3922. | ^
  3923. (91/261)
  3924. (92/261)
  3925. In file included from GUI/AllegroInput.cpp:15:
  3926. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3927. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3928. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3929. | ^
  3930. (93/261)
  3931. (94/261)
  3932. (95/261)
  3933. (96/261)
  3934. (97/261)
  3935. (98/261)
  3936. (99/261)
  3937. (100/261)
  3938. (101/261)
  3939. (102/261)
  3940. (103/261)
  3941. (104/261)
  3942. (105/261)
  3943. (106/261)
  3944. (107/261)
  3945. (108/261)
  3946. (109/261)
  3947. (110/261)
  3948. (111/261)
  3949. (112/261)
  3950. (113/261)
  3951. (114/261)
  3952. (115/261)
  3953. (116/261)
  3954. (117/261)
  3955. (118/261)
  3956. (119/261)
  3957. (120/261)
  3958. (121/261)
  3959. GUI/GUITextPanel.cpp: In member function ‘virtual void RTE::GUITextPanel::OnKeyPress(int, int)’:
  3960. GUI/GUITextPanel.cpp:394:24: warning: narrowing conversion of ‘KeyCode’ from ‘int’ to ‘char’ [-Wnarrowing]
  3961. 394 | char buf[2] = {KeyCode, '\0'};
  3962. | ^~~~~~~
  3963. (122/261)
  3964. (123/261)
  3965. In file included from Entities/Scene.h:23,
  3966. from Menus/AreaEditorGUI.h:18,
  3967. from Menus/AreaEditorGUI.cpp:14:
  3968. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3969. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3970. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3971. | ^
  3972. (124/261)
  3973. In file included from Entities/Scene.h:23,
  3974. from Menus/AreaPickerGUI.h:21,
  3975. from Menus/AreaPickerGUI.cpp:14:
  3976. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3977. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3978. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3979. | ^
  3980. (125/261)
  3981. In file included from Entities/BunkerAssemblyScheme.h:24,
  3982. from Menus/AssemblyEditorGUI.h:21,
  3983. from Menus/AssemblyEditorGUI.cpp:14:
  3984. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3985. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3986. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3987. | ^
  3988. (126/261)
  3989. In file included from Menus/BuyMenuGUI.cpp:16:
  3990. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3991. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3992. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3993. | ^
  3994. (127/261)
  3995. In file included from Menus/GibEditorGUI.cpp:16:
  3996. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  3997. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  3998. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  3999. | ^
  4000. (128/261)
  4001. In file included from Menus/MainMenuGUI.cpp:16:
  4002. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  4003. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  4004. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  4005. | ^
  4006. (129/261)
  4007. In file included from Menus/MetagameGUI.cpp:16:
  4008. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  4009. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  4010. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  4011. | ^
  4012. (130/261)
  4013. In file included from Menus/ObjectPickerGUI.cpp:18:
  4014. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  4015. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  4016. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  4017. | ^
  4018. (131/261)
  4019. In file included from Menus/PieMenuGUI.cpp:16:
  4020. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  4021. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  4022. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  4023. | ^
  4024. (132/261)
  4025. In file included from Menus/ScenarioGUI.cpp:16:
  4026. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  4027. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  4028. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  4029. | ^
  4030. (133/261)
  4031. In file included from Menus/SceneEditorGUI.cpp:16:
  4032. Managers/FrameMan.h: In member function ‘void RTE::FrameMan::ShowMessageBox(std::string) const’:
  4033. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  4034. 1534 | void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  4035. | ^
  4036. (134/261)
  4037. (135/261)
  4038. (136/261)
  4039. (137/261)
  4040. (138/261)
  4041. (139/261)
  4042. (140/261)
  4043. (141/261)
  4044. (142/261)
  4045. (143/261)
  4046. (144/261)
  4047. (145/261)
  4048. (146/261)
  4049. (147/261)
  4050. (148/261)
  4051. (149/261)
  4052. (150/261)
  4053. (151/261)
  4054. (152/261)
  4055. (153/261)
  4056. (154/261)
  4057. (155/261)
  4058. (156/261)
  4059. (157/261)
  4060. (158/261)
  4061. (159/261)
  4062. (160/261)
  4063. (161/261)
  4064. (162/261)
  4065. (163/261)
  4066. (164/261)
  4067. (165/261)
  4068. (166/261)
  4069. (167/261)
  4070. (168/261)
  4071. (169/261)
  4072. (170/261)
  4073. (171/261)
  4074. (172/261)
  4075. (173/261)
  4076. (174/261)
  4077. (175/261)
  4078. (176/261)
  4079. (177/261)
  4080. (178/261)
  4081. (179/261)
  4082. (180/261)
  4083. (181/261)
  4084. (182/261)
  4085. (183/261)
  4086. external/sources/RakNet/PacketLogger.cpp: In member function ‘virtual void RakNet::PacketLogger::OnAck(unsigned int, RakNet::SystemAddress, RakNet::TimeMS)’:
  4087. external/sources/RakNet/PacketLogger.cpp:163:15: warning: ‘%s’ directive writing up to 61 bytes into a region of size between 30 and 239 [-Wformat-overflow=]
  4088. 163 | sprintf(str, "%s,Rcv,Ack,%i,,,,%" PRINTF_64_BIT_MODIFIER "u,%s,%s,,,,,,"
  4089. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4090. ......
  4091. 168 | , str2
  4092. | ~~~~
  4093. external/sources/RakNet/PacketLogger.cpp:163:9: note: ‘sprintf’ output between 24 and 294 bytes into a destination of size 256
  4094. 163 | sprintf(str, "%s,Rcv,Ack,%i,,,,%" PRINTF_64_BIT_MODIFIER "u,%s,%s,,,,,,"
  4095. | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4096. 164 |  , localtime
  4097. | ~~~~~~~~~~~
  4098. 165 |  , messageNumber
  4099. | ~~~~~~~~~~~~~~~
  4100. 166 |  , (unsigned long long) time
  4101. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4102. 167 |  , str1
  4103. | ~~~~~~
  4104. 168 |  , str2
  4105. | ~~~~~~
  4106. 169 |  );
  4107. | ~
  4108. external/sources/RakNet/PacketLogger.cpp: In member function ‘virtual void RakNet::PacketLogger::OnPushBackPacket(const char*, RakNet::BitSize_t, RakNet::SystemAddress)’:
  4109. external/sources/RakNet/PacketLogger.cpp:183:15: warning: ‘%s’ directive writing up to 61 bytes into a region of size between 49 and 239 [-Wformat-overflow=]
  4110. 183 | sprintf(str, "%s,Lcl,PBP,,,%s,%i,%" PRINTF_64_BIT_MODIFIER "u,%s,%s,,,,,,"
  4111. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4112. ......
  4113. 189 | , str2
  4114. | ~~~~
  4115. external/sources/RakNet/PacketLogger.cpp:183:9: note: ‘sprintf’ output 24 or more bytes (assuming 275) into a destination of size 256
  4116. 183 | sprintf(str, "%s,Lcl,PBP,,,%s,%i,%" PRINTF_64_BIT_MODIFIER "u,%s,%s,,,,,,"
  4117. | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4118. 184 |  , localtime
  4119. | ~~~~~~~~~~~
  4120. 185 |  , BaseIDTOString(data[0])
  4121. | ~~~~~~~~~~~~~~~~~~~~~~~~~
  4122. 186 |  , bitsUsed
  4123. | ~~~~~~~~~~
  4124. 187 |  , (unsigned long long) time
  4125. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4126. 188 |  , str1
  4127. | ~~~~~~
  4128. 189 |  , str2
  4129. | ~~~~~~
  4130. 190 |  );
  4131. | ~
  4132. (184/261)
  4133. (185/261)
  4134. (186/261)
  4135. (187/261)
  4136. (188/261)
  4137. (189/261)
  4138. (190/261)
  4139. (191/261)
  4140. (192/261)
  4141. (193/261)
  4142. (194/261)
  4143. (195/261)
  4144. (196/261)
  4145. (197/261)
  4146. (198/261)
  4147. (199/261)
  4148. (200/261)
  4149. (201/261)
  4150. (202/261)
  4151. (203/261)
  4152. (204/261)
  4153. (205/261)
  4154. (206/261)
  4155. (207/261)
  4156. (208/261)
  4157. (209/261)
  4158. (210/261)
  4159. (211/261)
  4160. (212/261)
  4161. (213/261)
  4162. (214/261)
  4163. (215/261)
  4164. (216/261)
  4165. (217/261)
  4166. (218/261)
  4167. (219/261)
  4168. (220/261)
  4169. (221/261)
  4170. (222/261)
  4171. (223/261)
  4172. (224/261)
  4173. (225/261)
  4174. (226/261)
  4175. (227/261)
  4176. (228/261)
  4177. (229/261)
  4178. (230/261)
  4179. (231/261)
  4180. (232/261)
  4181. (233/261)
  4182. (234/261)
  4183. (235/261)
  4184. (236/261)
  4185. (237/261)
  4186. (238/261)
  4187. (239/261)
  4188. (240/261)
  4189. (241/261)
  4190. (242/261)
  4191. (243/261)
  4192. (244/261)
  4193. (245/261)
  4194. (246/261)
  4195. (247/261)
  4196. (248/261)
  4197. (249/261)
  4198. (250/261)
  4199. (251/261)
  4200. (252/261)
  4201. (253/261)
  4202. (254/261)
  4203. (255/261)
  4204. (256/261)
  4205. (257/261)
  4206. (258/261)
  4207. (259/261)
  4208. (260/261)
  4209. c++: error: objs/LuaMan.cpp.o: No such file or directory
  4210. c++: error: /home/newk/CortexCommand/CCOSS/external/linux/prepared/libSDL2_mixer.a: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement