Advertisement
Guest User

build log vkdt

a guest
Jun 20th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. Makefile:77: [ext (Makefile)]
  2. bin/config.mk.defaults:51: [ext (Makefile)]
  3. bin/config.mk.defaults:52: [ext (Makefile)]
  4. Makefile:13: [ext (Makefile)]
  5. Makefile:117: [bin (Makefile)]
  6. bin/config.mk.defaults:51: [bin (Makefile)]
  7. Makefile:78: [ext (Makefile)]
  8. bin/config.mk.defaults:52: [bin (Makefile)]
  9. Makefile:13: [bin (Makefile)]
  10. Makefile:81: [src (ext Makefile)]
  11. bin/config.mk.defaults:51: [src (ext Makefile)]
  12. Makefile:118: [bin (Makefile)]
  13. bin/config.mk.defaults:52: [src (ext Makefile)]
  14. Makefile:13: [src (ext Makefile)]
  15. Makefile:119: [bin (Makefile)]
  16. Makefile:82: [src (ext Makefile)]
  17. qvk/qvk.c:62:25: error: use of undeclared identifier 'VK_API_VERSION_1_3'
  18. .apiVersion = VK_API_VERSION_1_3,
  19. ^
  20. qvk/qvk.c:433:3: error: unknown type name 'VkPhysicalDeviceMaintenance4Features'; did you mean 'VkPhysicalDeviceMaintenance3Properties'?
  21. VkPhysicalDeviceMaintenance4Features maintenance4 = {
  22. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23. VkPhysicalDeviceMaintenance3Properties
  24. /usr/include/vulkan/vulkan_core.h:4722:3: note: 'VkPhysicalDeviceMaintenance3Properties' declared here
  25. } VkPhysicalDeviceMaintenance3Properties;
  26. ^
  27. qvk/qvk.c:434:14: error: use of undeclared identifier 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES'; did you mean 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES'?
  28. .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES,
  29. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30. VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES
  31. /usr/include/vulkan/vulkan_core.h:263:5: note: 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES' declared here
  32. VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES = 1000168000,
  33. ^
  34. 3 errors generated.
  35. make[2]: *** [Makefile:68: qvk/qvk.o] Fehler 1
  36. make[2]: *** Es wird auf noch nicht beendete Prozesse gewartet....
  37. make[1]: *** [Makefile:82: src] Fehler 2
  38. make: *** [Makefile:10: debug] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement