Created
April 17, 2017 18:37
-
-
Save qchong/4ec3c00c8c6ba04544335fd60d3eb381 to your computer and use it in GitHub Desktop.
Output from running update_external_sources.bat on Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c:\dev\github-projects\googlesamples\vulkan-basic-samples>update_external_sources.bat --sync-glslang --build-glslang | |
Determining VS version | |
Detected Visual Studio Version as 00 0000 | |
GLSLANG_GITURL=https://github.com/KhronosGroup/glslang.git | |
GLSLANG_REVISION=714e58b2fc5a45714596e6aa2f6ac8f64260365c | |
SPIRV_TOOLS_GITURL=https://github.com/KhronosGroup/SPIRV-Tools.git | |
SPIRV_TOOLS_REVISION=7fe8a57a5bd72094e91f9f93e51dac2f2461dcb4 | |
SPIRV_HEADERS_GITURL=https://github.com/KhronosGroup/SPIRV-Headers.git | |
SPIRV_HEADERS_REVISION=6c08995e6e7b94129e6086c78198c77111f2f262 | |
Creating and/or updating glslang, spirv-tools in "c:\dev\github-projects\googlesamples\vulkan-basic-samples\external" | |
Creating local glslang repository "c:\dev\github-projects\googlesamples\vulkan-basic-samples\external"\glslang) | |
Cloning into '.'... | |
fatal: Not a git repository (or any parent up to mount point /cygdrive/c) | |
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
glslang source download failed | |
Updating "c:\dev\github-projects\googlesamples\vulkan-basic-samples\external"\glslang | |
fatal: Not a git repository (or any parent up to mount point /cygdrive/c) | |
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
fatal: Not a git repository (or any parent up to mount point /cygdrive/c) | |
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
Building "c:\dev\github-projects\googlesamples\vulkan-basic-samples\external"\glslang | |
Making 32-bit glslang | |
************************* | |
Generating 32-bit Glslang CMake files for Visual Studio 00 0000 -DCMAKE_INSTALL_PREFIX=install .. | |
CMake Error: Could not create named generator Visual Studio 00 0000 | |
Generators | |
Unix Makefiles = Generates standard UNIX makefiles. | |
Ninja = Generates build.ninja files. | |
CodeBlocks - Ninja = Generates CodeBlocks project files. | |
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files. | |
CodeLite - Ninja = Generates CodeLite project files. | |
CodeLite - Unix Makefiles = Generates CodeLite project files. | |
Eclipse CDT4 - Ninja = Generates Eclipse CDT 4.0 project files. | |
Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files. | |
KDevelop3 = Generates KDevelop 3 project files. | |
KDevelop3 - Unix Makefiles = Generates KDevelop 3 project files. | |
Kate - Ninja = Generates Kate project files. | |
Kate - Unix Makefiles = Generates Kate project files. | |
Sublime Text 2 - Ninja = Generates Sublime Text 2 project files. | |
Sublime Text 2 - Unix Makefiles | |
= Generates Sublime Text 2 project files. | |
Building 32-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug | |
'msbuild' is not recognized as an internal or external command, | |
operable program or batch file. | |
glslang 32-bit Debug build failed | |
Building Glslang: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release | |
'msbuild' is not recognized as an internal or external command, | |
operable program or batch file. | |
glslang 32-bit Release build failed | |
Making 64-bit glslang | |
************************* | |
Generating 64-bit Glslang CMake files for Visual Studio 00 0000 -DCMAKE_INSTALL_PREFIX=install .. | |
CMake Error: Could not create named generator Visual Studio 00 0000 Win64 | |
Generators | |
Unix Makefiles = Generates standard UNIX makefiles. | |
Ninja = Generates build.ninja files. | |
CodeBlocks - Ninja = Generates CodeBlocks project files. | |
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files. | |
CodeLite - Ninja = Generates CodeLite project files. | |
CodeLite - Unix Makefiles = Generates CodeLite project files. | |
Eclipse CDT4 - Ninja = Generates Eclipse CDT 4.0 project files. | |
Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files. | |
KDevelop3 = Generates KDevelop 3 project files. | |
KDevelop3 - Unix Makefiles = Generates KDevelop 3 project files. | |
Kate - Ninja = Generates Kate project files. | |
Kate - Unix Makefiles = Generates Kate project files. | |
Sublime Text 2 - Ninja = Generates Sublime Text 2 project files. | |
Sublime Text 2 - Unix Makefiles | |
= Generates Sublime Text 2 project files. | |
Building 64-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug | |
'msbuild' is not recognized as an internal or external command, | |
operable program or batch file. | |
glslang 64-bit Debug build failed | |
Building Glslang: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release | |
'msbuild' is not recognized as an internal or external command, | |
operable program or batch file. | |
glslang 64-bit Release build failed | |
Halting due to error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, were you able to resolve this?