Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ ../configure --target=x86_64-pc-mingw32 --enable-system-nspr
- loading cache ./config.cache
- checking host system type... i686-pc-mingw32
- checking target system type... x86_64-pc-mingw32
- checking build system type... i686-pc-mingw32
- checking for mawk... (cached) gawk
- checking for perl5... (cached) /bin/perl
- cross compiling from i686-pc-mingw32 to x86_64-pc-mingw32
- checking for host c compiler... checking for gcc... (cached) cl
- cl
- checking for ranlib... no
- checking for ar... no
- checking whether the host c compiler (cl ) works... yes
- checking whether the host c++ compiler (cl ) works... yes
- checking for cl... (cached) cl
- checking for gcc... cl
- checking whether the C compiler (cl ) works... yes
- checking whether the C compiler (cl ) is a cross-compiler... no
- checking whether we are using GNU C... (cached) no
- checking whether cl accepts -g... (cached) no
- checking for cl... (cached) cl
- checking for c++... cl
- checking whether the C++ compiler (cl ) works... yes
- checking whether the C++ compiler (cl ) is a cross-compiler... no
- checking whether we are using GNU C++... (cached) no
- checking whether cl accepts -g... (cached) no
- checking for x86_64-pc-mingw32-ranlib... (cached) :
- checking for x86_64-pc-mingw32-ar... no
- checking for x86_64-pc-mingw32-ar... no
- checking for ml64... (cached) /c/Program Files (x86)/Microsoft Visual Studio 11.
- 0/VC/BIN/ml
- checking for link... (cached) link
- checking for x86_64-pc-mingw32-strip... no
- checking for x86_64-pc-mingw32-strip... no
- checking for x86_64-pc-mingw32-windres... no
- checking for x86_64-pc-mingw32-windres... no
- checking for winsdkver.h... (cached) yes
- checking for highest Windows version supported by this SDK... (cached) 0x0602000
- 0
- checking for Windows SDK being recent enough... yes
- checking how to run the C preprocessor... cl -E -nologo
- checking how to run the C++ preprocessor... cl -TP -E -nologo
- checking for sb-conf... no
- checking for ve... no
- checking for a BSD compatible install... (cached) /bin/install -c
- checking whether ln -s works... (cached) no
- checking for minimum required perl version >= 5.006... 5.006001
- checking for full perl installation... yes
- checking for python2.7... (cached) /c/tools/mozilla-build/python/python2.7
- Creating Python environment
- checking Python environment is Mozilla virtualenv... yes
- checking for doxygen... (cached) :
- checking for autoconf... (cached) /bin/autoconf
- checking for xargs... (cached) /bin/xargs
- checking for make... (cached) /local/bin/make
- checking for X... (cached) no
- checking that static assertion macros used in autoconf tests work... (cached) ye
- s
- checking for 64-bit OS... yes
- checking for custom <stdint.h> implementation... none specified
- checking for valid optimization flags... yes
- checking what kind of list files are supported by the linker... list
- checking for posix_fallocate... no
- checking for setlocale... (cached) no
- checking for localeconv... (cached) no
- creating ./config.status
- Reticulating splines...
- Finished reading 6 moz.build files into 10 descriptors in 0.02s
- Backend executed in 0.03s
- 13 total backend files. 0 created; 0 updated; 13 unchanged
- Total wall time: 0.06s; CPU time: 0.05s; Efficiency: 86%
- invoking C:/tools/mozilla-build/msys/local/bin/make.exe to create js-config scri
- pt
- Reticulating splines...
- Finished reading 6 moz.build files into 10 descriptors in 0.00s
- Backend executed in 0.05s
- 13 total backend files. 0 created; 0 updated; 13 unchanged
- Total wall time: 0.05s; CPU time: 0.05s; Efficiency: 111%
- rm -f js-config.tmp
- sed < ../js-config.in > js-config.tmp \
- -e 's|@prefix@|/usr/local|' \
- -e 's|@exec_prefix@|/usr/local|' \
- -e 's|@includedir@|/usr/local/include|' \
- -e 's|@libdir@|/usr/local/lib|' \
- -e 's|@MOZILLA_VERSION@||' \
- -e 's|@LIBRARY_NAME@|mozjs|' \
- -e 's|@NSPR_CFLAGS@||' \
- -e 's|@JS_CONFIG_LIBS@| kernel32.lib user32.lib gdi32.lib winmm.lib wsoc
- k32.lib advapi32.lib psapi.lib |' \
- -e 's|@MOZ_JS_LIBS@|/usr/local/lib/mozjs.lib|' \
- && mv js-config.tmp js-config && chmod +x js-config
- build@MYMACHINE /c/repos/jsengines/mozilla-central/js/src/build-release
- $ make
- make export
- make[1]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease'
- make -C config export
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/config'
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/config'
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/config'
- make[2]: Nothing to be done for `export'.
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/config'
- make -C shell export
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/shell'
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/shell'
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/shell'
- make[2]: Nothing to be done for `export'.
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/shell'
- make -C jsapi-tests export
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/jsapi-tests'
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/jsapi-tests'
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/jsapi-tests'
- make[2]: Nothing to be done for `export'.
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/jsapi-tests'
- make -C tests export
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/tests'
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/tests'
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/tests'
- make[2]: Nothing to be done for `export'.
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/tests'
- make -C gdb export
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/gdb'
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/gdb'
- make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease/gdb'
- make[2]: Nothing to be done for `export'.
- make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase/gdb'
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe /c/repos/jsengines/mozilla-central/js/src/build-release/../config/nsinsta
- ll.py -t -m 644 "js-config.h" "dist/include"
- make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase'
- make libs
- jskwgen.cpp
- make[1]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
- ease'
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fohost_jskwgen.obj -c -I../../../mfbt/double-conve
- rsion -I../../../intl/icu/source/common -I../../../intl/icu/source/i18n -I.. -I
- . -I./dist/include -I.. -I../assembler -I../yarr /c/repos/jsengines/mozi
- lla-central/js/src/jskwgen.cpp
- Microsoft (R) C/C++ Optimizing Compiler Version 17.00.50727.1 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- jskwgen.cpp
- link -NOLOGO -OUT:host_jskwgen.exe -PDB:host_jskwgen.pdb host_jskwgen.obj -STACK
- :2097152
- ./host_jskwgen.exe /c/repos/jsengines/mozilla-central/js/src/build-release/jsaut
- okw.h
- jsoplengen.cpp
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fohost_jsoplengen.obj -c -I../../../mfbt/double-co
- nversion -I../../../intl/icu/source/common -I../../../intl/icu/source/i18n -I..
- -I. -I./dist/include -I.. -I../assembler -I../yarr /c/repos/jsengines/m
- ozilla-central/js/src/jsoplengen.cpp
- Microsoft (R) C/C++ Optimizing Compiler Version 17.00.50727.1 for x64
- Copyright (C) Microsoft Corporation. All rights reserved.
- jsoplengen.cpp
- link -NOLOGO -OUT:host_jsoplengen.exe -PDB:host_jsoplengen.pdb host_jsoplengen.o
- bj -STACK:2097152
- ./host_jsoplengen.exe /c/repos/jsengines/mozilla-central/js/src/build-release/js
- autooplen.h
- bignum-dtoa.cc
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fobignum-dtoa.obj -c -DENABLE_TYPEDARRAY_MOVE -DE
- NABLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSA
- FE -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../.
- ./intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I.
- ./yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS
- -W3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -U
- DEBUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1
- -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla
- -central/mfbt/double-conversion/bignum-dtoa.cc
- bignum-dtoa.cc
- bignum.cc
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fobignum.obj -c -DENABLE_TYPEDARRAY_MOVE -DENABLE
- _PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE -I
- ../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../int
- l/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../yar
- r -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W3 -
- Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDEBUG
- -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD
- -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-cent
- ral/mfbt/double-conversion/bignum.cc
- bignum.cc
- cached-powers.cc
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Focached-powers.obj -c -DENABLE_TYPEDARRAY_MOVE -
- DENABLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREAD
- SAFE -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../..
- /../intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -
- I../yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNING
- S -W3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi
- -UDEBUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT
- =1 -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozil
- la-central/mfbt/double-conversion/cached-powers.cc
- cached-powers.cc
- diy-fp.cc
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fodiy-fp.obj -c -DENABLE_TYPEDARRAY_MOVE -DENABLE
- _PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE -I
- ../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../int
- l/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../yar
- r -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W3 -
- Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDEBUG
- -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD
- -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-cent
- ral/mfbt/double-conversion/diy-fp.cc
- diy-fp.cc
- double-conversion.cc
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fodouble-conversion.obj -c -DENABLE_TYPEDARRAY_MO
- VE -DENABLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_TH
- READSAFE -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I.
- ./../../intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembl
- er -I../yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WAR
- NINGS -W3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED
- -Zi -UDEBUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE
- _JIT=1 -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/m
- ozilla-central/mfbt/double-conversion/double-conversion.cc
- double-conversion.cc
- fast-dtoa.cc
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fofast-dtoa.obj -c -DENABLE_TYPEDARRAY_MOVE -DENA
- BLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE
- -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../
- intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../
- yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W
- 3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDE
- BUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -
- MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-c
- entral/mfbt/double-conversion/fast-dtoa.cc
- fast-dtoa.cc
- fixed-dtoa.cc
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fofixed-dtoa.obj -c -DENABLE_TYPEDARRAY_MOVE -DEN
- ABLE_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAF
- E -I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../..
- /intl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I..
- /yarr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -
- W3 -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UD
- EBUG -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1
- -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-
- central/mfbt/double-conversion/fixed-dtoa.cc
- fixed-dtoa.cc
- strtod.cc
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fostrtod.obj -c -DENABLE_TYPEDARRAY_MOVE -DENABLE
- _PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE -I
- ../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../int
- l/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../yar
- r -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W3 -
- Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDEBUG
- -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD
- -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-cent
- ral/mfbt/double-conversion/strtod.cc
- strtod.cc
- jsalloc.cpp
- c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
- on.exe -O ../build/cl.py cl -Fojsalloc.obj -c -DENABLE_TYPEDARRAY_MOVE -DENABL
- E_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -DJS_THREADSAFE -
- I../../../mfbt/double-conversion -I../../../intl/icu/source/common -I../../../in
- tl/icu/source/i18n -I.. -I. -I./dist/include -I.. -I../assembler -I../ya
- rr -wd4099 -TP -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W3
- -Gy -Fdgenerated.pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDEBU
- G -DNDEBUG -O2 -Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD
- -FI ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-cen
- tral/js/src/jsalloc.cpp
- jsalloc.cpp
- c:\repos\jsengines\mozilla-central\js\src\jsutil.h(304) : warning C4267: 'return
- ' : conversion from 'size_t' to 'unsigned int', possible loss of data
- c:\repos\jsengines\mozilla-central\js\src\jsutil.h(310) : warning C4267: 'initia
- lizing' : conversion from 'size_t' to 'unsigned int', possible loss of data
- c:\repos\jsengines\mozilla-central\js\src\jsapi.h(2920) : warning C4267: 'argume
- nt' : conversion from 'size_t' to 'int', possible loss of data
- c:\repos\jsengines\mozilla-central\js\src\jslock.h(13) : fatal error C1083: Cann
- ot open include file: 'pratom.h': No such file or directory
- make[1]: *** [jsalloc.obj] Error 2
- make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
- ase'
- make: *** [default] Error 2
Advertisement
Add Comment
Please, Sign In to add comment