On 31 May 2016 at 12:15, Alejandro Piñeiro <[email protected]> wrote: > Probably you are already aware, but just in case. Since this patch got > committed (master commit 220d8c) mesa builds fail when using some build > options: > "some build options" is the key here. What are they ?
> <skip> > > anv_formats.c:427:6: error: no previous prototype for > ‘anv_GetPhysicalDeviceFormatProperties’ [-Werror=missing-prototypes] > void anv_GetPhysicalDeviceFormatProperties( > ^ > anv_formats.c:440:10: error: no previous prototype for > ‘anv_GetPhysicalDeviceImageFormatProperties’ [-Werror=missing-prototypes] > VkResult anv_GetPhysicalDeviceImageFormatProperties( > ^ > anv_formats.c:590:6: error: no previous prototype for > ‘anv_GetPhysicalDeviceSparseImageFormatProperties’ > [-Werror=missing-prototypes] > void anv_GetPhysicalDeviceSparseImageFormatProperties( > ^ > cc1: some warnings being treated as errors > Makefile:1305: recipe for target 'anv_formats.lo' failed > make[4]: *** [anv_formats.lo] Error 1 > anv_image.c:255:1: error: no previous prototype for ‘anv_CreateImage’ > [-Werror=missing-prototypes] > anv_CreateImage(VkDevice device, > Looking at these ... I'm not sure how the commit can cause such an issue. Have you tried cleaning your srcdir (via git clean -fxd) and your builddir ? If that does not help can you attach your generated anv_entrypoints.[ch] Thanks Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
