Advertisement
Guest User

Untitled

a guest
Jul 21st, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. E:\Projects\HaveABlast>flow build --clean --log 3
  2. flow / 1.0.0-alpha.1 (node.js v0.12.7)
  3. flow / current platform is windows
  4. flow / target is windows ( arch 32 )
  5. flow / build only
  6. flow / process util - running : haxe -version
  7. flow / haxe version 3.2.0
  8. flow / process util - running : haxelib config
  9. flow / haxelib path E:/HaxeToolkit/haxe/lib/
  10. flow / process util - running : haxelib list
  11.  
  12. flow / running in E:/Projects/HaveABlast/
  13. flow / project - searching project root E:\Projects\HaveABlast
  14. flow / project - using project file E:/Projects/HaveABlast/project.flow
  15. flow / project - switch to run in E:/Projects/HaveABlast
  16. flow / build - Have a Blast 0.1.0 for windows
  17. flow / prepare - project Have a Blast
  18. flow / prepare - dependency tree ...
  19. flow / parsing dependencies for Have a Blast
  20. flow / - - found dependency luxe *
  21. flow / parsing dependencies for luxe
  22. flow / - - found dependency snow *
  23. flow / parsing dependencies for snow
  24. flow / prepare - snow lists no dependencies
  25. flow / parsing dependencies for hxcpp
  26. flow / prepare - hxcpp lists no dependencies
  27. flow / prepare - dependency tree - ok
  28. flow / paths for project { android: { project: 'project', libabi: 'armeabi' },
  29. ios: { project: 'ios.project' },
  30. output: 'bin/windows/',
  31. build: 'bin/windows.build/',
  32. files: 'bin/windows/',
  33. binary:
  34. { source: 'LuxeApp.exe',
  35. path: 'bin/windows/',
  36. name: 'have_a_blast.exe',
  37. full: 'bin\\windows\\have_a_blast.exe' } }
  38. flow / prepare - project ...
  39. flow / prepare - project - conditions ...
  40. flow / prepare - project - conditions - ok
  41. flow / prepare - defines ...
  42. flow / -D windows
  43. -D arch-32
  44. -D desktop
  45. -D hxcpp_static_std
  46. -D snow_module_input_sdl
  47. -D snow_module_audio_openal
  48. -D snow_module_windowing_sdl
  49. -D luxe_native
  50. -D parcel_thread_disabled
  51. -D snow_native
  52. -D luxe
  53. -D hxcpp
  54. -D snow
  55.  
  56. flow / prepare - defines - ok
  57. flow / prepare - project - flags ...
  58. flow / prepare - project - flags - ok
  59. flow / prepare - files ...
  60. flow / prepare - files
  61. flow / prepare - files
  62. flow / prepare - files
  63. flow / prepare - files
  64. flow / prepare - files - ok
  65. flow / prepare - project - ok
  66. flow / bake - project Have a Blast
  67.  
  68. flow / -main LuxeApp
  69. -D no-compilation
  70. -D windows
  71. -D arch-32
  72. -D desktop
  73. -D hxcpp_static_std
  74. -D snow_module_input_sdl
  75. -D snow_module_audio_openal
  76. -D snow_module_windowing_sdl
  77. -D luxe_native
  78. -D parcel_thread_disabled
  79. -D snow_native
  80. -D luxe
  81. -D hxcpp
  82. -D snow
  83. -cp E:/HaxeToolkit/haxe/lib/luxe/git/
  84. -cp E:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/
  85. -cp E:/HaxeToolkit/haxe/lib/snow/git/
  86. -cp src/
  87. -resource version@version
  88. -resource build@build
  89. -resource phoenix/defaults/shaders/vert.glsl@default.vert.glsl
  90. -resource phoenix/defaults/shaders/frag.glsl@default.frag.glsl
  91. -resource phoenix/defaults/shaders/frag.textured.glsl@default.frag.textured.glsl
  92.  
  93. -resource phoenix/defaults/shaders/frag.bitmapfont.glsl@default.frag.bitmapfont.
  94. glsl
  95. -resource luxe/defaults/fonts/default.png@default.png
  96. -resource luxe/defaults/fonts/default.fnt@default.fnt
  97. --macro snow.system.module.Module.set("Audio","snow.core.native.audio.Audio")
  98. --macro snow.system.module.Module.set("IO","snow.core.native.io.IO")
  99. --macro snow.system.module.Module.set("Input","snow.core.native.input.Input")
  100. --macro snow.system.module.Module.set("Windowing","snow.core.native.window.Windo
  101. wing")
  102. --macro snow.system.module.Module.set("Assets","snow.core.native.assets.Assets")
  103.  
  104. --macro snow.system.module.Module.set("Input","snow.modules.sdl.Input")
  105. --macro snow.system.module.Module.set("Windowing","snow.modules.sdl.Windowing")
  106. --macro snow.system.module.Module.set("Audio","snow.modules.openal.Audio")
  107. -cp bin/windows.build/haxe
  108. -cpp bin/windows.build/cpp
  109.  
  110. flow / hooks - no pre hooks
  111. flow / clean - cleaning bin/windows.build/ ...
  112. flow / clean - cleaning bin/windows/ ...
  113.  
  114. flow / icons / converting E:\HaxeToolkit\haxe\lib\luxe\git\flow\icons\ for use
  115. flow / util - copying file from E:/HaxeToolkit/haxe/lib/luxe/git/flow/icons
  116. /windows/luxe.ico to bin\windows.build\cpp\luxe.ico
  117. flow / util - copying file from E:\HaxeToolkit\haxe\lib\flow\git\src\flow\c
  118. md\icons\windows\icon.xml to bin\windows.build\cpp\__icon.xml
  119. flow / process util - running : cmd.exe /c E:\Programming\vc\vcvarsall.bat && rc
  120. /r icon.rc
  121. flow / icons - failed - see log above
  122. flow / files - verifying ...
  123. flow / files - copying project files to bin/windows/
  124.  
  125. flow / copying E:/Projects/HaveABlast/assets/ to E:\Projects\HaveABlast\bin\w
  126. indowsassets/
  127.  
  128. flow / files - copying build files to bin/windows.build/
  129.  
  130. flow / copying with template project,snow,luxe from E:/HaxeToolkit/haxe/lib/l
  131. uxe/git/flow/boot/LuxeApp.hx to E:\Projects\HaveABlast\bin\windows.buildhaxe/Lux
  132. eApp.hx
  133.  
  134. flow / files - done
  135.  
  136. flow / build - writing hxml to bin\windows.build\build.hxml
  137. flow / build - running haxe ...
  138. flow / haxe bin\windows.build\build.hxml
  139. flow / process util - running : haxe bin\windows.build\build.hxml
  140. flow / build - cpp - using Options.txt from E:\Projects\HaveABlast\bin\windows.b
  141. uild\cpp\Options.txt
  142. flow / build - running hxcpp for arch 32 ...
  143. flow / haxelib run hxcpp flow.Build.xml -verbose -Dno_console -Dwindows -DHXCPP_
  144. M32 -Darch-32=1 -Darch_32=1 -Ddesktop=1 -Dhaxe3=1 -Dhaxe_ver=3.2 -Dhxcpp=1 -Dhxc
  145. pp_api_level=321 -Dhxcpp_static_std=1 -Dluxe=1 -Dluxe_native=1 -Dno-compilation=
  146. 1 -Dno_compilation=1 -Dparcel_thread_disabled=1 -Dsnow=1 -Dsnow_module_audio_ope
  147. nal=1 -Dsnow_module_input_sdl=1 -Dsnow_module_windowing_sdl=1 -Dsnow_native=1 -D
  148. windows=1 -Dhxcpp=E:\HaxeToolkit\haxe\lib/hxcpp/3,2,102/
  149. flow / running hxcpp from E:/Projects/HaveABlast/bin/windows.build/cpp/
  150. flow / process util - running : haxelib run hxcpp flow.Build.xml -verbose -Dno_c
  151. onsole -Dwindows -DHXCPP_M32 -Darch-32=1 -Darch_32=1 -Ddesktop=1 -Dhaxe3=1 -Dhax
  152. e_ver=3.2 -Dhxcpp=1 -Dhxcpp_api_level=321 -Dhxcpp_static_std=1 -Dluxe=1 -Dluxe_n
  153. ative=1 -Dno-compilation=1 -Dno_compilation=1 -Dparcel_thread_disabled=1 -Dsnow=
  154. 1 -Dsnow_module_audio_openal=1 -Dsnow_module_input_sdl=1 -Dsnow_module_windowing
  155. _sdl=1 -Dsnow_native=1 -Dwindows=1 -Dhxcpp=E:\HaxeToolkit\haxe\lib/hxcpp/3,2,102
  156. /
  157. __
  158. /\ \
  159. \ \ \___ __ _ ___ _____ _____
  160. \ \ _ `\ /\ \/'\ /'___\/\ '__`\/\ '__`\
  161. \ \ \ \ \\/> <//\ \__/\ \ \L\ \ \ \L\ \
  162. \ \_\ \_\/\_/\_\ \____\\ \ ,__/\ \ ,__/
  163. \/_/\/_/\//\/_/\/____/ \ \ \/ \ \ \/
  164. \ \_\ \ \_\
  165. \/_/ \/_/
  166.  
  167. hxcpp (Haxe C++ Runtime Support) (3.2.102)
  168.  
  169. Using makefile: flow.Build.xml
  170. Reading HXCPP config: C:\Users\Alex\.hxcpp_config.xml
  171. No specified toolchain
  172.  
  173. - Parsing include: E:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/toolchain/setup.xml
  174. - Parsing include: C:\Users\Alex\.hxcpp_config.xml (section "vars")
  175. Using default windows compiler : MSVC
  176. - Parsing include: E:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/toolchain/finish-setup
  177. .xml
  178. - Parsing makefile: flow.Build.xml
  179. - Parsing include: ./Build.xml
  180. - Parsing include: E:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/build-tool/BuildCommon
  181. .xml
  182. - Parsing include: E:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/toolchain/haxe-target.
  183. xml
  184. - Parsing include: E:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/toolchain/msvc-toolcha
  185. in.xml
  186. - Parsing compiler: E:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/toolchain/common-defi
  187. nes.xml
  188. - Parsing include: C:\Users\Alex\.hxcpp_config.xml (section "exes")
  189.  
  190. Using compile threads: 6
  191.  
  192. - Creating directory: obj
  193. - Creating directory: obj/msvc-ncxp
  194. - Compiling src/sys/FileSystem.cpp : cl.exe -Iinclude -nologo -O2 -DHX_WINDOWS
  195. -D_USING_V110_SDK71_ -GR -Oy- -c -EHs -GS- -arch:SSE -IE:/HaxeToolkit/haxe/lib/h
  196. xcpp/3,2,102/include -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=321 -D_CRT_SECURE_NO
  197. _DEPRECATE -D_ALLOW_MSC_VER_MISMATCH -D_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH -DHX
  198. _WIN_MAIN -wd4996 -MT ./src/sys/FileSystem.cpp -Foobj/msvc-ncxp/2ca4cc15_FileSys
  199. tem.obj
  200. - Compiling src/snow/types/Error.cpp : cl.exe -Iinclude -nologo -O2 -DHX_WINDOW
  201. S -D_USING_V110_SDK71_ -GR -Oy- -c -EHs -GS- -arch:SSE -IE:/HaxeToolkit/haxe/lib
  202. /hxcpp/3,2,102/include -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=321 -D_CRT_SECURE_
  203. NO_DEPRECATE -D_ALLOW_MSC_VER_MISMATCH -D_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH -D
  204. HX_WIN_MAIN -wd4996 -MT ./src/snow/types/Error.cpp -Foobj/msvc-ncxp/aee7002b_Err
  205. or.obj
  206. - Compiling src/snow/system/window/_Windowing/WindowHandleMap.cpp : cl.exe -Iin
  207. clude -nologo -O2 -DHX_WINDOWS -D_USING_V110_SDK71_ -GR -Oy- -c -EHs -GS- -arch:
  208. SSE -IE:/HaxeToolkit/haxe/lib/hxcpp/3,2,102/include -DHXCPP_VISIT_ALLOCS -DHXCPP
  209. _API_LEVEL=321 -D_CRT_SECURE_NO_DEPRECATE -D_ALLOW_MSC_VER_MISMATCH -D_ALLOW_ITE
  210. RATOR_DEBUG_LEVEL_MISMATCH -DHX_WIN_MAIN -wd4996 -MT ./src/snow/system/window/_W
  211. indowing/WindowHandleMap.cpp -Foobj/msvc-ncxp/ee4180b3_WindowHandleMap.obj
  212. - Compiling src/snow/system/window/Windowing.cpp : cl.exe -Iinclude -nologo -O2
  213. -DHX_WINDOWS -D_USING_V110_SDK71_ -GR -Oy- -c -EHs -GS- -arch:SSE -IE:/HaxeTool
  214. kit/haxe/lib/hxcpp/3,2,102/include -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=321 -D
  215. _CRT_SECURE_NO_DEPRECATE -D_ALLOW_MSC_VER_MISMATCH -D_ALLOW_ITERATOR_DEBUG_LEVEL
  216. _MISMATCH -DHX_WIN_MAIN -wd4996 -MT ./src/snow/system/window/Windowing.cpp -Foob
  217. j/msvc-ncxp/47bef18d_Windowing.obj
  218. - Compiling src/snow/system/window/Window.cpp : cl.exe -Iinclude -nologo -O2 -D
  219. HX_WINDOWS -D_USING_V110_SDK71_ -GR -Oy- -c -EHs -GS- -arch:SSE -IE:/HaxeToolkit
  220. /haxe/lib/hxcpp/3,2,102/include -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=321 -D_CR
  221. T_SECURE_NO_DEPRECATE -D_ALLOW_MSC_VER_MISMATCH -D_ALLOW_ITERATOR_DEBUG_LEVEL_MI
  222. SMATCH -DHX_WIN_MAIN -wd4996 -MT ./src/snow/system/window/Window.cpp -Foobj/msvc
  223. -ncxp/47bef18d_Window.obj
  224. - Compiling src/snow/system/io/IO.cpp : cl.exe -Iinclude -nologo -O2 -DHX_WINDO
  225. WS -D_USING_V110_SDK71_ -GR -Oy- -c -EHs -GS- -arch:SSE -IE:/HaxeToolkit/haxe/li
  226. b/hxcpp/3,2,102/include -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=321 -D_CRT_SECURE
  227. _NO_DEPRECATE -D_ALLOW_MSC_VER_MISMATCH -D_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH -
  228. DHX_WIN_MAIN -wd4996 -MT ./src/snow/system/io/IO.cpp -Foobj/msvc-ncxp/b39558f8_I
  229. O.obj
  230. Process creation failure : cl.exe
  231.  
  232. flow /
  233. build - stopping because of errors in hxcpp compile, while building arch 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement