You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/AuthSession.h:32,
from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:42,
from ./macosx/macosx-nat-inferior.c:2649:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/Authorization.h: At top level:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/Authorization.h:193:14: error: variably modified 'bytes' at file scope
193 | char bytes[kAuthorizationExternalFormLength];
| ^~~~~
make[1]: *** [macosx-nat-inferior.o] Error 1
make: *** [all-gdb] Error 2
The text was updated successfully, but these errors were encountered:
(to be clear, this is just an issue when building with gcc; clang compiles the file successfully, but often runs into other issues. I'm adding the "help wanted" tag not because I think there's anything further to be done here, but just to draw greater attention to it in the hopes that Apple hurries up on their end)
cross-referencing from here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082
The text was updated successfully, but these errors were encountered: