/Library/Developer/CommandLineTools/usr/bin/c++ -DCONF_DEBUG -DCONF_INFORM_UPDATE -DCONF_OPENSSL -DCONF_VIDEORECORDER -DGAME_RELEASE_VERSION=\"19.1\" -DGLEW_STATIC -D_FILE_OFFSET_BITS=64 -Dsteam_api_EXPORTS -I/Users/pioooooo/Programming/ddnet/cmake-build-debug/src -I/Users/pioooooo/Programming/ddnet/src -I/Users/pioooooo/Programming/ddnet/src/rust-bridge -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include -isystem /opt/homebrew/Cellar/openssl@3/3.4.1/include -g -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -mmacosx-version-min=10.15 -fPIC -fcolor-diagnostics -fdiagnostics-color=always -fcolor-diagnostics -fstack-protector-strong -fno-exceptions -fsigned-char -stdlib=libc++ -std=gnu++17 -Wall -Wextra -Wno-psabi -Wno-unused-parameter -Wno-missing-field-initializers -Wno-format -Wno-nullability-completeness -Wshadow-all -Wthread-safety -Wthread-safety-negative -Wsuggest-override -Wdynamic-class-memaccess -MD -MT CMakeFiles/steam_api.dir/src/steam/steam_api_stub.cpp.o -MF CMakeFiles/steam_api.dir/src/steam/steam_api_stub.cpp.o.d -o CMakeFiles/steam_api.dir/src/steam/steam_api_stub.cpp.o -c /Users/pioooooo/Programming/ddnet/src/steam/steam_api_stub.cpp In file included from /Users/pioooooo/Programming/ddnet/src/steam/steam_api_stub.cpp:3: In file included from /Users/pioooooo/Programming/ddnet/src/steam/steam_api_flat.h:6: /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/cstdint:149:5: error: tried including but didn't find libc++'s header. This usually means that your header search paths are not configured properly. The header search paths should contain the C++ Standard Library headers before any C Standard Library, and you are probably using compiler flags that make that not be the case. 149 | # error tried including but didn't find libc++'s header. \ | ^ In file included from /Users/pioooooo/Programming/ddnet/src/steam/steam_api_stub.cpp:5: /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/cstdlib:90:5: error: tried including but didn't find libc++'s header. This usually means that your header search paths are not configured properly. The header search paths should contain the C++ Standard Library headers before any C Standard Library, and you are probably using compiler flags that make that not be the case. 90 | # error tried including but didn't find libc++'s header. \ | ^ 2 errors generated.