https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082
--- Comment #16 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to Sergey Fedorov from comment #15) > This still does not work with gcc-14.2.0. > > ``` > :info:build In file included from > /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/ > Frameworks/Security.framework/Headers/AuthSession.h:32, > :info:build from > /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/ > Frameworks/Security.framework/Headers/Security.h:42, > :info:build from > /opt/local/var/macports/build/_opt_CatalinaPorts_devel_cmake-bootstrap/cmake- > bootstrap/work/cmake-3.9.6/Utilities/cmcurl/lib/urldata.h:148, > :info:build from > /opt/local/var/macports/build/_opt_CatalinaPorts_devel_cmake-bootstrap/cmake- > bootstrap/work/cmake-3.9.6/Utilities/cmcurl/lib/file.c:52: > :info:build > /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/ > Frameworks/Security.framework/Headers/Authorization.h:193:7: error: variably > modified 'bytes' at file scope > :info:build 193 | char bytes[kAuthorizationExternalFormLength]; > :info:build | ^~~~~ > :info:build make[2]: *** > [Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/file.c.o] Error 1 > :info:build make[2]: *** Waiting for unfinished jobs.... > ``` Correct, the patch for this was not finished. Let me see if I can dig it out and refresh to trunk.