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

[vulkan] Build error #32442

Closed
ghost opened this issue Jul 7, 2023 · 6 comments
Closed

[vulkan] Build error #32442

ghost opened this issue Jul 7, 2023 · 6 comments
Assignees
Labels
category:question This issue is a question

Comments

@ghost
Copy link

ghost commented Jul 7, 2023

Package: vulkan:x64-windows-static -> 1.1.82.1#6

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.36.32535.0
  • vcpkg-tool version: 2023-06-22-f19f3d9939100085fe2f7e41502d60b08e2083b6
    vcpkg-scripts version: dafef74 2023-07-07 (66 minutes ago)

To Reproduce

vcpkg install imgui[vulkan-binding]:x64-windows-static --recurse

Failure logs

-- Found external ninja('1.11.0').
-- Configuring x64-windows-static
CMake Error at ports/vulkan/portfile.cmake:30 (message):
  The Vulkan SDK wasn't found.  Refer to Getting Started with the Windows
  Vulkan SDK:
  https://vulkan.lunarg.com/doc/sdk/latest/windows/getting_started.html
Call Stack (most recent call first):
  scripts/ports.cmake:147 (include)



Additional context

@StarGate-One
Copy link
Contributor

CMake Error at ports/vulkan/portfile.cmake:30 (message):
The Vulkan SDK wasn't found. Refer to Getting Started with the Windows
Vulkan SDK:
https://vulkan.lunarg.com/doc/sdk/latest/windows/getting_started.html

You need to install one of the Vulkan SDKs?

@MonicaLiu0311 MonicaLiu0311 self-assigned this Jul 10, 2023
@MonicaLiu0311 MonicaLiu0311 added the category:question This issue is a question label Jul 10, 2023
@juan-lunarg
Copy link
Contributor

@Yurichtofen do you have the Vulkan SDK installed? Seems like this port requires it. The fix seems pretty straight forward.

@ghost
Copy link
Author

ghost commented Jul 15, 2023

Though that this would be handled via VCPKG automatically, alright.

@ghost ghost closed this as completed Jul 15, 2023
@StarGate-One
Copy link
Contributor

Though that this would be handled via VCPKG automatically, alright.

Some software SDK packages such as ATLMFC, CUDA, CUDNN, Vulkan and others require the developer to download and install the SDK prior to adding the port to vcpkg due to licensing restrictions.
These SDKs are basically an empty port serving as a pointer to the physical location for other ports and their features.

@juan-lunarg
Copy link
Contributor

Though that this would be handled via VCPKG automatically, alright.

Currently the vulkan port just checks that you have the Vulkan SDK installed. I thought it was a bit confusing initially as well.

@shyakocat
Copy link

I have the same problem. My solution is sudo run in Administrator.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

4 participants