[Bug 95046] Vulkan fails to build with Wayland errors

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 21 00:03:05 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=95046

            Bug ID: 95046
           Summary: Vulkan fails to build with Wayland errors
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Vulkan/intel
          Assignee: jason at jlekstrand.net
          Reporter: nanleychery at gmail.com
        QA Contact: intel-3d-bugs at lists.freedesktop.org

With commit 3caf2e89aa1711e80db80d2056e0a44663d9c7d2
 anv: fix build without Wayland platform 

I can no longer build Mesa. I get the following error output:

  CC       libvulkan_intel_la-anv_allocator.lo
In file included from anv_private.h:60:0,
                 from anv_allocator.c:37:
anv_entrypoints.h:164:73: error: unknown type name
‘VkWaylandSurfaceCreateInfoKHR’
          VkResult (*CreateWaylandSurfaceKHR)(VkInstance instance, const
VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks*
pAllocator, VkSurfaceKHR* pSurface);
                                                                         ^
anv_entrypoints.h:1120:65: error: unknown type name
‘VkWaylandSurfaceCreateInfoKHR’
 VkResult anv_CreateWaylandSurfaceKHR(VkInstance instance, const
VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks*
pAllocator, VkSurfaceKHR* pSurface);
                                                                 ^
anv_entrypoints.h:1121:66: error: unknown type name
‘VkWaylandSurfaceCreateInfoKHR’
 VkResult gen7_CreateWaylandSurfaceKHR(VkInstance instance, const
VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks*
pAllocator, VkSurfaceKHR* pSurface);
                                                                  ^
anv_entrypoints.h:1122:67: error: unknown type name
‘VkWaylandSurfaceCreateInfoKHR’
 VkResult gen75_CreateWaylandSurfaceKHR(VkInstance instance, const
VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks*
pAllocator, VkSurfaceKHR* pSurface);
                                                                   ^
anv_entrypoints.h:1123:66: error: unknown type name
‘VkWaylandSurfaceCreateInfoKHR’
 VkResult gen8_CreateWaylandSurfaceKHR(VkInstance instance, const
VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks*
pAllocator, VkSurfaceKHR* pSurface);
                                                                  ^
anv_entrypoints.h:1124:66: error: unknown type name
‘VkWaylandSurfaceCreateInfoKHR’
 VkResult gen9_CreateWaylandSurfaceKHR(VkInstance instance, const
VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks*
pAllocator, VkSurfaceKHR* pSurface);
                                                                  ^
anv_entrypoints.h:1125:74: error: unknown type name
‘VkWaylandSurfaceCreateInfoKHR’
 VkResult anv_validate_CreateWaylandSurfaceKHR(VkInstance instance, const
VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks*
pAllocator, VkSurfaceKHR* pSurface);
                                                                          ^
Makefile:1401: recipe for target 'libvulkan_intel_la-anv_allocator.lo' failed
make[5]: *** [libvulkan_intel_la-anv_allocator.lo] Error 1
make[5]: Leaving directory '/home/nchery/repos/fdo/mesa/src/intel/vulkan'
Makefile:1658: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/nchery/repos/fdo/mesa/src/intel/vulkan'
Makefile:838: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/home/nchery/repos/fdo/mesa/src/intel/vulkan'
Makefile:550: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/nchery/repos/fdo/mesa/src/intel'
Makefile:690: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/nchery/repos/fdo/mesa/src'
Makefile:639: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20160421/925487b0/attachment.html>


More information about the intel-3d-bugs mailing list