/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/cstdio:107:5: error:
<cstdio> tried including <stdio.h> but didn't find libc++'s <stdio.h>
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.
107 | # error <cstdio> tried including <stdio.h> but didn't find libc++'s <s...
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/cmath:571:15: error:
expected unqualified-id
571 | return std::isinf(__lcpp_x);
target_link_libraries(${TARGET} "/Applications/deal.II.app/Contents/Resources/Libraries/lib/libteuchoscomm.dylib")
target_link_libraries(${TARGET} "/Applications/deal.II.app/Contents/Resources/Libraries/lib/libteuchosparameterlist.dylib")
target_link_libraries(${TARGET} "/Applications/deal.II.app/Contents/Resources/Libraries/lib/libteuchoscore.dylib")
So, I think as long as I don't delete the DMG app again, I am set. Thank you so much!
I am also curious, are these types of issues like the first one I faced typical with the DMG app after a Mac system update, or is this (to your knowledge) specific to the 26.4 release?