Open Holo-Viktor opened 5 years ago
I have been able to compile it number of times recently with SDK 17763 with following steps:
Today it failed for me also with same error as reported in this bug. But even with this error, libraries compile without any issue.
@Holo-Viktor - thanks for posting this, we have not done any testing above Windows SDK 16299 so you will experience some issues unless you change the solution target like @rishi-rranjan explained. The final error is new so we will look into it but you should still be able to compile the library with no issues.
To test the library manually, you can open the webrtc\windows\solutions\WebRtc.sln
and build the Org.WebRtc.Uwp
project. If you are interested in building the native side only, after you run bin\prepare.bat
, you can open webrtc\xplatform\webrtc\out\win_x64_(configuration)\all.sln
and compile the webrtc
project. Everything should compile successfully.
Report
Since practically nobody is watching the extensions repo here it is again: https://github.com/3DStreamingToolkit/webrtc-extensions-3dstk/issues/4
Environment
Issues and Steps to Reproduce
running bin\prepare.bat fails to build the zsLib.Eventing tool compiler repro:
Expected Behavior
preparing should finish without errors
Actual Behavior