Skip to content

Instantly share code, notes, and snippets.

Created February 12, 2018 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d5c2e48692180d273a77161b1c40f412 to your computer and use it in GitHub Desktop.
Save anonymous/d5c2e48692180d273a77161b1c40f412 to your computer and use it in GitHub Desktop.
Windows build with clang
export PATH="$PATH:/C/Program Files (x86)/Windows Kits/10/bin/10.0.15063.0/x64"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-clang-debug
mk_add_options AUTOCLOBBER=1
ac_add_options --target=x86_64-pc-mingw32
ac_add_options --host=x86_64-pc-mingw32
ac_add_options --enable-debug
export CC=clang-cl.exe
export CXX=clang-cl.exe
0:00.97 Clobber not needed.
0:00.97 Adding make options from c:\Users\kats\zspace\mozilla-wr\.mozconfig
AUTOCLOBBER=1
CONFIG_GUESS=x86_64-pc-mingw32
MOZ_OBJDIR=c:/Users/kats/zspace/mozilla-wr/obj-clang-debug
OBJDIR=c:/Users/kats/zspace/mozilla-wr/obj-clang-debug
FOUND_MOZCONFIG=c:/Users/kats/zspace/mozilla-wr/.mozconfig
export FOUND_MOZCONFIG
0:01.09 c:\mozilla-build\mozmake\mozmake.EXE -f client.mk -s configure
0:01.28 cd c:/Users/kats/zspace/mozilla-wr/obj-clang-debug
0:01.33 c:/Users/kats/zspace/mozilla-wr/configure
0:02.09 Reexecuting in the virtualenv
0:02.56 Adding configure options from c:\Users\kats\zspace\mozilla-wr\.mozconfig
0:02.56 --target=x86_64-pc-mingw32
0:02.56 --host=x86_64-pc-mingw32
0:02.56 --enable-debug
0:02.56 CXX=clang-cl.exe
0:02.56 CC=clang-cl.exe
0:02.56 PATH=c:\Users\kats\bin;c:\Users\kats\bin\kgupta-win;c:\Users\kats\.cargo\bin;C:\mozilla-build\msys\local\bin;c:\mozilla-build\7zip;c:\mozilla-build\info-zip;c:\mozilla-build\kdiff3;c:\mozilla-build\mozmake;c:\mozilla-build\node-v8.1.4-win-x64;c:\mozilla-build\nsis-3.01;c:\mozilla-build\python;c:\mozilla-build\python\Scripts;c:\mozilla-build\python3;c:\mozilla-build\python3\Scripts;c:\mozilla-build\upx394w;c:\mozilla-build\watchman;c:\mozilla-build\wget;c:\mozilla-build\yasm;.;C:\mozilla-build\msys\local\bin;C:\mozilla-build\msys\mingw\bin;C:\mozilla-build\msys\bin;c:\WINDOWS\System32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;c:\Program Files\LLVM\bin;c:\Users\kats\.cargo\bin;c:\Users\kats\zspace\configs;c:\Program Files\Git\bin;c:\HashiCorp\Vagrant\bin;c:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Windows Kits\10\bin\10.0.15063.0\x64
0:02.57 checking for vcs source checkout... git
0:02.70 checking for a shell... C:/mozilla-build/msys/bin/sh.exe
0:03.19 checking for host system type... x86_64-pc-mingw32
0:03.79 checking for target system type... x86_64-pc-mingw32
0:03.82 checking for a shell... C:/mozilla-build/msys/bin/sh.exe
0:04.54 checking for host system type... x86_64-pc-mingw32
0:05.08 checking for target system type... x86_64-pc-mingw32
0:05.14 checking for vcs source checkout... git
0:05.14 checking whether cross compiling... no
0:05.25 checking for the target C compiler... 'c:/PROGRA~1/LLVM/bin/clang-cl.exe'
0:05.56 checking whether the target C compiler can be used... yes
0:05.72 checking for Python 3... c:\mozilla-build\python3\python3.EXE (3.6.2)
0:05.73 checking for git... 'c:/PROGRA~1/Git/bin/git.exe'
0:05.79 checking for Git version... 2.12.0.windows.1
0:05.79 checking for sparse checkout... no
0:05.81 checking for pkg_config... not found
0:05.81 checking for yasm... c:/mozilla-build/yasm/yasm.exe
0:05.84 checking yasm version... 1.3.0
0:05.84 checking the target C compiler version... 19.11.25547
0:05.92 checking the target C compiler works... yes
0:05.93 checking for the target C++ compiler... 'c:/PROGRA~1/LLVM/bin/clang-cl.exe'
0:06.04 checking whether the target C++ compiler can be used... yes
0:06.04 checking the target C++ compiler version... 19.11.25547
0:06.12 checking the target C++ compiler works... yes
0:06.13 checking for the host C compiler... 'c:/PROGRA~1/LLVM/bin/clang-cl.exe'
0:06.23 checking whether the host C compiler can be used... yes
0:06.23 checking the host C compiler version... 19.11.25547
0:06.32 checking the host C compiler works... yes
0:06.33 checking for the host C++ compiler... 'c:/PROGRA~1/LLVM/bin/clang-cl.exe'
0:06.42 checking whether the host C++ compiler can be used... yes
0:06.42 checking the host C++ compiler version... 19.11.25547
0:06.50 checking the host C++ compiler works... yes
0:06.60 checking for 64-bit OS... yes
0:06.60 checking bindgen cflags... no
0:06.68 checking for Windows SDK... 0x0a00 in 'C:\Program Files (x86)\Windows Kits\10\'
0:06.68 checking for Universal CRT SDK... 10.0.16299.0 in 'C:\Program Files (x86)\Windows Kits\10\'
0:06.68 checking for the Debug Interface Access SDK... not found
0:06.70 checking for mt... 'c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/mt.exe'
0:06.94 checking whether MT is really Microsoft Manifest Tool... yes
0:06.95 checking for linker... 'C:/PROGRA~2/MIB055~1/2017/COMMUN~1/VC/Tools/MSVC/1411~1.255/bin/HostX64/x64/link.exe'
0:06.96 checking for makecab... c:/WINDOWS/System32/makecab.exe
0:06.97 checking for fxc... 'c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe'
0:07.23 checking for stdint.h... yes
0:07.34 checking for inttypes.h... yes
0:07.44 checking for malloc.h... yes
0:07.52 checking for alloca.h... no
0:07.60 checking for sys/byteorder.h... no
0:07.68 checking for getopt.h... no
0:07.75 checking for unistd.h... no
0:07.83 checking for nl_types.h... no
0:07.96 checking for cpuid.h... yes
0:08.07 checking for sys/statvfs.h... no
0:08.22 checking for sys/statfs.h... no
0:08.31 checking for sys/vfs.h... no
0:08.39 checking for sys/mount.h... no
0:08.47 checking for sys/quota.h... no
0:08.55 checking for sys/queue.h... no
0:08.62 checking for sys/types.h... yes
0:08.70 checking for netinet/in.h... no
0:08.78 checking for byteswap.h... no
0:08.86 checking for perf_event_open system call... no
0:08.88 checking for rustc... c:/Users/kats/.cargo/bin/rustc.exe
0:08.88 checking for cargo... c:/Users/kats/.cargo/bin/cargo.exe
0:09.14 checking rustc version... 1.23.0
0:09.51 checking cargo version... 0.24.0
0:14.60 checking for tar... C:/mozilla-build/msys/bin/tar.exe
0:14.62 checking for unzip... c:/mozilla-build/info-zip/unzip.exe
0:14.62 checking for zip... c:/mozilla-build/info-zip/zip.exe
0:14.63 checking for gn... not found
0:14.63 checking for the Mozilla API key... no
0:14.63 checking for the Google API key... no
0:14.63 checking for the Bing API key... no
0:14.63 checking for the Adjust SDK key... no
0:14.63 checking for the Leanplum SDK key... no
0:14.63 checking for the Pocket API key... no
0:14.84 checking for llvm-config... c:/Users/kats/.mozbuild/clang/bin/llvm-config.exe
0:15.14 checking for awk... C:/mozilla-build/msys/bin/gawk.exe
0:15.17 checking for perl... C:/mozilla-build/msys/bin/perl.exe
0:15.47 checking for minimum required perl version >= 5.006... 5.008008
0:15.55 checking for full perl installation... yes
0:15.57 checking for gmake... c:/mozilla-build/mozmake/mozmake.EXE
0:15.68 checking for watchman... c:/mozilla-build/watchman/watchman.exe
0:15.68 checking for watchman version... 4.1.0
0:15.70 checking for xargs... C:/mozilla-build/msys/bin/xargs.exe
0:15.71 checking for makensisu... c:/mozilla-build/nsis-3.01/makensis-3.01.exe
0:15.92 checking for NSIS version... 3.01
0:15.92 checking for 32-bit NSIS... yes
0:15.92 checking for 7z... c:/mozilla-build/7zip/7z.exe
0:15.92 checking for autoconf... C:/mozilla-build/msys/local/bin/autoconf-2.13
0:15.92 Refreshing c:/Users/kats/zspace/mozilla-wr/old-configure with C:/mozilla-build/msys/local/bin/autoconf-2.13
0:32.31 creating cache ./config.cache
0:34.25 checking host system type... x86_64-pc-mingw32
0:35.39 checking target system type... x86_64-pc-mingw32
0:36.32 checking build system type... x86_64-pc-mingw32
0:36.44 checking for gcc... clang-cl.exe -Xclang -std=gnu99
0:38.51 checking whether the C compiler (clang-cl.exe -Xclang -std=gnu99 ) works... yes
0:38.51 checking whether the C compiler (clang-cl.exe -Xclang -std=gnu99 ) is a cross-compiler... no
0:39.38 checking whether we are using GNU C... no
0:39.83 checking whether clang-cl.exe -Xclang -std=gnu99 accepts -g... no
0:42.02 checking for c++... clang-cl.exe
0:42.89 checking whether the C++ compiler (clang-cl.exe ) works... yes
0:42.89 checking whether the C++ compiler (clang-cl.exe ) is a cross-compiler... no
0:43.28 checking whether we are using GNU C++... no
0:43.56 checking whether clang-cl.exe accepts -g... no
0:43.60 checking for ranlib... :
0:43.64 checking for ml64... /c/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/HostX64/x64/ml64
0:44.03 checking for ar... no
0:44.07 checking for strip... no
0:44.09 checking for windres... no
0:44.11 checking for otool... no
0:44.37 checking for midl... midl
0:47.47 checking for dia2.h... no
0:52.48 checking for overridable _RAISE... yes
0:54.75 checking for X... no
0:57.07 checking for valid debug flags... yes
0:57.71 checking for malloc.h... yes
0:58.18 checking for strndup... no
0:58.64 checking for posix_memalign... no
0:59.21 checking for memalign... no
0:59.72 checking for malloc_usable_size... no
1:00.11 checking whether malloc_usable_size definition can use const argument... yes
1:00.71 checking for valloc in malloc.h... no
1:01.10 checking for valloc in unistd.h... no
1:01.75 checking NSPR selection... source-tree
1:01.96 checking if app-specific confvars.sh exists... c:/Users/kats/zspace/mozilla-wr/browser/confvars.sh
1:04.46 Found D3D compiler in Windows SDK.
1:04.54 Found MOZ_D3DCOMPILER_VISTA_DLL_PATH: C:\Program Files (x86)\Windows Kits\10\/Redist/D3D/x64/d3dcompiler_47.dll
1:04.54 Found d3dcompiler DLL for Vista+: d3dcompiler_47.dll
1:05.02 checking for wget... wget
1:06.93 checking for fdatasync... no
1:07.95 checking for valid C compiler optimization flags... yes
1:09.70 checking what kind of list files are supported by the linker... none
1:15.10 checking for d3d10.h... yes
1:18.48 checking for posix_fadvise... no
1:19.02 checking for posix_fallocate... no
1:20.08 updating cache ./config.cache
1:20.24 creating ./config.data
1:21.74 js\src> configuring
1:21.74 js\src> running c:\Users\kats\zspace\mozilla-wr\obj-clang-debug\_virtualenv\Scripts\python.exe c:/Users/kats/zspace/mozilla-wr/build\..\configure.py --enable-project=js --target=x86_64-pc-mingw32 --host=x86_64-pc-mingw32 --enable-tests --enable-debug --disable-rust-debug --enable-optimize --enable-xcode-checks --without-toolchain-prefix --without-visual-studio-version --enable-debug-symbols --disable-address-sanitizer --disable-release --disable-clang-plugin --disable-mozsearch-plugin --disable-coverage --disable-stdcxx-compat --enable-jemalloc --without-linux-headers --disable-warnings-as-errors --disable-js-shell --disable-shared-js --disable-export-js --enable-ion --disable-simulator --disable-instruments --disable-callgrind --enable-profiling --enable-vtune --disable-gc-trace --enable-gczeal --disable-small-chunk-size --enable-trace-logging --disable-oom-breakpoint --disable-perf --enable-jitspew --disable-more-deterministic --enable-ctypes --without-system-ffi --disable-fuzzing --disable-pipeline-operator --with-nspr-cflags=-Ic:/Users/kats/zspace/mozilla-wr/obj-clang-debug/dist/include/nspr --with-nspr-libs=c:/Users/kats/zspace/mozilla-wr/obj-clang-debug/dist/lib/nspr4.lib c:/Users/kats/zspace/mozilla-wr/obj-clang-debug/dist/lib/plc4.lib c:/Users/kats/zspace/mozilla-wr/obj-clang-debug/dist/lib/plds4.lib --prefix=c:/Users/kats/zspace/mozilla-wr/obj-clang-debug/dist JS_STANDALONE= --cache-file=c:/Users/kats/zspace/mozilla-wr/obj-clang-debug/js/src/config.cache
1:21.90 js\src> checking for vcs source checkout... git
1:21.92 js\src> checking for a shell... C:/mozilla-build/msys/bin/sh.exe
1:22.69 js\src> checking for host system type... x86_64-pc-mingw32
1:23.34 js\src> checking for target system type... x86_64-pc-mingw32
1:23.34 js\src> checking for a shell... C:/mozilla-build/msys/bin/sh.exe
1:23.97 js\src> checking for host system type... x86_64-pc-mingw32
1:24.57 js\src> checking for target system type... x86_64-pc-mingw32
1:24.57 js\src> checking for android platform directory... no
1:24.57 js\src> checking for android sysroot directory... no
1:24.57 js\src> checking for android system directory... no
1:24.57 js\src> checking for the Android toolchain directory... not found
1:24.59 js\src> checking for android platform directory... no
1:24.59 js\src> checking for android system directory... no
1:24.59 js\src> checking for android sysroot directory... no
1:24.59 js\src> checking for the Android toolchain directory... not found
1:24.70 js\src> checking for vcs source checkout... git
1:24.70 js\src> checking whether cross compiling... no
1:24.82 js\src> checking for the target C compiler... 'c:/PROGRA~1/LLVM/bin/clang-cl.exe'
1:24.92 js\src> checking whether the target C compiler can be used... yes
1:25.06 js\src> checking for Python 3... c:\mozilla-build\python3\python3.EXE (3.6.2)
1:25.06 js\src> checking for git... 'c:/PROGRA~1/Git/bin/git.exe'
1:25.14 js\src> checking for Git version... 2.12.0.windows.1
1:25.14 js\src> checking for sparse checkout... no
1:25.16 js\src> checking for pkg_config... not found
1:25.16 js\src> checking for yasm... c:/mozilla-build/yasm/yasm.exe
1:25.19 js\src> checking yasm version... 1.3.0
1:25.19 js\src> checking for android ndk version... no
1:25.19 js\src> checking for GoogleVR SDK... Not specified
1:25.19 js\src> checking the target C compiler version... 19.11.25547
1:25.33 js\src> checking the target C compiler works... yes
1:25.33 js\src> checking for the target C++ compiler... 'c:/PROGRA~1/LLVM/bin/clang-cl.exe'
1:25.43 js\src> checking whether the target C++ compiler can be used... yes
1:25.43 js\src> checking the target C++ compiler version... 19.11.25547
1:25.58 js\src> checking the target C++ compiler works... yes
1:25.59 js\src> checking for the host C compiler... 'c:/PROGRA~1/LLVM/bin/clang-cl.exe'
1:25.68 js\src> checking whether the host C compiler can be used... yes
1:25.68 js\src> checking the host C compiler version... 19.11.25547
1:25.81 js\src> checking the host C compiler works... yes
1:25.82 js\src> checking for the host C++ compiler... 'c:/PROGRA~1/LLVM/bin/clang-cl.exe'
1:25.91 js\src> checking whether the host C++ compiler can be used... yes
1:25.91 js\src> checking the host C++ compiler version... 19.11.25547
1:25.99 js\src> checking the host C++ compiler works... yes
1:26.17 js\src> checking for 64-bit OS... yes
1:26.17 js\src> checking bindgen cflags... no
1:26.26 js\src> checking for Windows SDK... 0x0a00 in 'C:\Program Files (x86)\Windows Kits\10\'
1:26.26 js\src> checking for Universal CRT SDK... 10.0.16299.0 in 'C:\Program Files (x86)\Windows Kits\10\'
1:26.26 js\src> checking for the Debug Interface Access SDK... not found
1:26.27 js\src> checking for mt... 'c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/mt.exe'
1:26.34 js\src> checking whether MT is really Microsoft Manifest Tool... yes
1:26.36 js\src> checking for linker... 'c:/PROGRA~2/MIB055~1/2017/COMMUN~1/VC/Tools/MSVC/1411~1.255/bin/HostX64/x64/link.exe'
1:26.36 js\src> checking for makecab... c:/WINDOWS/System32/makecab.exe
1:26.37 js\src> checking for fxc... 'c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe'
1:26.62 js\src> checking for stdint.h... yes
1:26.70 js\src> checking for inttypes.h... yes
1:26.83 js\src> checking for malloc.h... yes
1:26.93 js\src> checking for alloca.h... no
1:27.01 js\src> checking for sys/byteorder.h... no
1:27.16 js\src> checking for getopt.h... no
1:27.26 js\src> checking for unistd.h... no
1:27.43 js\src> checking for nl_types.h... no
1:27.53 js\src> checking for cpuid.h... yes
1:27.62 js\src> checking for sys/statvfs.h... no
1:27.78 js\src> checking for sys/statfs.h... no
1:27.94 js\src> checking for sys/vfs.h... no
1:28.03 js\src> checking for sys/mount.h... no
1:28.12 js\src> checking for sys/quota.h... no
1:28.26 js\src> checking for sys/queue.h... no
1:28.36 js\src> checking for sys/types.h... yes
1:28.46 js\src> checking for netinet/in.h... no
1:28.60 js\src> checking for byteswap.h... no
1:28.69 js\src> checking for perf_event_open system call... no
1:28.71 js\src> checking for awk... C:/mozilla-build/msys/bin/gawk.exe
1:28.73 js\src> checking for perl... C:/mozilla-build/msys/bin/perl.exe
1:28.77 js\src> checking for minimum required perl version >= 5.006... 5.008008
1:28.80 js\src> checking for full perl installation... yes
1:28.81 js\src> checking for gmake... c:/mozilla-build/mozmake/mozmake.EXE
1:28.88 js\src> checking for watchman... c:/mozilla-build/watchman/watchman.exe
1:28.88 js\src> checking for watchman version... 4.1.0
1:28.88 js\src> checking for xargs... C:/mozilla-build/msys/bin/xargs.exe
1:28.89 js\src> checking for makensisu... c:/mozilla-build/nsis-3.01/makensis-3.01.exe
1:28.94 js\src> checking for NSIS version... 3.01
1:28.94 js\src> checking for 32-bit NSIS... yes
1:28.95 js\src> checking for 7z... c:/mozilla-build/7zip/7z.exe
1:28.95 js\src> checking for autoconf... C:/mozilla-build/msys/local/bin/autoconf-2.13
1:28.95 js\src> Refreshing c:/Users/kats/zspace/mozilla-wr/js/src/old-configure with C:/mozilla-build/msys/local/bin/autoconf-2.13
1:32.13 js\src> creating cache c:/Users/kats/zspace/mozilla-wr/obj-clang-debug/js/src/config.cache
1:33.94 js\src> checking host system type... x86_64-pc-mingw32
1:35.50 js\src> checking target system type... x86_64-pc-mingw32
1:36.59 js\src> checking build system type... x86_64-pc-mingw32
1:36.71 js\src> checking for gcc... clang-cl.exe -Xclang -std=gnu99
1:37.17 js\src> checking whether the C compiler (clang-cl.exe -Xclang -std=gnu99 ) works... yes
1:37.17 js\src> checking whether the C compiler (clang-cl.exe -Xclang -std=gnu99 ) is a cross-compiler... no
1:37.58 js\src> checking whether we are using GNU C... no
1:37.81 js\src> checking whether clang-cl.exe -Xclang -std=gnu99 accepts -g... no
1:37.82 js\src> checking for c++... clang-cl.exe
1:38.39 js\src> checking whether the C++ compiler (clang-cl.exe ) works... yes
1:38.39 js\src> checking whether the C++ compiler (clang-cl.exe ) is a cross-compiler... no
1:38.79 js\src> checking whether we are using GNU C++... no
1:39.05 js\src> checking whether clang-cl.exe accepts -g... no
1:39.08 js\src> checking for ranlib... echo not_ranlib
1:39.11 js\src> checking for ml64... /c/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/HostX64/x64/ml64
1:39.31 js\src> checking for ar... lib
1:39.34 js\src> checking for strip... no
1:39.38 js\src> checking for windres... no
1:42.32 js\src> checking for _getc_nolock... yes
1:42.58 js\src> checking for sb-conf... no
1:42.66 js\src> checking for ve... no
1:44.42 js\src> checking for X... no
1:48.13 js\src> checking for valid debug flags... yes
1:48.62 js\src> checking NSPR selection... command-line
1:49.12 js\src> checking for valid optimization flags... yes
1:50.34 js\src> checking what kind of list files are supported by the linker... none
1:55.98 js\src> checking for posix_fadvise... no
1:56.47 js\src> checking for posix_fallocate... no
1:57.09 js\src> checking for malloc.h... yes
1:57.83 js\src> checking for strndup... no
1:58.23 js\src> checking for posix_memalign... no
1:58.69 js\src> checking for memalign... no
1:59.29 js\src> checking for malloc_usable_size... no
1:59.70 js\src> checking whether malloc_usable_size definition can use const argument... yes
2:00.27 js\src> checking for valloc in malloc.h... no
2:00.78 js\src> checking for valloc in unistd.h... no
2:01.36 js\src> checking for localeconv... no
2:01.99 js\src> updating cache c:/Users/kats/zspace/mozilla-wr/obj-clang-debug/js/src/config.cache
2:02.14 js\src> creating ./config.data
2:03.14 js\src> Creating config.status
3:03.12 Creating config.status
3:03.12 Reticulating splines...
3:03.12 c:\Users\kats\zspace\mozilla-wr\python\mozbuild\mozbuild\frontend\gyp_reader.py:385: UserWarning: MSVS_VERSION being set to 2015 to appease GYP
3:03.12 warnings.warn('MSVS_VERSION being set to 2015 to appease GYP')
3:03.12 Finished reading 1422 moz.build files in 21.80s
3:03.12 Read 65 gyp files in parallel contributing 0.00s to total wall time
3:03.12 Processed into 10292 build config descriptors in 16.62s
3:03.12 RecursiveMake backend executed in 8.79s
3:03.12 3296 total backend files; 3296 created; 0 updated; 0 unchanged; 0 deleted; 56 -> 1222 Makefile
3:03.12 FasterMake backend executed in 2.92s
3:03.12 19 total backend files; 19 created; 0 updated; 0 unchanged; 0 deleted
3:03.12 VisualStudio backend executed in 6.68s
3:03.12 Generated Visual Studio solution at c:/Users/kats/zspace/mozilla-wr/obj-clang-debug\msvc\mozilla.sln
3:03.12 Total wall time: 58.70s; CPU time: 58.70s; Efficiency: 100%; Untracked: 1.88s
Configure complete!
Be sure to run |mach build| to pick up any changes
3:04.02 Clobber not needed.
3:04.02 Adding make options from c:\Users\kats\zspace\mozilla-wr\.mozconfig
AUTOCLOBBER=1
CONFIG_GUESS=x86_64-pc-mingw32
MOZ_OBJDIR=c:/Users/kats/zspace/mozilla-wr/obj-clang-debug
OBJDIR=c:/Users/kats/zspace/mozilla-wr/obj-clang-debug
FOUND_MOZCONFIG=c:/Users/kats/zspace/mozilla-wr/.mozconfig
export FOUND_MOZCONFIG
3:04.38 c:\mozilla-build\mozmake\mozmake.EXE -f client.mk -s
3:12.74 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
3:12.74 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
3:12.91 Elapsed: 0.17s; From dist/xpi-stage: Kept 2 existing; Added/updated 12; Removed 0 files and 0 directories.
3:41.32 Elapsed: 28.58s; From _tests: Kept 0 existing; Added/updated 1047; Removed 0 files and 0 directories.
3:52.49 Elapsed: 39.75s; From dist/bin: Kept 0 existing; Added/updated 2196; Removed 0 files and 0 directories.
3:59.65 Elapsed: 46.91s; From dist/idl: Kept 0 existing; Added/updated 947; Removed 0 files and 0 directories.
4:25.42 Elapsed: 72.67s; From dist/include: Kept 0 existing; Added/updated 5498; Removed 0 files and 0 directories.
4:26.73 mozilla-config.h
4:27.10 buildid.h
4:27.55 source-repo.h
4:29.31 stl.sentinel
4:29.63 application.ini
4:29.63 js-confdefs.h
4:29.91 js-config.h
4:30.10 application.ini.h
4:30.14 xpcom-config.h
4:30.15 fficonfig.h
4:30.22 ReservedWordsGenerated.h
4:30.51 xpcom-private.h
4:30.53 ffi.h
4:30.81 selfhosted.out.h
4:30.91 xpcshell.inc
4:31.01 necko-config.h
4:31.32 addons-public.inc
4:31.59 addons-stage.inc
4:31.95 privileged-package-root.inc
4:32.19 CompositorD3D11Shaders.h
4:32.38 domainsfallbacks.properties.h
4:32.55 nsStyleStructList.h
4:32.77 labelsencodings.properties.h
4:32.96 nsCSSPropsGenerated.inc
4:33.12 localesfallbacks.properties.h
4:33.23 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:33.23 Copyright (c) Microsoft Corporation. All rights reserved.
4:33.27 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:33.27 Copyright (c) Microsoft Corporation. All rights reserved.
4:33.53 nonparticipatingdomains.properties.h
4:33.64 64 bit Processing c:\Users\kats\zspace\mozilla-wr\accessible\interfaces\msaa\ISimpleDOM.idl
4:33.72 64 bit Processing c:\Users\kats\zspace\mozilla-wr\accessible\interfaces\gecko\IGeckoCustom.idl
4:34.19 c:\Program Files\LLVM\bin\clang-cl.exe -P -Fiself-hosting-preprocessed.pp -Qunused-arguments -DHAVE_64BIT_BUILD=1 -DEXPOSE_INTL_API=1 -D_WIN32_WINNT=0x601 -DMOZ_CONTENT_SANDBOX=1 -DMOZ_AV1=1 -DMOZ_ALLOW_LEGACY_EXTENSIONS=1 -DJS_PUNBOX64=1 -DNO_NSPR_10_SUPPORT=1 -DJS_GC_ZEAL=1 -DMOZ_SERVICES_HEALTHREPORT=1 -DHAVE_STDINT_H=1 -DMOZ_FFVPX=1 -DMOZ_XUL=1 -DUSE_SKIA=1 -DMALLOC_H=<malloc.h> -DMOZ_MACBUNDLE_ID=org.mozilla.nightlydebug -DSTDC_HEADERS=1 -DWIN32_LEAN_AND_MEAN=1 -DMOZ_MSVC_STL_WRAP_RAISE=1 -DSTATIC_JS_API=1 -DHAVE_FT_GLYPHSLOT_EMBOLDEN=1 -DMOZ_DEBUG_RUST=1 -DMOZ_USER_DIR="Mozilla" -DMOZ_DUMP_PAINTING=1 -DMOZ_REPLACE_MALLOC=1 -DJS_CODEGEN_X64=1 -DHAVE_MALLOC_H=1 -DWINVER=0x601 -DU_USING_ICU_NAMESPACE=0 -DNS_PRINT_PREVIEW=1 -DMOZ_LIBAV_FFT=1 -DHAVE_FT_LOAD_SFNT_TABLE=1 -DMOZ_DLL_SUFFIX=".dll" -DNS_PRINTING=1 -DMOZ_MEMORY=1 -DX_DISPLAY_MISSING=1 -DMOZ_MAINTENANCE_SERVICE=1 -DMOZ_WEBSPEECH=1 -DCROSS_COMPILE= -DNS_ENABLE_TSF=1 -DTARGET_XPCOM_ABI="x86_64-msvc" -DMOZILLA_UAVERSION="60.0" -DMOZ_TREE_PIXMAN=1 -DMOZ_FMP4=1 -DMOZ_BUILD_WEBRENDER=1 -DMOZ_APP_UA_NAME="" -DMOZ_SCTP=1 -DMOZ_APP_UA_VERSION="60.0a1" -DMOZ_TREE_CAIRO=1 -DMOZ_ADDON_SIGNING=1 -DENABLE_INTL_API=1 -DWIN32=1 -DVPX_X86_ASM=1 -DDEBUG=1 -DHAVE_LOCALECONV=1 -DMOZ_STATIC_JS=1 -DMOZ_DEBUG=1 -DMOZ_LOGGING=1 -DMOZILLA_VERSION_U=60.0a1 -D_CRT_SECURE_NO_WARNINGS=1 -DHAVE_CPUID_H=1 -DMOZ_RAW=1 -DMOZ_WEBSPEECH_TEST_BACKEND=1 -DMOZ_ENABLE_SKIA_PDF=1 -DMOZ_WEBRTC_ASSERT_ALWAYS=1 -DMOZ_BUILD_APP=browser -DMOZ_CRASHREPORTER=1 -DMOZ_ENABLE_SIGNMAR=1 -DMOZ_PEERCONNECTION=1 -DMOZ_WEBM_ENCODER=1 -DMOZ_PHOENIX=1 -DHAVE_ISATTY=1 -DMOZ_STYLO=1 -DHAVE_FORCEINLINE=1 -DMOZILLA_VERSION="60.0a1" -DMOZ_WMF=1 -DACCESSIBILITY=1 -DNIGHTLY_BUILD=1 -DHAVE_INTTYPES_H=1 -DMOZ_SRTP=1 -DMOZ_WEBRTC_SIGNALING=1 -DJS_JITSPEW=1 -DMOZ_ENABLE_SKIA_PDF_SFNTLY=1 -DMOZ_VORBIS=1 -DJS_BUILD_BINAST=1 -DMOZ_ENABLE_SKIA=1 -DNOMINMAX=1 -D_CRT_NONSTDC_NO_WARNINGS=1 -DMOZ_TREE_FREETYPE=1 -DMOZ_STYLO_ENABLE=1 -DJS_TRACE_LOGGING=1 -D_WIN32_IE=0x0800 -DEARLY_BETA_OR_EARLIER=1 -DFIREFOX_VERSION=60.0a1 -DJS_DEFAULT_JITREPORT_GRANULARITY=3 -DMOZ_DISTRIBUTION_ID="org.mozilla" -DMOZ_UPDATER=1 -DXP_WIN=1 -DHAVE_FT_BITMAP_SIZE_Y_PPEM=1 -DFORCE_PR_LOG=1 -DMOZ_SAMPLE_TYPE_FLOAT32=1 -D_WINDOWS=1 -DMOZ_OLD_STYLE=1 -DA11Y_LOG=1 -DMOZ_VPX_NO_MEM_REPORTING=1 -DMOZ_REFLOW_PERF_DSP=1 -DHAVE_SYS_TYPES_H=1 -DBUILD_CTYPES=1 -DMOZ_GMP_SANDBOX=1 -DGTEST_HAS_RTTI=0 -DMOZ_DATA_REPORTING=1 -DMOZ_GECKO_PROFILER=1 -DMOZ_VTUNE=1 -DMOZ_SANDBOX=1 -D_USE_MATH_DEFINES=1 -DUSE_SKIA_GPU=1 -DMOZ_FEEDS=1 -DHAVE_UINT64_T=1 -DXP_WIN32=1 -DMOZ_BUNDLED_FONTS=1 -DMOZ_INSTRUMENT_EVENT_LOOP=1 -DENABLE_SYSTEM_EXTENSION_DIRS=1 -DENABLE_TESTS=1 -DHAVE_SEH_EXCEPTIONS=1 -DMOZ_UPDATE_CHANNEL=default -DMOZ_PLACES=1 -DMOZ_WEBRTC=1 -DHAVE_IO_H=1 -DMOZ_PROFILING=1 -DMOZ_REFLOW_PERF=1 -DU_STATIC_IMPLEMENTATION=1 -DMALLOC_USABLE_SIZE_CONST_PTR=const -D_AMD64_=1 self-hosting-cpp-input.cpp
4:34.20 StatsPhasesGenerated.h
4:34.27 IGeckoCustom.idl
4:34.27 ISimpleDOM.idl
4:34.39 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:34.39 Copyright (c) Microsoft Corporation. All rights reserved.
4:34.66 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\Accessible2.idl
4:34.70 StatsPhasesGenerated.cpp
4:34.82 Accessible2.idl
4:34.86 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:34.86 Copyright (c) Microsoft Corporation. All rights reserved.
4:35.04 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:35.04 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:35.04 mozmake.EXE[4]: *** [Makefile:26: done_gen] Error 2026
4:35.04 mozmake.EXE[3]: *** [c:/Users/kats/zspace/mozilla-wr/config/recurse.mk:100: accessible/interfaces/gecko/export] Error 2
4:35.04 mozmake.EXE[3]: *** Waiting for unfinished jobs....
4:35.07 64 bit Processing c:\Users\kats\zspace\mozilla-wr\accessible\ipc\win\handler\HandlerData.idl
4:35.31 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:35.31 mozmake.EXE[4]: *** [Makefile:30: done_gen] Error 2026
4:35.32 mozmake.EXE[3]: *** [c:/Users/kats/zspace/mozilla-wr/config/recurse.mk:100: accessible/interfaces/msaa/export] Error 2
4:35.34 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:35.34 Copyright (c) Microsoft Corporation. All rights reserved.
4:35.50 HandlerData.idl
4:35.58 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:35.58 Copyright (c) Microsoft Corporation. All rights reserved.
4:35.68 64 bit Processing c:/Users/kats/zspace/mozilla-wr/other-licenses/ia2\Accessible2_3.idl
4:35.82 64 bit Processing c:\Users\kats\zspace\mozilla-wr\accessible\interfaces\ia2\IA2Typelib.idl
4:35.88 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\Accessible2_2.idl
4:36.02 Accessible2_3.idl
4:36.08 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:36.08 mozmake.EXE[4]: *** [Makefile:31: midl_done] Error 2026
4:36.08 IA2Typelib.idl
4:36.08 mozmake.EXE[3]: *** [c:/Users/kats/zspace/mozilla-wr/config/recurse.mk:100: accessible/ipc/win/handler/export] Error 2
4:36.10 Accessible2_2.idl
4:36.24 64 bit Processing c:/Users/kats/zspace/mozilla-wr/other-licenses/ia2\Accessible2.idl
4:36.24 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:36.28 Accessible2.idl
4:36.29 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:36.30 mozmake.EXE[4]: *** [Makefile:108: typelib_done] Error 234
4:36.30 mozmake.EXE[4]: *** Waiting for unfinished jobs....
4:36.45 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:36.45 Copyright (c) Microsoft Corporation. All rights reserved.
4:36.51 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\Accessible2_3.idl
4:36.65 Accessible2_3.idl
4:36.66 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:36.92 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:36.92 Copyright (c) Microsoft Corporation. All rights reserved.
4:37.00 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleAction.idl
4:37.14 AccessibleAction.idl
4:37.19 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:37.38 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:37.38 Copyright (c) Microsoft Corporation. All rights reserved.
4:37.43 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleApplication.idl
4:37.58 AccessibleApplication.idl
4:37.62 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ELayerQuadVS -VnLayerQuadVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpg4v6b1
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ELayerDynamicVS -VnLayerDynamicVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpsw7ajb
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ELayerQuadMaskVS -VnLayerQuadMaskVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmphk6jkl
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ELayerDynamicMaskVS -VnLayerDynamicMaskVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpz70ddz
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ELayerQuadBlendVS -VnLayerQuadBlendVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmp0ea9kz
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ELayerQuadBlendMaskVS -VnLayerQuadBlendMaskVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpjomuzw
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ELayerDynamicBlendVS -VnLayerDynamicBlendVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpwptjht
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ELayerDynamicBlendMaskVS -VnLayerDynamicBlendMaskVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmp0s3kjl
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ESolidColorShader -VnSolidColorShader -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpr2igil
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ERGBShader -VnRGBShader -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpvuoi1x
4:37.68 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ERGBAShader -VnRGBAShader -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmptz2zc5
4:37.69 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -EComponentAlphaShader -VnComponentAlphaShader -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmp9lfa12
4:37.69 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -EYCbCrShader -VnYCbCrShader -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpzrj295
4:37.69 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ENV12Shader -VnNV12Shader -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpjxbycj
4:37.69 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ESolidColorShaderMask -VnSolidColorShaderMask -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpfiviym
4:37.69 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ERGBShaderMask -VnRGBShaderMask -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmp6hsl1b
4:37.71 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:37.71 Copyright (c) Microsoft Corporation. All rights reserved.
4:37.81 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleComponent.idl
4:37.90 AccessibleComponent.idl
4:38.00 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:38.07 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:38.07 Copyright (c) Microsoft Corporation. All rights reserved.
4:38.29 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleDocument.idl
4:38.33 AccessibleDocument.idl
4:38.35 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:38.46 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:38.46 Copyright (c) Microsoft Corporation. All rights reserved.
4:38.58 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleEditableText.idl
4:38.77 AccessibleEditableText.idl
4:38.77 c:\Users\kats\zspace\mozilla-wr\gfx\layers\d3d11\CompositorD3D11.hlsl(416,5): warning X4000: use of potentially uninitialized variable (ComputeBlendSourceColor)
4:38.77 c:\Users\kats\zspace\mozilla-wr\gfx\layers\d3d11\CompositorD3D11.hlsl(432,5): warning X4000: use of potentially uninitialized variable (ComputeBlendSourceColor)
4:38.77 c:\Users\kats\zspace\mozilla-wr\gfx\layers\d3d11\CompositorD3D11.hlsl(434,3): warning X4000: use of potentially uninitialized variable (ComputeBlendSourceColor)
4:38.77
4:38.79 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:38.87 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:38.87 Copyright (c) Microsoft Corporation. All rights reserved.
4:38.88 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ERGBAShaderMask -VnRGBAShaderMask -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpqk4fzh
4:38.88 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -EYCbCrShaderMask -VnYCbCrShaderMask -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpfri33x
4:38.88 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -ENV12ShaderMask -VnNV12ShaderMask -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpmymrj6
4:38.88 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -EComponentAlphaShaderMask -VnComponentAlphaShaderMask -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmprqztp6
4:38.88 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0_level_9_3 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11\CompositorD3D11.hlsl -EBlendShader -VnBlendShader -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmp9pkuxf
4:38.90 MLGShaders.h
4:39.06 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleEventId.idl
4:39.15 AccessibleEventId.idl
4:39.34 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:39.34 Copyright (c) Microsoft Corporation. All rights reserved.
4:39.38 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleHyperlink.idl
4:39.53 AccessibleHyperlink.idl
4:39.56 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:39.64 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:39.64 Copyright (c) Microsoft Corporation. All rights reserved.
4:39.66 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleHypertext.idl
4:39.89 AccessibleHypertext.idl
4:39.92 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:40.15 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:40.15 Copyright (c) Microsoft Corporation. All rights reserved.
4:40.19 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleHypertext2.idl
4:40.25 AccessibleHypertext2.idl
4:40.27 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:40.39 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:40.39 Copyright (c) Microsoft Corporation. All rights reserved.
4:40.43 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleImage.idl
4:40.53 AccessibleImage.idl
4:40.62 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:40.67 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:40.67 Copyright (c) Microsoft Corporation. All rights reserved.
4:40.71 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleRelation.idl
4:40.75 AccessibleRelation.idl
4:40.83 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:40.93 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:40.93 Copyright (c) Microsoft Corporation. All rights reserved.
4:41.03 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleRole.idl
4:41.07 AccessibleRole.idl
4:41.12 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:41.28 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:41.28 Copyright (c) Microsoft Corporation. All rights reserved.
4:41.54 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleStates.idl
4:41.60 AccessibleStates.idl
4:41.63 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:41.73 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:41.73 Copyright (c) Microsoft Corporation. All rights reserved.
4:41.83 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleTable.idl
4:41.85 AccessibleTable.idl
4:41.89 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:41.94 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:41.94 Copyright (c) Microsoft Corporation. All rights reserved.
4:42.07 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleTable2.idl
4:42.11 AccessibleTable2.idl
4:42.16 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:42.24 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:42.24 Copyright (c) Microsoft Corporation. All rights reserved.
4:42.34 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleTableCell.idl
4:42.41 AccessibleTableCell.idl
4:42.45 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:42.64 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:42.64 Copyright (c) Microsoft Corporation. All rights reserved.
4:42.78 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleText.idl
4:42.86 AccessibleText.idl
4:42.90 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:43.02 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:43.02 Copyright (c) Microsoft Corporation. All rights reserved.
4:43.06 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleText2.idl
4:43.17 AccessibleText2.idl
4:43.19 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:43.26 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:43.26 Copyright (c) Microsoft Corporation. All rights reserved.
4:43.42 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\AccessibleValue.idl
4:43.46 AccessibleValue.idl
4:43.55 midl : command line error MIDL1001 : cannot open input file objidl.idl
4:43.63 Microsoft (R) 32b/64b MIDL Compiler Version 8.01.0622
4:43.63 Copyright (c) Microsoft Corporation. All rights reserved.
4:43.68 64 bit Processing c:\Users\kats\zspace\mozilla-wr\other-licenses\ia2\IA2CommonTypes.idl
4:43.77 IA2CommonTypes.idl
4:44.13 mozmake.EXE[3]: *** [c:/Users/kats/zspace/mozilla-wr/config/recurse.mk:100: accessible/interfaces/ia2/export] Error 2
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\textured-vs.hlsl -ETexturedQuadVS -VnTexturedQuadVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpdy3l9n
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\textured-vs.hlsl -ETexturedVertexVS -VnTexturedVertexVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpzqmbcy
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\textured-ps.hlsl -ETexturedVertexRGB -VnTexturedVertexRGB -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpttcdli
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\textured-ps.hlsl -ETexturedVertexRGBA -VnTexturedVertexRGBA -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpfm2nlo
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\textured-ps.hlsl -ETexturedQuadRGB -VnTexturedQuadRGB -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmp74ffi7
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\textured-ps.hlsl -ETexturedQuadRGBA -VnTexturedQuadRGBA -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpffoexh
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\ycbcr-ps.hlsl -ETexturedVertexIMC4 -VnTexturedVertexIMC4 -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpm_mxuk
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\ycbcr-ps.hlsl -ETexturedVertexNV12 -VnTexturedVertexNV12 -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpgyfb9c
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\ycbcr-ps.hlsl -ETexturedQuadIMC4 -VnTexturedQuadIMC4 -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmp_njtkm
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\ycbcr-ps.hlsl -ETexturedQuadNV12 -VnTexturedQuadNV12 -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpk424v3
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\color-vs.hlsl -EColoredQuadVS -VnColoredQuadVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmprjhp_3
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\color-vs.hlsl -EColoredVertexVS -VnColoredVertexVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpzgrg3p
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\color-ps.hlsl -EColoredQuadPS -VnColoredQuadPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmp1ssngr
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\color-ps.hlsl -EColoredVertexPS -VnColoredVertexPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpxzaf3a
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\component-alpha-ps.hlsl -EComponentAlphaQuadPS -VnComponentAlphaQuadPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmppdpscb
4:45.78 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\component-alpha-ps.hlsl -EComponentAlphaVertexPS -VnComponentAlphaVertexPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpb2b286
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-vs.hlsl -EBlendVertexVS -VnBlendVertexVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpvhhutd
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendMultiplyPS -VnBlendMultiplyPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmps8opnr
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendScreenPS -VnBlendScreenPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpj0rif7
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendOverlayPS -VnBlendOverlayPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpkcirjw
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendDarkenPS -VnBlendDarkenPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpzd8mru
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendLightenPS -VnBlendLightenPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpk_5xbn
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendColorDodgePS -VnBlendColorDodgePS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpzxhzp_
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendColorBurnPS -VnBlendColorBurnPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpkgkqd8
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendHardLightPS -VnBlendHardLightPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpj0ql6w
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendSoftLightPS -VnBlendSoftLightPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmp9vghcb
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendDifferencePS -VnBlendDifferencePS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpv3wo9g
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendExclusionPS -VnBlendExclusionPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpmwzp_l
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendHuePS -VnBlendHuePS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpd7adkw
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendSaturationPS -VnBlendSaturationPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpwhcwrr
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendColorPS -VnBlendColorPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmp2y6s3g
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\blend-ps.hlsl -EBlendLuminosityPS -VnBlendLuminosityPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpqfd6gm
4:49.63 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\clear-vs.hlsl -EClearVS -VnClearVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmp3h9soe
4:50.08 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\clear-ps.hlsl -EClearPS -VnClearPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpjfddwh
4:50.08 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\mask-combiner-vs.hlsl -EMaskCombinerVS -VnMaskCombinerVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmp_umgtw
4:50.08 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\mask-combiner-ps.hlsl -EMaskCombinerPS -VnMaskCombinerPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpgxssts
4:50.08 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\diagnostics-vs.hlsl -EDiagnosticTextVS -VnDiagnosticTextVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpovmjk2
4:50.08 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tps_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\diagnostics-ps.hlsl -EDiagnosticTextPS -VnDiagnosticTextPS -Vi -DPIXEL_SHADER -Fhc:\users\kats\appdata\local\temp\tmpnkdiwm
4:50.08 c:/PROGRA~2/WI3CF2~1/10/bin/100150~1.0/x64/fxc.exe -nologo -Tvs_4_0 c:/Users/kats/zspace/mozilla-wr/gfx/layers/d3d11/mlgshaders\test-features-vs.hlsl -ETestConstantBuffersVS -VnTestConstantBuffersVS -Vi -DVERTEX_SHADER -Fhc:\users\kats\appdata\local\temp\tmpitzf7r
5:00.20 mozmake.EXE[2]: *** [c:/Users/kats/zspace/mozilla-wr/config/recurse.mk:33: export] Error 2
5:00.20 mozmake.EXE[1]: *** [c:/Users/kats/zspace/mozilla-wr/config/rules.mk:434: default] Error 2
5:00.20 mozmake.EXE: *** [client.mk:168: build] Error 2
5:00.23 145 compiler warnings present.
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment