1. * Package: games-puzzle/enigma-1.01
  2. * Repository: gentoo
  3. * Maintainer: games@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib nls test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking enigma-1.01-64bit.tar.gz to /tmp/portage/games-puzzle/enigma-1.01/work
  8. >>> Source unpacked in /tmp/portage/games-puzzle/enigma-1.01/work
  9. >>> Preparing source in /tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01 ...
  10. * Applying enigma-1.01-autotools.patch ...
  11. [ ok ]
  12. * Applying enigma-1.01-gcc43.patch ...
  13. [ ok ]
  14. * Applying enigma-1.01-gcc44.patch ...
  15. [ ok ]
  16. * Applying enigma-1.01-gcc46.patch ...
  17. [ ok ]
  18. * Applying enigma-1.01-xerces-c.patch ...
  19. [ ok ]
  20. * Applying enigma-1.01-libpng15.patch ...
  21. [ ok ]
  22. * Running eautoreconf in '/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01' ...
  23. * Running aclocal -I m4 ...
  24. * Running eautoreconf in '/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++' ...
  25. * Running aclocal ...
  26. [ ok ]
  27. * Running autoconf ...
  28. [ ok ]
  29. * Running autoheader ...
  30. [ ok ]
  31. * Running automake --add-missing --copy ...
  32. [ ok ]
  33. * Running autoconf ...
  34. [ ok ]
  35. [ ok ]
  36. * Running autoheader ...
  37. [ ok ]
  38. * Running automake --add-missing --copy --foreign ...
  39. [ ok ]
  40. >>> Source prepared.
  41. >>> Configuring source in /tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01 ...
  42. * econf: updating enigma-1.01/config.sub with /usr/share/gnuconfig/config.sub
  43. * econf: updating enigma-1.01/config.guess with /usr/share/gnuconfig/config.guess
  44. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr/games --libdir=/usr/games/lib64 --datadir=/usr/share/games --sysconfdir=/etc/games --localstatedir=/var/games --disable-dependency-tracking --enable-nls
  45. checking build system type... x86_64-pc-linux-gnu
  46. checking host system type... x86_64-pc-linux-gnu
  47. checking target system type... x86_64-pc-linux-gnu
  48. checking for a BSD-compatible install... /usr/bin/install -c
  49. checking whether build environment is sane... yes
  50. checking for a thread-safe mkdir -p... /bin/mkdir -p
  51. checking for gawk... gawk
  52. checking whether make sets $(MAKE)... yes
  53. checking for style of include used by make... GNU
  54. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  55. checking whether the C compiler works... yes
  56. checking for C compiler default output file name... a.out
  57. checking for suffix of executables...
  58. checking whether we are cross compiling... no
  59. checking for suffix of object files... o
  60. checking whether we are using the GNU C compiler... yes
  61. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  62. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  63. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  64. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  65. checking for grep that handles long lines and -e... /bin/grep
  66. checking for egrep... /bin/grep -E
  67. checking for ANSI C header files... yes
  68. checking for sys/types.h... yes
  69. checking for sys/stat.h... yes
  70. checking for stdlib.h... yes
  71. checking for string.h... yes
  72. checking for memory.h... yes
  73. checking for strings.h... yes
  74. checking for inttypes.h... yes
  75. checking for stdint.h... yes
  76. checking for unistd.h... yes
  77. checking minix/config.h usability... no
  78. checking minix/config.h presence... no
  79. checking for minix/config.h... no
  80. checking whether it is safe to define __EXTENSIONS__... yes
  81. checking whether NLS is requested... yes
  82. checking for msgfmt... /usr/bin/msgfmt
  83. checking for gmsgfmt... /usr/bin/gmsgfmt
  84. checking for xgettext... /usr/bin/xgettext
  85. checking for msgmerge... /usr/bin/msgmerge
  86. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  87. checking for strerror in -lcposix... no
  88. checking for an ANSI C-conforming const... yes
  89. checking for signed... yes
  90. checking for inline... inline
  91. checking for off_t... yes
  92. checking for size_t... yes
  93. checking for long long... yes
  94. checking for long double... yes
  95. checking for wchar_t... yes
  96. checking for wint_t... yes
  97. checking for inttypes.h... yes
  98. checking for stdint.h... yes
  99. checking for intmax_t... yes
  100. checking whether printf() supports POSIX/XSI format strings... yes
  101. checking for working alloca.h... yes
  102. checking for alloca... yes
  103. checking for stdlib.h... (cached) yes
  104. checking for unistd.h... (cached) yes
  105. checking for sys/param.h... yes
  106. checking for getpagesize... yes
  107. checking for working mmap... yes
  108. checking whether we are using the GNU C Library 2.1 or newer... yes
  109. checking whether integer division by zero raises SIGFPE... yes
  110. checking for unsigned long long... yes
  111. checking for inttypes.h... yes
  112. checking whether the inttypes.h PRIxNN macros are broken... no
  113. checking for stdint.h... (cached) yes
  114. checking for SIZE_MAX... yes
  115. checking for stdint.h... (cached) yes
  116. checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
  117. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  118. checking for shared library run path origin... done
  119. checking for ptrdiff_t... yes
  120. checking argz.h usability... yes
  121. checking argz.h presence... yes
  122. checking for argz.h... yes
  123. checking limits.h usability... yes
  124. checking limits.h presence... yes
  125. checking for limits.h... yes
  126. checking locale.h usability... yes
  127. checking locale.h presence... yes
  128. checking for locale.h... yes
  129. checking nl_types.h usability... yes
  130. checking nl_types.h presence... yes
  131. checking for nl_types.h... yes
  132. checking malloc.h usability... yes
  133. checking malloc.h presence... yes
  134. checking for malloc.h... yes
  135. checking stddef.h usability... yes
  136. checking stddef.h presence... yes
  137. checking for stddef.h... yes
  138. checking for stdlib.h... (cached) yes
  139. checking for string.h... (cached) yes
  140. checking for unistd.h... (cached) yes
  141. checking for sys/param.h... (cached) yes
  142. checking for asprintf... yes
  143. checking for fwprintf... yes
  144. checking for getcwd... yes
  145. checking for getegid... yes
  146. checking for geteuid... yes
  147. checking for getgid... yes
  148. checking for getuid... yes
  149. checking for mempcpy... yes
  150. checking for munmap... yes
  151. checking for putenv... yes
  152. checking for setenv... yes
  153. checking for setlocale... yes
  154. checking for snprintf... yes
  155. checking for stpcpy... yes
  156. checking for strcasecmp... yes
  157. checking for strdup... yes
  158. checking for strtoul... yes
  159. checking for tsearch... yes
  160. checking for wcslen... yes
  161. checking for __argz_count... yes
  162. checking for __argz_stringify... yes
  163. checking for __argz_next... yes
  164. checking for __fsetlocking... yes
  165. checking whether _snprintf is declared... no
  166. checking whether _snwprintf is declared... no
  167. checking whether feof_unlocked is declared... yes
  168. checking whether fgets_unlocked is declared... yes
  169. checking whether getc_unlocked is declared... yes
  170. checking for iconv... yes
  171. checking for iconv declaration...
  172. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  173. checking for nl_langinfo and CODESET... yes
  174. checking for LC_MESSAGES... yes
  175. checking for bison... bison
  176. checking version of bison... 2.5.1, ok
  177. checking whether NLS is requested... yes
  178. checking whether included gettext is requested... no
  179. checking for GNU gettext in libc... yes
  180. checking whether to use NLS... yes
  181. checking where the gettext function comes from... libc
  182. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  183. checking whether we are using the GNU C compiler... (cached) yes
  184. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  185. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  186. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
  187. checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  188. checking whether we are using the GNU C++ compiler... yes
  189. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  190. checking dependency style of x86_64-pc-linux-gnu-g++... none
  191. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  192. checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib
  193. checking for texi2html... /usr/bin/texi2html
  194. checking dirent.h usability... yes
  195. checking dirent.h presence... yes
  196. checking for dirent.h... yes
  197. checking for library containing dlopen... -ldl
  198. checking for sdl-config... /usr/bin/sdl-config
  199. checking for SDL - version >= 1.2.0... yes
  200. checking for main in -lSDL_image... yes
  201. checking for main in -lSDL_mixer... yes
  202. checking for Mix_QuickLoad_RAW in -lSDL_mixer... yes
  203. checking for SDL_ttf >=2.0.6... found
  204. checking for main in -lSDL_ttf... yes
  205. checking for png_create_write_struct in -lpng... yes
  206. checking for Xerces 3 version... not found
  207. checking for Xerces >=2.4 released version... found
  208. checking for main in -lxerces-c... yes
  209. checking whether to include profiling information... no
  210. checking whether to include assert statements... yes
  211. checking whether to optimize... no
  212. checking whether to debug the game with gdb... no
  213. checking whether to build lua using c++... yes
  214. checking whether to enable warnings... no
  215. checking that generated files are newer than configure... done
  216. configure: creating ./config.status
  217. config.status: creating Makefile
  218. config.status: creating m4/Makefile
  219. config.status: creating intl/Makefile
  220. config.status: WARNING: 'intl/Makefile.in' seems to ignore the --datarootdir setting
  221. config.status: creating data/Makefile
  222. config.status: creating data/gfx/Makefile
  223. config.status: creating data/gfx32/Makefile
  224. config.status: creating data/gfx40/Makefile
  225. config.status: creating data/gfx48/Makefile
  226. config.status: creating data/levels/Makefile
  227. config.status: creating data/levels/enigma_tutorial/Makefile
  228. config.status: creating data/levels/enigma_i/Makefile
  229. config.status: creating data/levels/enigma_ii/Makefile
  230. config.status: creating data/levels/enigma_iii/Makefile
  231. config.status: creating data/levels/enigma_iv/Makefile
  232. config.status: creating data/levels/enigma_v/Makefile
  233. config.status: creating data/levels/enigma_vi/Makefile
  234. config.status: creating data/levels/enigma_vii/Makefile
  235. config.status: creating data/levels/enigma_cross/Makefile
  236. config.status: creating data/levels/enigma_esprit/Makefile
  237. config.status: creating data/levels/enigma_oxyd/Makefile
  238. config.status: creating data/levels/enigma_peroxyd/Makefile
  239. config.status: creating data/levels/enigma_oxydmagnum/Makefile
  240. config.status: creating data/levels/enigma_oxydextra/Makefile
  241. config.status: creating data/levels/enigma_experimental/Makefile
  242. config.status: creating data/levels/enigma_stable/Makefile
  243. config.status: creating data/levels/enigma_sokoban/Makefile
  244. config.status: creating data/levels/enigma_microban/Makefile
  245. config.status: creating data/levels/enigma_mas_microban/Makefile
  246. config.status: creating data/levels/lib/Makefile
  247. config.status: creating data/levels/patches/Makefile
  248. config.status: creating data/fonts/Makefile
  249. config.status: creating data/sound/Makefile
  250. config.status: creating data/soundsets/Makefile
  251. config.status: creating data/soundsets/enigma/Makefile
  252. config.status: creating data/schemas/Makefile
  253. config.status: creating doc/Makefile
  254. config.status: creating doc/images/Makefile
  255. config.status: creating doc/images/flags25x15/Makefile
  256. config.status: creating doc/manual/Makefile
  257. config.status: creating doc/manual/images/Makefile
  258. config.status: creating doc/reference/Makefile
  259. config.status: creating doc/reference/images/Makefile
  260. config.status: creating etc/Makefile
  261. config.status: creating lib-src/Makefile
  262. config.status: creating lib-src/oxydlib/Makefile
  263. config.status: creating lib-src/lua/Makefile
  264. config.status: creating lib-src/enigma-core/Makefile
  265. config.status: creating src/Makefile
  266. config.status: creating tools/Makefile
  267. config.status: creating etc/enigma.spec
  268. config.status: creating etc/enigma.nsi
  269. config.status: creating etc/Info.plist
  270. config.status: creating po/Makefile.in
  271. config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
  272. config.status: creating etc/mingw32-dist.sh
  273. config.status: creating src/config.h
  274. config.status: executing depfiles commands
  275. config.status: executing default-1 commands
  276. config.status: creating po/POTFILES
  277. config.status: creating po/Makefile
  278. === configuring in lib-src/zipios++ (/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++)
  279. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/games' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/games/lib64' '--datadir=/usr/share/games' '--sysconfdir=/etc/games' '--localstatedir=/var/games' '--disable-dependency-tracking' '--enable-nls' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CC=x86_64-pc-linux-gnu-gcc' 'CFLAGS=-O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CXX=x86_64-pc-linux-gnu-g++' 'CXXFLAGS=-O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches' --cache-file=/dev/null --srcdir=.
  280. checking for a BSD-compatible install... /usr/bin/install -c
  281. checking whether build environment is sane... yes
  282. checking for a thread-safe mkdir -p... /bin/mkdir -p
  283. checking for gawk... gawk
  284. checking whether make sets $(MAKE)... yes
  285. checking whether the C++ compiler works... yes
  286. checking for C++ compiler default output file name... a.out
  287. checking for suffix of executables...
  288. checking whether we are cross compiling... no
  289. checking for suffix of object files... o
  290. checking whether we are using the GNU C++ compiler... yes
  291. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  292. checking for style of include used by make... GNU
  293. checking dependency style of x86_64-pc-linux-gnu-g++... none
  294. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  295. checking whether we are using the GNU C compiler... yes
  296. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  297. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  298. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  299. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  300. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  301. checking for inflate in -lz... yes
  302. checking for zError in -lz... yes
  303. checking for grep that handles long lines and -e... /bin/grep
  304. checking for egrep... /bin/grep -E
  305. checking for ANSI C header files... yes
  306. checking for sys/types.h... yes
  307. checking for sys/stat.h... yes
  308. checking for stdlib.h... yes
  309. checking for string.h... yes
  310. checking for memory.h... yes
  311. checking for strings.h... yes
  312. checking for inttypes.h... yes
  313. checking for stdint.h... yes
  314. checking for unistd.h... yes
  315. checking for unistd.h... (cached) yes
  316. checking whether the compiler implements namespaces... yes
  317. checking whether the compiler supports Standard Template Library... yes
  318. checking whether the compiler supports ISO C++ standard library... yes
  319. checking for std iostream... yes
  320. checking for an ANSI C-conforming const... yes
  321. checking for inline... inline
  322. checking that generated files are newer than configure... done
  323. configure: creating ./config.status
  324. config.status: creating Makefile
  325. config.status: creating zipios++/Makefile
  326. config.status: creating src/Makefile
  327. config.status: creating zipios++/zipios-config.h
  328. config.status: executing depfiles commands
  329. Enigma is now configured
  330. Source directory: .
  331. Installation prefix: /usr/games
  332. C++ compiler: x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA
  333. Libraries: -lxerces-c -lpng -ldl
  334. Linker options: -Wl,-O1 -Wl,--as-needed
  335. Languages: de fr nl it es sv ru hu pt fi
  336. If these values seem to make sense, you can now run make.
  337. >>> Source configured.
  338. >>> Compiling source in /tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01 ...
  339. make -j24
  340. Making all in m4
  341. make[1]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/m4'
  342. make[1]: Nothing to be done for `all'.
  343. make[1]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/m4'
  344. Making all in lib-src
  345. make[1]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src'
  346. Making all in oxydlib
  347. make[2]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/oxydlib'
  348. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o DatFile.o DatFile.cpp
  349. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o VecUtils.o VecUtils.cpp
  350. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o FileUtils.o FileUtils.cpp
  351. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o Level.o Level.cpp
  352. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o Bitmap.o Bitmap.cpp
  353. rm -f liboxyd.a
  354. ar cru liboxyd.a DatFile.o VecUtils.o FileUtils.o Level.o Bitmap.o
  355. x86_64-pc-linux-gnu-ranlib liboxyd.a
  356. make[2]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/oxydlib'
  357. Making all in lua
  358. make[2]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/lua'
  359. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lapi.o `test -f 'lapi.c' || echo './'`lapi.c
  360. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lauxlib.o `test -f 'lauxlib.c' || echo './'`lauxlib.c
  361. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lbaselib.o `test -f 'lbaselib.c' || echo './'`lbaselib.c
  362. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lcode.o `test -f 'lcode.c' || echo './'`lcode.c
  363. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-ldblib.o `test -f 'ldblib.c' || echo './'`ldblib.c
  364. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-ldebug.o `test -f 'ldebug.c' || echo './'`ldebug.c
  365. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-ldo.o `test -f 'ldo.c' || echo './'`ldo.c
  366. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-ldump.o `test -f 'ldump.c' || echo './'`ldump.c
  367. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lfunc.o `test -f 'lfunc.c' || echo './'`lfunc.c
  368. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lgc.o `test -f 'lgc.c' || echo './'`lgc.c
  369. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-linit.o `test -f 'linit.c' || echo './'`linit.c
  370. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-liolib.o `test -f 'liolib.c' || echo './'`liolib.c
  371. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-llex.o `test -f 'llex.c' || echo './'`llex.c
  372. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lmathlib.o `test -f 'lmathlib.c' || echo './'`lmathlib.c
  373. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lmem.o `test -f 'lmem.c' || echo './'`lmem.c
  374. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-loadlib.o `test -f 'loadlib.c' || echo './'`loadlib.c
  375. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lobject.o `test -f 'lobject.c' || echo './'`lobject.c
  376. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lopcodes.o `test -f 'lopcodes.c' || echo './'`lopcodes.c
  377. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-loslib.o `test -f 'loslib.c' || echo './'`loslib.c
  378. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lparser.o `test -f 'lparser.c' || echo './'`lparser.c
  379. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lstate.o `test -f 'lstate.c' || echo './'`lstate.c
  380. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lstring.o `test -f 'lstring.c' || echo './'`lstring.c
  381. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lstrlib.o `test -f 'lstrlib.c' || echo './'`lstrlib.c
  382. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-ltable.o `test -f 'ltable.c' || echo './'`ltable.c
  383. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-ltablib.o `test -f 'ltablib.c' || echo './'`ltablib.c
  384. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-ltm.o `test -f 'ltm.c' || echo './'`ltm.c
  385. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lundump.o `test -f 'lundump.c' || echo './'`lundump.c
  386. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lvm.o `test -f 'lvm.c' || echo './'`lvm.c
  387. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-lzio.o `test -f 'lzio.c' || echo './'`lzio.c
  388. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-tolua_event.o `test -f 'tolua_event.c' || echo './'`tolua_event.c
  389. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-tolua_is.o `test -f 'tolua_is.c' || echo './'`tolua_is.c
  390. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-tolua_map.o `test -f 'tolua_map.c' || echo './'`tolua_map.c
  391. tolua_event.c: In function 'int class_call_event(lua_State*)':
  392. tolua_event.c:313:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  393. tolua_event.c: In function 'int do_operator(lua_State*, const char*)':
  394. tolua_event.c:338:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  395. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-tolua_push.o `test -f 'tolua_push.c' || echo './'`tolua_push.c
  396. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -DLUA_USE_LINUX -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o liblua_a-tolua_to.o `test -f 'tolua_to.c' || echo './'`tolua_to.c
  397. tolua_map.c: In function 'void tolua_open(lua_State*)':
  398. tolua_map.c:323:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  399. tolua_map.c:327:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  400. tolua_map.c:328:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  401. tolua_map.c:329:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  402. tolua_map.c:330:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  403. tolua_map.c:331:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  404. tolua_map.c:332:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  405. tolua_map.c:333:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  406. tolua_map.c:335:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  407. tolua_map.c:336:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  408. tolua_map.c: In function 'void* tolua_copy(lua_State*, void*, unsigned int)':
  409. tolua_map.c:353:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  410. rm -f liblua.a
  411. ar cru liblua.a liblua_a-lapi.o liblua_a-lauxlib.o liblua_a-lbaselib.o liblua_a-lcode.o liblua_a-ldblib.o liblua_a-ldebug.o liblua_a-ldo.o liblua_a-ldump.o liblua_a-lfunc.o liblua_a-lgc.o liblua_a-linit.o liblua_a-liolib.o liblua_a-llex.o liblua_a-lmathlib.o liblua_a-lmem.o liblua_a-loadlib.o liblua_a-lobject.o liblua_a-lopcodes.o liblua_a-loslib.o liblua_a-lparser.o liblua_a-lstate.o liblua_a-lstring.o liblua_a-lstrlib.o liblua_a-ltable.o liblua_a-ltablib.o liblua_a-ltm.o liblua_a-lundump.o liblua_a-lvm.o liblua_a-lzio.o liblua_a-tolua_event.o liblua_a-tolua_is.o liblua_a-tolua_map.o liblua_a-tolua_push.o liblua_a-tolua_to.o
  412. x86_64-pc-linux-gnu-ranlib liblua.a
  413. make[2]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/lua'
  414. Making all in zipios++
  415. make[2]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++'
  416. Making all in zipios++
  417. make[3]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++/zipios++'
  418. make all-am
  419. make[4]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++/zipios++'
  420. make[4]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++/zipios++'
  421. make[3]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++/zipios++'
  422. Making all in src
  423. make[3]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++/src'
  424. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o basicentry.o basicentry.cpp
  425. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o collcoll.o collcoll.cpp
  426. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o dircoll.o dircoll.cpp
  427. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o directory.o directory.cpp
  428. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o fcoll.o fcoll.cpp
  429. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o fcollexceptions.o fcollexceptions.cpp
  430. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o fileentry.o fileentry.cpp
  431. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o filepath.o filepath.cpp
  432. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o filterinputstreambuf.o filterinputstreambuf.cpp
  433. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o inflateinputstreambuf.o inflateinputstreambuf.cpp
  434. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o zipfile.o zipfile.cpp
  435. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o ziphead.o ziphead.cpp
  436. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o zipheadio.o zipheadio.cpp
  437. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o zipinputstream.o zipinputstream.cpp
  438. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o zipinputstreambuf.o zipinputstreambuf.cpp
  439. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o filteroutputstreambuf.o filteroutputstreambuf.cpp
  440. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o deflateoutputstreambuf.o deflateoutputstreambuf.cpp
  441. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o zipoutputstreambuf.o zipoutputstreambuf.cpp
  442. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../zipios++ -I./.. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o zipoutputstream.o zipoutputstream.cpp
  443. directory.cpp: In member function 'void boost::filesystem::dir_it::representation::change_group(gid_t)':
  444. directory.cpp:119:100: warning: ignoring return value of 'int chown(const char*, __uid_t, __gid_t)', declared with attribute warn_unused_result [-Wunused-result]
  445. directory.cpp: In member function 'void boost::filesystem::dir_it::representation::change_owner(uid_t)':
  446. directory.cpp:118:100: warning: ignoring return value of 'int chown(const char*, __uid_t, __gid_t)', declared with attribute warn_unused_result [-Wunused-result]
  447. rm -f libzipios.a
  448. ar cru libzipios.a basicentry.o collcoll.o dircoll.o directory.o fcoll.o fcollexceptions.o fileentry.o filepath.o filterinputstreambuf.o inflateinputstreambuf.o zipfile.o ziphead.o zipheadio.o zipinputstream.o zipinputstreambuf.o filteroutputstreambuf.o deflateoutputstreambuf.o zipoutputstreambuf.o zipoutputstream.o
  449. x86_64-pc-linux-gnu-ranlib libzipios.a
  450. make[3]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++/src'
  451. make[3]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++'
  452. make[3]: Nothing to be done for `all-am'.
  453. make[3]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++'
  454. make[2]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/zipios++'
  455. Making all in enigma-core
  456. make[2]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/enigma-core'
  457. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c IMG_SavePNG.c
  458. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c SDL_gfxPrimitives.c
  459. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c SDL_rotozoom.c
  460. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_argp.o ecl_argp.cc
  461. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_buffer.o ecl_buffer.cc
  462. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_dict.o ecl_dict.cc
  463. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_font.o ecl_font.cc
  464. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_geom.o ecl_geom.cc
  465. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_math.o ecl_math.cc
  466. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_sdl.o ecl_sdl.cc
  467. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_system_unix.o ecl_system_unix.cc
  468. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_sys_localename.o ecl_sys_localename.cc
  469. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_utf.o ecl_utf.cc
  470. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_util.o ecl_util.cc
  471. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o ecl_video.o ecl_video.cc
  472. rm -f libecl.a
  473. ar cru libecl.a IMG_SavePNG.o SDL_gfxPrimitives.o SDL_rotozoom.o ecl_argp.o ecl_buffer.o ecl_dict.o ecl_font.o ecl_geom.o ecl_math.o ecl_sdl.o ecl_system_unix.o ecl_sys_localename.o ecl_utf.o ecl_util.o ecl_video.o
  474. x86_64-pc-linux-gnu-ranlib libecl.a
  475. make[2]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src/enigma-core'
  476. make[2]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src'
  477. make[2]: Nothing to be done for `all-am'.
  478. make[2]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src'
  479. make[1]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/lib-src'
  480. Making all in tools
  481. make[1]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/tools'
  482. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -I../lib-src/lua -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o tolua-tolua.o `test -f 'tolua.c' || echo './'`tolua.c
  483. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -I../lib-src/lua -x c++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o tolua-toluabind.o `test -f 'toluabind.c' || echo './'`toluabind.c
  484. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../src -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -c -o dummy.o dummy.cc
  485. tolua.c: In function 'int main(int, char**)':
  486. tolua.c:122:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  487. tolua.c:122:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  488. tolua.c:123:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  489. tolua.c:123:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  490. tolua.c:124:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  491. tolua.c:125:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  492. tolua.c:126:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  493. tolua.c:127:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  494. tolua.c:127:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  495. tolua.c:128:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  496. tolua.c:128:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  497. tolua.c:129:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  498. tolua.c:130:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  499. tolua.c:130:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  500. tolua.c:131:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  501. tolua.c:131:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  502. tolua.c:132:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  503. tolua.c:132:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  504. tolua.c:134:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  505. tolua.c:134:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  506. tolua.c:140:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  507. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -Wl,-O1 -Wl,--as-needed -o tolua tolua-tolua.o tolua-toluabind.o dummy.o -L../lib-src/lua -llua -lxerces-c -lpng -ldl
  508. make[1]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/tools'
  509. Making all in intl
  510. make[1]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/intl'
  511. make[1]: Nothing to be done for `all'.
  512. make[1]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/intl'
  513. Making all in src
  514. make[1]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/src'
  515. make all-am
  516. make[2]: Entering directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/src'
  517. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o actors.o actors.cc
  518. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o client.o client.cc
  519. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o DOMErrorReporter.o DOMErrorReporter.cc
  520. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o DOMSchemaResolver.o DOMSchemaResolver.cc
  521. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_models.o d_models.cc
  522. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o display.o display.cc
  523. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o editor.o editor.cc
  524. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o enigma.o enigma.cc
  525. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o file.o file.cc
  526. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o file_zip.o file_zip.cc
  527. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o floors.o floors.cc
  528. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o game.o game.cc
  529. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o Inventory.o Inventory.cc
  530. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o items.o items.cc
  531. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o laser.o laser.cc
  532. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o LocalToXML.o LocalToXML.cc
  533. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o lua.o lua.cc
  534. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o lua-display.o lua-display.cc
  535. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o lua-editor.o lua-editor.cc
  536. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o lua-enigma.o lua-enigma.cc
  537. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o lua-global.o lua-global.cc
  538. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o lua-ecl.o lua-ecl.cc
  539. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o main.o main.cc
  540. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o netgame.o netgame.cc
  541. lua-editor.cc: In function 'int tolua_editor_editor_DefineFloorGroup00(lua_State*)':
  542. lua-editor.cc:73:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  543. lua-editor.cc: In function 'int tolua_editor_editor_DefineItemGroup00(lua_State*)':
  544. lua-editor.cc:128:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  545. lua-editor.cc: In function 'int tolua_editor_editor_DefineStoneGroup00(lua_State*)':
  546. lua-editor.cc:183:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  547. lua-editor.cc: In function 'int tolua_editor_open(lua_State*)':
  548. lua-editor.cc:196:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  549. lua-editor.cc:197:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  550. lua-editor.cc:198:84: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  551. lua-editor.cc:199:82: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  552. lua-editor.cc:200:84: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  553. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o network.o network.cc
  554. lua-global.cc: In function 'int tolua_global_DefineFont00(lua_State*)':
  555. lua-global.cc:58:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  556. lua-global.cc: In function 'int tolua_global_open(lua_State*)':
  557. lua-global.cc:71:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  558. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o nls.o nls.cc
  559. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o objects.o objects.cc
  560. lua-ecl.cc: In function 'void tolua_reg_types(lua_State*)':
  561. lua-ecl.cc:70:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  562. lua-ecl.cc:71:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  563. lua-ecl.cc:72:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  564. lua-ecl.cc:73:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  565. lua-ecl.cc:74:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  566. lua-ecl.cc:75:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  567. lua-ecl.cc:76:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  568. lua-ecl.cc: In function 'int tolua_get_Rect_x(lua_State*)':
  569. lua-ecl.cc:85:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  570. lua-ecl.cc: In function 'int tolua_set_Rect_x(lua_State*)':
  571. lua-ecl.cc:99:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  572. lua-ecl.cc:101:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  573. lua-ecl.cc: In function 'int tolua_get_Rect_y(lua_State*)':
  574. lua-ecl.cc:115:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  575. lua-ecl.cc: In function 'int tolua_set_Rect_y(lua_State*)':
  576. lua-ecl.cc:129:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  577. lua-ecl.cc:131:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  578. lua-ecl.cc: In function 'int tolua_get_Rect_w(lua_State*)':
  579. lua-ecl.cc:145:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  580. lua-ecl.cc: In function 'int tolua_set_Rect_w(lua_State*)':
  581. lua-ecl.cc:159:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  582. lua-ecl.cc:161:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  583. lua-ecl.cc: In function 'int tolua_get_Rect_h(lua_State*)':
  584. lua-ecl.cc:175:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  585. lua-ecl.cc: In function 'int tolua_set_Rect_h(lua_State*)':
  586. lua-ecl.cc:189:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  587. lua-ecl.cc:191:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  588. lua-ecl.cc: In function 'int tolua_px_ecl_Rect_new00(lua_State*)':
  589. lua-ecl.cc:229:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  590. lua-ecl.cc: In function 'int tolua_px_ecl_Rect_new00_local(lua_State*)':
  591. lua-ecl.cc:265:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  592. lua-ecl.cc: In function 'int tolua_px_ecl_Rect_delete00(lua_State*)':
  593. lua-ecl.cc:287:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  594. lua-ecl.cc:294:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  595. lua-ecl.cc: In function 'int tolua_px_ecl_V2_new00(lua_State*)':
  596. lua-ecl.cc:322:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  597. lua-ecl.cc: In function 'int tolua_px_ecl_V2_new00_local(lua_State*)':
  598. lua-ecl.cc:350:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  599. lua-ecl.cc: In function 'int tolua_px_ecl_V2__geti00(lua_State*)':
  600. lua-ecl.cc:428:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  601. lua-ecl.cc:438:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  602. lua-ecl.cc: In function 'int tolua_px_ecl_GS_new00(lua_State*)':
  603. lua-ecl.cc:468:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  604. lua-ecl.cc: In function 'int tolua_px_ecl_GS_new00_local(lua_State*)':
  605. lua-ecl.cc:498:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  606. lua-ecl.cc: In function 'int tolua_px_ecl_GS_delete00(lua_State*)':
  607. lua-ecl.cc:520:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  608. lua-ecl.cc:527:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  609. lua-ecl.cc: In function 'int tolua_get_GS_cliprect(lua_State*)':
  610. lua-ecl.cc:539:88: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  611. lua-ecl.cc: In function 'int tolua_set_GS_cliprect(lua_State*)':
  612. lua-ecl.cc:553:88: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  613. lua-ecl.cc:555:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  614. lua-ecl.cc: In function 'int tolua_get_GS_unsigned_pcolor(lua_State*)':
  615. lua-ecl.cc:569:86: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  616. lua-ecl.cc: In function 'int tolua_set_GS_unsigned_pcolor(lua_State*)':
  617. lua-ecl.cc:583:86: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  618. lua-ecl.cc:585:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  619. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_delete00(lua_State*)':
  620. lua-ecl.cc:609:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  621. lua-ecl.cc:616:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  622. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_map_color00(lua_State*)':
  623. lua-ecl.cc:644:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  624. lua-ecl.cc:654:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  625. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_map_color01(lua_State*)':
  626. lua-ecl.cc:682:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  627. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_blit00(lua_State*)':
  628. lua-ecl.cc:719:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  629. lua-ecl.cc:728:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  630. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_blit01(lua_State*)':
  631. lua-ecl.cc:758:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  632. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_get_pixel00(lua_State*)':
  633. lua-ecl.cc:790:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  634. lua-ecl.cc:800:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  635. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_set_pixel00(lua_State*)':
  636. lua-ecl.cc:828:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  637. lua-ecl.cc:837:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  638. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_set_pixels00(lua_State*)':
  639. lua-ecl.cc:867:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  640. lua-ecl.cc:878:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  641. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_hline00(lua_State*)':
  642. lua-ecl.cc:908:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  643. lua-ecl.cc:917:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  644. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_vline00(lua_State*)':
  645. lua-ecl.cc:947:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  646. lua-ecl.cc:956:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  647. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_line00(lua_State*)':
  648. lua-ecl.cc:988:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  649. lua-ecl.cc:997:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  650. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_box00(lua_State*)':
  651. lua-ecl.cc:1029:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  652. lua-ecl.cc:1038:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  653. lua-ecl.cc: In function 'int tolua_px_ecl_Drawable_size00(lua_State*)':
  654. lua-ecl.cc:1060:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  655. lua-ecl.cc:1078:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  656. lua-ecl.cc: In function 'int tolua_px_ecl_Surface_delete00(lua_State*)':
  657. lua-ecl.cc:1100:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  658. lua-ecl.cc:1107:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  659. lua-ecl.cc: In function 'int tolua_px_ecl_Surface_width00(lua_State*)':
  660. lua-ecl.cc:1129:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  661. lua-ecl.cc:1139:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  662. lua-ecl.cc: In function 'int tolua_px_ecl_Surface_height00(lua_State*)':
  663. lua-ecl.cc:1161:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  664. lua-ecl.cc:1171:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  665. lua-ecl.cc: In function 'int tolua_px_ecl_Screen_get_surface00(lua_State*)':
  666. lua-ecl.cc:1193:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  667. lua-ecl.cc:1203:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  668. lua-ecl.cc: In function 'int tolua_px_ecl_Screen_update_all00(lua_State*)':
  669. lua-ecl.cc:1225:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  670. lua-ecl.cc:1234:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  671. lua-ecl.cc: In function 'int tolua_px_ecl_Screen_update_rect00(lua_State*)':
  672. lua-ecl.cc:1258:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  673. lua-ecl.cc:1267:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  674. lua-ecl.cc: In function 'int tolua_px_ecl_Screen_flush_updates00(lua_State*)':
  675. lua-ecl.cc:1289:83: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  676. lua-ecl.cc:1298:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  677. lua-ecl.cc: In function 'int tolua_px_ecl_Screen_set_caption00(lua_State*)':
  678. lua-ecl.cc:1322:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  679. lua-ecl.cc:1331:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  680. lua-ecl.cc: In function 'int tolua_px_ecl_Font_delete00(lua_State*)':
  681. lua-ecl.cc:1353:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  682. lua-ecl.cc:1360:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  683. lua-ecl.cc: In function 'int tolua_px_ecl_Font_get_lineskip00(lua_State*)':
  684. lua-ecl.cc:1382:82: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  685. lua-ecl.cc:1392:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  686. lua-display.cc: In function 'void tolua_reg_types(lua_State*)':
  687. lua-display.cc:25:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]lua-ecl.cc: In function 'int tolua_px_ecl_Font_get_height00(lua_State*)':
  688. lua-ecl.cc:1414:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  689. lua-display.cc:26:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  690. lua-ecl.cc:1424:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  691. lua-display.cc: In function 'int tolua_display_GetSurface00(lua_State*)':
  692. lua-display.cc:52:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]lua-ecl.cc: In function 'int tolua_px_ecl_Font_get_width00(lua_State*)':
  693. lua-ecl.cc:1448:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  694. lua-ecl.cc:1458:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  695. lua-display.cc: In function 'int tolua_display_CropSurface00(lua_State*)':
  696. lua-display.cc:83:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  697. lua-ecl.cc: In function 'int tolua_px_ecl_Font_render00(lua_State*)':
  698. lua-ecl.cc:1482:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  699. lua-ecl.cc:1492:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  700. lua-display.cc: In function 'int tolua_display_DefineImageModel00(lua_State*)':
  701. lua-display.cc:113:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  702. lua-display.cc: In function 'int tolua_display_display_SetFollowMode00(lua_State*)':
  703. lua-display.cc:141:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  704. lua-ecl.cc: In function 'int tolua_px_ecl_Font_render01(lua_State*)':
  705. lua-ecl.cc:1520:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  706. lua-display.cc: In function 'int tolua_display_display_SetScrollBoundary00(lua_State*)':
  707. lua-display.cc:169:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  708. lua-ecl.cc: In function 'int tolua_px_open(lua_State*)':
  709. lua-ecl.cc:1539:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  710. lua-ecl.cc:1540:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  711. lua-ecl.cc:1542:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  712. lua-ecl.cc:1542:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  713. lua-ecl.cc:1542:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  714. lua-display.cc: In function 'int tolua_display_display_ResizeGameArea00(lua_State*)':
  715. lua-display.cc:199:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  716. lua-ecl.cc:1546:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  717. lua-ecl.cc:1547:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  718. lua-ecl.cc:1548:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  719. lua-ecl.cc:1549:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  720. lua-ecl.cc:1550:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  721. lua-ecl.cc:1551:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  722. lua-ecl.cc:1552:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  723. lua-ecl.cc:1553:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  724. lua-display.cc: In function 'int tolua_display_display_DefineImage00(lua_State*)':
  725. lua-display.cc:236:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]lua-ecl.cc:1554:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  726. lua-ecl.cc:1557:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  727. lua-ecl.cc:1557:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  728. lua-ecl.cc:1557:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  729. lua-ecl.cc:1561:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  730. lua-ecl.cc:1562:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  731. lua-ecl.cc:1563:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  732. lua-ecl.cc:1564:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  733. lua-ecl.cc:1565:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  734. lua-ecl.cc:1566:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  735. lua-ecl.cc:1567:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  736. lua-display.cc: In function 'int tolua_display_display_DefineSubImage00(lua_State*)':
  737. lua-display.cc:273:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]lua-ecl.cc:1568:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  738. lua-ecl.cc:1571:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  739. lua-ecl.cc:1571:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  740. lua-ecl.cc:1571:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  741. lua-ecl.cc:1575:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  742. lua-ecl.cc:1576:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  743. lua-ecl.cc:1577:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  744. lua-ecl.cc:1578:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  745. lua-ecl.cc:1579:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  746. lua-ecl.cc:1580:82: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  747. lua-display.cc: In function 'int tolua_display_display_DefineRandModel00(lua_State*)':
  748. lua-display.cc:326:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  749. lua-ecl.cc:1581:94: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  750. lua-ecl.cc:1584:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  751. lua-ecl.cc:1584:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  752. lua-ecl.cc:1584:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  753. lua-ecl.cc:1588:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  754. lua-ecl.cc:1589:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  755. lua-ecl.cc:1590:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  756. lua-display.cc: In function 'int tolua_display_display_DefineShadedModel00(lua_State*)':
  757. lua-display.cc:358:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]lua-ecl.cc:1591:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  758. lua-ecl.cc:1592:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  759. lua-ecl.cc:1593:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  760. lua-ecl.cc:1594:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  761. lua-ecl.cc:1595:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  762. lua-ecl.cc:1596:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  763. lua-ecl.cc:1597:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  764. lua-ecl.cc:1598:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  765. lua-display.cc: In function 'int tolua_display_display_DefineOverlayImage00(lua_State*)':
  766. lua-display.cc:411:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]lua-ecl.cc:1599:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  767. lua-ecl.cc:1600:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  768. lua-ecl.cc:1601:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  769. lua-ecl.cc:1604:77: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  770. lua-ecl.cc:1604:77: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  771. lua-ecl.cc:1604:77: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  772. lua-ecl.cc:1608:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  773. lua-ecl.cc:1609:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  774. lua-display.cc: In function 'int tolua_display_display_DefineComposite00(lua_State*)':
  775. lua-display.cc:443:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  776. lua-ecl.cc:1610:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  777. lua-ecl.cc:1611:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  778. lua-ecl.cc:1613:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  779. lua-ecl.cc:1613:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  780. lua-ecl.cc:1613:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  781. lua-ecl.cc:1614:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  782. lua-display.cc: In function 'int tolua_display_display_DefineAnim00(lua_State*)':
  783. lua-display.cc:473:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  784. lua-ecl.cc:1615:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  785. lua-ecl.cc:1616:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  786. lua-ecl.cc:1617:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  787. lua-ecl.cc:1618:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  788. lua-ecl.cc:1619:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  789. lua-ecl.cc:1622:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  790. lua-ecl.cc:1622:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  791. lua-ecl.cc:1622:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]lua-display.cc: In function 'int tolua_display_display_AddFrame00(lua_State*)':
  792. lua-display.cc:505:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  793. lua-ecl.cc:1626:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  794. lua-ecl.cc:1627:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  795. lua-ecl.cc:1628:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  796. lua-ecl.cc:1629:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  797. lua-ecl.cc:1630:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  798. lua-display.cc: In function 'int tolua_display_display_DefineAlias00(lua_State*)':
  799. lua-display.cc:535:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  800. lua-ecl.cc:1631:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  801. lua-ecl.cc:1632:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  802. lua-display.cc: In function 'int tolua_display_open(lua_State*)':
  803. lua-display.cc:548:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  804. lua-display.cc:549:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  805. lua-display.cc:550:77: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  806. lua-display.cc:551:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  807. lua-display.cc:552:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  808. lua-display.cc:553:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  809. lua-display.cc:554:56: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  810. lua-display.cc:555:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  811. lua-display.cc:556:56: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  812. lua-display.cc:557:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  813. lua-display.cc:558:88: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  814. lua-display.cc:559:82: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  815. lua-display.cc:560:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  816. lua-display.cc:561:82: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  817. lua-display.cc:562:84: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  818. lua-display.cc:563:88: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  819. lua-display.cc:564:90: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  820. lua-display.cc:565:84: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  821. lua-display.cc:566:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  822. lua-display.cc:567:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  823. lua-display.cc:568:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  824. lua-enigma.cc: In function 'void tolua_reg_types(lua_State*)':
  825. lua-enigma.cc:34:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  826. lua-enigma.cc:35:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  827. lua-enigma.cc:36:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  828. lua-enigma.cc:37:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  829. lua-enigma.cc:38:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  830. lua-enigma.cc:39:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  831. lua-enigma.cc:40:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  832. lua-enigma.cc: In function 'int tolua_enigma_enigma_GetImage00(lua_State*)':
  833. lua-enigma.cc:66:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  834. lua-enigma.cc: In function 'int tolua_enigma_enigma_LoadImage00(lua_State*)':
  835. lua-enigma.cc:121:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  836. lua-enigma.cc: In function 'int tolua_enigma_enigma_RegisterImage00(lua_State*)':
  837. lua-enigma.cc:152:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  838. lua-enigma.cc: In function 'int tolua_enigma_enigma_GetFont00(lua_State*)':
  839. lua-enigma.cc:181:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  840. lua-enigma.cc: In function 'int tolua_enigma_enigma_date00(lua_State*)':
  841. lua-enigma.cc:210:62: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  842. lua-enigma.cc: In function 'int tolua_set_enigma_TwoPlayerGame(lua_State*)':
  843. lua-enigma.cc:232:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  844. lua-enigma.cc: In function 'int tolua_set_enigma_SingleComputerGame(lua_State*)':
  845. lua-enigma.cc:256:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  846. lua-enigma.cc: In function 'int tolua_set_enigma_ConserveLevel(lua_State*)':
  847. lua-enigma.cc:280:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  848. lua-enigma.cc: In function 'int tolua_set_enigma_AllowTogglePlayer(lua_State*)':
  849. lua-enigma.cc:304:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  850. lua-enigma.cc: In function 'int tolua_set_enigma_ShowMoves(lua_State*)':
  851. lua-enigma.cc:328:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  852. lua-enigma.cc: In function 'int tolua_set_enigma_Brittleness(lua_State*)':
  853. lua-enigma.cc:352:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  854. lua-enigma.cc: In function 'int tolua_set_enigma_SlopeForce(lua_State*)':
  855. lua-enigma.cc:376:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  856. lua-enigma.cc: In function 'int tolua_set_enigma_FlatForce(lua_State*)':
  857. lua-enigma.cc:400:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  858. lua-enigma.cc: In function 'int tolua_set_enigma_FrictionFactor(lua_State*)':
  859. lua-enigma.cc:424:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  860. lua-enigma.cc: In function 'int tolua_set_enigma_IceFriction(lua_State*)':
  861. lua-enigma.cc:448:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  862. lua-enigma.cc: In function 'int tolua_set_enigma_ElectricForce(lua_State*)':
  863. lua-enigma.cc:472:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  864. lua-enigma.cc: In function 'int tolua_set_enigma_BumperForce(lua_State*)':
  865. lua-enigma.cc:496:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  866. lua-enigma.cc: In function 'int tolua_set_enigma_MagnetForce(lua_State*)':
  867. lua-enigma.cc:520:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  868. lua-enigma.cc: In function 'int tolua_set_enigma_MagnetRange(lua_State*)':
  869. lua-enigma.cc:544:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  870. lua-enigma.cc: In function 'int tolua_set_enigma_WaterSinkSpeed(lua_State*)':
  871. lua-enigma.cc:568:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  872. lua-enigma.cc: In function 'int tolua_set_enigma_SwampSinkSpeed(lua_State*)':
  873. lua-enigma.cc:592:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  874. lua-enigma.cc: In function 'int tolua_set_enigma_WormholeForce(lua_State*)':
  875. lua-enigma.cc:616:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  876. lua-enigma.cc: In function 'int tolua_set_enigma_WormholeRange(lua_State*)':
  877. lua-enigma.cc:640:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  878. lua-enigma.cc: In function 'int tolua_set_enigma_HoleForce(lua_State*)':
  879. lua-enigma.cc:664:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  880. lua-enigma.cc: In function 'int tolua_set_enigma_CreatingPreview(lua_State*)':
  881. lua-enigma.cc:688:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  882. lua-enigma.cc: In function 'int tolua_enigma_enigma_AddLevelPack00(lua_State*)':
  883. lua-enigma.cc:720:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  884. lua-enigma.cc: In function 'int tolua_enigma_enigma_AddZippedLevelPack00(lua_State*)':
  885. lua-enigma.cc:748:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  886. lua-enigma.cc: In function 'int tolua_enigma_enigma_SetCompatibility00(lua_State*)':
  887. lua-enigma.cc:776:74: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  888. lua-enigma.cc: In function 'int tolua_enigma_world_MakeObject00(lua_State*)':
  889. lua-enigma.cc:805:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  890. lua-enigma.cc: In function 'int tolua_enigma_world_MakeFloor00(lua_State*)':
  891. lua-enigma.cc:834:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  892. lua-enigma.cc: In function 'int tolua_enigma_world_MakeItem00(lua_State*)':
  893. lua-enigma.cc:863:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  894. lua-enigma.cc: In function 'int tolua_enigma_world_MakeStone00(lua_State*)':
  895. lua-enigma.cc:892:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  896. lua-enigma.cc: In function 'int tolua_enigma_world_GetNamedObject00(lua_State*)':
  897. lua-enigma.cc:921:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  898. lua-enigma.cc: In function 'int tolua_enigma_world_Resize00(lua_State*)':
  899. lua-enigma.cc:951:64: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  900. lua-enigma.cc: In function 'int tolua_enigma_world_DefineSimpleStone00(lua_State*)':
  901. lua-enigma.cc:985:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  902. lua-enigma.cc: In function 'int tolua_enigma_world_DefineSimpleStoneMovable00(lua_State*)':
  903. lua-enigma.cc:1017:82: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  904. lua-enigma.cc: In function 'int tolua_enigma_world_DefineSimpleFloor00(lua_State*)':
  905. lua-enigma.cc:1053:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  906. lua-enigma.cc: In function 'int tolua_enigma_video_GetScreen00(lua_State*)':
  907. lua-enigma.cc:1080:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  908. lua-enigma.cc: In function 'int tolua_enigma_video_HideMouse00(lua_State*)':
  909. lua-enigma.cc:1106:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  910. lua-enigma.cc: In function 'int tolua_enigma_video_ShowMouse00(lua_State*)':
  911. lua-enigma.cc:1132:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  912. lua-enigma.cc: In function 'int tolua_enigma_sound_DefineSoundEffect00(lua_State*)':
  913. lua-enigma.cc:1184:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  914. lua-enigma.cc: In function 'int tolua_enigma_sound_SetActiveSoundSet00(lua_State*)':
  915. lua-enigma.cc:1212:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  916. lua-enigma.cc: In function 'int tolua_enigma_open(lua_State*)':
  917. lua-enigma.cc:1225:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  918. lua-enigma.cc:1226:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  919. lua-enigma.cc:1227:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  920. lua-enigma.cc:1228:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  921. lua-enigma.cc:1229:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  922. lua-enigma.cc:1230:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  923. lua-enigma.cc:1231:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  924. lua-enigma.cc:1232:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  925. lua-enigma.cc:1233:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  926. lua-enigma.cc:1234:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  927. lua-enigma.cc:1235:78: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  928. lua-enigma.cc:1236:66: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  929. lua-enigma.cc:1237:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  930. lua-enigma.cc:1239:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  931. lua-enigma.cc:1240:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  932. lua-enigma.cc:1241:104: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  933. lua-enigma.cc:1242:119: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  934. lua-enigma.cc:1243:104: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  935. lua-enigma.cc:1244:116: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  936. lua-enigma.cc:1245:92: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  937. lua-enigma.cc:1246:98: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  938. lua-enigma.cc:1247:95: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  939. lua-enigma.cc:1248:92: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  940. lua-enigma.cc:1249:107: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  941. lua-enigma.cc:1250:98: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  942. lua-enigma.cc:1251:104: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  943. lua-enigma.cc:1252:98: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  944. lua-enigma.cc:1253:98: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  945. lua-enigma.cc:1254:98: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  946. lua-enigma.cc:1255:107: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  947. lua-enigma.cc:1256:107: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  948. lua-enigma.cc:1257:104: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  949. lua-enigma.cc:1258:104: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  950. lua-enigma.cc:1259:92: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  951. lua-enigma.cc:1260:110: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  952. lua-enigma.cc:1261:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  953. lua-enigma.cc:1262:88: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  954. lua-enigma.cc:1263:84: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  955. lua-enigma.cc:1265:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  956. lua-enigma.cc:1266:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  957. lua-enigma.cc:1267:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  958. lua-enigma.cc:1267:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  959. lua-enigma.cc:1267:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  960. lua-enigma.cc:1268:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  961. lua-enigma.cc:1270:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  962. lua-enigma.cc:1270:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  963. lua-enigma.cc:1270:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  964. lua-enigma.cc:1271:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  965. lua-enigma.cc:1273:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  966. lua-enigma.cc:1273:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  967. lua-enigma.cc:1273:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  968. lua-enigma.cc:1274:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  969. lua-enigma.cc:1276:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  970. lua-enigma.cc:1276:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  971. lua-enigma.cc:1276:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  972. lua-enigma.cc:1277:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  973. lua-enigma.cc:1279:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  974. lua-enigma.cc:1280:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  975. lua-enigma.cc:1281:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  976. lua-enigma.cc:1282:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  977. lua-enigma.cc:1283:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  978. lua-enigma.cc:1284:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  979. lua-enigma.cc:1285:85: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  980. lua-enigma.cc:1286:99: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  981. lua-enigma.cc:1287:85: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  982. lua-enigma.cc:1289:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  983. lua-enigma.cc:1290:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  984. lua-enigma.cc:1291:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  985. lua-enigma.cc:1292:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  986. lua-enigma.cc:1293:69: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  987. lua-enigma.cc:1295:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  988. lua-enigma.cc:1296:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  989. lua-enigma.cc:1297:85: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  990. lua-enigma.cc:1298:85: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  991. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o oxyd.o oxyd.cc
  992. d_models.cc: In function 'void display::InitModels()':
  993. d_models.cc:207:40: warning: format not a string literal and no format arguments [-Wformat-security]
  994. d_models.cc:221:40: warning: format not a string literal and no format arguments [-Wformat-security]
  995. editor.cc: In member function 'void {anonymous}::Editor::init()':
  996. editor.cc:214:42: warning: format not a string literal and no format arguments [-Wformat-security]
  997. editor.cc:218:42: warning: format not a string literal and no format arguments [-Wformat-security]
  998. main.cc: In member function 'void enigma::Application::init(int, char**)':
  999. main.cc:278:67: warning: format not a string literal and no format arguments [-Wformat-security]
  1000. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o ox_extra.o ox_extra.cc
  1001. netgame.cc: In function 'void handle_server_packet(ecl::Buffer&)':
  1002. netgame.cc:230:52: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'ecl::Buffer::size_t {aka long unsigned int}' [-Wformat]
  1003. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o ox_magnum.o ox_magnum.cc
  1004. In file included from d_engine.hh:24:0,
  1005. from display.cc:43:
  1006. ../lib-src/enigma-core/ecl_alist.hh: In instantiation of 'VAL& ecl::AssocList<KEY, VAL>::operator[](const key_type&) [with KEY = unsigned int; VAL = display::Line; ecl::AssocList<KEY, VAL>::key_type = unsigned int]':
  1007. display.cc:1094:19: required from here
  1008. ../lib-src/enigma-core/ecl_alist.hh:64:17: error: 'insert' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  1009. ../lib-src/enigma-core/ecl_alist.hh:64:17: note: declarations in dependent base 'std::list<std::pair<unsigned int, display::Line>, std::allocator<std::pair<unsigned int, display::Line> > >' are not found by unqualified lookup
  1010. ../lib-src/enigma-core/ecl_alist.hh:64:17: note: use 'this->insert' instead
  1011. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o ox_oxyd1.o ox_oxyd1.cc
  1012. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o ox_peroxyd.o ox_peroxyd.cc
  1013. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DENABLE_ASSERT -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" -DLOCALEDIR=\"/usr/share/locale\" -I../lib-src/zipios++ -I../lib-src/zipios++ -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src -I../intl -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o options.o options.cc
  1014. In file included from objects_decl.hh:23:0,
  1015. from objects.hh:22,
  1016. from world.hh:22,
  1017. from objects.cc:23:
  1018. ../lib-src/enigma-core/ecl_alist.hh: In instantiation of 'VAL& ecl::AssocList<KEY, VAL>::operator[](const key_type&) [with KEY = std::basic_string<char>; VAL = enigma::Value; ecl::AssocList<KEY, VAL>::key_type = std::basic_string<char>]':
  1019. objects.cc:123:16: required from here
  1020. ../lib-src/enigma-core/ecl_alist.hh:64:17: error: 'insert' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  1021. ../lib-src/enigma-core/ecl_alist.hh:64:17: note: declarations in dependent base 'std::list<std::pair<std::basic_string<char>, enigma::Value>, std::allocator<std::pair<std::basic_string<char>, enigma::Value> > >' are not found by unqualified lookup
  1022. ../lib-src/enigma-core/ecl_alist.hh:64:17: note: use 'this->insert' instead
  1023. make[2]: *** [objects.o] Error 1
  1024. make[2]: *** Waiting for unfinished jobs....
  1025. make[2]: *** [display.o] Error 1
  1026. oxyd.cc: In function 'std::string {anonymous}::patchfile_name(enigma::GameType, size_t, bool)':
  1027. oxyd.cc:153:58: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
  1028. oxyd.cc:155:56: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
  1029. make[2]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/src'
  1030. make[1]: *** [all] Error 2
  1031. make[1]: Leaving directory `/tmp/portage/games-puzzle/enigma-1.01/work/enigma-1.01/src'
  1032. make: *** [all-recursive] Error 1
  1033. emake failed
  1034. * ERROR: games-puzzle/enigma-1.01 failed (compile phase):
  1035. * died running emake, base_src_make
  1036. *
  1037. * Call stack:
  1038. * ebuild.sh, line 85: Called src_compile
  1039. * environment, line 3343: Called games_src_compile
  1040. * environment, line 2175: Called base_src_make
  1041. * environment, line 796: Called die
  1042. * The specific snippet of code:
  1043. * emake "$@" || die "died running emake, $FUNCNAME";
  1044. *
  1045. * If you need support, post the output of `emerge --info '=games-puzzle/enigma-1.01'`,
  1046. * the complete build log and the output of `emerge -pqv '=games-puzzle/enigma-1.01'`.
  1047. sed: couldn't open temporary file /etc/portage/package.mask/sedpJR6uN: Permission denied