PANENE
PANENE copied to clipboard
variable length array declaration not allowed at file scope
Hi,
I've followed the installation steps and when running 'make' I face two errors:
-
PANENE/tests/include/catch.hpp: 6471: 21: error: variable length array declaration not allowed at file scope static char altStackMem[SIGSTKSZ];
-
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