Skip to content

Conversation

@Kbz-8
Copy link

@Kbz-8 Kbz-8 commented Dec 7, 2025

When cloning from the Github mirror I had some compilation issues which I fixed in this small PR.

I first had an issue with the git remote check which seems to only check remote from Khronos repos.
Then I fixed what I think is a writing mistake in the CMakeLists file for Vulkan CTS.

@CLAassistant
Copy link

CLAassistant commented Dec 7, 2025

CLA assistant check
All committers have signed the CLA.

@lordalcol
Copy link
Contributor

Could you paste the actual error you are getting? is that CMake?

@Kbz-8
Copy link
Author

Kbz-8 commented Dec 15, 2025

Could you paste the actual error you are getting? is that CMake?

.../external/vulkancts/framework/vulkan/vkKnownConformanceVersions.inl: No such file or directory
.../external/vulkancts/framework/vulkan/vkFormatsLists.inl: No such file or directory

vkFormatsLists.inl is not found because of the 's' in its name

Here's the real generated file

> ls external/vulkancts/framework/vulkan | grep vkFormat                                                                                                                                                                                                                                                                    
vkFormatLists.hpp
vkFormatLists.inl

But the cmakefile looks for vkFormatsLists.inl

vkKnownConformanceVersions.inl is not found due to missing git remote

vkKnownConformanceVersions.in generation does not yields any error but does not generate the file because it only is checking for khronos git remotes here

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

Successfully merging this pull request may close these issues.

3 participants