ortclib / ortclib-sdk

C# / C++ ORTC Lib SDK for UWP, iOS, and Android
BSD 2-Clause "Simplified" License
100 stars 36 forks source link

prepare.bat not prearing x64 #13

Closed WolfoDev closed 6 years ago

WolfoDev commented 6 years ago

Hello,

I'm trying to build the branch 20180320-peercc-unity but I can't seem to get past the bin/prepare.bat part. After downloading everything, I run the prepare.bat and this is what I get:

CRITICAL ERROR: Could not generate WebRTC projects for winuwp_10 platform, x64 CPU

FAILURE:Preparing WebRTC development environment has failed.
=======   WebRTC prepare script summary   =======
=======   platform   =========   result   =======
            arm                 not run
            x64                  failed
            x86                 not run
            win32               not run
=================================================

Here's a more detailed version with -loglevel 4

Pastebin Link

Any ideas why this is happening?

jamescadd commented 6 years ago

Here's the error you're hitting:

You must install the "Debugging Tools for Windows" feature from the Windows 10 SDK.

https://developer.microsoft.com/en-us/windows/downloads/sdk-archive

This branch requires 16299 I believe. Let us know if this helps.

WolfoDev commented 6 years ago

That did the trick, I had 2 versions of the SDK and none of them were the correct ones. Thank you!

jamescadd commented 6 years ago

Great, apologies for the lack of documentation!