Hi all,

I am one of the NCSU students working with Joe Hutchinson and Chris
Benfante on implementing missing WebAudio node support for our OSS project (
https://github.com/servo/servo/wiki/WebAudio-JS-interfaces-student-project).
I installed the dependences for Windows as described in the readme, and
followed the optional LLVM instructions, but I get an error when I attempt
to run "mach.bat build --dev." I found a similar issue but it looks like it
never got resolved: https://github.com/servo/servo/issues/22737 . Can
someone please help with this? I have attached a text file with the output
of my command prompt showing the error I am getting, but like I said, it is
the same error as the issue I linked above. Thank you.

Kind regards,
Maria Sable
Microsoft Windows [Version 10.0.17134.648]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\Maria>cd servo

C:\Users\Maria\servo>mach.bat build --dev
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.0
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
   Compiling mozjs_sys v0.61.6
error: failed to run custom build command for `mozjs_sys v0.61.6`
process didn't exit successfully: 
`C:\Users\Maria\servo\target\debug\build\mozjs_sys-8905e1a860c20269\build-script-build`
 (exit code: 101)
--- stdout
[[ 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/configure
 -ot 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/configure.in
 ]] && touch 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/configure
 || true
[[ 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/old-configure
 -ot 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/old-configure.in
 ]] && touch 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/old-configure
 || true
! [[ 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/configure.in
 -ot 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/configure
 ]] && touch 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/configure
 || true
! [[ 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/old-configure.in
 -ot 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/old-configure
 ]] && touch 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/old-configure
 || true
if [[ 
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/configure
 -nt 
C:/Users/Maria/servo/target/debug/build/mozjs_sys-35c6c65108271db5/out/config.status
 ]] ; then \
  cd C:/Users/Maria/servo/target/debug/build/mozjs_sys-35c6c65108271db5/out && \
  PYTHON="C:\Python27\python.exe" MOZ_TOOLS="/" \
  CC="" CFLAGS="" \
  CPP="" CPPFLAGS="" \
  CXX="" CXXFLAGS="" \
  AS="" AR="" \
  STLPORT_LIBS="" \
  
/c/Users/Maria/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.61.6/mozjs/js/src/configure
 --disable-jemalloc --disable-js-shell --disable-tests 
--build-backends=RecursiveMake --target=x86_64-pc-mingw32 
--host=x86_64-pc-mingw32 --without-pthreads || (cat config.log && exit 1) ; \
fi
Reexecuting in the virtualenv
checking for vcs source checkout... no
checking for a shell... 
C:/Users/Maria/servo/.servo/msvc-dependencies/moztools/3.2/msys/bin/sh.exe
checking for host system type... x86_64-pc-mingw32
checking for target system type... x86_64-pc-mingw32
checking for a shell... 
C:/Users/Maria/servo/.servo/msvc-dependencies/moztools/3.2/msys/bin/sh.exe
checking for host system type... x86_64-pc-mingw32
checking for target system type... x86_64-pc-mingw32
checking for android platform directory... no
checking for android sysroot directory... no
checking for android system directory... no
checking for the Android toolchain directory... not found
checking for android platform directory... no
checking for android system directory... no
checking for android sysroot directory... no
checking for the Android toolchain directory... not found
checking for vcs source checkout... no
checking whether cross compiling... no
checking for the target C compiler... 
'c:/PROGRA~2/MICROS~2/2017/BUILDT~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/cl.exe'
checking whether the target C compiler can be used... yes
checking for Python 3... no
checking for pkg_config... not found
checking for yasm... 
c:/Users/Maria/servo/.servo/msvc-dependencies/moztools/3.2/bin/yasm.exe
checking yasm version... 1.3.0
checking for android ndk version... no
checking for GoogleVR SDK... Not specified
checking the target C compiler version... 19.16.27027
checking the target C compiler works... yes
checking for the target C++ compiler... 
'c:/PROGRA~2/MICROS~2/2017/BUILDT~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/cl.exe'
checking whether the target C++ compiler can be used... yes
checking the target C++ compiler version... 19.16.27027
checking the target C++ compiler works... yes
checking for the host C compiler... 
'c:/PROGRA~2/MICROS~2/2017/BUILDT~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/cl.exe'
checking whether the host C compiler can be used... yes
checking the host C compiler version... 19.16.27027
checking the host C compiler works... yes
checking for the host C++ compiler... 
'c:/PROGRA~2/MICROS~2/2017/BUILDT~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/cl.exe'
checking whether the host C++ compiler can be used... yes
checking the host C++ compiler version... 19.16.27027
checking the host C++ compiler works... yes
checking for 64-bit OS... yes
checking bindgen cflags... no
checking for Windows SDK... 0x0a00 in 'C:\Program Files (x86)\Windows Kits\10\'
checking for Universal CRT SDK... 10.0.17763.0 in 'C:\Program Files 
(x86)\Windows Kits\10\'
checking for the Debug Interface Access SDK... 
c:/PROGRA~2/MICROS~2/2017/BUILDT~1/DIA SDK
INFO: checking for vcs source checkout...
INFO: no
INFO: checking for a shell...
INFO: C:/Users/Maria/servo/.servo/msvc-dependencies/moztools/3.2/msys/bin/sh.exe
INFO: checking for host system type...
INFO: x86_64-pc-mingw32
INFO: checking for target system type...
INFO: x86_64-pc-mingw32
INFO: checking for a shell...
INFO: C:/Users/Maria/servo/.servo/msvc-dependencies/moztools/3.2/msys/bin/sh.exe
INFO: checking for host system type...
INFO: x86_64-pc-mingw32
INFO: checking for target system type...
INFO: x86_64-pc-mingw32
INFO: checking for android platform directory...
INFO: no
INFO: checking for android sysroot directory...
INFO: no
INFO: checking for android system directory...
INFO: no
INFO: checking for the Android toolchain directory...
INFO: not found
INFO: checking for android platform directory...
INFO: no
INFO: checking for android system directory...
INFO: no
INFO: checking for android sysroot directory...
INFO: no
INFO: checking for the Android toolchain directory...
INFO: not found
INFO: checking for vcs source checkout...
INFO: no
INFO: checking whether cross compiling...
INFO: no
INFO: checking for the target C compiler...
DEBUG: _cc: Trying cl
INFO: 
'c:/PROGRA~2/MICROS~2/2017/BUILDT~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/cl.exe'
INFO: checking whether the target C compiler can be used...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.0dk17s.c` with 
content:
DEBUG: | #if defined(_MSC_VER)
DEBUG: | #if defined(__clang__)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION _MSC_FULL_VER
DEBUG: | #else
DEBUG: | %COMPILER "msvc"
DEBUG: | %VERSION _MSC_FULL_VER
DEBUG: | #endif
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | #  if !__cplusplus || __has_feature(cxx_alignof)
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: |
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #elif __STDC__
DEBUG: | %STDC_VERSION 198900L
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #endif
DEBUG: | #if __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #endif
DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `cl.exe -E 
'c:\users\maria\appdata\local\temp\conftest.0dk17s.c'`
DEBUG: COMPILER = msvc
DEBUG: VERSION = 191627027
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking for Python 3...
INFO: no
INFO: checking for pkg_config...
DEBUG: pkg_config: Trying pkg-config
INFO: not found
INFO: checking for yasm...
DEBUG: yasm: Trying yasm
INFO: c:/Users/Maria/servo/.servo/msvc-dependencies/moztools/3.2/bin/yasm.exe
INFO: checking yasm version...
DEBUG: Executing: 
`c:/Users/Maria/servo/.servo/msvc-dependencies/moztools/3.2/bin/yasm.exe 
--version`
INFO: 1.3.0
INFO: checking for android ndk version...
INFO: no
INFO: checking for GoogleVR SDK...
INFO: Not specified
INFO: checking the target C compiler version...
INFO: 19.16.27027
INFO: checking the target C compiler works...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.wp2akm.c` with 
content:
DEBUG: |
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: |
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `cl.exe -c 
'c:\users\maria\appdata\local\temp\conftest.wp2akm.c'`
INFO: yes
INFO: checking for the target C++ compiler...
DEBUG: _cxx: Trying cl.exe
INFO: 
'c:/PROGRA~2/MICROS~2/2017/BUILDT~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/cl.exe'
INFO: checking whether the target C++ compiler can be used...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.rlbuhg.cpp` with 
content:
DEBUG: | #if defined(_MSC_VER)
DEBUG: | #if defined(__clang__)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION _MSC_FULL_VER
DEBUG: | #else
DEBUG: | %COMPILER "msvc"
DEBUG: | %VERSION _MSC_FULL_VER
DEBUG: | #endif
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | #  if !__cplusplus || __has_feature(cxx_alignof)
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: |
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #elif __STDC__
DEBUG: | %STDC_VERSION 198900L
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #endif
DEBUG: | #if __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #endif
DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `cl.exe -E 
'c:\users\maria\appdata\local\temp\conftest.rlbuhg.cpp'`
DEBUG: COMPILER = msvc
DEBUG: VERSION = 191627027
DEBUG: cplusplus = 199711L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking the target C++ compiler version...
INFO: 19.16.27027
INFO: checking the target C++ compiler works...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.h_82vd.cpp` with 
content:
DEBUG: |
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: |
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `cl.exe -c 
'c:\users\maria\appdata\local\temp\conftest.h_82vd.cpp'`
INFO: yes
INFO: checking for the host C compiler...
DEBUG: _host_cc: Trying cl.exe
INFO: 
'c:/PROGRA~2/MICROS~2/2017/BUILDT~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/cl.exe'
INFO: checking whether the host C compiler can be used...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.n1k9dh.c` with 
content:
DEBUG: | #if defined(_MSC_VER)
DEBUG: | #if defined(__clang__)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION _MSC_FULL_VER
DEBUG: | #else
DEBUG: | %COMPILER "msvc"
DEBUG: | %VERSION _MSC_FULL_VER
DEBUG: | #endif
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | #  if !__cplusplus || __has_feature(cxx_alignof)
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: |
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #elif __STDC__
DEBUG: | %STDC_VERSION 198900L
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #endif
DEBUG: | #if __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #endif
DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `cl.exe -E 
'c:\users\maria\appdata\local\temp\conftest.n1k9dh.c'`
DEBUG: COMPILER = msvc
DEBUG: VERSION = 191627027
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking the host C compiler version...
INFO: 19.16.27027
INFO: checking the host C compiler works...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.simsdl.c` with 
content:
DEBUG: |
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: |
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `cl.exe -c 
'c:\users\maria\appdata\local\temp\conftest.simsdl.c'`
INFO: yes
INFO: checking for the host C++ compiler...
DEBUG: _host_cxx: Trying cl.exe
INFO: 
'c:/PROGRA~2/MICROS~2/2017/BUILDT~1/VC/Tools/MSVC/1416~1.270/bin/HostX64/x64/cl.exe'
INFO: checking whether the host C++ compiler can be used...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.fhssi_.cpp` with 
content:
DEBUG: | #if defined(_MSC_VER)
DEBUG: | #if defined(__clang__)
DEBUG: | %COMPILER "clang-cl"
DEBUG: | %VERSION _MSC_FULL_VER
DEBUG: | #else
DEBUG: | %COMPILER "msvc"
DEBUG: | %VERSION _MSC_FULL_VER
DEBUG: | #endif
DEBUG: | #elif defined(__clang__)
DEBUG: | %COMPILER "clang"
DEBUG: | #  if !__cplusplus || __has_feature(cxx_alignof)
DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__
DEBUG: | #  endif
DEBUG: | #elif defined(__GNUC__)
DEBUG: | %COMPILER "gcc"
DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__
DEBUG: | #endif
DEBUG: |
DEBUG: | #if __cplusplus
DEBUG: | %cplusplus __cplusplus
DEBUG: | #elif __STDC_VERSION__
DEBUG: | %STDC_VERSION __STDC_VERSION__
DEBUG: | #elif __STDC__
DEBUG: | %STDC_VERSION 198900L
DEBUG: | #endif
DEBUG: | #if __i386__ || _M_IX86
DEBUG: | %CPU "x86"
DEBUG: | #elif __x86_64__ || _M_X64
DEBUG: | %CPU "x86_64"
DEBUG: | #elif __arm__ || _M_ARM
DEBUG: | %CPU "arm"
DEBUG: | #elif __aarch64__
DEBUG: | %CPU "aarch64"
DEBUG: | #elif __ia64__
DEBUG: | %CPU "ia64"
DEBUG: | #elif __s390x__
DEBUG: | %CPU "s390x"
DEBUG: | #elif __s390__
DEBUG: | %CPU "s390"
DEBUG: | #elif __powerpc64__
DEBUG: | %CPU "ppc64"
DEBUG: | #elif __powerpc__
DEBUG: | %CPU "ppc"
DEBUG: | #elif __alpha__
DEBUG: | %CPU "Alpha"
DEBUG: | #elif __hppa__
DEBUG: | %CPU "hppa"
DEBUG: | #elif __sparc__ && __arch64__
DEBUG: | %CPU "sparc64"
DEBUG: | #elif __sparc__
DEBUG: | %CPU "sparc"
DEBUG: | #elif __mips64
DEBUG: | %CPU "mips64"
DEBUG: | #elif __mips__
DEBUG: | %CPU "mips32"
DEBUG: | #elif __sh__
DEBUG: | %CPU "sh4"
DEBUG: | #endif
DEBUG: | #if __FreeBSD_kernel__
DEBUG: | %KERNEL "kFreeBSD"
DEBUG: | #elif __DragonFly__
DEBUG: | %KERNEL "DragonFly"
DEBUG: | #elif __OpenBSD__
DEBUG: | %KERNEL "OpenBSD"
DEBUG: | #elif __sun__
DEBUG: | %KERNEL "SunOS"
DEBUG: | #elif __FreeBSD__
DEBUG: | %KERNEL "FreeBSD"
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #endif
DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `cl.exe -E 
'c:\users\maria\appdata\local\temp\conftest.fhssi_.cpp'`
DEBUG: COMPILER = msvc
DEBUG: VERSION = 191627027
DEBUG: cplusplus = 199711L
DEBUG: CPU = x86_64
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
INFO: yes
INFO: checking the host C++ compiler version...
INFO: 19.16.27027
INFO: checking the host C++ compiler works...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.olrnvj.cpp` with 
content:
DEBUG: |
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: |
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `cl.exe -c 
'c:\users\maria\appdata\local\temp\conftest.olrnvj.cpp'`
INFO: yes
INFO: checking for 64-bit OS...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.aicd_p.cpp` with 
content:
DEBUG: |
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | static_assert(sizeof(void *) == 8, "")
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `cl.exe -c 
'c:\users\maria\appdata\local\temp\conftest.aicd_p.cpp'`
INFO: yes
INFO: checking bindgen cflags...
INFO: no
INFO: checking for Windows SDK...
DEBUG: Creating `c:\users\maria\appdata\local\temp\conftest.l5q2tt.c` with 
content:
DEBUG: | #include <winsdkver.h>
DEBUG: | WINVER_MAXVER
DEBUG: Executing: `cl.exe -I 'C:/Program Files (x86)/Windows 
Kits/10/include/10.0.17763.0/um' -I 'C:/Program Files (x86)/Windows 
Kits/10/include/10.0.17763.0/shared' -E 
'c:\users\maria\appdata\local\temp\conftest.l5q2tt.c'`
INFO: 0x0a00 in 'C:\Program Files (x86)\Windows Kits\10\'
INFO: checking for Universal CRT SDK...
INFO: 10.0.17763.0 in 'C:\Program Files (x86)\Windows Kits\10\'
INFO: checking for the Debug Interface Access SDK...
INFO: c:/PROGRA~2/MICROS~2/2017/BUILDT~1/DIA SDK
ERROR: Cannot find the ATL/MFC headers in the Visual C++ directory 
(c:\PROGRA~2\MICROS~2\2017\BUILDT~1\VC\Tools\MSVC\1416~1.270). Please install 
them.

--- stderr
which: python2.7: unknown command
ERROR: Cannot find the ATL/MFC headers in the Visual C++ directory 
(c:\PROGRA~2\MICROS~2\2017\BUILDT~1\VC\Tools\MSVC\1416~1.270). Please install 
them.
mozmake: *** [makefile.cargo:168: maybe-configure] Error 1
thread 'main' panicked at 'assertion failed: result.success()', 
C:\Users\Maria\.cargo\registry\src\github.com-1ecc6299db9ec823\mozjs_sys-0.61.6\build.rs:114:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

Build FAILED in 0:00:16

C:\Users\Maria\servo>
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to