Opened 19 months ago
#1577 new Bug
Issue with Delphes compilation with macOS 13.3.1
Reported by: | Marco Delmastro | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | macOS, c++11 | Cc: |
Description
Hello,
I'm experiencing problems in compiling Delphes under macOS 13.3.1, either via MG or directly (while I used to have a working setup with previous macOS versions). The issue seems to be related to the c++ libraries. I tried with multiple version of Delphes, including github HEAD. I also already got rid of any brew installation (to avoid conflicts) and reinstalled Xcode in case the problem was related to a fault clang installation. Below a representative example of the error message I get. Any suggestion?
Thanks!
M.
Generating tmp/classes/ClassesDict.cc
In file included from input_line_1:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/new:93:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/cstdlib:135:9: error: no member named 'at_quick_exit' in the global namespace
using ::at_quick_exit _LIBCPP_USING_IF_EXISTS;