Skip to content

variable length array declaration not allowed at file scope #8

@Marwa-Alsulaiman

Description

@Marwa-Alsulaiman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions