Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows build requirements #467

Open
SomeoneToIgnore opened this issue Oct 9, 2024 · 0 comments
Open

Windows build requirements #467

SomeoneToIgnore opened this issue Oct 9, 2024 · 0 comments

Comments

@SomeoneToIgnore
Copy link
Contributor

SomeoneToIgnore commented Oct 9, 2024

I use Windows 11
Version 10.0.22631 Build 22631

I have installed Visual Studio Community 2022, verison 17.11.4
According to the page
https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes
this is one of the latest versions.

I have also installed clang-13.0.0-windows-amd64-msvc15-libcmt\bin into my env vars as LIBCLANG_PATH.

Then, when I clone this repository on Windows and trying to build it with cargo build, I get

Large log
PS C:\Users\awpc\Downloads\rust-sdks-main> cargo b
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions

... SNIP a lot of rustc warnings ... 

warning: `livekit-api` (lib) generated 20 warnings (run `cargo fix --lib -p livekit-api` to apply 2 suggestions)
 Compiling webrtc-sys v0.3.5 (C:\Users\awpc\Downloads\rust-sdks-main\webrtc-sys)
The following warnings were emitted during compilation:

warning: [email protected]: ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\32e4949fdb5ae522-candidate.rs.o" "-c" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\sources\\webrtc-sys\\src\\candidate.rs.cc" with args "cl.exe" did not execute successfully (status code exit code: 2).running: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/rtc_error.o" "-c" "src/rtc_error.cpp"
warning: [email protected]: ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/candidate.o" "-c" "src/candidate.cpp" with args "cl.exe" did not execute successfully (status code exit code: 2).C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um\winbase.h(9166): error C2061: syntax error: identifier 'FILE_INFO_BY_HANDLE_CLASS'
warning: [email protected]: ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\32e4949fdb5ae522-rtc_error.rs.o" "-c" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\sources\\webrtc-sys\\src\\rtc_error.rs.cc" with args "cl.exe" did not execute successfully (status code exit code: 2).running: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/video_encoder_factory.o" "-c" "src/video_encoder_factory.cpp"
warning: [email protected]: ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\32e4949fdb5ae522-jsep.rs.o" "-c" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\sources\\webrtc-sys\\src\\jsep.rs.cc" with args "cl.exe" did not execute successfully (status code exit code: 2).running: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/video_decoder_factory.o" "-c" "src/video_decoder_factory.cpp"
warning: [email protected]: ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\32e4949fdb5ae522-data_channel.rs.o" "-c" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\sources\\webrtc-sys\\src\\data_channel.rs.cc" with args "cl.exe" did not execute successfully (status code exit code: 2).
warning: [email protected]: ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\32e4949fdb5ae522-rtp_parameters.rs.o" "-c" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\sources\\webrtc-sys\\src\\rtp_parameters.rs.cc" with args "cl.exe" did not execute successfully (status code exit code: 2).




exit code: 0
exit code: 2
cargo:warning=ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\32e4949fdb5ae522-frame_cryptor.rs.o" "-c" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\sources\\webrtc-sys\\src\\frame_cryptor.rs.cc" with args "cl.exe" did not execute successfully (status code exit code: 2).
exit code: 2
cargo:warning=ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/peer_connection.o" "-c" "src/peer_connection.cpp" with args "cl.exe" did not execute successfully (status code exit code: 2).
exit code: 2
cargo:warning=ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/rtp_sender.o" "-c" "src/rtp_sender.cpp" with args "cl.exe" did not execute successfully (status code exit code: 2).
exit code: 2
cargo:warning=ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/video_encoder_factory.o" "-c" "src/video_encoder_factory.cpp" with args "cl.exe" did not execute successfully (status code exit code: 2).
exit code: 2
cargo:warning=ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/video_decoder_factory.o" "-c" "src/video_decoder_factory.cpp" with args "cl.exe" did not execute successfully (status code exit code: 2).C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um\fileapi.h(1065): error C2061: syntax error: identifier 'FILE_INFO_BY_HANDLE_CLASS'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\rtc_base/stream.h(111): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\rtc_base/stream.h(112): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\rtc_base/stream.h(120): warning C4068: unknown pragma 'clang'
C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um\winbase.h(9166): error C2061: syntax error: identifier 'FILE_INFO_BY_HANDLE_CLASS'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(115): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(116): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(120): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(180): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(181): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(186): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\rtc_base/stream.h(111): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\rtc_base/stream.h(112): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\rtc_base/stream.h(120): warning C4068: unknown pragma 'clang'

exit code: 2
cargo:warning=ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/rtp_transceiver.o" "-c" "src/rtp_transceiver.cpp" with args "cl.exe" did not execute successfully (status code exit code: 2).
exit code: 2
exit code: 2
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(116): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(120): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(180): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(181): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\media/base/media_engine.h(186): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\rtc_base/stream.h(111): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\rtc_base/stream.h(112): warning C4068: unknown pragma 'clang'
C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\scratch-da863f8c1600d702\out\livekit_webrtc\livekit\win-x64-release-webrtc-dac8015-5\win-x64-release\include\rtc_base/stream.h(120): warning C4068: unknown pragma 'clang'

exit code: 2
cargo:warning=ToolExecError: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/frame_cryptor.o" "-c" "src/frame_cryptor.cpp" with args "cl.exe" did not execute successfully (status code exit code: 2).

--- stderr

CXX include path:
  C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\webrtc-sys-6cc1eb610a5a5d48\out\cxxbridge\include
  C:\Users\awpc\Downloads\rust-sdks-main\target\debug\build\webrtc-sys-6cc1eb610a5a5d48\out\cxxbridge\crate


error occurred: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MT" "-Z7" "-Brepro" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\cxxbridge\\crate" "-I" "./include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/abseil-cpp/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libyuv/include/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\third_party/libc++/" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc" "-I" "C:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\scratch-da863f8c1600d702\\out\\livekit_webrtc\\livekit/win-x64-release-webrtc-dac8015-5/win-x64-release\\include\\sdk/objc/base" "/std:c++20" "/EHsc" "-DUSE_AURA=1" "-D_HAS_NODISCARD" "-D_CRT_NONSTDC_NO_WARNINGS" "-D_WINSOCK_DEPRECATED_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS" "-D_HAS_EXCEPTIONS=0" "-D__STD_C" "-D_CRT_RAND_S" "-D_CRT_SECURE_NO_DEPRECATE" "-D_SCL_SECURE_NO_DEPRECATE" "-D_ATL_NO_OPENGL" "-D_WINDOWS" "-DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS" "-DPSAPI_VERSION=2" "-DWIN32" "-D_SECURE_ATL" "-DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP" "-DWIN32_LEAN_AND_MEAN" "-DNOMINMAX" "-D_UNICODE" "-DUNICODE" "-DNTDDI_VERSION=NTDDI_WIN10_NI" "-D_WIN32_WINNT=0x0A00" "-DWINVER=0x0A00" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DRTC_ENABLE_WIN_WGC" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_WIN" "-DABSL_ALLOCATOR_NOTHROW=1" "-D_ENABLE_EXTENDED_ALIGNED_STORAGE" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-FoC:\\Users\\awpc\\Downloads\\rust-sdks-main\\target\\debug\\build\\webrtc-sys-6cc1eb610a5a5d48\\out\\src/frame_cryptor.o" "-c" "src/frame_cryptor.cpp" with args "cl.exe" did not execute successfully (status code exit code: 2).


I see that this repo has Windows CI passing and that other, closed, issues mention that I need to update my toolchain.
The toolchain is up-to-date, what have I missed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant