About compiling on macOS
Julian Waters
tanksherman27 at gmail.com
Sun Apr 27 07:17:41 UTC 2025
Hi,
The errors seem like they can be fixed by dynamically allocating the
arrays rather than trying to use a non constant expression to set the
array size. As the compiler says, variable length arrays are not
allowed in C++. I unfortunately don't have a Mac to test this fix on
however. Perhaps a newer clang version made the variable length array
warning stronger, which causes the compile failure.
best regards,
Julian
More information about the build-dev
mailing list