PANENE icon indicating copy to clipboard operation
PANENE copied to clipboard

variable length array declaration not allowed at file scope

Open Marwa-Alsulaiman opened this issue 10 months ago • 0 comments

Hi,

I've followed the installation steps and when running 'make' I face two errors:

  1. PANENE/tests/include/catch.hpp: 6471: 21: error: variable length array declaration not allowed at file scope static char altStackMem[SIGSTKSZ];

  2. PANENE/tests/include/catch.hpp: 6522: 33: error: variable length array declaration not allowed at file scope char FatalConditionHandler : : altStackMem[SIGSTKSZ] = { };

Any suggestions?

Thanks, Marwa

Marwa-Alsulaiman avatar Apr 15 '24 13:04 Marwa-Alsulaiman