-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
macbook pro m1, installation step "cmake --build . --parallel$(sysctl -n hw.ncpu)" #1870
Comments
You have Vulkan headers installed that are older and don't match ours. |
admin@MacBook-Pro-5 ~ % brew install vulkan-headers Warning: vulkan-headers 1.4.304 is already installed and up-to-date. To install geoipupdate, run: ==> Casks To install bose-updater, run: i have the latest version of vulkan sdk installed yesterday i have vulkan headers installed through "brew install" just now this is what i get when i type "vulkaninfo" admin@MacBook-Pro-5 ~ % vulkaninfoVULKANINFOVulkan Instance Version: 1.3.296 Instance Extensions: count = 17
Layers: count = 6VK_LAYER_KHRONOS_profiles (Khronos Profiles layer) Vulkan version 1.3.296, layer version 1: VK_LAYER_KHRONOS_shader_object (Khronos Shader object layer) Vulkan version 1.3.296, layer version 1: VK_LAYER_KHRONOS_synchronization2 (Khronos Synchronization2 layer) Vulkan version 1.3.296, layer version 1: VK_LAYER_KHRONOS_validation (Khronos Validation Layer) Vulkan version 1.3.296, layer version 1: VK_LAYER_LUNARG_api_dump (LunarG API dump layer) Vulkan version 1.3.296, layer version 2: VK_LAYER_LUNARG_screenshot (LunarG image capture layer) Vulkan version 1.3.296, layer version 1: Presentable Surfaces:GPU id : 0 (Apple M1): Device Properties and Extensions:GPU0:
|
Regardless of what brew or others have, we have a newer version of the headers that has |
Actually, you appear to be running your ARM brew under x86_64 instead of running x86_64 brew, so it is still installing to |
[ 98%] Building CXX object CMakeFiles/shadps4.dir/src/video_core/renderer_vulkan/vk_scheduler.cpp.o
/Users/admin/shadps4/src/video_core/renderer_vulkan/vk_platform.cpp:237:12: error: no type named 'DynamicLoader' in namespace 'vk::detail'; did you mean 'vk::DynamicLoader'?
237 | static vk::detail::DynamicLoader dl = std::filesystem::exists(usr_local_path)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| vk::DynamicLoader
/usr/local/include/vulkan/vulkan.hpp:17036:9: note: 'vk::DynamicLoader' declared here
17036 | class DynamicLoader
| ^
/Users/admin/shadps4/src/video_core/renderer_vulkan/vk_platform.cpp:238:61: error: no member named 'DynamicLoader' in namespace 'vk::detail'
238 | ? vk::detail::DynamicLoader(usr_local_path)
| ~~~~~~~~~~~~^
/Users/admin/shadps4/src/video_core/renderer_vulkan/vk_platform.cpp:239:61: error: no member named 'DynamicLoader' in namespace 'vk::detail'
239 | : vk::detail::DynamicLoader();
| ~~~~~~~~~~~~^
3 errors generated.
make[2]: *** [CMakeFiles/shadps4.dir/src/video_core/renderer_vulkan/vk_platform.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/shadps4.dir/all] Error 2
make: *** [all] Error 2
admin@MacBook-Pro-5 build %
The text was updated successfully, but these errors were encountered: