Skip to content

Instantly share code, notes, and snippets.

@ADKaster
Created April 16, 2024 08:12
Show Gist options
  • Save ADKaster/d48da3199277edf6d92a0aef5c7d4021 to your computer and use it in GitHub Desktop.
Save ADKaster/d48da3199277edf6d92a0aef5c7d4021 to your computer and use it in GitHub Desktop.
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:550:5: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
[gcc/build] _LIBCPP_INLINE_VISIBILITY
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:891:37: note: expanded from macro '_LIBCPP_INLINE_VISIBILITY'
[gcc/build] # define _LIBCPP_INLINE_VISIBILITY _LIBCPP_HIDE_FROM_ABI
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:870:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
[gcc/build] __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:551:37: error: expected ';' at end of declaration list
[gcc/build] char_type toupper(char_type __c) const
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:557:48: error: too many arguments provided to function-like macro invocation
[gcc/build] const char_type* toupper(char_type* __low, const char_type* __high) const
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
[gcc/build] #define toupper(c) do_not_use_toupper_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:569:48: error: too many arguments provided to function-like macro invocation
[gcc/build] const char_type* tolower(char_type* __low, const char_type* __high) const
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
[gcc/build] #define tolower(c) do_not_use_tolower_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:660:5: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
[gcc/build] _LIBCPP_INLINE_VISIBILITY
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:891:37: note: expanded from macro '_LIBCPP_INLINE_VISIBILITY'
[gcc/build] # define _LIBCPP_INLINE_VISIBILITY _LIBCPP_HIDE_FROM_ABI
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:870:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
[gcc/build] __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:661:37: error: expected ';' at end of declaration list
[gcc/build] char_type toupper(char_type __c) const
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:667:48: error: too many arguments provided to function-like macro invocation
[gcc/build] const char_type* toupper(char_type* __low, const char_type* __high) const
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
[gcc/build] #define toupper(c) do_not_use_toupper_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:679:48: error: too many arguments provided to function-like macro invocation
[gcc/build] const char_type* tolower(char_type* __low, const char_type* __high) const
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
[gcc/build] #define tolower(c) do_not_use_tolower_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:795:21: error: too many arguments provided to function-like macro invocation
[gcc/build] isspace(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:140:9: note: macro 'isspace' defined here
[gcc/build] #define isspace(c) do_not_use_isspace_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:795:1: error: declaration conflicts with target of using declaration already in scope
[gcc/build] isspace(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h:267:1: note: target of using declaration
[gcc/build] isspace(int _c)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype:121:9: note: using declaration
[gcc/build] using ::isspace _LIBCPP_USING_IF_EXISTS;
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:797:5: error: expected expression
[gcc/build] return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c);
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:798:2: error: expected ';' at end of declaration
[gcc/build] }
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:803:21: error: too many arguments provided to function-like macro invocation
[gcc/build] isprint(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:136:9: note: macro 'isprint' defined here
[gcc/build] #define isprint(c) do_not_use_isprint_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:803:1: error: declaration conflicts with target of using declaration already in scope
[gcc/build] isprint(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h:255:1: note: target of using declaration
[gcc/build] isprint(int _c)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype:119:9: note: using declaration
[gcc/build] using ::isprint _LIBCPP_USING_IF_EXISTS;
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:805:5: error: expected expression
[gcc/build] return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c);
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:806:2: error: expected ';' at end of declaration
[gcc/build] }
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:811:21: error: too many arguments provided to function-like macro invocation
[gcc/build] iscntrl(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:128:9: note: macro 'iscntrl' defined here
[gcc/build] #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:811:1: error: declaration conflicts with target of using declaration already in scope
[gcc/build] iscntrl(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h:230:1: note: target of using declaration
[gcc/build] iscntrl(int _c)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype:115:9: note: using declaration
[gcc/build] using ::iscntrl _LIBCPP_USING_IF_EXISTS;
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/mapper-resolver.cc:29:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:227:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2529:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:813:5: error: expected expression
[gcc/build] return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c);
[gcc/build] ^
[gcc/build] fatal error: too many errors emitted, stopping now [-ferror-limit=]
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/method.cc:28:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/cp-tree.h:42:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/c-family/c-common.h:24:
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../libcpp/include/cpplib.h:1543:1: warning: 'cpp_char_column_policy' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
[gcc/build] struct cpp_char_column_policy
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/input.h:67:1: note: did you mean struct here?
[gcc/build] class cpp_char_column_policy;
[gcc/build] ^~~~~
[gcc/build] struct
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:550:5: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
[gcc/build] _LIBCPP_INLINE_VISIBILITY
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:891:37: note: expanded from macro '_LIBCPP_INLINE_VISIBILITY'
[gcc/build] # define _LIBCPP_INLINE_VISIBILITY _LIBCPP_HIDE_FROM_ABI
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:870:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
[gcc/build] __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:551:37: error: expected ';' at end of declaration list
[gcc/build] char_type toupper(char_type __c) const
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:557:48: error: too many arguments provided to function-like macro invocation
[gcc/build] const char_type* toupper(char_type* __low, const char_type* __high) const
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
[gcc/build] #define toupper(c) do_not_use_toupper_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:569:48: error: too many arguments provided to function-like macro invocation
[gcc/build] const char_type* tolower(char_type* __low, const char_type* __high) const
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
[gcc/build] #define tolower(c) do_not_use_tolower_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:660:5: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
[gcc/build] _LIBCPP_INLINE_VISIBILITY
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:891:37: note: expanded from macro '_LIBCPP_INLINE_VISIBILITY'
[gcc/build] # define _LIBCPP_INLINE_VISIBILITY _LIBCPP_HIDE_FROM_ABI
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:870:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
[gcc/build] __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:661:37: error: expected ';' at end of declaration list
[gcc/build] char_type toupper(char_type __c) const
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:667:48: error: too many arguments provided to function-like macro invocation
[gcc/build] const char_type* toupper(char_type* __low, const char_type* __high) const
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
[gcc/build] #define toupper(c) do_not_use_toupper_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:679:48: error: too many arguments provided to function-like macro invocation
[gcc/build] const char_type* tolower(char_type* __low, const char_type* __high) const
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
[gcc/build] #define tolower(c) do_not_use_tolower_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:795:21: error: too many arguments provided to function-like macro invocation
[gcc/build] isspace(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:140:9: note: macro 'isspace' defined here
[gcc/build] #define isspace(c) do_not_use_isspace_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:795:1: error: declaration conflicts with target of using declaration already in scope
[gcc/build] isspace(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h:267:1: note: target of using declaration
[gcc/build] isspace(int _c)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype:121:9: note: using declaration
[gcc/build] using ::isspace _LIBCPP_USING_IF_EXISTS;
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:797:5: error: expected expression
[gcc/build] return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c);
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:798:2: error: expected ';' at end of declaration
[gcc/build] }
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:803:21: error: too many arguments provided to function-like macro invocation
[gcc/build] isprint(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:136:9: note: macro 'isprint' defined here
[gcc/build] #define isprint(c) do_not_use_isprint_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:803:1: error: declaration conflicts with target of using declaration already in scope
[gcc/build] isprint(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h:255:1: note: target of using declaration
[gcc/build] isprint(int _c)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype:119:9: note: using declaration
[gcc/build] using ::isprint _LIBCPP_USING_IF_EXISTS;
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:805:5: error: expected expression
[gcc/build] return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c);
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:806:2: error: expected ';' at end of declaration
[gcc/build] }
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:811:21: error: too many arguments provided to function-like macro invocation
[gcc/build] iscntrl(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/../include/safe-ctype.h:128:9: note: macro 'iscntrl' defined here
[gcc/build] #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:811:1: error: declaration conflicts with target of using declaration already in scope
[gcc/build] iscntrl(_CharT __c, const locale& __loc)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h:230:1: note: target of using declaration
[gcc/build] iscntrl(int _c)
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype:115:9: note: using declaration
[gcc/build] using ::iscntrl _LIBCPP_USING_IF_EXISTS;
[gcc/build] ^
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/module.cc:212:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/system.h:233:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:321:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:32:
[gcc/build] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:813:5: error: expected expression
[gcc/build] return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c);
[gcc/build] ^
[gcc/build] fatal error: too many errors emitted, stopping now [-ferror-limit=]
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/method.cc:28:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/cp-tree.h:43:
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/diagnostic.h:24:
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/pretty-print.h:437:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
[gcc/build] pp_scalar (pp, HOST_WIDE_INT_PRINT_DEC, i);
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/pretty-print.h:329:7: note: expanded from macro 'pp_scalar'
[gcc/build] sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
[gcc/build] __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
[gcc/build] ^
[gcc/build] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
[gcc/build] #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
[gcc/build] ^
[gcc/build] 1 warning and 20 errors generated.
[gcc/build] make[1]: *** [cp/mapper-resolver.o] Error 1
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/method.cc:30:
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:1687:1: warning: 'cgraph_edge' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
[gcc/build] class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:859:1: note: did you mean class here?
[gcc/build] struct cgraph_edge;
[gcc/build] ^~~~~~
[gcc/build] class
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/coretypes.h:144:1: note: did you mean class here?
[gcc/build] struct cgraph_edge;
[gcc/build] ^~~~~~
[gcc/build] class
[gcc/build] In file included from /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cp/method.cc:30:
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:2213:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
[gcc/build] friend struct cgraph_edge;
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:1688:16: note: previous use is here
[gcc/build] for_user)) cgraph_edge
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:2213:10: note: did you mean class here?
[gcc/build] friend struct cgraph_edge;
[gcc/build] ^~~~~~
[gcc/build] class
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:2624:32: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
[gcc/build] void initialize_inline_failed (struct cgraph_edge *);
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:1688:16: note: previous use is here
[gcc/build] for_user)) cgraph_edge
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:2624:32: note: did you mean class here?
[gcc/build] void initialize_inline_failed (struct cgraph_edge *);
[gcc/build] ^~~~~~
[gcc/build] class
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:2625:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
[gcc/build] bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:1688:16: note: previous use is here
[gcc/build] for_user)) cgraph_edge
[gcc/build] ^
[gcc/build] /Users/andrew/Source/serenity/Toolchain/Tarballs/gcc-13.2.0/gcc/cgraph.h:2625:28: note: did you mean class here?
[gcc/build] bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
[gcc/build] ^~~~~~
[gcc/build] class
[gcc/build] 6 warnings generated.
[gcc/build] 1 warning and 20 errors generated.
[gcc/build] make[1]: *** [cp/module.o] Error 1
[gcc/build] 11 warnings generated.
[gcc/build] 11 warnings generated.
[gcc/build] 8 warnings generated.
[gcc/build] rm gcc.pod
[gcc/build] make: *** [all-gcc] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment