On Mon, Jul 31, 2017 at 4:02 PM, Grant Edwards
wrote:
> ../../third_party/vulkan-validation-layers/src/loader/debug_report.c:50:5:
> error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
>
As stated by others, switching to GCC-5 or newer would be best.
Otherwise, try adding
On Mon, Jul 31, 2017 at 08:02:34PM +, Grant Edwards wrote:
> ../../third_party/vulkan-validation-layers/src/loader/debug_report.c:50:5:
> note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to
> compile your code
> ../../third_party/vulkan-validation-layers/src/loader/debug_report.c
It looks like chromeium 60 just went stable for AMD64. Unfortunately,
it doesn't seem to build for me. I've googled the gcc error message
from the build log, and the only thing I can find is somebody claiming
it's caused by a bungled upgrade to gcc 5.x. I haven't upgrade to gcc
5.x, so that does
3 matches
Mail list logo