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

CRITICAL error executing bin\prepare.bat and bin\build3DSTKLibs.bat #4

Open
Holo-Viktor opened this issue Oct 9, 2018 · 0 comments

Comments

@Holo-Viktor
Copy link

Holo-Viktor commented Oct 9, 2018

running bin\prepare.bat fails to build the zsLib.Eventing tool compiler, here is the output:

bin\prepare.bat
Running script with default parameters:
Target: all (Ortc and WebRtc)
Platform: all (x64, x86, arm and win32)
Log level: 2 (warning)

Running prepare script ...

Preparing webRTC and ORTC development environment ...
Preparing development environment for ARM, x64, x86 and win32 platforms ...
Remove C:\depot_tools from path
COPY ortc\xplatform\templates\gn\webrtcBUILD.gn webrtc\xplatform\webrtc\BUILD.gn
COPY ortc\xplatform\templates\gn\ortcBUILD.gn webrtc\xplatform\webrtc\ortc\BUILD.gn
COPY bin\runEventCompiler.py webrtc\xplatform\webrtc\ortc\runEventCompiler.py
COPY bin\runIDLCompiler.py webrtc\xplatform\webrtc\ortc\runIDLCompiler.py

Running WebRTC prepare script ...
=================================
Preparing WebRTC development environment for arm, x64, x86 and win32 platforms ...
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
0> Downloading buildtools\win\gn.exe...
Success!
Downloading 1 files took 26.867000 second(s)
0> Downloading buildtools\win\clang-format.exe...
Success!
Downloading 1 files took 5.575000 second(s)
Generating WebRTC projects for x64 platform ...
Generating WebRTC projects for x86 platform ...
Generating WebRTC projects for win32 platform ...
Generating WebRTC projects for win32 x64 platform ...

Success: WebRTC development environment is prepared.
=======   WebRTC prepare script summary   =======
=======   platform   =========   result   =======
            arm                 not run
            x64                 prepared
            x86                 prepared
            win32               prepared
=================================================

COPY ortc\windows\templates\libs\webrtc\webrtcForOrtc.vs2015.sln webrtc\xplatform\webrtc\webrtcForOrtc.vs2015.sln
COPY ortc\windows\templates\libs\webrtc\webrtcForOrtc.Win32.vs2015.sln webrtc\xplatform\webrtc\webrtcForOrtc.Win32.vs2015.sln

Running Curl prepare script ...
=================================
Preparing curl will take approximately 5 minutes ...
Junction created for include <<===>> download\curl-7.50.3\include
Junction created for current <<===>> download\curl-7.50.3
Building curl for x86
CPU arhitecture is x64
Selected compiler option is amd64_x86
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.8.6
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64_x86'

Microsoft (R) Program Maintenance Utility Version 14.15.26730.0
Copyright (C) Microsoft Corporation.  All rights reserved.

Could Not Find D:\Repos\webrtc-extensions-3dstk\ortc\xplatform\curl\current\winbuild\LIBCURL_OBJS.inc
Could Not Find D:\Repos\webrtc-extensions-3dstk\ortc\xplatform\curl\current\winbuild\CURL_OBJS.inc

Microsoft (R) Program Maintenance Utility Version 14.15.26730.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Microsoft (R) Program Maintenance Utility Version 14.15.26730.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Microsoft (R) Program Maintenance Utility Version 14.15.26730.0
Copyright (C) Microsoft Corporation.  All rights reserved.

Junction created for x86-release-dll <<===>> current\builds\libcurl-vc14-x86-release-dll-ipv6-sspi-winssl
Junction created for x86-debug-dll <<===>> current\builds\libcurl-vc14-x86-debug-dll-ipv6-sspi-winssl
Junction created for x86-release-static <<===>> current\builds\libcurl-vc14-x86-release-static-ipv6-sspi-winssl
Junction created for x86-debug-static <<===>> current\builds\libcurl-vc14-x86-debug-static-ipv6-sspi-winssl
        1 file(s) moved.
        1 file(s) moved.
        1 file(s) moved.
        1 file(s) moved.
        1 file(s) moved.
Building curl for x64
CPU arhitecture is x64
Selected compiler option is amd64
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.8.6
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'

Microsoft (R) Program Maintenance Utility Version 14.15.26730.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Microsoft (R) Program Maintenance Utility Version 14.15.26730.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Microsoft (R) Program Maintenance Utility Version 14.15.26730.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Microsoft (R) Program Maintenance Utility Version 14.15.26730.0
Copyright (C) Microsoft Corporation.  All rights reserved.

Junction created for x64-release-dll <<===>> current\builds\libcurl-vc14-x64-release-dll-ipv6-sspi-winssl
Junction created for x64-debug-dll <<===>> current\builds\libcurl-vc14-x64-debug-dll-ipv6-sspi-winssl
Junction created for x64-release-static <<===>> current\builds\libcurl-vc14-x64-release-static-ipv6-sspi-winssl
Junction created for x64-debug-static <<===>> current\builds\libcurl-vc14-x64-debug-static-ipv6-sspi-winssl
        1 file(s) moved.
        1 file(s) moved.
        1 file(s) moved.
        1 file(s) moved.
        1 file(s) moved.
Curl is ready
Total execution time: 00:07:19 (439s total)

Running eventing preparation script ...
=================================
Platform: x64
Building eventing tool compiler ...
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.8.6
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64_x86'

CRITICAL ERROR: Building zsLib.Eventing.Tool.Compiler projects for x86 has failed


FAILURE: Eventing preparations has failed

Total execution time: 00:03:33 (213s total)```
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