[Mesa-dev] [PATCH] anv: supply necessary headers to the generator

Tobias Klausmann tobias.johannes.klausmann at mni.thm.de
Fri Jun 3 23:04:13 UTC 2016


On 04.06.2016 00:54, Emil Velikov wrote:
> On 3 June 2016 at 23:03, Tobias Klausmann
> <tobias.johannes.klausmann at mni.thm.de> wrote:
>> With header in uncommen (non-system findable places) the build fails, use
>> the already found places to include those headers.
>>
> Are you sure about this ? What exactly is your build setup/config
> (in-tree/out-of-tree) what error message are you getting ?

Build is in-tree, headers are installed from system packages, the not 
found wayland header "wayland-client.h" is available in 
/usr/include/wayland and found within mesa else just fine, with this 
patch the header is found just fine, without the generator fails to find it:

   GEN      anv_entrypoints.c
   GEN      anv_entrypoints.h
In file included from ../../../include/vulkan/vulkan.h:38:0,
                  from ../../../include/vulkan/vulkan_intel.h:27:
../../../include/vulkan/vk_platform.h:112:28: fatal error: 
wayland-client.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
In file included from ../../../include/vulkan/vulkan.h:38:0,
                  from ../../../include/vulkan/vulkan_intel.h:27:
../../../include/vulkan/vk_platform.h:112:28: fatal error: 
wayland-client.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.

Greeting,
Tobias

>
> Thanks
> Emil



More information about the mesa-dev mailing list