Advertisement
NickWInston123

LittleSteps Compiling

Apr 29th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 238.69 KB | None | 0 0
  1. Last login: Wed Apr 29 16:26:36 on ttys009
  2. LittleStepss-mac-mini:~ LittleSteps$ cd /Users/LittleSteps/Current\ 0.4
  3. LittleStepss-mac-mini:Current 0.4 LittleSteps$ ./bootstrap.sh
  4. Generating version...
  5. Copying license...
  6. Running aclocal...
  7. Running autoheader...
  8. Running autoconf...
  9. Running automake...
  10. Flagging scripts as executable...
  11. Done! You may now run configure and start building.
  12. LittleStepss-mac-mini:Current 0.4 LittleSteps$ mkdir build; cd build
  13. LittleStepss-mac-mini:build LittleSteps$ ../configure --with-os-x-toolkit=/Users/LittleSteps/os-x-toolkit-r27
  14. checking build system type... i386-apple-darwin13.4.0
  15. checking host system type... i386-apple-darwin13.4.0
  16. checking target system type... i386-apple-darwin13.4.0
  17. checking for ranlib... ranlib
  18. checking for a BSD-compatible install... /usr/bin/install -c
  19. checking whether build environment is sane... yes
  20. checking for a thread-safe mkdir -p... ../install-sh -c -d
  21. checking for gawk... no
  22. checking for mawk... no
  23. checking for nawk... no
  24. checking for awk... awk
  25. checking whether make sets $(MAKE)... yes
  26. checking whether make supports nested variables... yes
  27. checking whether UID '501' is supported by ustar format... yes
  28. checking whether GID '20' is supported by ustar format... yes
  29. checking how to create a ustar tar archive... gnutar
  30. checking whether ln -s works... yes
  31. checking for bison... bison -y
  32. checking for m4... true
  33. checking for style of include used by make... GNU
  34. checking for g++... g++
  35. checking whether the C++ compiler works... yes
  36. checking for C++ compiler default output file name... a.out
  37. checking for suffix of executables...
  38. checking whether we are cross compiling... no
  39. checking for suffix of object files... o
  40. checking whether we are using the GNU C++ compiler... yes
  41. checking whether g++ accepts -g... yes
  42. checking dependency style of g++... gcc3
  43. checking CXXFLAGS for gcc -nobodyreadsconfigureoutputanyway... no, unknown
  44. checking for gcc... gcc
  45. checking whether we are using the GNU C compiler... yes
  46. checking whether gcc accepts -g... yes
  47. checking for gcc option to accept ISO C89... none needed
  48. checking whether gcc understands -c and -o together... yes
  49. checking dependency style of gcc... gcc3
  50. checking how to run the C preprocessor... gcc -E
  51. checking whether we are using the GNU C++ compiler... (cached) yes
  52. checking whether g++ accepts -g... (cached) yes
  53. checking dependency style of g++... (cached) gcc3
  54. checking how to run the C++ preprocessor... g++ -E
  55. checking for g++... g++
  56. checking whether we are using the GNU Objective C++ compiler... yes
  57. checking whether g++ accepts -g... yes
  58. checking dependency style of g++... gcc3
  59. checking how to run the Objective C++ preprocessor... g++ -E
  60. checking for gmake... no
  61. checking for bash... yes
  62. checking for boostlib >= 1.33.1... yes
  63. checking whether make understands sinclude... yes
  64. checking for socklen_t... yes
  65. checking for xmlParseMemory in -lxml2... yes
  66. checking for xmlParserInputBufferCreateFilenameDefault... yes
  67. checking for _ZN5boost6system15system_categoryEv in -lboost_system... yes
  68. checking for _ZN5boost11this_thread5yieldEv in -lboost_thread... yes
  69. checking for grep that handles long lines and -e... /usr/bin/grep
  70. checking for egrep... /usr/bin/grep -E
  71. checking for ANSI C header files... yes
  72. checking for sys/types.h... yes
  73. checking for sys/stat.h... yes
  74. checking for stdlib.h... yes
  75. checking for string.h... yes
  76. checking for memory.h... yes
  77. checking for strings.h... yes
  78. checking for inttypes.h... yes
  79. checking for stdint.h... yes
  80. checking for unistd.h... yes
  81. checking for sys/stat.h... (cached) yes
  82. checking for protoc... /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc
  83. checking for _ZN6google8protobuf7MessageD2Ev in -lprotobuf... yes
  84. checking google/protobuf/message.h usability... yes
  85. checking google/protobuf/message.h presence... yes
  86. checking for google/protobuf/message.h... yes
  87. checking time.h usability... yes
  88. checking time.h presence... yes
  89. checking for time.h... yes
  90. checking for clock_gettime in -lrt... no
  91. checking whether SDL is installed... yes
  92. checking for SDL_GL_SetAttribute... yes
  93. checking for Mix_OpenAudio in -lSDL_mixer... yes
  94. checking for glewInit in -lGLEW... yes
  95. checking GL/glew.h usability... yes
  96. checking GL/glew.h presence... yes
  97. checking for GL/glew.h... yes
  98. checking whether libpng is installed... yes
  99. checking for png_sig_cmp... yes
  100. checking for ftglRenderGlyph in -lftgl... yes
  101. checking for FT_Init_FreeType in -lfreetype... yes
  102. checking whether FTGLPixmapFont.h is deprecated... yes
  103. checking ftgl.h usability... yes
  104. checking ftgl.h presence... yes
  105. checking for ftgl.h... yes
  106. checking for IMG_Load in -lSDL_image... yes
  107. checking SDL_image.h usability... yes
  108. checking SDL_image.h presence... yes
  109. checking for SDL_image.h... yes
  110. checking for ANSI C header files... (cached) yes
  111. checking for unistd.h... (cached) yes
  112. checking for an ANSI C-conforming const... yes
  113. checking for select... yes
  114. checking for atan2f... yes
  115. checking for sinf... yes
  116. checking for cosf... yes
  117. checking for tanf... yes
  118. checking for sqrtf... yes
  119. checking for logf... yes
  120. checking for expf... yes
  121. checking for fabsf... yes
  122. checking for floorf... yes
  123. checking for pow10... no
  124. checking for pow10f... no
  125. checking for isblank... yes
  126. checking for wmemset... yes
  127. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1
  128. checking for /proc/self/maps... no
  129. checking whether everything is installed to the same prefix... yes
  130. checking whether binary relocation support should be enabled... no
  131. checking that generated files are newer than configure... done
  132. configure: creating ./config.status
  133. config.status: creating src/Makefile
  134. config.status: creating src/protobuf/Makefile
  135. config.status: creating src/first/Makefile
  136. config.status: creating Makefile
  137. config.status: creating batch/Makefile
  138. config.status: creating language/languages.txt
  139. config.status: creating config/rc.config
  140. config.status: creating config/aiplayers.cfg
  141. config.status: creating src/doc/Makefile
  142. config.status: creating src/doc/net/Makefile
  143. config.status: creating src/doc/Doxyfile
  144. config.status: creating src/doc/html.m4
  145. config.status: creating src/thirdparty/Makefile
  146. config.status: creating src/thirdparty/particles/Makefile
  147. config.status: creating src/thirdparty/mathexpr/Makefile
  148. config.status: creating src/thirdparty/scrap/Makefile
  149. config.status: creating src/swig/Makefile
  150. config.status: creating resource/Makefile
  151. config.status: creating config/Makefile
  152. config.status: creating desktop/Makefile
  153. config.status: creating www-root/Makefile
  154. config.status: creating desktop/armagetronad-armagetronad.desktop
  155. config.status: creating desktop/armagetronad-armagetronad-handler.desktop
  156. config.status: creating desktop/armagetronad-link.xml
  157. config.status: creating desktop/armagetronad.protocol
  158. config.status: creating desktop/os-x/Info.plist
  159. config.status: creating aa_config.h
  160. config.status: executing depfiles commands
  161. config.status: executing universal_variables commands
  162. updating src/tUniversalVariables.h.in
  163. updating universal_variable_values_makefile
  164. config.status: executing pathsubstitution commands
  165. Configuration complete!
  166.  
  167. Options selected are:
  168. Build Regular Game Client: true
  169. Build Dedicated Server: false
  170. Build Master Server: false
  171.  
  172. Installation options:
  173. Prefix: /Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources
  174.  
  175. Sound support: yes
  176. Particle System support: no
  177. Joystick support: yes
  178. Zones support: Basic, Fortress
  179.  
  180. Binaries will be installed in : ${prefix}/bin
  181. Static data will be installed in : ${prefix}/share/games/armagetronad
  182. Configuration will be installed in : ${prefix}/etc/games/armagetronad
  183. Build with Krawall authentication support: no
  184. Ruby support: no
  185. Call sysinstall: no
  186. Generate uninstall: no
  187. Allow multiple versions: no
  188. Use custom memory manager: no
  189. Debug level : 0
  190. Code level : 0
  191. CPPFLAGS : -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2
  192. CXXFLAGS : -arch i386 -O2
  193. LIBS : -lSDL_image -lGLEW -lSDL_mixer -framework AudioToolbox -framework AudioUnit -framework Cocoa -framework CoreAudio -framework IOKit -framework OpenGL -framework CoreFoundation -framework Carbon -framework CoreServices -framework ApplicationServices -framework Foundation -framework AppKit -framework SDL -lprotobuf -lboost_thread -lboost_system -lxml2 -lpng -lz -lftgl -lfreetype -lbz2
  194. LittleStepss-mac-mini:build LittleSteps$ make install
  195. touch -t 9001010101 .changetag
  196. Making install in src
  197. Making install in first
  198. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../ install-first
  199. test -n "" && test -x "" && "" || true
  200. make[3]: Nothing to be done for `install-data-am'.
  201. Making install in protobuf
  202. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/tColor.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  203. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-tColor.pb.o -MD -MP -MF .deps/libprotobuf_a-tColor.pb.Tpo -c -o libprotobuf_a-tColor.pb.o `test -f 'tColor.pb.cc' || echo '../../../src/protobuf/'`tColor.pb.cc
  204. mv -f .deps/libprotobuf_a-tColor.pb.Tpo .deps/libprotobuf_a-tColor.pb.Po
  205. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/tCoord.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  206. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-tCoord.pb.o -MD -MP -MF .deps/libprotobuf_a-tCoord.pb.Tpo -c -o libprotobuf_a-tCoord.pb.o `test -f 'tCoord.pb.cc' || echo '../../../src/protobuf/'`tCoord.pb.cc
  207. mv -f .deps/libprotobuf_a-tCoord.pb.Tpo .deps/libprotobuf_a-tCoord.pb.Po
  208. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/tFunction.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  209. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-tFunction.pb.o -MD -MP -MF .deps/libprotobuf_a-tFunction.pb.Tpo -c -o libprotobuf_a-tFunction.pb.o `test -f 'tFunction.pb.cc' || echo '../../../src/protobuf/'`tFunction.pb.cc
  210. mv -f .deps/libprotobuf_a-tFunction.pb.Tpo .deps/libprotobuf_a-tFunction.pb.Po
  211. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/tPolynomial.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  212. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-tPolynomial.pb.o -MD -MP -MF .deps/libprotobuf_a-tPolynomial.pb.Tpo -c -o libprotobuf_a-tPolynomial.pb.o `test -f 'tPolynomial.pb.cc' || echo '../../../src/protobuf/'`tPolynomial.pb.cc
  213. mv -f .deps/libprotobuf_a-tPolynomial.pb.Tpo .deps/libprotobuf_a-tPolynomial.pb.Po
  214. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/nAuthentication.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  215. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-nAuthentication.pb.o -MD -MP -MF .deps/libprotobuf_a-nAuthentication.pb.Tpo -c -o libprotobuf_a-nAuthentication.pb.o `test -f 'nAuthentication.pb.cc' || echo '../../../src/protobuf/'`nAuthentication.pb.cc
  216. mv -f .deps/libprotobuf_a-nAuthentication.pb.Tpo .deps/libprotobuf_a-nAuthentication.pb.Po
  217. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/nNetwork.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  218. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-nNetwork.pb.o -MD -MP -MF .deps/libprotobuf_a-nNetwork.pb.Tpo -c -o libprotobuf_a-nNetwork.pb.o `test -f 'nNetwork.pb.cc' || echo '../../../src/protobuf/'`nNetwork.pb.cc
  219. mv -f .deps/libprotobuf_a-nNetwork.pb.Tpo .deps/libprotobuf_a-nNetwork.pb.Po
  220. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/nNetObject.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  221. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-nNetObject.pb.o -MD -MP -MF .deps/libprotobuf_a-nNetObject.pb.Tpo -c -o libprotobuf_a-nNetObject.pb.o `test -f 'nNetObject.pb.cc' || echo '../../../src/protobuf/'`nNetObject.pb.cc
  222. mv -f .deps/libprotobuf_a-nNetObject.pb.Tpo .deps/libprotobuf_a-nNetObject.pb.Po
  223. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/nNetObjectPrivate.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  224. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-nNetObjectPrivate.pb.o -MD -MP -MF .deps/libprotobuf_a-nNetObjectPrivate.pb.Tpo -c -o libprotobuf_a-nNetObjectPrivate.pb.o `test -f 'nNetObjectPrivate.pb.cc' || echo '../../../src/protobuf/'`nNetObjectPrivate.pb.cc
  225. mv -f .deps/libprotobuf_a-nNetObjectPrivate.pb.Tpo .deps/libprotobuf_a-nNetObjectPrivate.pb.Po
  226. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/nServerInfo.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  227. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-nServerInfo.pb.o -MD -MP -MF .deps/libprotobuf_a-nServerInfo.pb.Tpo -c -o libprotobuf_a-nServerInfo.pb.o `test -f 'nServerInfo.pb.cc' || echo '../../../src/protobuf/'`nServerInfo.pb.cc
  228. mv -f .deps/libprotobuf_a-nServerInfo.pb.Tpo .deps/libprotobuf_a-nServerInfo.pb.Po
  229. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/nConfig.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  230. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-nConfig.pb.o -MD -MP -MF .deps/libprotobuf_a-nConfig.pb.Tpo -c -o libprotobuf_a-nConfig.pb.o `test -f 'nConfig.pb.cc' || echo '../../../src/protobuf/'`nConfig.pb.cc
  231. mv -f .deps/libprotobuf_a-nConfig.pb.Tpo .deps/libprotobuf_a-nConfig.pb.Po
  232. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/eTeam.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  233. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-eTeam.pb.o -MD -MP -MF .deps/libprotobuf_a-eTeam.pb.Tpo -c -o libprotobuf_a-eTeam.pb.o `test -f 'eTeam.pb.cc' || echo '../../../src/protobuf/'`eTeam.pb.cc
  234. mv -f .deps/libprotobuf_a-eTeam.pb.Tpo .deps/libprotobuf_a-eTeam.pb.Po
  235. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/ePlayer.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  236. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-ePlayer.pb.o -MD -MP -MF .deps/libprotobuf_a-ePlayer.pb.Tpo -c -o libprotobuf_a-ePlayer.pb.o `test -f 'ePlayer.pb.cc' || echo '../../../src/protobuf/'`ePlayer.pb.cc
  237. mv -f .deps/libprotobuf_a-ePlayer.pb.Tpo .deps/libprotobuf_a-ePlayer.pb.Po
  238. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/eNetGameObject.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  239. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-eNetGameObject.pb.o -MD -MP -MF .deps/libprotobuf_a-eNetGameObject.pb.Tpo -c -o libprotobuf_a-eNetGameObject.pb.o `test -f 'eNetGameObject.pb.cc' || echo '../../../src/protobuf/'`eNetGameObject.pb.cc
  240. mv -f .deps/libprotobuf_a-eNetGameObject.pb.Tpo .deps/libprotobuf_a-eNetGameObject.pb.Po
  241. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/eVoter.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  242. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-eVoter.pb.o -MD -MP -MF .deps/libprotobuf_a-eVoter.pb.Tpo -c -o libprotobuf_a-eVoter.pb.o `test -f 'eVoter.pb.cc' || echo '../../../src/protobuf/'`eVoter.pb.cc
  243. mv -f .deps/libprotobuf_a-eVoter.pb.Tpo .deps/libprotobuf_a-eVoter.pb.Po
  244. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/eEventNotification.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  245. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-eEventNotification.pb.o -MD -MP -MF .deps/libprotobuf_a-eEventNotification.pb.Tpo -c -o libprotobuf_a-eEventNotification.pb.o `test -f 'eEventNotification.pb.cc' || echo '../../../src/protobuf/'`eEventNotification.pb.cc
  246. mv -f .deps/libprotobuf_a-eEventNotification.pb.Tpo .deps/libprotobuf_a-eEventNotification.pb.Po
  247. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/eLagCompensation.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  248. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-eLagCompensation.pb.o -MD -MP -MF .deps/libprotobuf_a-eLagCompensation.pb.Tpo -c -o libprotobuf_a-eLagCompensation.pb.o `test -f 'eLagCompensation.pb.cc' || echo '../../../src/protobuf/'`eLagCompensation.pb.cc
  249. mv -f .deps/libprotobuf_a-eLagCompensation.pb.Tpo .deps/libprotobuf_a-eLagCompensation.pb.Po
  250. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/eTimer.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  251. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-eTimer.pb.o -MD -MP -MF .deps/libprotobuf_a-eTimer.pb.Tpo -c -o libprotobuf_a-eTimer.pb.o `test -f 'eTimer.pb.cc' || echo '../../../src/protobuf/'`eTimer.pb.cc
  252. mv -f .deps/libprotobuf_a-eTimer.pb.Tpo .deps/libprotobuf_a-eTimer.pb.Po
  253. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/zZone.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  254. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-zZone.pb.o -MD -MP -MF .deps/libprotobuf_a-zZone.pb.Tpo -c -o libprotobuf_a-zZone.pb.o `test -f 'zZone.pb.cc' || echo '../../../src/protobuf/'`zZone.pb.cc
  255. mv -f .deps/libprotobuf_a-zZone.pb.Tpo .deps/libprotobuf_a-zZone.pb.Po
  256. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/zShape.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  257. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-zShape.pb.o -MD -MP -MF .deps/libprotobuf_a-zShape.pb.Tpo -c -o libprotobuf_a-zShape.pb.o `test -f 'zShape.pb.cc' || echo '../../../src/protobuf/'`zShape.pb.cc
  258. mv -f .deps/libprotobuf_a-zShape.pb.Tpo .deps/libprotobuf_a-zShape.pb.Po
  259. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/gGame.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  260. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-gGame.pb.o -MD -MP -MF .deps/libprotobuf_a-gGame.pb.Tpo -c -o libprotobuf_a-gGame.pb.o `test -f 'gGame.pb.cc' || echo '../../../src/protobuf/'`gGame.pb.cc
  261. mv -f .deps/libprotobuf_a-gGame.pb.Tpo .deps/libprotobuf_a-gGame.pb.Po
  262. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/gCycle.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  263. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-gCycle.pb.o -MD -MP -MF .deps/libprotobuf_a-gCycle.pb.Tpo -c -o libprotobuf_a-gCycle.pb.o `test -f 'gCycle.pb.cc' || echo '../../../src/protobuf/'`gCycle.pb.cc
  264. mv -f .deps/libprotobuf_a-gCycle.pb.Tpo .deps/libprotobuf_a-gCycle.pb.Po
  265. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/gWall.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  266. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-gWall.pb.o -MD -MP -MF .deps/libprotobuf_a-gWall.pb.Tpo -c -o libprotobuf_a-gWall.pb.o `test -f 'gWall.pb.cc' || echo '../../../src/protobuf/'`gWall.pb.cc
  267. mv -f .deps/libprotobuf_a-gWall.pb.Tpo .deps/libprotobuf_a-gWall.pb.Po
  268. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/gZone.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  269. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-gZone.pb.o -MD -MP -MF .deps/libprotobuf_a-gZone.pb.Tpo -c -o libprotobuf_a-gZone.pb.o `test -f 'gZone.pb.cc' || echo '../../../src/protobuf/'`gZone.pb.cc
  270. mv -f .deps/libprotobuf_a-gZone.pb.Tpo .deps/libprotobuf_a-gZone.pb.Po
  271. /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/bin/protoc ../../../src/protobuf/gAIBase.proto --cpp_out=./ --proto_path=../../../src/protobuf 2>&1 | sed -e "s,^\(.*\).proto,../../../src/protobuf/\1.proto,"
  272. g++ -DHAVE_CONFIG_H -I. -I../../../src/protobuf -I../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../src/protobuf -I./ -arch i386 -O2 -MT libprotobuf_a-gAIBase.pb.o -MD -MP -MF .deps/libprotobuf_a-gAIBase.pb.Tpo -c -o libprotobuf_a-gAIBase.pb.o `test -f 'gAIBase.pb.cc' || echo '../../../src/protobuf/'`gAIBase.pb.cc
  273. mv -f .deps/libprotobuf_a-gAIBase.pb.Tpo .deps/libprotobuf_a-gAIBase.pb.Po
  274. rm -f libprotobuf.a
  275. ar cru libprotobuf.a libprotobuf_a-tColor.pb.o libprotobuf_a-tCoord.pb.o libprotobuf_a-tFunction.pb.o libprotobuf_a-tPolynomial.pb.o libprotobuf_a-nAuthentication.pb.o libprotobuf_a-nNetwork.pb.o libprotobuf_a-nNetObject.pb.o libprotobuf_a-nNetObjectPrivate.pb.o libprotobuf_a-nServerInfo.pb.o libprotobuf_a-nConfig.pb.o libprotobuf_a-eTeam.pb.o libprotobuf_a-ePlayer.pb.o libprotobuf_a-eNetGameObject.pb.o libprotobuf_a-eVoter.pb.o libprotobuf_a-eEventNotification.pb.o libprotobuf_a-eLagCompensation.pb.o libprotobuf_a-eTimer.pb.o libprotobuf_a-zZone.pb.o libprotobuf_a-zShape.pb.o libprotobuf_a-gGame.pb.o libprotobuf_a-gCycle.pb.o libprotobuf_a-gWall.pb.o libprotobuf_a-gZone.pb.o libprotobuf_a-gWall.pb.o libprotobuf_a-gAIBase.pb.o
  276. ranlib libprotobuf.a
  277. make[3]: Nothing to be done for `install-exec-am'.
  278. make[3]: Nothing to be done for `install-data-am'.
  279. Making install in thirdparty
  280. Making install in particles
  281. g++ -DHAVE_CONFIG_H -I. -I../../../../src/thirdparty/particles -I../../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I ../../../../src -I ./ -I ParticleDLL -arch i386 -O2 -MT ParticleDLL/libparticles_a-action_api.o -MD -MP -MF ParticleDLL/.deps/libparticles_a-action_api.Tpo -c -o ParticleDLL/libparticles_a-action_api.o `test -f 'ParticleDLL/action_api.cpp' || echo '../../../../src/thirdparty/particles/'`ParticleDLL/action_api.cpp
  282. mv -f ParticleDLL/.deps/libparticles_a-action_api.Tpo ParticleDLL/.deps/libparticles_a-action_api.Po
  283. g++ -DHAVE_CONFIG_H -I. -I../../../../src/thirdparty/particles -I../../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I ../../../../src -I ./ -I ParticleDLL -arch i386 -O2 -MT ParticleDLL/libparticles_a-other_api.o -MD -MP -MF ParticleDLL/.deps/libparticles_a-other_api.Tpo -c -o ParticleDLL/libparticles_a-other_api.o `test -f 'ParticleDLL/other_api.cpp' || echo '../../../../src/thirdparty/particles/'`ParticleDLL/other_api.cpp
  284. mv -f ParticleDLL/.deps/libparticles_a-other_api.Tpo ParticleDLL/.deps/libparticles_a-other_api.Po
  285. g++ -DHAVE_CONFIG_H -I. -I../../../../src/thirdparty/particles -I../../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I ../../../../src -I ./ -I ParticleDLL -arch i386 -O2 -MT ParticleDLL/libparticles_a-actions.o -MD -MP -MF ParticleDLL/.deps/libparticles_a-actions.Tpo -c -o ParticleDLL/libparticles_a-actions.o `test -f 'ParticleDLL/actions.cpp' || echo '../../../../src/thirdparty/particles/'`ParticleDLL/actions.cpp
  286. mv -f ParticleDLL/.deps/libparticles_a-actions.Tpo ParticleDLL/.deps/libparticles_a-actions.Po
  287. g++ -DHAVE_CONFIG_H -I. -I../../../../src/thirdparty/particles -I../../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I ../../../../src -I ./ -I ParticleDLL -arch i386 -O2 -MT ParticleDLL/libparticles_a-ParticleState.o -MD -MP -MF ParticleDLL/.deps/libparticles_a-ParticleState.Tpo -c -o ParticleDLL/libparticles_a-ParticleState.o `test -f 'ParticleDLL/ParticleState.cpp' || echo '../../../../src/thirdparty/particles/'`ParticleDLL/ParticleState.cpp
  288. mv -f ParticleDLL/.deps/libparticles_a-ParticleState.Tpo ParticleDLL/.deps/libparticles_a-ParticleState.Po
  289. rm -f libparticles.a
  290. ar cru libparticles.a ParticleDLL/libparticles_a-action_api.o ParticleDLL/libparticles_a-other_api.o ParticleDLL/libparticles_a-actions.o ParticleDLL/libparticles_a-ParticleState.o
  291. ranlib libparticles.a
  292. make[4]: Nothing to be done for `install-exec-am'.
  293. make[4]: Nothing to be done for `install-data-am'.
  294. Making install in mathexpr
  295. g++ -DHAVE_CONFIG_H -I. -I../../../../src/thirdparty/mathexpr -I../../.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../../../src -I./ -arch i386 -O2 -MT libmathexpr_a-mathexpr.o -MD -MP -MF .deps/libmathexpr_a-mathexpr.Tpo -c -o libmathexpr_a-mathexpr.o `test -f 'mathexpr.cpp' || echo '../../../../src/thirdparty/mathexpr/'`mathexpr.cpp
  296. mv -f .deps/libmathexpr_a-mathexpr.Tpo .deps/libmathexpr_a-mathexpr.Po
  297. rm -f libmathexpr.a
  298. ar cru libmathexpr.a libmathexpr_a-mathexpr.o
  299. ranlib libmathexpr.a
  300. make[4]: Nothing to be done for `install-exec-am'.
  301. make[4]: Nothing to be done for `install-data-am'.
  302. make[4]: Nothing to be done for `install-exec-am'.
  303. make[4]: Nothing to be done for `install-data-am'.
  304. Making install in swig
  305. make[3]: Nothing to be done for `install-exec-am'.
  306. make[3]: Nothing to be done for `install-data-am'.
  307. Making install in doc
  308. echo > .dummy.dep
  309. Making install in net
  310. echo > .dummy.dep
  311. echo index.html.dep ":\\" > index.html.dep
  312. grep "include(" ../../../../src/doc/net/index.html.m4 | sed -e "s,include(\(.*\)),../../../../src/doc/net/\1\\\," >> index.html.dep
  313. echo "Makefile" >> index.html.dep
  314. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../../src/doc/html.m4) include(../../../../src/doc/net/index.html.m4)" ; } | m4 -I ../../../../src/doc/net > index.html || cp ../../../../src/doc/net/index.html.m4 index.html
  315. echo lower.html.dep ":\\" > lower.html.dep
  316. grep "include(" ../../../../src/doc/net/lower.html.m4 | sed -e "s,include(\(.*\)),../../../../src/doc/net/\1\\\," >> lower.html.dep
  317. echo "Makefile" >> lower.html.dep
  318. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../../src/doc/html.m4) include(../../../../src/doc/net/lower.html.m4)" ; } | m4 -I ../../../../src/doc/net > lower.html || cp ../../../../src/doc/net/lower.html.m4 lower.html
  319. echo middle.html.dep ":\\" > middle.html.dep
  320. grep "include(" ../../../../src/doc/net/middle.html.m4 | sed -e "s,include(\(.*\)),../../../../src/doc/net/\1\\\," >> middle.html.dep
  321. echo "Makefile" >> middle.html.dep
  322. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../../src/doc/html.m4) include(../../../../src/doc/net/middle.html.m4)" ; } | m4 -I ../../../../src/doc/net > middle.html || cp ../../../../src/doc/net/middle.html.m4 middle.html
  323. echo upper.html.dep ":\\" > upper.html.dep
  324. grep "include(" ../../../../src/doc/net/upper.html.m4 | sed -e "s,include(\(.*\)),../../../../src/doc/net/\1\\\," >> upper.html.dep
  325. echo "Makefile" >> upper.html.dep
  326. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../../src/doc/html.m4) include(../../../../src/doc/net/upper.html.m4)" ; } | m4 -I ../../../../src/doc/net > upper.html || cp ../../../../src/doc/net/upper.html.m4 upper.html
  327. make[4]: Nothing to be done for `install-exec-am'.
  328. ../../../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/doc/net'
  329. /usr/bin/install -c -m 644 index.html lower.html middle.html upper.html '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/doc/net'
  330. echo bugs.html.dep ":\\" > bugs.html.dep
  331. grep "include(" ../../../src/doc/bugs.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> bugs.html.dep
  332. echo "Makefile" >> bugs.html.dep
  333. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/bugs.html.m4)" ; } | m4 -I ../../../src/doc > bugs.html || cp ../../../src/doc/bugs.html.m4 bugs.html
  334. echo changelog.html.dep ":\\" > changelog.html.dep
  335. grep "include(" ../../../src/doc/changelog.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> changelog.html.dep
  336. echo "Makefile" >> changelog.html.dep
  337. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/changelog.html.m4)" ; } | m4 -I ../../../src/doc > changelog.html || cp ../../../src/doc/changelog.html.m4 changelog.html
  338. echo commands.html.dep ":\\" > commands.html.dep
  339. grep "include(" ../../../src/doc/commands.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> commands.html.dep
  340. echo "Makefile" >> commands.html.dep
  341. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/commands.html.m4)" ; } | m4 -I ../../../src/doc > commands.html || cp ../../../src/doc/commands.html.m4 commands.html
  342. echo compile.html.dep ":\\" > compile.html.dep
  343. grep "include(" ../../../src/doc/compile.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> compile.html.dep
  344. echo "Makefile" >> compile.html.dep
  345. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/compile.html.m4)" ; } | m4 -I ../../../src/doc > compile.html || cp ../../../src/doc/compile.html.m4 compile.html
  346. echo config.html.dep ":\\" > config.html.dep
  347. grep "include(" ../../../src/doc/config.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> config.html.dep
  348. echo "Makefile" >> config.html.dep
  349. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/config.html.m4)" ; } | m4 -I ../../../src/doc > config.html || cp ../../../src/doc/config.html.m4 config.html
  350. echo faq.html.dep ":\\" > faq.html.dep
  351. grep "include(" ../../../src/doc/faq.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> faq.html.dep
  352. echo "Makefile" >> faq.html.dep
  353. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/faq.html.m4)" ; } | m4 -I ../../../src/doc > faq.html || cp ../../../src/doc/faq.html.m4 faq.html
  354. echo index.html.dep ":\\" > index.html.dep
  355. grep "include(" ../../../src/doc/index.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> index.html.dep
  356. echo "Makefile" >> index.html.dep
  357. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/index.html.m4)" ; } | m4 -I ../../../src/doc > index.html || cp ../../../src/doc/index.html.m4 index.html
  358. echo install_linux.html.dep ":\\" > install_linux.html.dep
  359. grep "include(" ../../../src/doc/install_linux.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> install_linux.html.dep
  360. echo "Makefile" >> install_linux.html.dep
  361. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/install_linux.html.m4)" ; } | m4 -I ../../../src/doc > install_linux.html || cp ../../../src/doc/install_linux.html.m4 install_linux.html
  362. echo install_macosx.html.dep ":\\" > install_macosx.html.dep
  363. grep "include(" ../../../src/doc/install_macosx.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> install_macosx.html.dep
  364. echo "Makefile" >> install_macosx.html.dep
  365. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/install_macosx.html.m4)" ; } | m4 -I ../../../src/doc > install_macosx.html || cp ../../../src/doc/install_macosx.html.m4 install_macosx.html
  366. echo install_result.html.dep ":\\" > install_result.html.dep
  367. grep "include(" ../../../src/doc/install_result.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> install_result.html.dep
  368. echo "Makefile" >> install_result.html.dep
  369. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/install_result.html.m4)" ; } | m4 -I ../../../src/doc > install_result.html || cp ../../../src/doc/install_result.html.m4 install_result.html
  370. echo install_windows.html.dep ":\\" > install_windows.html.dep
  371. grep "include(" ../../../src/doc/install_windows.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> install_windows.html.dep
  372. echo "Makefile" >> install_windows.html.dep
  373. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/install_windows.html.m4)" ; } | m4 -I ../../../src/doc > install_windows.html || cp ../../../src/doc/install_windows.html.m4 install_windows.html
  374. echo network.html.dep ":\\" > network.html.dep
  375. grep "include(" ../../../src/doc/network.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> network.html.dep
  376. echo "Makefile" >> network.html.dep
  377. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/network.html.m4)" ; } | m4 -I ../../../src/doc > network.html || cp ../../../src/doc/network.html.m4 network.html
  378. echo readme_macosx.html.dep ":\\" > readme_macosx.html.dep
  379. grep "include(" ../../../src/doc/readme_macosx.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> readme_macosx.html.dep
  380. echo "Makefile" >> readme_macosx.html.dep
  381. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/readme_macosx.html.m4)" ; } | m4 -I ../../../src/doc > readme_macosx.html || cp ../../../src/doc/readme_macosx.html.m4 readme_macosx.html
  382. echo todo.html.dep ":\\" > todo.html.dep
  383. grep "include(" ../../../src/doc/todo.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> todo.html.dep
  384. echo "Makefile" >> todo.html.dep
  385. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/todo.html.m4)" ; } | m4 -I ../../../src/doc > todo.html || cp ../../../src/doc/todo.html.m4 todo.html
  386. echo versions.html.dep ":\\" > versions.html.dep
  387. grep "include(" ../../../src/doc/versions.html.m4 | sed -e "s,include(\(.*\)),../../../src/doc/\1\\\," >> versions.html.dep
  388. echo "Makefile" >> versions.html.dep
  389. { echo "define(CHANGEDATE,`date +"%b %d %Y"`) include(../../src/doc/html.m4) include(../../../src/doc/versions.html.m4)" ; } | m4 -I ../../../src/doc > versions.html || cp ../../../src/doc/versions.html.m4 versions.html
  390. cp ../../../COPYING COPYING.txt
  391. make[4]: Nothing to be done for `install-exec-am'.
  392. ../../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/doc'
  393. /usr/bin/install -c -m 644 bugs.html changelog.html commands.html compile.html config.html faq.html index.html install_linux.html install_macosx.html install_result.html install_windows.html network.html readme_macosx.html todo.html versions.html '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/doc'
  394. ../../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/doc'
  395. /usr/bin/install -c -m 644 ../../../src/doc/commands.txt COPYING.txt ../../../src/doc/Content_Creation/Howto-Maps.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/doc'
  396. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT resource/libtools_a-tResourceManager.o -MD -MP -MF resource/.deps/libtools_a-tResourceManager.Tpo -c -o resource/libtools_a-tResourceManager.o `test -f 'resource/tResourceManager.cpp' || echo '../../src/'`resource/tResourceManager.cpp
  397. mv -f resource/.deps/libtools_a-tResourceManager.Tpo resource/.deps/libtools_a-tResourceManager.Po
  398. if test -f ../../src/tFakeVersion.h; then \
  399. cp ../../src/tFakeVersion.h tTrueVersion.h; \
  400. else \
  401. sh ../../batch/make/version --verbose ../.. | awk '{ print "#define TRUE_ARMAGETRONAD_" $1 " " substr( $0, index( $0, $2 ) ) }' >tTrueVersion.h; \
  402. fi
  403. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tVersion.o -MD -MP -MF tools/.deps/libtools_a-tVersion.Tpo -c -o tools/libtools_a-tVersion.o `test -f 'tools/tVersion.cpp' || echo '../../src/'`tools/tVersion.cpp
  404. mv -f tools/.deps/libtools_a-tVersion.Tpo tools/.deps/libtools_a-tVersion.Po
  405. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tArray.o -MD -MP -MF tools/.deps/libtools_a-tArray.Tpo -c -o tools/libtools_a-tArray.o `test -f 'tools/tArray.cpp' || echo '../../src/'`tools/tArray.cpp
  406. mv -f tools/.deps/libtools_a-tArray.Tpo tools/.deps/libtools_a-tArray.Po
  407. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tCallback.o -MD -MP -MF tools/.deps/libtools_a-tCallback.Tpo -c -o tools/libtools_a-tCallback.o `test -f 'tools/tCallback.cpp' || echo '../../src/'`tools/tCallback.cpp
  408. mv -f tools/.deps/libtools_a-tCallback.Tpo tools/.deps/libtools_a-tCallback.Po
  409. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tColor.o -MD -MP -MF tools/.deps/libtools_a-tColor.Tpo -c -o tools/libtools_a-tColor.o `test -f 'tools/tColor.cpp' || echo '../../src/'`tools/tColor.cpp
  410. mv -f tools/.deps/libtools_a-tColor.Tpo tools/.deps/libtools_a-tColor.Po
  411. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tConfiguration.o -MD -MP -MF tools/.deps/libtools_a-tConfiguration.Tpo -c -o tools/libtools_a-tConfiguration.o `test -f 'tools/tConfiguration.cpp' || echo '../../src/'`tools/tConfiguration.cpp
  412. mv -f tools/.deps/libtools_a-tConfiguration.Tpo tools/.deps/libtools_a-tConfiguration.Po
  413. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tConsole.o -MD -MP -MF tools/.deps/libtools_a-tConsole.Tpo -c -o tools/libtools_a-tConsole.o `test -f 'tools/tConsole.cpp' || echo '../../src/'`tools/tConsole.cpp
  414. mv -f tools/.deps/libtools_a-tConsole.Tpo tools/.deps/libtools_a-tConsole.Po
  415. Generating universal_variable_values_sed...
  416. sed -f ../universal_variable_values_sed < tUniversalVariables.h.in > tUniversalVariables.h
  417. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tDirectories.o -MD -MP -MF tools/.deps/libtools_a-tDirectories.Tpo -c -o tools/libtools_a-tDirectories.o `test -f 'tools/tDirectories.cpp' || echo '../../src/'`tools/tDirectories.cpp
  418. mv -f tools/.deps/libtools_a-tDirectories.Tpo tools/.deps/libtools_a-tDirectories.Po
  419. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tError.o -MD -MP -MF tools/.deps/libtools_a-tError.Tpo -c -o tools/libtools_a-tError.o `test -f 'tools/tError.cpp' || echo '../../src/'`tools/tError.cpp
  420. mv -f tools/.deps/libtools_a-tError.Tpo tools/.deps/libtools_a-tError.Po
  421. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tEventQueue.o -MD -MP -MF tools/.deps/libtools_a-tEventQueue.Tpo -c -o tools/libtools_a-tEventQueue.o `test -f 'tools/tEventQueue.cpp' || echo '../../src/'`tools/tEventQueue.cpp
  422. mv -f tools/.deps/libtools_a-tEventQueue.Tpo tools/.deps/libtools_a-tEventQueue.Po
  423. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tHeap.o -MD -MP -MF tools/.deps/libtools_a-tHeap.Tpo -c -o tools/libtools_a-tHeap.o `test -f 'tools/tHeap.cpp' || echo '../../src/'`tools/tHeap.cpp
  424. mv -f tools/.deps/libtools_a-tHeap.Tpo tools/.deps/libtools_a-tHeap.Po
  425. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tLinkedList.o -MD -MP -MF tools/.deps/libtools_a-tLinkedList.Tpo -c -o tools/libtools_a-tLinkedList.o `test -f 'tools/tLinkedList.cpp' || echo '../../src/'`tools/tLinkedList.cpp
  426. mv -f tools/.deps/libtools_a-tLinkedList.Tpo tools/.deps/libtools_a-tLinkedList.Po
  427. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tLocale.o -MD -MP -MF tools/.deps/libtools_a-tLocale.Tpo -c -o tools/libtools_a-tLocale.o `test -f 'tools/tLocale.cpp' || echo '../../src/'`tools/tLocale.cpp
  428. mv -f tools/.deps/libtools_a-tLocale.Tpo tools/.deps/libtools_a-tLocale.Po
  429. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tMemStack.o -MD -MP -MF tools/.deps/libtools_a-tMemStack.Tpo -c -o tools/libtools_a-tMemStack.o `test -f 'tools/tMemStack.cpp' || echo '../../src/'`tools/tMemStack.cpp
  430. mv -f tools/.deps/libtools_a-tMemStack.Tpo tools/.deps/libtools_a-tMemStack.Po
  431. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tRing.o -MD -MP -MF tools/.deps/libtools_a-tRing.Tpo -c -o tools/libtools_a-tRing.o `test -f 'tools/tRing.cpp' || echo '../../src/'`tools/tRing.cpp
  432. mv -f tools/.deps/libtools_a-tRing.Tpo tools/.deps/libtools_a-tRing.Po
  433. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tSafePTR.o -MD -MP -MF tools/.deps/libtools_a-tSafePTR.Tpo -c -o tools/libtools_a-tSafePTR.o `test -f 'tools/tSafePTR.cpp' || echo '../../src/'`tools/tSafePTR.cpp
  434. mv -f tools/.deps/libtools_a-tSafePTR.Tpo tools/.deps/libtools_a-tSafePTR.Po
  435. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tString.o -MD -MP -MF tools/.deps/libtools_a-tString.Tpo -c -o tools/libtools_a-tString.o `test -f 'tools/tString.cpp' || echo '../../src/'`tools/tString.cpp
  436. mv -f tools/.deps/libtools_a-tString.Tpo tools/.deps/libtools_a-tString.Po
  437. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tSysTime.o -MD -MP -MF tools/.deps/libtools_a-tSysTime.Tpo -c -o tools/libtools_a-tSysTime.o `test -f 'tools/tSysTime.cpp' || echo '../../src/'`tools/tSysTime.cpp
  438. mv -f tools/.deps/libtools_a-tSysTime.Tpo tools/.deps/libtools_a-tSysTime.Po
  439. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tToDo.o -MD -MP -MF tools/.deps/libtools_a-tToDo.Tpo -c -o tools/libtools_a-tToDo.o `test -f 'tools/tToDo.cpp' || echo '../../src/'`tools/tToDo.cpp
  440. mv -f tools/.deps/libtools_a-tToDo.Tpo tools/.deps/libtools_a-tToDo.Po
  441. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tException.o -MD -MP -MF tools/.deps/libtools_a-tException.Tpo -c -o tools/libtools_a-tException.o `test -f 'tools/tException.cpp' || echo '../../src/'`tools/tException.cpp
  442. mv -f tools/.deps/libtools_a-tException.Tpo tools/.deps/libtools_a-tException.Po
  443. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tRecorder.o -MD -MP -MF tools/.deps/libtools_a-tRecorder.Tpo -c -o tools/libtools_a-tRecorder.o `test -f 'tools/tRecorder.cpp' || echo '../../src/'`tools/tRecorder.cpp
  444. mv -f tools/.deps/libtools_a-tRecorder.Tpo tools/.deps/libtools_a-tRecorder.Po
  445. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tRecorderInternal.o -MD -MP -MF tools/.deps/libtools_a-tRecorderInternal.Tpo -c -o tools/libtools_a-tRecorderInternal.o `test -f 'tools/tRecorderInternal.cpp' || echo '../../src/'`tools/tRecorderInternal.cpp
  446. mv -f tools/.deps/libtools_a-tRecorderInternal.Tpo tools/.deps/libtools_a-tRecorderInternal.Po
  447. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tCommandLine.o -MD -MP -MF tools/.deps/libtools_a-tCommandLine.Tpo -c -o tools/libtools_a-tCommandLine.o `test -f 'tools/tCommandLine.cpp' || echo '../../src/'`tools/tCommandLine.cpp
  448. mv -f tools/.deps/libtools_a-tCommandLine.Tpo tools/.deps/libtools_a-tCommandLine.Po
  449. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tRandom.o -MD -MP -MF tools/.deps/libtools_a-tRandom.Tpo -c -o tools/libtools_a-tRandom.o `test -f 'tools/tRandom.cpp' || echo '../../src/'`tools/tRandom.cpp
  450. mv -f tools/.deps/libtools_a-tRandom.Tpo tools/.deps/libtools_a-tRandom.Po
  451. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tIniFile.o -MD -MP -MF tools/.deps/libtools_a-tIniFile.Tpo -c -o tools/libtools_a-tIniFile.o `test -f 'tools/tIniFile.cpp' || echo '../../src/'`tools/tIniFile.cpp
  452. mv -f tools/.deps/libtools_a-tIniFile.Tpo tools/.deps/libtools_a-tIniFile.Po
  453. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tXmlParser.o -MD -MP -MF tools/.deps/libtools_a-tXmlParser.Tpo -c -o tools/libtools_a-tXmlParser.o `test -f 'tools/tXmlParser.cpp' || echo '../../src/'`tools/tXmlParser.cpp
  454. mv -f tools/.deps/libtools_a-tXmlParser.Tpo tools/.deps/libtools_a-tXmlParser.Po
  455. depbase=`echo thirdparty/binreloc/prefix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  456. gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -arch i386 -MT thirdparty/binreloc/prefix.o -MD -MP -MF $depbase.Tpo -c -o thirdparty/binreloc/prefix.o ../../src/thirdparty/binreloc/prefix.c &&\
  457. mv -f $depbase.Tpo $depbase.Po
  458. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/values/libtools_a-vCore.o -MD -MP -MF tools/values/.deps/libtools_a-vCore.Tpo -c -o tools/values/libtools_a-vCore.o `test -f 'tools/values/vCore.cpp' || echo '../../src/'`tools/values/vCore.cpp
  459. mv -f tools/values/.deps/libtools_a-vCore.Tpo tools/values/.deps/libtools_a-vCore.Po
  460. /bin/sh ../../ylwrap ../../src/tools/values/vParser.ypp y.tab.c tools/values/vParser.cpp y.tab.h `echo tools/values/vParser.cpp | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output tools/values/vParser.output -- bison -y
  461. /Users/LittleSteps/Current 0.4/build/src/../../src/tools/values/vParser.ypp:134.11-31: warning: unused value: $3
  462. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/values/libtools_a-vParser.o -MD -MP -MF tools/values/.deps/libtools_a-vParser.Tpo -c -o tools/values/libtools_a-vParser.o `test -f 'tools/values/vParser.cpp' || echo '../../src/'`tools/values/vParser.cpp
  463. mv -f tools/values/.deps/libtools_a-vParser.Tpo tools/values/.deps/libtools_a-vParser.Po
  464. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/values/libtools_a-vRegistry.o -MD -MP -MF tools/values/.deps/libtools_a-vRegistry.Tpo -c -o tools/values/libtools_a-vRegistry.o `test -f 'tools/values/vRegistry.cpp' || echo '../../src/'`tools/values/vRegistry.cpp
  465. mv -f tools/values/.deps/libtools_a-vRegistry.Tpo tools/values/.deps/libtools_a-vRegistry.Po
  466. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/values/libtools_a-vCollection.o -MD -MP -MF tools/values/.deps/libtools_a-vCollection.Tpo -c -o tools/values/libtools_a-vCollection.o `test -f 'tools/values/vCollection.cpp' || echo '../../src/'`tools/values/vCollection.cpp
  467. mv -f tools/values/.deps/libtools_a-vCollection.Tpo tools/values/.deps/libtools_a-vCollection.Po
  468. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/values/libtools_a-veComparison.o -MD -MP -MF tools/values/.deps/libtools_a-veComparison.Tpo -c -o tools/values/libtools_a-veComparison.o `test -f 'tools/values/veComparison.cpp' || echo '../../src/'`tools/values/veComparison.cpp
  469. mv -f tools/values/.deps/libtools_a-veComparison.Tpo tools/values/.deps/libtools_a-veComparison.Po
  470. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/values/libtools_a-veLogic.o -MD -MP -MF tools/values/.deps/libtools_a-veLogic.Tpo -c -o tools/values/libtools_a-veLogic.o `test -f 'tools/values/veLogic.cpp' || echo '../../src/'`tools/values/veLogic.cpp
  471. mv -f tools/values/.deps/libtools_a-veLogic.Tpo tools/values/.deps/libtools_a-veLogic.Po
  472. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/values/libtools_a-veMath.o -MD -MP -MF tools/values/.deps/libtools_a-veMath.Tpo -c -o tools/values/libtools_a-veMath.o `test -f 'tools/values/veMath.cpp' || echo '../../src/'`tools/values/veMath.cpp
  473. mv -f tools/values/.deps/libtools_a-veMath.Tpo tools/values/.deps/libtools_a-veMath.Po
  474. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/values/libtools_a-vebLegacy.o -MD -MP -MF tools/values/.deps/libtools_a-vebLegacy.Tpo -c -o tools/values/libtools_a-vebLegacy.o `test -f 'tools/values/vebLegacy.cpp' || echo '../../src/'`tools/values/vebLegacy.cpp
  475. mv -f tools/values/.deps/libtools_a-vebLegacy.Tpo tools/values/.deps/libtools_a-vebLegacy.Po
  476. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/values/libtools_a-vebMathExpr.o -MD -MP -MF tools/values/.deps/libtools_a-vebMathExpr.Tpo -c -o tools/values/libtools_a-vebMathExpr.o `test -f 'tools/values/vebMathExpr.cpp' || echo '../../src/'`tools/values/vebMathExpr.cpp
  477. mv -f tools/values/.deps/libtools_a-vebMathExpr.Tpo tools/values/.deps/libtools_a-vebMathExpr.Po
  478. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tStatFile.o -MD -MP -MF tools/.deps/libtools_a-tStatFile.Tpo -c -o tools/libtools_a-tStatFile.o `test -f 'tools/tStatFile.cpp' || echo '../../src/'`tools/tStatFile.cpp
  479. mv -f tools/.deps/libtools_a-tStatFile.Tpo tools/.deps/libtools_a-tStatFile.Po
  480. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tStatEntry.o -MD -MP -MF tools/.deps/libtools_a-tStatEntry.Tpo -c -o tools/libtools_a-tStatEntry.o `test -f 'tools/tStatEntry.cpp' || echo '../../src/'`tools/tStatEntry.cpp
  481. mv -f tools/.deps/libtools_a-tStatEntry.Tpo tools/.deps/libtools_a-tStatEntry.Po
  482. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tRectangle.o -MD -MP -MF tools/.deps/libtools_a-tRectangle.Tpo -c -o tools/libtools_a-tRectangle.o `test -f 'tools/tRectangle.cpp' || echo '../../src/'`tools/tRectangle.cpp
  483. mv -f tools/.deps/libtools_a-tRectangle.Tpo tools/.deps/libtools_a-tRectangle.Po
  484. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tPlayList.o -MD -MP -MF tools/.deps/libtools_a-tPlayList.Tpo -c -o tools/libtools_a-tPlayList.o `test -f 'tools/tPlayList.cpp' || echo '../../src/'`tools/tPlayList.cpp
  485. mv -f tools/.deps/libtools_a-tPlayList.Tpo tools/.deps/libtools_a-tPlayList.Po
  486. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tDecorator.o -MD -MP -MF tools/.deps/libtools_a-tDecorator.Tpo -c -o tools/libtools_a-tDecorator.o `test -f 'tools/tDecorator.cpp' || echo '../../src/'`tools/tDecorator.cpp
  487. mv -f tools/.deps/libtools_a-tDecorator.Tpo tools/.deps/libtools_a-tDecorator.Po
  488. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tMutex.o -MD -MP -MF tools/.deps/libtools_a-tMutex.Tpo -c -o tools/libtools_a-tMutex.o `test -f 'tools/tMutex.cpp' || echo '../../src/'`tools/tMutex.cpp
  489. mv -f tools/.deps/libtools_a-tMutex.Tpo tools/.deps/libtools_a-tMutex.Po
  490. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tCoord.o -MD -MP -MF tools/.deps/libtools_a-tCoord.Tpo -c -o tools/libtools_a-tCoord.o `test -f 'tools/tCoord.cpp' || echo '../../src/'`tools/tCoord.cpp
  491. mv -f tools/.deps/libtools_a-tCoord.Tpo tools/.deps/libtools_a-tCoord.Po
  492. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tFunction.o -MD -MP -MF tools/.deps/libtools_a-tFunction.Tpo -c -o tools/libtools_a-tFunction.o `test -f 'tools/tFunction.cpp' || echo '../../src/'`tools/tFunction.cpp
  493. mv -f tools/.deps/libtools_a-tFunction.Tpo tools/.deps/libtools_a-tFunction.Po
  494. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tPolynomial.o -MD -MP -MF tools/.deps/libtools_a-tPolynomial.Tpo -c -o tools/libtools_a-tPolynomial.o `test -f 'tools/tPolynomial.cpp' || echo '../../src/'`tools/tPolynomial.cpp
  495. mv -f tools/.deps/libtools_a-tPolynomial.Tpo tools/.deps/libtools_a-tPolynomial.Po
  496. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tPolynomialMarshaler.o -MD -MP -MF tools/.deps/libtools_a-tPolynomialMarshaler.Tpo -c -o tools/libtools_a-tPolynomialMarshaler.o `test -f 'tools/tPolynomialMarshaler.cpp' || echo '../../src/'`tools/tPolynomialMarshaler.cpp
  497. mv -f tools/.deps/libtools_a-tPolynomialMarshaler.Tpo tools/.deps/libtools_a-tPolynomialMarshaler.Po
  498. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tPolynomialWithBase.o -MD -MP -MF tools/.deps/libtools_a-tPolynomialWithBase.Tpo -c -o tools/libtools_a-tPolynomialWithBase.o `test -f 'tools/tPolynomialWithBase.cpp' || echo '../../src/'`tools/tPolynomialWithBase.cpp
  499. mv -f tools/.deps/libtools_a-tPolynomialWithBase.Tpo tools/.deps/libtools_a-tPolynomialWithBase.Po
  500. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tRuby.o -MD -MP -MF tools/.deps/libtools_a-tRuby.Tpo -c -o tools/libtools_a-tRuby.o `test -f 'tools/tRuby.cpp' || echo '../../src/'`tools/tRuby.cpp
  501. mv -f tools/.deps/libtools_a-tRuby.Tpo tools/.deps/libtools_a-tRuby.Po
  502. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-md5.o -MD -MP -MF tools/.deps/libtools_a-md5.Tpo -c -o tools/libtools_a-md5.o `test -f 'tools/md5.cpp' || echo '../../src/'`tools/md5.cpp
  503. mv -f tools/.deps/libtools_a-md5.Tpo tools/.deps/libtools_a-md5.Po
  504. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tCrypto.o -MD -MP -MF tools/.deps/libtools_a-tCrypto.Tpo -c -o tools/libtools_a-tCrypto.o `test -f 'tools/tCrypto.cpp' || echo '../../src/'`tools/tCrypto.cpp
  505. mv -f tools/.deps/libtools_a-tCrypto.Tpo tools/.deps/libtools_a-tCrypto.Po
  506. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT resource/libtools_a-tResource.o -MD -MP -MF resource/.deps/libtools_a-tResource.Tpo -c -o resource/libtools_a-tResource.o `test -f 'resource/tResource.cpp' || echo '../../src/'`resource/tResource.cpp
  507. mv -f resource/.deps/libtools_a-tResource.Tpo resource/.deps/libtools_a-tResource.Po
  508. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT resource/libtools_a-tResourceType.o -MD -MP -MF resource/.deps/libtools_a-tResourceType.Tpo -c -o resource/libtools_a-tResourceType.o `test -f 'resource/tResourceType.cpp' || echo '../../src/'`resource/tResourceType.cpp
  509. mv -f resource/.deps/libtools_a-tResourceType.Tpo resource/.deps/libtools_a-tResourceType.Po
  510. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -arch i386 -O2 -MT tools/libtools_a-tMemManager.o -MD -MP -MF tools/.deps/libtools_a-tMemManager.Tpo -c -o tools/libtools_a-tMemManager.o `test -f 'tools/tMemManager.cpp' || echo '../../src/'`tools/tMemManager.cpp
  511. mv -f tools/.deps/libtools_a-tMemManager.Tpo tools/.deps/libtools_a-tMemManager.Po
  512. rm -f libtools.a
  513. ar cru libtools.a resource/libtools_a-tResourceManager.o tools/libtools_a-tVersion.o tools/libtools_a-tArray.o tools/libtools_a-tCallback.o tools/libtools_a-tColor.o tools/libtools_a-tConfiguration.o tools/libtools_a-tConsole.o tools/libtools_a-tDirectories.o tools/libtools_a-tError.o tools/libtools_a-tEventQueue.o tools/libtools_a-tHeap.o tools/libtools_a-tLinkedList.o tools/libtools_a-tLocale.o tools/libtools_a-tMemStack.o tools/libtools_a-tRing.o tools/libtools_a-tSafePTR.o tools/libtools_a-tString.o tools/libtools_a-tSysTime.o tools/libtools_a-tToDo.o tools/libtools_a-tException.o tools/libtools_a-tRecorder.o tools/libtools_a-tRecorderInternal.o tools/libtools_a-tCommandLine.o tools/libtools_a-tRandom.o tools/libtools_a-tIniFile.o tools/libtools_a-tXmlParser.o thirdparty/binreloc/prefix.o tools/values/libtools_a-vCore.o tools/values/libtools_a-vParser.o tools/values/libtools_a-vRegistry.o tools/values/libtools_a-vCollection.o tools/values/libtools_a-veComparison.o tools/values/libtools_a-veLogic.o tools/values/libtools_a-veMath.o tools/values/libtools_a-vebLegacy.o tools/values/libtools_a-vebMathExpr.o tools/libtools_a-tStatFile.o tools/libtools_a-tStatEntry.o tools/libtools_a-tRectangle.o tools/libtools_a-tPlayList.o tools/libtools_a-tDecorator.o tools/libtools_a-tMutex.o tools/libtools_a-tCoord.o tools/libtools_a-tFunction.o tools/libtools_a-tPolynomial.o tools/libtools_a-tPolynomialMarshaler.o tools/libtools_a-tPolynomialWithBase.o tools/libtools_a-tRuby.o tools/libtools_a-md5.o tools/libtools_a-tCrypto.o resource/libtools_a-tResource.o resource/libtools_a-tResourceType.o tools/libtools_a-tMemManager.o
  514. /opt/local/bin/ranlib: file: libtools.a(libtools_a-tRuby.o) has no symbols
  515. ranlib libtools.a
  516. ranlib: file: libtools.a(libtools_a-tRuby.o) has no symbols
  517. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nAuthentication.o -MD -MP -MF network/.deps/libnetwork_a-nAuthentication.Tpo -c -o network/libnetwork_a-nAuthentication.o `test -f 'network/nAuthentication.cpp' || echo '../../src/'`network/nAuthentication.cpp
  518. mv -f network/.deps/libnetwork_a-nAuthentication.Tpo network/.deps/libnetwork_a-nAuthentication.Po
  519. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nConfig.o -MD -MP -MF network/.deps/libnetwork_a-nConfig.Tpo -c -o network/libnetwork_a-nConfig.o `test -f 'network/nConfig.cpp' || echo '../../src/'`network/nConfig.cpp
  520. mv -f network/.deps/libnetwork_a-nConfig.Tpo network/.deps/libnetwork_a-nConfig.Po
  521. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nKrawall.o -MD -MP -MF network/.deps/libnetwork_a-nKrawall.Tpo -c -o network/libnetwork_a-nKrawall.o `test -f 'network/nKrawall.cpp' || echo '../../src/'`network/nKrawall.cpp
  522. mv -f network/.deps/libnetwork_a-nKrawall.Tpo network/.deps/libnetwork_a-nKrawall.Po
  523. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nKrawallPrivate.o -MD -MP -MF network/.deps/libnetwork_a-nKrawallPrivate.Tpo -c -o network/libnetwork_a-nKrawallPrivate.o `test -f 'network/nKrawallPrivate.cpp' || echo '../../src/'`network/nKrawallPrivate.cpp
  524. mv -f network/.deps/libnetwork_a-nKrawallPrivate.Tpo network/.deps/libnetwork_a-nKrawallPrivate.Po
  525. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nNetObject.o -MD -MP -MF network/.deps/libnetwork_a-nNetObject.Tpo -c -o network/libnetwork_a-nNetObject.o `test -f 'network/nNetObject.cpp' || echo '../../src/'`network/nNetObject.cpp
  526. mv -f network/.deps/libnetwork_a-nNetObject.Tpo network/.deps/libnetwork_a-nNetObject.Po
  527. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nNetwork.o -MD -MP -MF network/.deps/libnetwork_a-nNetwork.Tpo -c -o network/libnetwork_a-nNetwork.o `test -f 'network/nNetwork.cpp' || echo '../../src/'`network/nNetwork.cpp
  528. mv -f network/.deps/libnetwork_a-nNetwork.Tpo network/.deps/libnetwork_a-nNetwork.Po
  529. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nBinary.o -MD -MP -MF network/.deps/libnetwork_a-nBinary.Tpo -c -o network/libnetwork_a-nBinary.o `test -f 'network/nBinary.cpp' || echo '../../src/'`network/nBinary.cpp
  530. mv -f network/.deps/libnetwork_a-nBinary.Tpo network/.deps/libnetwork_a-nBinary.Po
  531. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nStreamMessage.o -MD -MP -MF network/.deps/libnetwork_a-nStreamMessage.Tpo -c -o network/libnetwork_a-nStreamMessage.o `test -f 'network/nStreamMessage.cpp' || echo '../../src/'`network/nStreamMessage.cpp
  532. mv -f network/.deps/libnetwork_a-nStreamMessage.Tpo network/.deps/libnetwork_a-nStreamMessage.Po
  533. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nProtoBuf.o -MD -MP -MF network/.deps/libnetwork_a-nProtoBuf.Tpo -c -o network/libnetwork_a-nProtoBuf.o `test -f 'network/nProtoBuf.cpp' || echo '../../src/'`network/nProtoBuf.cpp
  534. mv -f network/.deps/libnetwork_a-nProtoBuf.Tpo network/.deps/libnetwork_a-nProtoBuf.Po
  535. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nObserver.o -MD -MP -MF network/.deps/libnetwork_a-nObserver.Tpo -c -o network/libnetwork_a-nObserver.o `test -f 'network/nObserver.cpp' || echo '../../src/'`network/nObserver.cpp
  536. mv -f network/.deps/libnetwork_a-nObserver.Tpo network/.deps/libnetwork_a-nObserver.Po
  537. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nPriorizing.o -MD -MP -MF network/.deps/libnetwork_a-nPriorizing.Tpo -c -o network/libnetwork_a-nPriorizing.o `test -f 'network/nPriorizing.cpp' || echo '../../src/'`network/nPriorizing.cpp
  538. mv -f network/.deps/libnetwork_a-nPriorizing.Tpo network/.deps/libnetwork_a-nPriorizing.Po
  539. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nServerInfo.o -MD -MP -MF network/.deps/libnetwork_a-nServerInfo.Tpo -c -o network/libnetwork_a-nServerInfo.o `test -f 'network/nServerInfo.cpp' || echo '../../src/'`network/nServerInfo.cpp
  540. mv -f network/.deps/libnetwork_a-nServerInfo.Tpo network/.deps/libnetwork_a-nServerInfo.Po
  541. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nSocket.o -MD -MP -MF network/.deps/libnetwork_a-nSocket.Tpo -c -o network/libnetwork_a-nSocket.o `test -f 'network/nSocket.cpp' || echo '../../src/'`network/nSocket.cpp
  542. mv -f network/.deps/libnetwork_a-nSocket.Tpo network/.deps/libnetwork_a-nSocket.Po
  543. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/network -arch i386 -O2 -MT network/libnetwork_a-nSpamProtection.o -MD -MP -MF network/.deps/libnetwork_a-nSpamProtection.Tpo -c -o network/libnetwork_a-nSpamProtection.o `test -f 'network/nSpamProtection.cpp' || echo '../../src/'`network/nSpamProtection.cpp
  544. mv -f network/.deps/libnetwork_a-nSpamProtection.Tpo network/.deps/libnetwork_a-nSpamProtection.Po
  545. rm -f libnetwork.a
  546. ar cru libnetwork.a network/libnetwork_a-nAuthentication.o network/libnetwork_a-nConfig.o network/libnetwork_a-nKrawall.o network/libnetwork_a-nKrawallPrivate.o network/libnetwork_a-nNetObject.o network/libnetwork_a-nNetwork.o network/libnetwork_a-nBinary.o network/libnetwork_a-nStreamMessage.o network/libnetwork_a-nProtoBuf.o network/libnetwork_a-nObserver.o network/libnetwork_a-nPriorizing.o network/libnetwork_a-nServerInfo.o network/libnetwork_a-nSocket.o network/libnetwork_a-nSpamProtection.o
  547. ranlib libnetwork.a
  548. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libenginecore_a-eGameObject.o -MD -MP -MF engine/.deps/libenginecore_a-eGameObject.Tpo -c -o engine/libenginecore_a-eGameObject.o `test -f 'engine/eGameObject.cpp' || echo '../../src/'`engine/eGameObject.cpp
  549. mv -f engine/.deps/libenginecore_a-eGameObject.Tpo engine/.deps/libenginecore_a-eGameObject.Po
  550. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libenginecore_a-eGrid.o -MD -MP -MF engine/.deps/libenginecore_a-eGrid.Tpo -c -o engine/libenginecore_a-eGrid.o `test -f 'engine/eGrid.cpp' || echo '../../src/'`engine/eGrid.cpp
  551. mv -f engine/.deps/libenginecore_a-eGrid.Tpo engine/.deps/libenginecore_a-eGrid.Po
  552. rm -f libenginecore.a
  553. ar cru libenginecore.a engine/libenginecore_a-eGameObject.o engine/libenginecore_a-eGrid.o
  554. ranlib libenginecore.a
  555. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eAdvWall.o -MD -MP -MF engine/.deps/libengine_a-eAdvWall.Tpo -c -o engine/libengine_a-eAdvWall.o `test -f 'engine/eAdvWall.cpp' || echo '../../src/'`engine/eAdvWall.cpp
  556. mv -f engine/.deps/libengine_a-eAdvWall.Tpo engine/.deps/libengine_a-eAdvWall.Po
  557. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eAuthentication.o -MD -MP -MF engine/.deps/libengine_a-eAuthentication.Tpo -c -o engine/libengine_a-eAuthentication.o `test -f 'engine/eAuthentication.cpp' || echo '../../src/'`engine/eAuthentication.cpp
  558. mv -f engine/.deps/libengine_a-eAuthentication.Tpo engine/.deps/libengine_a-eAuthentication.Po
  559. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eAxis.o -MD -MP -MF engine/.deps/libengine_a-eAxis.Tpo -c -o engine/libengine_a-eAxis.o `test -f 'engine/eAxis.cpp' || echo '../../src/'`engine/eAxis.cpp
  560. mv -f engine/.deps/libengine_a-eAxis.Tpo engine/.deps/libengine_a-eAxis.Po
  561. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eCamera.o -MD -MP -MF engine/.deps/libengine_a-eCamera.Tpo -c -o engine/libengine_a-eCamera.o `test -f 'engine/eCamera.cpp' || echo '../../src/'`engine/eCamera.cpp
  562. ../../src/engine/eCamera.cpp:1687:9: warning: 'gluLookAt' is deprecated: first
  563. deprecated in OS X 10.9 - "Use GLKMatrix4MakeLookAt"
  564. [-Wdeprecated-declarations]
  565. gluLookAt(0,
  566. ^
  567. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note:
  568. 'gluLookAt' has been explicitly marked deprecated here
  569. extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdo...
  570. ^
  571. ../../src/engine/eCamera.cpp:1744:13: warning: 'gluLookAt' is deprecated: first
  572. deprecated in OS X 10.9 - "Use GLKMatrix4MakeLookAt"
  573. [-Wdeprecated-declarations]
  574. gluLookAt(0,
  575. ^
  576. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note:
  577. 'gluLookAt' has been explicitly marked deprecated here
  578. extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdo...
  579. ^
  580. 2 warnings generated.
  581. mv -f engine/.deps/libengine_a-eCamera.Tpo engine/.deps/libengine_a-eCamera.Po
  582. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eDebugLine.o -MD -MP -MF engine/.deps/libengine_a-eDebugLine.Tpo -c -o engine/libengine_a-eDebugLine.o `test -f 'engine/eDebugLine.cpp' || echo '../../src/'`engine/eDebugLine.cpp
  583. mv -f engine/.deps/libengine_a-eDebugLine.Tpo engine/.deps/libengine_a-eDebugLine.Po
  584. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eDisplay.o -MD -MP -MF engine/.deps/libengine_a-eDisplay.Tpo -c -o engine/libengine_a-eDisplay.o `test -f 'engine/eDisplay.cpp' || echo '../../src/'`engine/eDisplay.cpp
  585. mv -f engine/.deps/libengine_a-eDisplay.Tpo engine/.deps/libengine_a-eDisplay.Po
  586. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eFloor.o -MD -MP -MF engine/.deps/libengine_a-eFloor.Tpo -c -o engine/libengine_a-eFloor.o `test -f 'engine/eFloor.cpp' || echo '../../src/'`engine/eFloor.cpp
  587. mv -f engine/.deps/libengine_a-eFloor.Tpo engine/.deps/libengine_a-eFloor.Po
  588. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eKrawall.o -MD -MP -MF engine/.deps/libengine_a-eKrawall.Tpo -c -o engine/libengine_a-eKrawall.o `test -f 'engine/eKrawall.cpp' || echo '../../src/'`engine/eKrawall.cpp
  589. mv -f engine/.deps/libengine_a-eKrawall.Tpo engine/.deps/libengine_a-eKrawall.Po
  590. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eNetGameObject.o -MD -MP -MF engine/.deps/libengine_a-eNetGameObject.Tpo -c -o engine/libengine_a-eNetGameObject.o `test -f 'engine/eNetGameObject.cpp' || echo '../../src/'`engine/eNetGameObject.cpp
  591. mv -f engine/.deps/libengine_a-eNetGameObject.Tpo engine/.deps/libengine_a-eNetGameObject.Po
  592. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-ePath.o -MD -MP -MF engine/.deps/libengine_a-ePath.Tpo -c -o engine/libengine_a-ePath.o `test -f 'engine/ePath.cpp' || echo '../../src/'`engine/ePath.cpp
  593. mv -f engine/.deps/libengine_a-ePath.Tpo engine/.deps/libengine_a-ePath.Po
  594. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-ePlayer.o -MD -MP -MF engine/.deps/libengine_a-ePlayer.Tpo -c -o engine/libengine_a-ePlayer.o `test -f 'engine/ePlayer.cpp' || echo '../../src/'`engine/ePlayer.cpp
  595. mv -f engine/.deps/libengine_a-ePlayer.Tpo engine/.deps/libengine_a-ePlayer.Po
  596. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eSensor.o -MD -MP -MF engine/.deps/libengine_a-eSensor.Tpo -c -o engine/libengine_a-eSensor.o `test -f 'engine/eSensor.cpp' || echo '../../src/'`engine/eSensor.cpp
  597. mv -f engine/.deps/libengine_a-eSensor.Tpo engine/.deps/libengine_a-eSensor.Po
  598. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eSpawn.o -MD -MP -MF engine/.deps/libengine_a-eSpawn.Tpo -c -o engine/libengine_a-eSpawn.o `test -f 'engine/eSpawn.cpp' || echo '../../src/'`engine/eSpawn.cpp
  599. mv -f engine/.deps/libengine_a-eSpawn.Tpo engine/.deps/libengine_a-eSpawn.Po
  600. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eTeam.o -MD -MP -MF engine/.deps/libengine_a-eTeam.Tpo -c -o engine/libengine_a-eTeam.o `test -f 'engine/eTeam.cpp' || echo '../../src/'`engine/eTeam.cpp
  601. mv -f engine/.deps/libengine_a-eTeam.Tpo engine/.deps/libengine_a-eTeam.Po
  602. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eTimer.o -MD -MP -MF engine/.deps/libengine_a-eTimer.Tpo -c -o engine/libengine_a-eTimer.o `test -f 'engine/eTimer.cpp' || echo '../../src/'`engine/eTimer.cpp
  603. mv -f engine/.deps/libengine_a-eTimer.Tpo engine/.deps/libengine_a-eTimer.Po
  604. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eVoter.o -MD -MP -MF engine/.deps/libengine_a-eVoter.Tpo -c -o engine/libengine_a-eVoter.o `test -f 'engine/eVoter.cpp' || echo '../../src/'`engine/eVoter.cpp
  605. mv -f engine/.deps/libengine_a-eVoter.Tpo engine/.deps/libengine_a-eVoter.Po
  606. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eWall.o -MD -MP -MF engine/.deps/libengine_a-eWall.Tpo -c -o engine/libengine_a-eWall.o `test -f 'engine/eWall.cpp' || echo '../../src/'`engine/eWall.cpp
  607. mv -f engine/.deps/libengine_a-eWall.Tpo engine/.deps/libengine_a-eWall.Po
  608. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/sound/sdl_mixer/libengine_a-eChannelSDLMixer.o -MD -MP -MF engine/sound/sdl_mixer/.deps/libengine_a-eChannelSDLMixer.Tpo -c -o engine/sound/sdl_mixer/libengine_a-eChannelSDLMixer.o `test -f 'engine/sound/sdl_mixer/eChannelSDLMixer.cpp' || echo '../../src/'`engine/sound/sdl_mixer/eChannelSDLMixer.cpp
  609. mv -f engine/sound/sdl_mixer/.deps/libengine_a-eChannelSDLMixer.Tpo engine/sound/sdl_mixer/.deps/libengine_a-eChannelSDLMixer.Po
  610. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/sound/sdl_mixer/libengine_a-eMusicTrackSDLMixer.o -MD -MP -MF engine/sound/sdl_mixer/.deps/libengine_a-eMusicTrackSDLMixer.Tpo -c -o engine/sound/sdl_mixer/libengine_a-eMusicTrackSDLMixer.o `test -f 'engine/sound/sdl_mixer/eMusicTrackSDLMixer.cpp' || echo '../../src/'`engine/sound/sdl_mixer/eMusicTrackSDLMixer.cpp
  611. mv -f engine/sound/sdl_mixer/.deps/libengine_a-eMusicTrackSDLMixer.Tpo engine/sound/sdl_mixer/.deps/libengine_a-eMusicTrackSDLMixer.Po
  612. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eEventNotification.o -MD -MP -MF engine/.deps/libengine_a-eEventNotification.Tpo -c -o engine/libengine_a-eEventNotification.o `test -f 'engine/eEventNotification.cpp' || echo '../../src/'`engine/eEventNotification.cpp
  613. mv -f engine/.deps/libengine_a-eEventNotification.Tpo engine/.deps/libengine_a-eEventNotification.Po
  614. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eLagCompensation.o -MD -MP -MF engine/.deps/libengine_a-eLagCompensation.Tpo -c -o engine/libengine_a-eLagCompensation.o `test -f 'engine/eLagCompensation.cpp' || echo '../../src/'`engine/eLagCompensation.cpp
  615. mv -f engine/.deps/libengine_a-eLagCompensation.Tpo engine/.deps/libengine_a-eLagCompensation.Po
  616. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eSoundMixer.o -MD -MP -MF engine/.deps/libengine_a-eSoundMixer.Tpo -c -o engine/libengine_a-eSoundMixer.o `test -f 'engine/eSoundMixer.cpp' || echo '../../src/'`engine/eSoundMixer.cpp
  617. mv -f engine/.deps/libengine_a-eSoundMixer.Tpo engine/.deps/libengine_a-eSoundMixer.Po
  618. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eChat.o -MD -MP -MF engine/.deps/libengine_a-eChat.Tpo -c -o engine/libengine_a-eChat.o `test -f 'engine/eChat.cpp' || echo '../../src/'`engine/eChat.cpp
  619. mv -f engine/.deps/libengine_a-eChat.Tpo engine/.deps/libengine_a-eChat.Po
  620. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eWarmup.o -MD -MP -MF engine/.deps/libengine_a-eWarmup.Tpo -c -o engine/libengine_a-eWarmup.o `test -f 'engine/eWarmup.cpp' || echo '../../src/'`engine/eWarmup.cpp
  621. mv -f engine/.deps/libengine_a-eWarmup.Tpo engine/.deps/libengine_a-eWarmup.Po
  622. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -arch i386 -O2 -MT engine/libengine_a-eLadderLog.o -MD -MP -MF engine/.deps/libengine_a-eLadderLog.Tpo -c -o engine/libengine_a-eLadderLog.o `test -f 'engine/eLadderLog.cpp' || echo '../../src/'`engine/eLadderLog.cpp
  623. mv -f engine/.deps/libengine_a-eLadderLog.Tpo engine/.deps/libengine_a-eLadderLog.Po
  624. rm -f libengine.a
  625. ar cru libengine.a engine/libengine_a-eAdvWall.o engine/libengine_a-eAuthentication.o engine/libengine_a-eAxis.o engine/libengine_a-eCamera.o engine/libengine_a-eDebugLine.o engine/libengine_a-eDisplay.o engine/libengine_a-eFloor.o engine/libengine_a-eKrawall.o engine/libengine_a-eNetGameObject.o engine/libengine_a-ePath.o engine/libengine_a-ePlayer.o engine/libengine_a-eSensor.o engine/libengine_a-eSpawn.o engine/libengine_a-eTeam.o engine/libengine_a-eTimer.o engine/libengine_a-eVoter.o engine/libengine_a-eWall.o engine/sound/sdl_mixer/libengine_a-eChannelSDLMixer.o engine/sound/sdl_mixer/libengine_a-eMusicTrackSDLMixer.o engine/libengine_a-eEventNotification.o engine/libengine_a-eLagCompensation.o engine/libengine_a-eSoundMixer.o engine/libengine_a-eChat.o engine/libengine_a-eEventNotification.o engine/libengine_a-eWarmup.o engine/libengine_a-eLadderLog.o
  626. /opt/local/bin/ranlib: file: libengine.a(libengine_a-eAuthentication.o) has no symbols
  627. /opt/local/bin/ranlib: file: libengine.a(libengine_a-eKrawall.o) has no symbols
  628. ranlib libengine.a
  629. ranlib: file: libengine.a(libengine_a-eAuthentication.o) has no symbols
  630. ranlib: file: libengine.a(libengine_a-eKrawall.o) has no symbols
  631. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rConsole.o -MD -MP -MF render/.deps/librender_a-rConsole.Tpo -c -o render/librender_a-rConsole.o `test -f 'render/rConsole.cpp' || echo '../../src/'`render/rConsole.cpp
  632. mv -f render/.deps/librender_a-rConsole.Tpo render/.deps/librender_a-rConsole.Po
  633. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rConsoleGraph.o -MD -MP -MF render/.deps/librender_a-rConsoleGraph.Tpo -c -o render/librender_a-rConsoleGraph.o `test -f 'render/rConsoleGraph.cpp' || echo '../../src/'`render/rConsoleGraph.cpp
  634. mv -f render/.deps/librender_a-rConsoleGraph.Tpo render/.deps/librender_a-rConsoleGraph.Po
  635. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rFont.o -MD -MP -MF render/.deps/librender_a-rFont.Tpo -c -o render/librender_a-rFont.o `test -f 'render/rFont.cpp' || echo '../../src/'`render/rFont.cpp
  636. mv -f render/.deps/librender_a-rFont.Tpo render/.deps/librender_a-rFont.Po
  637. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rGL.o -MD -MP -MF render/.deps/librender_a-rGL.Tpo -c -o render/librender_a-rGL.o `test -f 'render/rGL.cpp' || echo '../../src/'`render/rGL.cpp
  638. mv -f render/.deps/librender_a-rGL.Tpo render/.deps/librender_a-rGL.Po
  639. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rGLRender.o -MD -MP -MF render/.deps/librender_a-rGLRender.Tpo -c -o render/librender_a-rGLRender.o `test -f 'render/rGLRender.cpp' || echo '../../src/'`render/rGLRender.cpp
  640. mv -f render/.deps/librender_a-rGLRender.Tpo render/.deps/librender_a-rGLRender.Po
  641. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rModel.o -MD -MP -MF render/.deps/librender_a-rModel.Tpo -c -o render/librender_a-rModel.o `test -f 'render/rModel.cpp' || echo '../../src/'`render/rModel.cpp
  642. mv -f render/.deps/librender_a-rModel.Tpo render/.deps/librender_a-rModel.Po
  643. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rRender.o -MD -MP -MF render/.deps/librender_a-rRender.Tpo -c -o render/librender_a-rRender.o `test -f 'render/rRender.cpp' || echo '../../src/'`render/rRender.cpp
  644. mv -f render/.deps/librender_a-rRender.Tpo render/.deps/librender_a-rRender.Po
  645. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rDisplayList.o -MD -MP -MF render/.deps/librender_a-rDisplayList.Tpo -c -o render/librender_a-rDisplayList.o `test -f 'render/rDisplayList.cpp' || echo '../../src/'`render/rDisplayList.cpp
  646. mv -f render/.deps/librender_a-rDisplayList.Tpo render/.deps/librender_a-rDisplayList.Po
  647. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rScreen.o -MD -MP -MF render/.deps/librender_a-rScreen.Tpo -c -o render/librender_a-rScreen.o `test -f 'render/rScreen.cpp' || echo '../../src/'`render/rScreen.cpp
  648. mv -f render/.deps/librender_a-rScreen.Tpo render/.deps/librender_a-rScreen.Po
  649. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rSysdep.o -MD -MP -MF render/.deps/librender_a-rSysdep.Tpo -c -o render/librender_a-rSysdep.o `test -f 'render/rSysdep.cpp' || echo '../../src/'`render/rSysdep.cpp
  650. mv -f render/.deps/librender_a-rSysdep.Tpo render/.deps/librender_a-rSysdep.Po
  651. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rTexture.o -MD -MP -MF render/.deps/librender_a-rTexture.Tpo -c -o render/librender_a-rTexture.o `test -f 'render/rTexture.cpp' || echo '../../src/'`render/rTexture.cpp
  652. ../../src/render/rTexture.cpp:711:9: warning: 'gluBuild2DMipmaps' is deprecated:
  653. first deprecated in OS X 10.9 - "Use glGenerateMipmap"
  654. [-Wdeprecated-declarations]
  655. gluBuild2DMipmaps(GL_TEXTURE_2D,format,tex->w,tex->h,
  656. ^
  657. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:247:14: note:
  658. 'gluBuild2DMipmaps' has been explicitly marked deprecated here
  659. extern GLint gluBuild2DMipmaps (GLenum target, GLint internalFormat, GLs...
  660. ^
  661. 1 warning generated.
  662. mv -f render/.deps/librender_a-rTexture.Tpo render/.deps/librender_a-rTexture.Po
  663. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rViewport.o -MD -MP -MF render/.deps/librender_a-rViewport.Tpo -c -o render/librender_a-rViewport.o `test -f 'render/rViewport.cpp' || echo '../../src/'`render/rViewport.cpp
  664. mv -f render/.deps/librender_a-rViewport.Tpo render/.deps/librender_a-rViewport.Po
  665. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rGradient.o -MD -MP -MF render/.deps/librender_a-rGradient.Tpo -c -o render/librender_a-rGradient.o `test -f 'render/rGradient.cpp' || echo '../../src/'`render/rGradient.cpp
  666. mv -f render/.deps/librender_a-rGradient.Tpo render/.deps/librender_a-rGradient.Po
  667. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rTextureRenderTarget.o -MD -MP -MF render/.deps/librender_a-rTextureRenderTarget.Tpo -c -o render/librender_a-rTextureRenderTarget.o `test -f 'render/rTextureRenderTarget.cpp' || echo '../../src/'`render/rTextureRenderTarget.cpp
  668. mv -f render/.deps/librender_a-rTextureRenderTarget.Tpo render/.deps/librender_a-rTextureRenderTarget.Po
  669. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -arch i386 -O2 -MT render/librender_a-rGLuintObject.o -MD -MP -MF render/.deps/librender_a-rGLuintObject.Tpo -c -o render/librender_a-rGLuintObject.o `test -f 'render/rGLuintObject.cpp' || echo '../../src/'`render/rGLuintObject.cpp
  670. mv -f render/.deps/librender_a-rGLuintObject.Tpo render/.deps/librender_a-rGLuintObject.Po
  671. rm -f librender.a
  672. ar cru librender.a render/librender_a-rConsole.o render/librender_a-rConsoleGraph.o render/librender_a-rFont.o render/librender_a-rGL.o render/librender_a-rGLRender.o render/librender_a-rModel.o render/librender_a-rRender.o render/librender_a-rDisplayList.o render/librender_a-rScreen.o render/librender_a-rSysdep.o render/librender_a-rTexture.o render/librender_a-rViewport.o render/librender_a-rGradient.o render/librender_a-rTextureRenderTarget.o render/librender_a-rGLuintObject.o
  673. ranlib librender.a
  674. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gAIBase.o -MD -MP -MF tron/.deps/libtron_a-gAIBase.Tpo -c -o tron/libtron_a-gAIBase.o `test -f 'tron/gAIBase.cpp' || echo '../../src/'`tron/gAIBase.cpp
  675. mv -f tron/.deps/libtron_a-gAIBase.Tpo tron/.deps/libtron_a-gAIBase.Po
  676. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gAICharacter.o -MD -MP -MF tron/.deps/libtron_a-gAICharacter.Tpo -c -o tron/libtron_a-gAICharacter.o `test -f 'tron/gAICharacter.cpp' || echo '../../src/'`tron/gAICharacter.cpp
  677. mv -f tron/.deps/libtron_a-gAICharacter.Tpo tron/.deps/libtron_a-gAICharacter.Po
  678. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gArena.o -MD -MP -MF tron/.deps/libtron_a-gArena.Tpo -c -o tron/libtron_a-gArena.o `test -f 'tron/gArena.cpp' || echo '../../src/'`tron/gArena.cpp
  679. mv -f tron/.deps/libtron_a-gArena.Tpo tron/.deps/libtron_a-gArena.Po
  680. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gArmagetron.o -MD -MP -MF tron/.deps/libtron_a-gArmagetron.Tpo -c -o tron/libtron_a-gArmagetron.o `test -f 'tron/gArmagetron.cpp' || echo '../../src/'`tron/gArmagetron.cpp
  681. mv -f tron/.deps/libtron_a-gArmagetron.Tpo tron/.deps/libtron_a-gArmagetron.Po
  682. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gCamera.o -MD -MP -MF tron/.deps/libtron_a-gCamera.Tpo -c -o tron/libtron_a-gCamera.o `test -f 'tron/gCamera.cpp' || echo '../../src/'`tron/gCamera.cpp
  683. mv -f tron/.deps/libtron_a-gCamera.Tpo tron/.deps/libtron_a-gCamera.Po
  684. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gCycle.o -MD -MP -MF tron/.deps/libtron_a-gCycle.Tpo -c -o tron/libtron_a-gCycle.o `test -f 'tron/gCycle.cpp' || echo '../../src/'`tron/gCycle.cpp
  685. ../../src/tron/gCycle.cpp:296:13: warning: 'extern' variable has an initializer
  686. [-Wextern-initializer]
  687. extern REAL speed = sg_speedCycle * gCycleMovement::SpeedMultiplier();//...
  688. ^
  689. 1 warning generated.
  690. mv -f tron/.deps/libtron_a-gCycle.Tpo tron/.deps/libtron_a-gCycle.Po
  691. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gCycleMovement.o -MD -MP -MF tron/.deps/libtron_a-gCycleMovement.Tpo -c -o tron/libtron_a-gCycleMovement.o `test -f 'tron/gCycleMovement.cpp' || echo '../../src/'`tron/gCycleMovement.cpp
  692. mv -f tron/.deps/libtron_a-gCycleMovement.Tpo tron/.deps/libtron_a-gCycleMovement.Po
  693. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gJoystick.o -MD -MP -MF tron/.deps/libtron_a-gJoystick.Tpo -c -o tron/libtron_a-gJoystick.o `test -f 'tron/gJoystick.cpp' || echo '../../src/'`tron/gJoystick.cpp
  694. mv -f tron/.deps/libtron_a-gJoystick.Tpo tron/.deps/libtron_a-gJoystick.Po
  695. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gExplosion.o -MD -MP -MF tron/.deps/libtron_a-gExplosion.Tpo -c -o tron/libtron_a-gExplosion.o `test -f 'tron/gExplosion.cpp' || echo '../../src/'`tron/gExplosion.cpp
  696. mv -f tron/.deps/libtron_a-gExplosion.Tpo tron/.deps/libtron_a-gExplosion.Po
  697. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gGame.o -MD -MP -MF tron/.deps/libtron_a-gGame.Tpo -c -o tron/libtron_a-gGame.o `test -f 'tron/gGame.cpp' || echo '../../src/'`tron/gGame.cpp
  698. mv -f tron/.deps/libtron_a-gGame.Tpo tron/.deps/libtron_a-gGame.Po
  699. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gTutorial.o -MD -MP -MF tron/.deps/libtron_a-gTutorial.Tpo -c -o tron/libtron_a-gTutorial.o `test -f 'tron/gTutorial.cpp' || echo '../../src/'`tron/gTutorial.cpp
  700. mv -f tron/.deps/libtron_a-gTutorial.Tpo tron/.deps/libtron_a-gTutorial.Po
  701. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gLanguageMenu.o -MD -MP -MF tron/.deps/libtron_a-gLanguageMenu.Tpo -c -o tron/libtron_a-gLanguageMenu.o `test -f 'tron/gLanguageMenu.cpp' || echo '../../src/'`tron/gLanguageMenu.cpp
  702. mv -f tron/.deps/libtron_a-gLanguageMenu.Tpo tron/.deps/libtron_a-gLanguageMenu.Po
  703. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gLogo.o -MD -MP -MF tron/.deps/libtron_a-gLogo.Tpo -c -o tron/libtron_a-gLogo.o `test -f 'tron/gLogo.cpp' || echo '../../src/'`tron/gLogo.cpp
  704. mv -f tron/.deps/libtron_a-gLogo.Tpo tron/.deps/libtron_a-gLogo.Po
  705. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gMenus.o -MD -MP -MF tron/.deps/libtron_a-gMenus.Tpo -c -o tron/libtron_a-gMenus.o `test -f 'tron/gMenus.cpp' || echo '../../src/'`tron/gMenus.cpp
  706. mv -f tron/.deps/libtron_a-gMenus.Tpo tron/.deps/libtron_a-gMenus.Po
  707. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gParser.o -MD -MP -MF tron/.deps/libtron_a-gParser.Tpo -c -o tron/libtron_a-gParser.o `test -f 'tron/gParser.cpp' || echo '../../src/'`tron/gParser.cpp
  708. mv -f tron/.deps/libtron_a-gParser.Tpo tron/.deps/libtron_a-gParser.Po
  709. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gParticles.o -MD -MP -MF tron/.deps/libtron_a-gParticles.Tpo -c -o tron/libtron_a-gParticles.o `test -f 'tron/gParticles.cpp' || echo '../../src/'`tron/gParticles.cpp
  710. mv -f tron/.deps/libtron_a-gParticles.Tpo tron/.deps/libtron_a-gParticles.Po
  711. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gSensor.o -MD -MP -MF tron/.deps/libtron_a-gSensor.Tpo -c -o tron/libtron_a-gSensor.o `test -f 'tron/gSensor.cpp' || echo '../../src/'`tron/gSensor.cpp
  712. mv -f tron/.deps/libtron_a-gSensor.Tpo tron/.deps/libtron_a-gSensor.Po
  713. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gServerBrowser.o -MD -MP -MF tron/.deps/libtron_a-gServerBrowser.Tpo -c -o tron/libtron_a-gServerBrowser.o `test -f 'tron/gServerBrowser.cpp' || echo '../../src/'`tron/gServerBrowser.cpp
  714. mv -f tron/.deps/libtron_a-gServerBrowser.Tpo tron/.deps/libtron_a-gServerBrowser.Po
  715. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gSparks.o -MD -MP -MF tron/.deps/libtron_a-gSparks.Tpo -c -o tron/libtron_a-gSparks.o `test -f 'tron/gSparks.cpp' || echo '../../src/'`tron/gSparks.cpp
  716. mv -f tron/.deps/libtron_a-gSparks.Tpo tron/.deps/libtron_a-gSparks.Po
  717. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gStuff.o -MD -MP -MF tron/.deps/libtron_a-gStuff.Tpo -c -o tron/libtron_a-gStuff.o `test -f 'tron/gStuff.cpp' || echo '../../src/'`tron/gStuff.cpp
  718. ../../src/tron/gStuff.cpp:118:5: warning: 'CFURLGetFSRef' is deprecated: first
  719. deprecated in OS X 10.9 [-Wdeprecated-declarations]
  720. CFURLGetFSRef( url, &ref );
  721. ^
  722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:475:9: note:
  723. 'CFURLGetFSRef' has been explicitly marked deprecated here
  724. Boolean CFURLGetFSRef(CFURLRef url, struct FSRef *fsRef) CF_DEPRECATED(1...
  725. ^
  726. 1 warning generated.
  727. mv -f tron/.deps/libtron_a-gStuff.Tpo tron/.deps/libtron_a-gStuff.Po
  728. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gTeam.o -MD -MP -MF tron/.deps/libtron_a-gTeam.Tpo -c -o tron/libtron_a-gTeam.o `test -f 'tron/gTeam.cpp' || echo '../../src/'`tron/gTeam.cpp
  729. mv -f tron/.deps/libtron_a-gTeam.Tpo tron/.deps/libtron_a-gTeam.Po
  730. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gWall.o -MD -MP -MF tron/.deps/libtron_a-gWall.Tpo -c -o tron/libtron_a-gWall.o `test -f 'tron/gWall.cpp' || echo '../../src/'`tron/gWall.cpp
  731. mv -f tron/.deps/libtron_a-gWall.Tpo tron/.deps/libtron_a-gWall.Po
  732. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gServerFavorites.o -MD -MP -MF tron/.deps/libtron_a-gServerFavorites.Tpo -c -o tron/libtron_a-gServerFavorites.o `test -f 'tron/gServerFavorites.cpp' || echo '../../src/'`tron/gServerFavorites.cpp
  733. mv -f tron/.deps/libtron_a-gServerFavorites.Tpo tron/.deps/libtron_a-gServerFavorites.Po
  734. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gStatistics.o -MD -MP -MF tron/.deps/libtron_a-gStatistics.Tpo -c -o tron/libtron_a-gStatistics.o `test -f 'tron/gStatistics.cpp' || echo '../../src/'`tron/gStatistics.cpp
  735. mv -f tron/.deps/libtron_a-gStatistics.Tpo tron/.deps/libtron_a-gStatistics.Po
  736. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gStatList.o -MD -MP -MF tron/.deps/libtron_a-gStatList.Tpo -c -o tron/libtron_a-gStatList.o `test -f 'tron/gStatList.cpp' || echo '../../src/'`tron/gStatList.cpp
  737. mv -f tron/.deps/libtron_a-gStatList.Tpo tron/.deps/libtron_a-gStatList.Po
  738. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gCommandLineJumpStart.o -MD -MP -MF tron/.deps/libtron_a-gCommandLineJumpStart.Tpo -c -o tron/libtron_a-gCommandLineJumpStart.o `test -f 'tron/gCommandLineJumpStart.cpp' || echo '../../src/'`tron/gCommandLineJumpStart.cpp
  739. mv -f tron/.deps/libtron_a-gCommandLineJumpStart.Tpo tron/.deps/libtron_a-gCommandLineJumpStart.Po
  740. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gRotation.o -MD -MP -MF tron/.deps/libtron_a-gRotation.Tpo -c -o tron/libtron_a-gRotation.o `test -f 'tron/gRotation.cpp' || echo '../../src/'`tron/gRotation.cpp
  741. mv -f tron/.deps/libtron_a-gRotation.Tpo tron/.deps/libtron_a-gRotation.Po
  742. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/cockpit/libtron_a-cWidgetBase.o -MD -MP -MF tron/cockpit/.deps/libtron_a-cWidgetBase.Tpo -c -o tron/cockpit/libtron_a-cWidgetBase.o `test -f 'tron/cockpit/cWidgetBase.cpp' || echo '../../src/'`tron/cockpit/cWidgetBase.cpp
  743. mv -f tron/cockpit/.deps/libtron_a-cWidgetBase.Tpo tron/cockpit/.deps/libtron_a-cWidgetBase.Po
  744. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/cockpit/libtron_a-cMap.o -MD -MP -MF tron/cockpit/.deps/libtron_a-cMap.Tpo -c -o tron/cockpit/libtron_a-cMap.o `test -f 'tron/cockpit/cMap.cpp' || echo '../../src/'`tron/cockpit/cMap.cpp
  745. mv -f tron/cockpit/.deps/libtron_a-cMap.Tpo tron/cockpit/.deps/libtron_a-cMap.Po
  746. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/cockpit/libtron_a-cCamview.o -MD -MP -MF tron/cockpit/.deps/libtron_a-cCamview.Tpo -c -o tron/cockpit/libtron_a-cCamview.o `test -f 'tron/cockpit/cCamview.cpp' || echo '../../src/'`tron/cockpit/cCamview.cpp
  747. mv -f tron/cockpit/.deps/libtron_a-cCamview.Tpo tron/cockpit/.deps/libtron_a-cCamview.Po
  748. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/cockpit/libtron_a-cLabel.o -MD -MP -MF tron/cockpit/.deps/libtron_a-cLabel.Tpo -c -o tron/cockpit/libtron_a-cLabel.o `test -f 'tron/cockpit/cLabel.cpp' || echo '../../src/'`tron/cockpit/cLabel.cpp
  749. mv -f tron/cockpit/.deps/libtron_a-cLabel.Tpo tron/cockpit/.deps/libtron_a-cLabel.Po
  750. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/cockpit/libtron_a-cGauges.o -MD -MP -MF tron/cockpit/.deps/libtron_a-cGauges.Tpo -c -o tron/cockpit/libtron_a-cGauges.o `test -f 'tron/cockpit/cGauges.cpp' || echo '../../src/'`tron/cockpit/cGauges.cpp
  751. mv -f tron/cockpit/.deps/libtron_a-cGauges.Tpo tron/cockpit/.deps/libtron_a-cGauges.Po
  752. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/cockpit/libtron_a-cRectangle.o -MD -MP -MF tron/cockpit/.deps/libtron_a-cRectangle.Tpo -c -o tron/cockpit/libtron_a-cRectangle.o `test -f 'tron/cockpit/cRectangle.cpp' || echo '../../src/'`tron/cockpit/cRectangle.cpp
  753. mv -f tron/cockpit/.deps/libtron_a-cRectangle.Tpo tron/cockpit/.deps/libtron_a-cRectangle.Po
  754. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/libtron_a-gFriends.o -MD -MP -MF tron/.deps/libtron_a-gFriends.Tpo -c -o tron/libtron_a-gFriends.o `test -f 'tron/gFriends.cpp' || echo '../../src/'`tron/gFriends.cpp
  755. mv -f tron/.deps/libtron_a-gFriends.Tpo tron/.deps/libtron_a-gFriends.Po
  756. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/libtron_a-zZone.o -MD -MP -MF tron/zone/.deps/libtron_a-zZone.Tpo -c -o tron/zone/libtron_a-zZone.o `test -f 'tron/zone/zZone.cpp' || echo '../../src/'`tron/zone/zZone.cpp
  757. mv -f tron/zone/.deps/libtron_a-zZone.Tpo tron/zone/.deps/libtron_a-zZone.Po
  758. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/libtron_a-zTimedZone.o -MD -MP -MF tron/zone/.deps/libtron_a-zTimedZone.Tpo -c -o tron/zone/libtron_a-zTimedZone.o `test -f 'tron/zone/zTimedZone.cpp' || echo '../../src/'`tron/zone/zTimedZone.cpp
  759. mv -f tron/zone/.deps/libtron_a-zTimedZone.Tpo tron/zone/.deps/libtron_a-zTimedZone.Po
  760. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/libtron_a-zShape.o -MD -MP -MF tron/zone/.deps/libtron_a-zShape.Tpo -c -o tron/zone/libtron_a-zShape.o `test -f 'tron/zone/zShape.cpp' || echo '../../src/'`tron/zone/zShape.cpp
  761. mv -f tron/zone/.deps/libtron_a-zShape.Tpo tron/zone/.deps/libtron_a-zShape.Po
  762. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/libtron_a-zMonitor.o -MD -MP -MF tron/zone/.deps/libtron_a-zMonitor.Tpo -c -o tron/zone/libtron_a-zMonitor.o `test -f 'tron/zone/zMonitor.cpp' || echo '../../src/'`tron/zone/zMonitor.cpp
  763. mv -f tron/zone/.deps/libtron_a-zMonitor.Tpo tron/zone/.deps/libtron_a-zMonitor.Po
  764. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/libtron_a-zEffectGroup.o -MD -MP -MF tron/zone/.deps/libtron_a-zEffectGroup.Tpo -c -o tron/zone/libtron_a-zEffectGroup.o `test -f 'tron/zone/zEffectGroup.cpp' || echo '../../src/'`tron/zone/zEffectGroup.cpp
  765. mv -f tron/zone/.deps/libtron_a-zEffectGroup.Tpo tron/zone/.deps/libtron_a-zEffectGroup.Po
  766. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/libtron_a-zValidator.o -MD -MP -MF tron/zone/.deps/libtron_a-zValidator.Tpo -c -o tron/zone/libtron_a-zValidator.o `test -f 'tron/zone/zValidator.cpp' || echo '../../src/'`tron/zone/zValidator.cpp
  767. mv -f tron/zone/.deps/libtron_a-zValidator.Tpo tron/zone/.deps/libtron_a-zValidator.Po
  768. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/libtron_a-zSelector.o -MD -MP -MF tron/zone/.deps/libtron_a-zSelector.Tpo -c -o tron/zone/libtron_a-zSelector.o `test -f 'tron/zone/zSelector.cpp' || echo '../../src/'`tron/zone/zSelector.cpp
  769. mv -f tron/zone/.deps/libtron_a-zSelector.Tpo tron/zone/.deps/libtron_a-zSelector.Po
  770. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/libtron_a-zEffector.o -MD -MP -MF tron/zone/.deps/libtron_a-zEffector.Tpo -c -o tron/zone/libtron_a-zEffector.o `test -f 'tron/zone/zEffector.cpp' || echo '../../src/'`tron/zone/zEffector.cpp
  771. mv -f tron/zone/.deps/libtron_a-zEffector.Tpo tron/zone/.deps/libtron_a-zEffector.Po
  772. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/libtron_a-zZoneInfluence.o -MD -MP -MF tron/zone/.deps/libtron_a-zZoneInfluence.Tpo -c -o tron/zone/libtron_a-zZoneInfluence.o `test -f 'tron/zone/zZoneInfluence.cpp' || echo '../../src/'`tron/zone/zZoneInfluence.cpp
  773. mv -f tron/zone/.deps/libtron_a-zZoneInfluence.Tpo tron/zone/.deps/libtron_a-zZoneInfluence.Po
  774. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -MT tron/libtron_a-gOSXSDLMain.o -MD -MP -MF tron/.deps/libtron_a-gOSXSDLMain.Tpo -c -o tron/libtron_a-gOSXSDLMain.o `test -f 'tron/gOSXSDLMain.mm' || echo '../../src/'`tron/gOSXSDLMain.mm
  775. ../../src/tron/gOSXSDLMain.mm:203:24: warning: incompatible pointer types
  776. sending 'SDLMain *' to parameter of type 'id<NSFileManagerDelegate>'
  777. [-Wincompatible-pointer-types]
  778. [NSApp setDelegate:sdlMain];
  779. ^~~~~~~
  780. 1 warning generated.
  781. mv -f tron/.deps/libtron_a-gOSXSDLMain.Tpo tron/.deps/libtron_a-gOSXSDLMain.Po
  782. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -MT tron/libtron_a-gOSXURLHandler.o -MD -MP -MF tron/.deps/libtron_a-gOSXURLHandler.Tpo -c -o tron/libtron_a-gOSXURLHandler.o `test -f 'tron/gOSXURLHandler.mm' || echo '../../src/'`tron/gOSXURLHandler.mm
  783. mv -f tron/.deps/libtron_a-gOSXURLHandler.Tpo tron/.deps/libtron_a-gOSXURLHandler.Po
  784. rm -f libtron.a
  785. ar cru libtron.a tron/libtron_a-gAIBase.o tron/libtron_a-gAICharacter.o tron/libtron_a-gArena.o tron/libtron_a-gArmagetron.o tron/libtron_a-gCamera.o tron/libtron_a-gCycle.o tron/libtron_a-gCycleMovement.o tron/libtron_a-gJoystick.o tron/libtron_a-gExplosion.o tron/libtron_a-gGame.o tron/libtron_a-gTutorial.o tron/libtron_a-gLanguageMenu.o tron/libtron_a-gLogo.o tron/libtron_a-gMenus.o tron/libtron_a-gParser.o tron/libtron_a-gParticles.o tron/libtron_a-gSensor.o tron/libtron_a-gServerBrowser.o tron/libtron_a-gSparks.o tron/libtron_a-gStuff.o tron/libtron_a-gTeam.o tron/libtron_a-gWall.o tron/libtron_a-gServerFavorites.o tron/libtron_a-gStatistics.o tron/libtron_a-gStatList.o tron/libtron_a-gCommandLineJumpStart.o tron/libtron_a-gRotation.o tron/cockpit/libtron_a-cWidgetBase.o tron/cockpit/libtron_a-cMap.o tron/cockpit/libtron_a-cCamview.o tron/cockpit/libtron_a-cLabel.o tron/cockpit/libtron_a-cGauges.o tron/cockpit/libtron_a-cRectangle.o tron/libtron_a-gFriends.o tron/zone/libtron_a-zZone.o tron/zone/libtron_a-zTimedZone.o tron/zone/libtron_a-zShape.o tron/zone/libtron_a-zMonitor.o tron/zone/libtron_a-zEffectGroup.o tron/zone/libtron_a-zValidator.o tron/zone/libtron_a-zSelector.o tron/zone/libtron_a-zEffector.o tron/zone/libtron_a-zZoneInfluence.o tron/libtron_a-gOSXSDLMain.o tron/libtron_a-gOSXURLHandler.o
  786. /opt/local/bin/ranlib: file: libtron.a(libtron_a-gParticles.o) has no symbols
  787. ranlib libtron.a
  788. ranlib: file: libtron.a(libtron_a-gParticles.o) has no symbols
  789. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -arch i386 -O2 -MT ui/libui_a-uInput.o -MD -MP -MF ui/.deps/libui_a-uInput.Tpo -c -o ui/libui_a-uInput.o `test -f 'ui/uInput.cpp' || echo '../../src/'`ui/uInput.cpp
  790. mv -f ui/.deps/libui_a-uInput.Tpo ui/.deps/libui_a-uInput.Po
  791. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -arch i386 -O2 -MT ui/libui_a-uInputQueue.o -MD -MP -MF ui/.deps/libui_a-uInputQueue.Tpo -c -o ui/libui_a-uInputQueue.o `test -f 'ui/uInputQueue.cpp' || echo '../../src/'`ui/uInputQueue.cpp
  792. mv -f ui/.deps/libui_a-uInputQueue.Tpo ui/.deps/libui_a-uInputQueue.Po
  793. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -arch i386 -O2 -MT ui/libui_a-uMenu.o -MD -MP -MF ui/.deps/libui_a-uMenu.Tpo -c -o ui/libui_a-uMenu.o `test -f 'ui/uMenu.cpp' || echo '../../src/'`ui/uMenu.cpp
  794. mv -f ui/.deps/libui_a-uMenu.Tpo ui/.deps/libui_a-uMenu.Po
  795. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -arch i386 -O2 -MT ui/libui_a-uOSXPaste.o -MD -MP -MF ui/.deps/libui_a-uOSXPaste.Tpo -c -o ui/libui_a-uOSXPaste.o `test -f 'ui/uOSXPaste.cpp' || echo '../../src/'`ui/uOSXPaste.cpp
  796. mv -f ui/.deps/libui_a-uOSXPaste.Tpo ui/.deps/libui_a-uOSXPaste.Po
  797. rm -f libui.a
  798. ar cru libui.a ui/libui_a-uInput.o ui/libui_a-uInputQueue.o ui/libui_a-uMenu.o ui/libui_a-uOSXPaste.o
  799. ranlib libui.a
  800. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/armagetronad_main-gFloor.o -MD -MP -MF tron/.deps/armagetronad_main-gFloor.Tpo -c -o tron/armagetronad_main-gFloor.o `test -f 'tron/gFloor.cpp' || echo '../../src/'`tron/gFloor.cpp
  801. mv -f tron/.deps/armagetronad_main-gFloor.Tpo tron/.deps/armagetronad_main-gFloor.Po
  802. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/cockpit/armagetronad_main-cCockpit.o -MD -MP -MF tron/cockpit/.deps/armagetronad_main-cCockpit.Tpo -c -o tron/cockpit/armagetronad_main-cCockpit.o `test -f 'tron/cockpit/cCockpit.cpp' || echo '../../src/'`tron/cockpit/cCockpit.cpp
  803. mv -f tron/cockpit/.deps/armagetronad_main-cCockpit.Tpo tron/cockpit/.deps/armagetronad_main-cCockpit.Po
  804. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/cockpit/armagetronad_main-cMap.o -MD -MP -MF tron/cockpit/.deps/armagetronad_main-cMap.Tpo -c -o tron/cockpit/armagetronad_main-cMap.o `test -f 'tron/cockpit/cMap.cpp' || echo '../../src/'`tron/cockpit/cMap.cpp
  805. mv -f tron/cockpit/.deps/armagetronad_main-cMap.Tpo tron/cockpit/.deps/armagetronad_main-cMap.Po
  806. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/cockpit/armagetronad_main-cCamview.o -MD -MP -MF tron/cockpit/.deps/armagetronad_main-cCamview.Tpo -c -o tron/cockpit/armagetronad_main-cCamview.o `test -f 'tron/cockpit/cCamview.cpp' || echo '../../src/'`tron/cockpit/cCamview.cpp
  807. mv -f tron/cockpit/.deps/armagetronad_main-cCamview.Tpo tron/cockpit/.deps/armagetronad_main-cCamview.Po
  808. g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -isystem /Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/AllFrameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/FTGL -I/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/include/freetype2 -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -MT tron/zone/armagetronad_main-zFortress.o -MD -MP -MF tron/zone/.deps/armagetronad_main-zFortress.Tpo -c -o tron/zone/armagetronad_main-zFortress.o `test -f 'tron/zone/zFortress.cpp' || echo '../../src/'`tron/zone/zFortress.cpp
  809. mv -f tron/zone/.deps/armagetronad_main-zFortress.Tpo tron/zone/.deps/armagetronad_main-zFortress.Po
  810. g++ -I../../src/tools -I../../src/resource -I../../src/thirdparty/mathexpr -I../../src/thirdparty/utf8 -I../../src/protobuf -Iprotobuf -I../../src/render -I../../src/ui -I../../src/thirdparty/shttpd -I../../src/thirdparty/scrap -I../../src/network -I../../src/engine -I../../src/engine/sound -I../../src/thirdparty/particles -I../../src/tron -I../../src/tron/cockpit -arch i386 -O2 -arch i386 -L/Users/LittleSteps/os-x-toolkit-r27/libraries/i386/lib -F/Users/LittleSteps/os-x-toolkit-r27/libraries/Frameworks -rpath /Users/LittleSteps/os-x-toolkit-r27/libraries/Frameworks -o armagetronad_main tron/armagetronad_main-gFloor.o tron/cockpit/armagetronad_main-cCockpit.o tron/cockpit/armagetronad_main-cMap.o tron/cockpit/armagetronad_main-cCamview.o tron/zone/armagetronad_main-zFortress.o libtron.a libenginecore.a libengine.a libnetwork.a libui.a librender.a libtools.a protobuf/libprotobuf.a thirdparty/mathexpr/libmathexpr.a thirdparty/particles/libparticles.a -lSDL_image -lGLEW -lSDL_mixer -framework AudioToolbox -framework AudioUnit -framework Cocoa -framework CoreAudio -framework IOKit -framework OpenGL -framework CoreFoundation -framework Carbon -framework CoreServices -framework ApplicationServices -framework Foundation -framework AppKit -framework SDL -lprotobuf -lboost_thread -lboost_system -lxml2 -lpng -lz -lftgl -lfreetype -lbz2
  811. make[3]: Nothing to be done for `install-exec-am'.
  812. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/bin'
  813. /usr/bin/install -c armagetronad_main '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/bin'
  814. Making install in resource
  815. make[2]: Nothing to be done for `install-exec-am'.
  816. if test -d ../../resource/proto; then python ../../batch/make/copyresources.py ../../resource/proto included && cp -r ../../resource/binary/* included/; fi
  817. Found armabuild!
  818. Sorting resources from ../../resource/proto to included
  819. Running sortresources
  820. renaming included/spinning_square.aamap.xml -> included/Anonymous/polygon/regular/spinning_square-0.0.2.aamap.xml
  821. renaming included/AATeam/classic.aacockpit.xml -> included/wrtlprnft/classic-0.0.1.aacockpit.xml
  822. renaming included/AATeam/lucifer-0.0.1.aacockpit.xml -> included/Lucifer/sick/Playroom-0.0.2.aacockpit.xml
  823. renaming included/AATeam/SD-0.0.1.aarotate.xml -> included/Self_Destructo/test-0.0.2.aarotate.xml
  824. renaming included/AATeam/wrtlprnft-0.0.1.aacockpit.xml -> included/wrtlprnft/testfile-0.0.3.aacockpit.xml
  825. renaming included/AATeam/tutorials/ai_challenge.aamap.xml -> included/Z-Man/tutorial/ai_challenge-0.1.0.aamap.xml
  826. renaming included/AATeam/tutorials/bullies.aamap.xml -> included/Z-Man/tutorial/bullies-0.1.0.aamap.xml
  827. renaming included/AATeam/tutorials/empty.aacockpit.xml -> included/Z-Man/tutorial/empty-0.0.1.aacockpit.xml
  828. renaming included/AATeam/tutorials/grind.aamap.xml -> included/Z-Man/tutorial/grind-0.1.0.aamap.xml
  829. renaming included/AATeam/tutorials/map.aamap.xml -> included/Z-Man/tutorial/map-0.1.0.aamap.xml
  830. renaming included/AATeam/tutorials/navigation.aamap.xml -> included/Z-Man/tutorial/navigation-0.1.0.aamap.xml
  831. renaming included/AATeam/tutorials/spartanic.aacockpit.xml -> included/Z-Man/tutorial/spartanic-0.0.1.aacockpit.xml
  832. renaming included/AATeam/tutorials/speedkill.aamap.xml -> included/Z-Man/tutorial/speedkill-0.1.0.aamap.xml
  833. renaming included/AATeam/tutorials/survival.aamap.xml -> included/Z-Man/tutorial/survival-0.1.0.aamap.xml
  834. renaming included/Anonymous/original/original.cockpit.xml -> included/Anonymous/standard-0.0.1.aacockpit.xml
  835. renaming included/Anonymous/original/original.map.xml -> included/Anonymous/polygon/regular/square-1.0.1.aamap.xml
  836. renaming included/Anonymous/shapes/diamond.aamap.xml -> included/Anonymous/polygon/regular/diamond-1.0.2.aamap.xml
  837. renaming included/Lucifer/BaseInvertedCrossFort.xml -> included/Lucifer/ThreePlayerFortress/BaseInvertedCrossFortress-0.2.4.aamap.xml
  838. renaming included/Lucifer/LucifersMansion.xml -> included/Lucifer/ThreePlayerFortress/LucifersMansion-0.2.6.aamap.xml
  839. renaming included/Lucifer/SlantyCrossFortress.xml -> included/Lucifer/ThreePlayerFortress/SlantyCrossFortress-0.2.3.aamap.xml
  840. renaming included/Luke-Jr/n-gon/40-gon.map.xml -> included/Anonymous/polygon/regular/40-gon-0.2.aamap.xml
  841. renaming included/philippeqc/quadFortress.aamap.xml -> included/philippeqc/fortress/quadFortress-a.aamap.xml
  842. renaming included/Your_mom/inaktek/inaktek.map.xml -> included/Your_mom/clever/inaktek-0.7.2.aamap.xml
  843. renaming included/Your_mom/repeat/repeat.map.xml -> included/Your_mom/clever/repeat-0.3.2.aamap.xml
  844. renaming included/Z-Man/fortress_for_old_clients.aamap.xml -> included/Z-Man/fortress/for_old_clients-0.1.0.aamap.xml
  845. renaming included/Z-Man/fourfold_fortress_for_old_clients.aamap.xml -> included/Z-Man/fortress/fourfold_for_old_clients-0.1.0.aamap.xml
  846. renaming included/Z-Man/personal.cockpit.xml -> included/Z-Man/personal-0.0.1.aacockpit.xml
  847. renaming included/Z-Man/sumo_4x4.aamap.xml -> included/Z-Man/fortress/sumo_4x4-0.1.1.aamap.xml
  848. renaming included/Z-Man/sumo_8x2.aamap.xml -> included/Z-Man/fortress/sumo_8x2-0.1.0.aamap.xml
  849. renaming included/Z-Man/zonetest.aamap.xml -> included/Z-Man/fortress/zonetest-0.1.0.aamap.xml
  850. Done
  851. rm -rf linked_included.install
  852. if test ! -r linked_included.install; then \
  853. if test -d included; then\
  854. ln -sf ./included linked_included.install;\
  855. else\
  856. ln -sf ../../resource/included linked_included.install;\
  857. fi;\
  858. fi
  859. mkdir -p "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/resource/included"
  860. cp -r linked_included.install/* "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/resource/included"
  861. find "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/resource" -type d -exec chmod 755 \{\} \;
  862. find "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/resource" -type f -exec chmod 644 \{\} \;
  863. rm -f linked_included.install
  864. Making install in batch
  865. sed -f ../universal_variable_values_sed -e 's,@version\@,Swag_alpha20150429,g' -e 's,@executable_suffix\@,,g' -e "s,/bin/bash,`which bash`,g" -e 's,@LN_S\@,ln -s,g' -e 's,@progname\@,armagetronad,g' -e 's,@prognamebase\@,armagetronad,g' -e 's,@progtitle\@,Armagetron Advanced,g' -e 's,@enable_useradd\@,no,g' -e 's,@enable_etc\@,yes,g' -e 's,@enable_initscripts\@,no,g' -e 's,@enable_desktop\@,yes,g' -e 's,@enable_restoreold\@,yes,g' -e 's,@progdir_suffix\@,,g' < ../../batch/rcd_config.in > rcd_config
  866. chmod 755 rcd_config
  867. sed -f ../universal_variable_values_sed -e 's,@version\@,Swag_alpha20150429,g' -e 's,@executable_suffix\@,,g' -e "s,/bin/bash,`which bash`,g" -e 's,@LN_S\@,ln -s,g' -e 's,@progname\@,armagetronad,g' -e 's,@prognamebase\@,armagetronad,g' -e 's,@progtitle\@,Armagetron Advanced,g' -e 's,@enable_useradd\@,no,g' -e 's,@enable_etc\@,yes,g' -e 's,@enable_initscripts\@,no,g' -e 's,@enable_desktop\@,yes,g' -e 's,@enable_restoreold\@,yes,g' -e 's,@progdir_suffix\@,,g' < ../../batch/rcd_startstop.in > rcd_startstop
  868. chmod 755 rcd_startstop
  869. sed -f ../universal_variable_values_sed -e 's,@version\@,Swag_alpha20150429,g' -e 's,@executable_suffix\@,,g' -e "s,/bin/bash,`which bash`,g" -e 's,@LN_S\@,ln -s,g' -e 's,@progname\@,armagetronad,g' -e 's,@prognamebase\@,armagetronad,g' -e 's,@progtitle\@,Armagetron Advanced,g' -e 's,@enable_useradd\@,no,g' -e 's,@enable_etc\@,yes,g' -e 's,@enable_initscripts\@,no,g' -e 's,@enable_desktop\@,yes,g' -e 's,@enable_restoreold\@,yes,g' -e 's,@progdir_suffix\@,,g' < relocate.in > relocate
  870. chmod 755 relocate
  871. sed -f ../universal_variable_values_sed -e 's,@version\@,Swag_alpha20150429,g' -e 's,@executable_suffix\@,,g' -e "s,/bin/bash,`which bash`,g" -e 's,@LN_S\@,ln -s,g' -e 's,@progname\@,armagetronad,g' -e 's,@prognamebase\@,armagetronad,g' -e 's,@progtitle\@,Armagetron Advanced,g' -e 's,@enable_useradd\@,no,g' -e 's,@enable_etc\@,yes,g' -e 's,@enable_initscripts\@,no,g' -e 's,@enable_desktop\@,yes,g' -e 's,@enable_restoreold\@,yes,g' -e 's,@progdir_suffix\@,,g' < ../../batch/sysinstall.in > sysinstall.proto
  872. sed -e "s,RELOCATECOMMANDS,\\\," -e "t rel" -e "b" -e ": rel" -e "r relocate" < sysinstall.proto > sysinstall
  873. rm sysinstall.proto
  874. chmod 755 sysinstall
  875. make[2]: Nothing to be done for `install-exec-am'.
  876. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/scripts'
  877. /usr/bin/install -c rcd_config rcd_startstop sysinstall relocate '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/scripts'
  878. Making install in config
  879. make[2]: Nothing to be done for `install-exec-am'.
  880. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/etc/games/armagetronad'
  881. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/etc/games/armagetronad/examples'
  882. /usr/bin/install -c -m 644 ../../config/examples/breakfast_in_hell.cfg ../../config/examples/single_use_turbo.cfg ../../config/examples/fortress_soccer.cfg ../../config/examples/death_zone.cfg ../../config/examples/teamsumo.cfg '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/etc/games/armagetronad/examples'
  883. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/etc/games/armagetronad/examples/cvs_test'
  884. /usr/bin/install -c -m 644 ../../config/examples/cvs_test/fortress_physics.cfg ../../config/examples/cvs_test/fortress_scoring.cfg ../../config/examples/cvs_test/fortress_politics.cfg ../../config/examples/cvs_test/fortress_complete.cfg ../../config/examples/cvs_test/sumo_complete.cfg '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/etc/games/armagetronad/examples/cvs_test'
  885. /usr/bin/install -c -m 644 ../../config/default.cfg ../../config/master.srv ../../config/settings.cfg ../../config/settings_dedicated.cfg aiplayers.cfg rc.config ../../config/subcultures.srv ../../config/settings_visual.cfg ../../config/uphillbothways.cfg ../../config/serverconfigcache.cfg ../../config/settings_authentication.cfg ../../config/keys_cursor.cfg ../../config/keys_wasd.cfg ../../config/keys_zqsd.cfg ../../config/keys_twohand.cfg ../../config/keys_x.cfg ../../config/keys_cursor_single.cfg ../../config/zonestyle_vertical.cfg ../../config/zonestyle_flat.cfg ../../config/zonestyle_combined.cfg '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/etc/games/armagetronad/.'
  886. Making install in desktop
  887. make[2]: Nothing to be done for `install-exec-am'.
  888. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop'
  889. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/icons/large'
  890. /usr/bin/install -c -m 644 ../../desktop/icons/large/armagetronad.png '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/icons/large'
  891. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/icons/small'
  892. /usr/bin/install -c -m 644 ../../desktop/icons/small/armagetronad.png '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/icons/small'
  893. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/os-x'
  894. /usr/bin/install -c -m 644 ../../desktop/os-x/armagetronad.icns os-x/Info.plist '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/os-x'
  895. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/icons/medium'
  896. /usr/bin/install -c -m 644 ../../desktop/icons/medium/armagetronad.png '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/icons/medium'
  897. /usr/bin/install -c -m 644 armagetronad-armagetronad.desktop armagetronad-armagetronad-handler.desktop armagetronad-link.xml '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/.'
  898. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/services'
  899. /usr/bin/install -c -m 644 armagetronad.protocol '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/services/.'
  900. Making install in www-root
  901. make[2]: Nothing to be done for `install-exec-am'.
  902. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/www-root'
  903. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/www-root/admin'
  904. /usr/bin/install -c -m 644 ../../www-root/admin/README '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/www-root/admin'
  905. ../../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/www-root/css'
  906. /usr/bin/install -c -m 644 ../../www-root/css/admin.css '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/www-root/css'
  907. /usr/bin/install -c -m 644 ../../www-root/index.html '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/www-root/.'
  908. (CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh "/Users/LittleSteps/Current 0.4/missing" autoheader)
  909. rm -f stamp-h1
  910. touch ../aa_config.h.in
  911. cd . && /bin/sh ./config.status aa_config.h
  912. config.status: creating aa_config.h
  913. config.status: aa_config.h is unchanged
  914. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook
  915. cd "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/bin"; mv armagetronad_main armagetronad
  916. echo 'No tasks for the master server'
  917. No tasks for the master server
  918. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad'
  919. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/language'
  920. /usr/bin/install -c -m 644 ../language/languages.txt.in ../language/english_base.txt ../language/english_base_notranslate.txt ../language/american.txt ../language/british.txt ../language/deutsch.txt ../language/french.txt ../language/spanish.txt ../language/polish.txt ../language/russian.txt ../language/update.py '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/language'
  921. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad'
  922. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/language'
  923. /usr/bin/install -c -m 644 language/languages.txt ../language/english_base.txt ../language/english_base_notranslate.txt ../language/american.txt ../language/british.txt ../language/deutsch.txt ../language/french.txt ../language/spanish.txt ../language/polish.txt ../language/russian.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/language'
  924. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad'
  925. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/models'
  926. /usr/bin/install -c -m 644 ../models/cycle_body.mod ../models/cycle_front.mod ../models/cycle_rear.mod '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/models'
  927. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad'
  928. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/music'
  929. /usr/bin/install -c -m 644 ../music/titletrack.ogg ../music/when.ogg ../music/doIknowyou.ogg ../music/fortresswalk.ogg ../music/default.m3u ../music/fortresswalk.aatrack '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/music'
  930. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad'
  931. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/sound'
  932. /usr/bin/install -c -m 644 ../sound/1voicemale.ogg ../sound/announcerGO.ogg ../sound/expl.ogg ../sound/2voicemale.ogg ../sound/cycle_turn.ogg ../sound/grind.ogg ../sound/3voicemale.ogg ../sound/cyclrun.ogg ../sound/zone_spawn.ogg ../sound/cyclrun.wav '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/sound'
  933. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad'
  934. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/speedkilldefense'
  935. /usr/bin/install -c -m 644 ../textures/tutorials/speedkilldefense/fail2.png ../textures/tutorials/speedkilldefense/fail3.png ../textures/tutorials/speedkilldefense/trap3.png ../textures/tutorials/speedkilldefense/fail1.png ../textures/tutorials/speedkilldefense/trap1.png ../textures/tutorials/speedkilldefense/trap2.png ../textures/tutorials/speedkilldefense/start.png ../textures/tutorials/speedkilldefense/speedkilldefense.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/speedkilldefense'
  936. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/clipart'
  937. /usr/bin/install -c -m 644 ../textures/tutorials/clipart/fail.png ../textures/tutorials/clipart/background.png ../textures/tutorials/clipart/check.png ../textures/tutorials/clipart/circle.png '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/clipart'
  938. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/navigation'
  939. /usr/bin/install -c -m 644 ../textures/tutorials/navigation/fail2.png ../textures/tutorials/navigation/fancy.png ../textures/tutorials/navigation/fail3.png ../textures/tutorials/navigation/indirect.png ../textures/tutorials/navigation/fail1.png ../textures/tutorials/navigation/zone.png ../textures/tutorials/navigation/direct.png ../textures/tutorials/navigation/start.png ../textures/tutorials/navigation/navigation.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/navigation'
  940. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/doublegrind'
  941. /usr/bin/install -c -m 644 ../textures/tutorials/doublegrind/success.png ../textures/tutorials/doublegrind/toohard1.png ../textures/tutorials/doublegrind/background.png ../textures/tutorials/doublegrind/toohard2.png ../textures/tutorials/doublegrind/toohard3.png ../textures/tutorials/doublegrind/doublegrind.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/doublegrind'
  942. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures'
  943. /usr/bin/install -c -m 644 ../textures/cycle_body.png ../textures/cycle_wheel.png ../textures/dir_wall.png ../textures/floor_a.png ../textures/floor_b.png ../textures/floor.png ../textures/font_extra.png ../textures/font.png ../textures/font_s.png ../textures/icon.png ../textures/rim_wall.png ../textures/shadow.png ../textures/sky.png ../textures/title.jpg ../textures/settings_textures.cfg ../textures/message_background.png ../textures/Armagetronad.ttf '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures'
  944. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/conquest'
  945. /usr/bin/install -c -m 644 ../textures/tutorials/conquest/success.png ../textures/tutorials/conquest/start.png ../textures/tutorials/conquest/conquest.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/conquest'
  946. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/grinding'
  947. /usr/bin/install -c -m 644 ../textures/tutorials/grinding/fail2.png ../textures/tutorials/grinding/nogrind.png ../textures/tutorials/grinding/fail3.png ../textures/tutorials/grinding/fail1.png ../textures/tutorials/grinding/grind.png ../textures/tutorials/grinding/grinding.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/grinding'
  948. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/speedkill'
  949. /usr/bin/install -c -m 644 ../textures/tutorials/speedkill/adjust3.png ../textures/tutorials/speedkill/adjust1.png ../textures/tutorials/speedkill/adjust2.png ../textures/tutorials/speedkill/success2.png ../textures/tutorials/speedkill/success1.png ../textures/tutorials/speedkill/fail_donothing.png ../textures/tutorials/speedkill/success3.png ../textures/tutorials/speedkill/speedkill.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/speedkill'
  950. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/survival'
  951. /usr/bin/install -c -m 644 ../textures/tutorials/survival/fail2.png ../textures/tutorials/survival/fail3.png ../textures/tutorials/survival/spiral.png ../textures/tutorials/survival/fail1.png ../textures/tutorials/survival/wiggle.png ../textures/tutorials/survival/survival.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/survival'
  952. ../install-sh -c -d '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/teamstart'
  953. /usr/bin/install -c -m 644 ../textures/tutorials/teamstart/success.png ../textures/tutorials/teamstart/background.png ../textures/tutorials/teamstart/straight.png ../textures/tutorials/teamstart/teamstart.txt '/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/textures/tutorials/teamstart'
  954. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook
  955. ../batch/make/symlink-relative "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources" --files-in-directory "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad" --file-with-name "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/etc/games/armagetronad" config
  956. ../batch/make/symlink-relative "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/../MacOS" --file-with-name "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/bin/armagetronad" "Armagetron Advanced"
  957. ../batch/make/symlink-relative "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/.." --file "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/share/games/armagetronad/desktop/os-x/Info.plist"
  958. rm -rf "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/../Frameworks"
  959. cp -R "/Users/LittleSteps/os-x-toolkit-r27/libraries/Frameworks" "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/.."
  960. install_name_tool -rpath "/Users/LittleSteps/os-x-toolkit-r27/libraries/Frameworks" "@executable_path/../../Frameworks" "/Users/LittleSteps/Current 0.4/build/Armagetron Advanced.app/Contents/Resources/../MacOS/Armagetron Advanced"
  961. LittleStepss-mac-mini:build LittleSteps$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement