Hi Jeff, just a quick note: On Fri, 11 Feb 2022, Jeff Hostetler via GitGitGadget wrote: > [...] > The underlying reason is that GCC (rightfully) objects that an `enum` > value such as `kAuthorizationExternalFormLength` is not a constant > (because it is not, the preprocessor has no knowledge of it, only the > actual C compiler does) and can therefore not be used to define the size > of a C array. > > This is a known problem and tracked in GCC's bug tracker: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082 I just checked and the bug is still marked as "NEW". Therefore we still need this patch. Ciao, Dscho