stevenerat

spidermonkey win64 w/enable-system-nspr

Apr 3rd, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.06 KB | None | 0 0
  1.  
  2.  
  3. $ ../configure --target=x86_64-pc-mingw32 --enable-system-nspr
  4. loading cache ./config.cache
  5. checking host system type... i686-pc-mingw32
  6. checking target system type... x86_64-pc-mingw32
  7. checking build system type... i686-pc-mingw32
  8. checking for mawk... (cached) gawk
  9. checking for perl5... (cached) /bin/perl
  10. cross compiling from i686-pc-mingw32 to x86_64-pc-mingw32
  11. checking for host c compiler... checking for gcc... (cached) cl
  12. cl
  13. checking for ranlib... no
  14. checking for ar... no
  15. checking whether the host c compiler (cl ) works... yes
  16. checking whether the host c++ compiler (cl ) works... yes
  17. checking for cl... (cached) cl
  18. checking for gcc... cl
  19. checking whether the C compiler (cl ) works... yes
  20. checking whether the C compiler (cl ) is a cross-compiler... no
  21. checking whether we are using GNU C... (cached) no
  22. checking whether cl accepts -g... (cached) no
  23. checking for cl... (cached) cl
  24. checking for c++... cl
  25. checking whether the C++ compiler (cl ) works... yes
  26. checking whether the C++ compiler (cl ) is a cross-compiler... no
  27. checking whether we are using GNU C++... (cached) no
  28. checking whether cl accepts -g... (cached) no
  29. checking for x86_64-pc-mingw32-ranlib... (cached) :
  30. checking for x86_64-pc-mingw32-ar... no
  31. checking for x86_64-pc-mingw32-ar... no
  32. checking for ml64... (cached) /c/Program Files (x86)/Microsoft Visual Studio 11.
  33. 0/VC/BIN/ml
  34. checking for link... (cached) link
  35. checking for x86_64-pc-mingw32-strip... no
  36. checking for x86_64-pc-mingw32-strip... no
  37. checking for x86_64-pc-mingw32-windres... no
  38. checking for x86_64-pc-mingw32-windres... no
  39. checking for winsdkver.h... (cached) yes
  40. checking for highest Windows version supported by this SDK... (cached) 0x0602000
  41. 0
  42. checking for Windows SDK being recent enough... yes
  43. checking how to run the C preprocessor... cl -E -nologo
  44. checking how to run the C++ preprocessor... cl -TP -E -nologo
  45. checking for sb-conf... no
  46. checking for ve... no
  47. checking for a BSD compatible install... (cached) /bin/install -c
  48. checking whether ln -s works... (cached) no
  49. checking for minimum required perl version >= 5.006... 5.006001
  50. checking for full perl installation... yes
  51. checking for python2.7... (cached) /c/tools/mozilla-build/python/python2.7
  52. Creating Python environment
  53. checking Python environment is Mozilla virtualenv... yes
  54. checking for doxygen... (cached) :
  55. checking for autoconf... (cached) /bin/autoconf
  56. checking for xargs... (cached) /bin/xargs
  57. checking for make... (cached) /local/bin/make
  58. checking for X... (cached) no
  59. checking that static assertion macros used in autoconf tests work... (cached) ye
  60. s
  61. checking for 64-bit OS... yes
  62. checking for custom <stdint.h> implementation... none specified
  63. checking for valid optimization flags... yes
  64. checking what kind of list files are supported by the linker... list
  65. checking for posix_fallocate... no
  66. checking for setlocale... (cached) no
  67. checking for localeconv... (cached) no
  68. creating ./config.status
  69. Reticulating splines...
  70. Finished reading 6 moz.build files into 10 descriptors in 0.02s
  71. Backend executed in 0.03s
  72. 13 total backend files. 0 created; 0 updated; 13 unchanged
  73. Total wall time: 0.06s; CPU time: 0.05s; Efficiency: 86%
  74. invoking C:/tools/mozilla-build/msys/local/bin/make.exe to create js-config scri
  75. pt
  76. Reticulating splines...
  77. Finished reading 6 moz.build files into 10 descriptors in 0.00s
  78. Backend executed in 0.05s
  79. 13 total backend files. 0 created; 0 updated; 13 unchanged
  80. Total wall time: 0.05s; CPU time: 0.05s; Efficiency: 111%
  81. rm -f js-config.tmp
  82. sed < ../js-config.in > js-config.tmp \
  83. -e 's|@prefix@|/usr/local|' \
  84. -e 's|@exec_prefix@|/usr/local|' \
  85. -e 's|@includedir@|/usr/local/include|' \
  86. -e 's|@libdir@|/usr/local/lib|' \
  87. -e 's|@MOZILLA_VERSION@||' \
  88. -e 's|@LIBRARY_NAME@|mozjs|' \
  89. -e 's|@NSPR_CFLAGS@||' \
  90. -e 's|@JS_CONFIG_LIBS@| kernel32.lib user32.lib gdi32.lib winmm.lib wsoc
  91. k32.lib advapi32.lib psapi.lib |' \
  92. -e 's|@MOZ_JS_LIBS@|/usr/local/lib/mozjs.lib|' \
  93. && mv js-config.tmp js-config && chmod +x js-config
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. build@MYMACHINE /c/repos/jsengines/mozilla-central/js/src/build-release
  103. $ make
  104. make export
  105. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  106. ease'
  107. make -C config export
  108. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  109. ease/config'
  110. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  111. ase/config'
  112. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  113. ease/config'
  114. make[2]: Nothing to be done for `export'.
  115. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  116. ase/config'
  117. make -C shell export
  118. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  119. ease/shell'
  120. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  121. ase/shell'
  122. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  123. ease/shell'
  124. make[2]: Nothing to be done for `export'.
  125. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  126. ase/shell'
  127. make -C jsapi-tests export
  128. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  129. ease/jsapi-tests'
  130. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  131. ase/jsapi-tests'
  132. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  133. ease/jsapi-tests'
  134. make[2]: Nothing to be done for `export'.
  135. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  136. ase/jsapi-tests'
  137. make -C tests export
  138. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  139. ease/tests'
  140. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  141. ase/tests'
  142. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  143. ease/tests'
  144. make[2]: Nothing to be done for `export'.
  145. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  146. ase/tests'
  147. make -C gdb export
  148. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  149. ease/gdb'
  150. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  151. ase/gdb'
  152. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  153. ease/gdb'
  154. make[2]: Nothing to be done for `export'.
  155. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  156. ase/gdb'
  157. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  158. on.exe /c/repos/jsengines/mozilla-central/js/src/build-release/../config/nsinsta
  159. ll.py -t -m 644 "js-config.h" "dist/include"
  160. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  161. ase'
  162. make libs
  163. jskwgen.cpp
  164. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  165. ease'
  166. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  167. on.exe -O ../build/cl.py cl -Fohost_jskwgen.obj -c -I../../../mfbt/double-conve
  168. rsion -I../../../intl/icu/source/common -I../../../intl/icu/source/i18n -I.. -I
  169. . -I./dist/include -I.. -I../assembler -I../yarr /c/repos/jsengines/mozi
  170. lla-central/js/src/jskwgen.cpp
  171. Microsoft (R) C/C++ Optimizing Compiler Version 17.00.50727.1 for x64
  172. Copyright (C) Microsoft Corporation. All rights reserved.
  173.  
  174. jskwgen.cpp
  175. link -NOLOGO -OUT:host_jskwgen.exe -PDB:host_jskwgen.pdb host_jskwgen.obj -STACK
  176. :2097152
  177. ./host_jskwgen.exe /c/repos/jsengines/mozilla-central/js/src/build-release/jsaut
  178. okw.h
  179. jsoplengen.cpp
  180. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  181. on.exe -O ../build/cl.py cl -Fohost_jsoplengen.obj -c -I../../../mfbt/double-co
  182. nversion -I../../../intl/icu/source/common -I../../../intl/icu/source/i18n -I..
  183. -I. -I./dist/include -I.. -I../assembler -I../yarr /c/repos/jsengines/m
  184. ozilla-central/js/src/jsoplengen.cpp
  185. Microsoft (R) C/C++ Optimizing Compiler Version 17.00.50727.1 for x64
  186. Copyright (C) Microsoft Corporation. All rights reserved.
  187.  
  188. jsoplengen.cpp
  189. link -NOLOGO -OUT:host_jsoplengen.exe -PDB:host_jsoplengen.pdb host_jsoplengen.o
  190. bj -STACK:2097152
  191. ./host_jsoplengen.exe /c/repos/jsengines/mozilla-central/js/src/build-release/js
  192. autooplen.h
  193. bignum-dtoa.cc
  194. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  195. on.exe -O ../build/cl.py cl -Fobignum-dtoa.obj -c -DENABLE_TYPEDARRAY_MOVE -DE
  196. NABLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSA
  197. FE -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../.
  198. ./intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I.
  199. ./yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS
  200. -W3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -U
  201. DEBUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1
  202. -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla
  203. -central/mfbt/double-conversion/bignum-dtoa.cc
  204. bignum-dtoa.cc
  205. bignum.cc
  206. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  207. on.exe -O ../build/cl.py cl -Fobignum.obj -c -DENABLE_TYPEDARRAY_MOVE -DENABLE
  208. _PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE -I
  209. ../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../int
  210. l/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../yar
  211. r -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W3 -
  212. Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDEBUG
  213. -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD
  214. -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-cent
  215. ral/mfbt/double-conversion/bignum.cc
  216. bignum.cc
  217. cached-powers.cc
  218. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  219. on.exe -O ../build/cl.py cl -Focached-powers.obj -c -DENABLE_TYPEDARRAY_MOVE -
  220. DENABLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREAD
  221. SAFE -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../..
  222. /../intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -
  223. I../yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNING
  224. S -W3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi
  225. -UDEBUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT
  226. =1 -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozil
  227. la-central/mfbt/double-conversion/cached-powers.cc
  228. cached-powers.cc
  229. diy-fp.cc
  230. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  231. on.exe -O ../build/cl.py cl -Fodiy-fp.obj -c -DENABLE_TYPEDARRAY_MOVE -DENABLE
  232. _PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE -I
  233. ../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../int
  234. l/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../yar
  235. r -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W3 -
  236. Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDEBUG
  237. -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD
  238. -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-cent
  239. ral/mfbt/double-conversion/diy-fp.cc
  240. diy-fp.cc
  241. double-conversion.cc
  242. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  243. on.exe -O ../build/cl.py cl -Fodouble-conversion.obj -c -DENABLE_TYPEDARRAY_MO
  244. VE -DENABLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_TH
  245. READSAFE -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I.
  246. ./../../intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembl
  247. er -I../yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WAR
  248. NINGS -W3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED
  249. -Zi -UDEBUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE
  250. _JIT=1 -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/m
  251. ozilla-central/mfbt/double-conversion/double-conversion.cc
  252. double-conversion.cc
  253. fast-dtoa.cc
  254. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  255. on.exe -O ../build/cl.py cl -Fofast-dtoa.obj -c -DENABLE_TYPEDARRAY_MOVE -DENA
  256. BLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE
  257. -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../
  258. intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../
  259. yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W
  260. 3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDE
  261. BUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -
  262. MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-c
  263. entral/mfbt/double-conversion/fast-dtoa.cc
  264. fast-dtoa.cc
  265. fixed-dtoa.cc
  266. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  267. on.exe -O ../build/cl.py cl -Fofixed-dtoa.obj -c -DENABLE_TYPEDARRAY_MOVE -DEN
  268. ABLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAF
  269. E -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../..
  270. /intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I..
  271. /yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -
  272. W3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UD
  273. EBUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1
  274. -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-
  275. central/mfbt/double-conversion/fixed-dtoa.cc
  276. fixed-dtoa.cc
  277. strtod.cc
  278. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  279. on.exe -O ../build/cl.py cl -Fostrtod.obj -c -DENABLE_TYPEDARRAY_MOVE -DENABLE
  280. _PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE -I
  281. ../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../int
  282. l/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../yar
  283. r -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W3 -
  284. Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDEBUG
  285. -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD
  286. -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-cent
  287. ral/mfbt/double-conversion/strtod.cc
  288. strtod.cc
  289. jsalloc.cpp
  290. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  291. on.exe -O ../build/cl.py cl -Fojsalloc.obj -c -DENABLE_TYPEDARRAY_MOVE -DENABL
  292. E_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE -
  293. I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../in
  294. tl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../ya
  295. rr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W3
  296. -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDEBU
  297. G -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD
  298. -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-cen
  299. tral/js/src/jsalloc.cpp
  300. jsalloc.cpp
  301. c:\repos\jsengines\mozilla-central\js\src\jsutil.h(304) : warning C4267: 'return
  302. ' : conversion from 'size_t' to 'unsigned int', possible loss of data
  303. c:\repos\jsengines\mozilla-central\js\src\jsutil.h(310) : warning C4267: 'initia
  304. lizing' : conversion from 'size_t' to 'unsigned int', possible loss of data
  305. c:\repos\jsengines\mozilla-central\js\src\jsapi.h(2920) : warning C4267: 'argume
  306. nt' : conversion from 'size_t' to 'int', possible loss of data
  307. c:\repos\jsengines\mozilla-central\js\src\jslock.h(13) : fatal error C1083: Cann
  308. ot open include file: 'pratom.h': No such file or directory
  309. make[1]: *** [jsalloc.obj] Error 2
  310. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  311. ase'
  312. make: *** [default] Error 2
Advertisement
Add Comment
Please, Sign In to add comment