Dear all,
I’m currently facing difficulties installing ROOT v6.32.06 on an Intel Mac running macOS 15 (Sequoia).
Initially, I encountered the same issue described in the thread titled /usr/local/bin/xpdtest does not exist
(It says that a new user cannot post a link) regarding the absence of xpdtest
when installing ROOT through Homebrew. Although ROOT itself seems to work, I get the following error when attempting to compile my own project using its libraries.
I then tried building ROOT from the source code, but ran into additional errors during the installation process:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:143:4: error: redefinition of '__pad_and_output'
143 | __pad_and_output(_OutputIterator __s,
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/locale:1221:39: note: previous definition is here
1221 | _LIBCPP_HIDE_FROM_ABI _OutputIterator __pad_and_output(
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:367:4: error: non-constexpr declaration of '__str_find' follows constexpr declaration
367 | __str_find(const _CharT *__p, _SizeT __sz,
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:614:1: note: previous declaration is here
614 | __str_find(const _CharT* __p, _SizeT __sz, _CharT __c, _SizeT __pos) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:380:4: error: '__str_find' is missing exception specification 'noexcept'
380 | __str_find(const _CharT *__p, _SizeT __sz,
| ^
381 | const _CharT* __s, _SizeT __pos, _SizeT __n)
|
| noexcept
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:663:1: note: previous declaration is here
663 | __str_find(const _CharT* __p, _SizeT __sz, const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:388:14: error: no member named '__search' in namespace 'std'
388 | _VSTD::__search(__p + __pos, __p + __sz,
| ~~~~~~~^
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:401:4: error: '__str_rfind' is missing exception specification 'noexcept'
401 | __str_rfind(const _CharT *__p, _SizeT __sz,
| ^
402 | _CharT __c, _SizeT __pos)
|
| noexcept
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:681:1: note: previous declaration is here
681 | __str_rfind(const _CharT* __p, _SizeT __sz, _CharT __c, _SizeT __pos) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:420:4: error: '__str_rfind' is missing exception specification 'noexcept'
420 | __str_rfind(const _CharT *__p, _SizeT __sz,
| ^
421 | const _CharT* __s, _SizeT __pos, _SizeT __n)
|
| noexcept
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:697:1: note: previous declaration is here
697 | __str_rfind(const _CharT* __p, _SizeT __sz, const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:439:4: error: '__str_find_first_of' is missing exception specification 'noexcept'
439 | __str_find_first_of(const _CharT *__p, _SizeT __sz,
| ^
440 | const _CharT* __s, _SizeT __pos, _SizeT __n)
|
| noexcept
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:712:1: note: previous declaration is here
712 | __str_find_first_of(const _CharT* __p, _SizeT __sz, const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:455:4: error: '__str_find_last_of' is missing exception specification 'noexcept'
455 | __str_find_last_of(const _CharT *__p, _SizeT __sz,
| ^
456 | const _CharT* __s, _SizeT __pos, _SizeT __n)
|
| noexcept
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:724:1: note: previous declaration is here
724 | __str_find_last_of(const _CharT* __p, _SizeT __sz, const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:478:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
478 | __str_find_first_not_of(const _CharT *__p, _SizeT __sz,
| ^
479 | const _CharT* __s, _SizeT __pos, _SizeT __n)
|
| noexcept
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:742:1: note: previous declaration is here
742 | __str_find_first_not_of(const _CharT* __p, _SizeT __sz, const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:494:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
494 | __str_find_first_not_of(const _CharT *__p, _SizeT __sz,
| ^
495 | _CharT __c, _SizeT __pos)
|
| noexcept
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:754:1: note: previous declaration is here
754 | __str_find_first_not_of(const _CharT* __p, _SizeT __sz, _CharT __c, _SizeT __pos) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:511:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
511 | __str_find_last_not_of(const _CharT *__p, _SizeT __sz,
| ^
512 | const _CharT* __s, _SizeT __pos, _SizeT __n)
|
| noexcept
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:767:1: note: previous declaration is here
767 | __str_find_last_not_of(const _CharT* __p, _SizeT __sz, const _CharT* __s, _SizeT __pos, _SizeT __n) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
/usr/local/include/ROOT/RWrap_libcpp_string_view.h:527:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
527 | __str_find_last_not_of(const _CharT *__p, _SizeT __sz,
| ^
528 | _CharT __c, _SizeT __pos)
|
| noexcept
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__string/char_traits.h:780:1: note: previous declaration is here
780 | __str_find_last_not_of(const _CharT* __p, _SizeT __sz, _CharT __c, _SizeT __pos) _NOEXCEPT {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
In file included from /usr/local/include/ROOT/RStringView.hxx:26:
In file included from /usr/local/include/ROOT/RWrap_libcpp_string_view.h:545:
/usr/local/include/ROOT/libcpp_string_view.h:797:14: error: no template named 'unary_function'; did you mean '__unary_function'?
797 | : public unary_function<std::experimental::basic_string_view<_CharT, _Traits>, size_t>
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
46 | using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
/usr/local/include/ROOT/RStringView.hxx:35:12: error: reference to 'basic_string_view' is ambiguous
35 | typedef basic_string_view<char> string_view;
| ^
/usr/local/include/ROOT/RStringView.hxx:32:4: note: candidate found by name lookup is 'std::basic_string_view'
32 | using basic_string_view = ::std::experimental::basic_string_view<_CharT,_Traits>;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/string_view:272:7: note: candidate found by name lookup is 'std::__1::basic_string_view'
272 | class basic_string_view {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
/usr/local/include/ROOT/RStringView.hxx:36:12: error: reference to 'basic_string_view' is ambiguous
36 | typedef basic_string_view<char16_t> u16string_view;
| ^
/usr/local/include/ROOT/RStringView.hxx:32:4: note: candidate found by name lookup is 'std::basic_string_view'
32 | using basic_string_view = ::std::experimental::basic_string_view<_CharT,_Traits>;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/string_view:272:7: note: candidate found by name lookup is 'std::__1::basic_string_view'
272 | class basic_string_view {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
/usr/local/include/ROOT/RStringView.hxx:37:12: error: reference to 'basic_string_view' is ambiguous
37 | typedef basic_string_view<char32_t> u32string_view;
| ^
/usr/local/include/ROOT/RStringView.hxx:32:4: note: candidate found by name lookup is 'std::basic_string_view'
32 | using basic_string_view = ::std::experimental::basic_string_view<_CharT,_Traits>;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/string_view:272:7: note: candidate found by name lookup is 'std::__1::basic_string_view'
272 | class basic_string_view {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
/usr/local/include/ROOT/RStringView.hxx:38:12: error: reference to 'basic_string_view' is ambiguous
38 | typedef basic_string_view<wchar_t> wstring_view;
| ^
/usr/local/include/ROOT/RStringView.hxx:32:4: note: candidate found by name lookup is 'std::basic_string_view'
32 | using basic_string_view = ::std::experimental::basic_string_view<_CharT,_Traits>;
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/string_view:272:7: note: candidate found by name lookup is 'std::__1::basic_string_view'
272 | class basic_string_view {
| ^
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/src/ReadSpeed.cxx:11:
In file included from /PATH_TO_ROOT/root-6.32.06/tree/readspeed/inc/ReadSpeed.hxx:14:
In file included from /usr/local/include/TFile.h:27:
In file included from /usr/local/include/TDirectoryFile.h:25:
In file included from /usr/local/include/TDirectory.h:24:
In file included from /usr/local/include/TBuffer.h:24:
In file included from /usr/local/include/TDataType.h:25:
In file included from /usr/local/include/TDictionary.h:44:
In file included from /usr/local/include/TNamed.h:26:
In file included from /usr/local/include/TString.h:28:
/usr/local/include/ROOT/RStringView.hxx:48:28: error: reference to 'string_view' is ambiguous
48 | inline double stod(std::string_view str, size_t *pos)
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__fwd/string_view.h:25:33: note: candidate found by name lookup is 'std::__1::string_view'
25 | typedef basic_string_view<char> string_view;
| ^
/usr/local/include/ROOT/RStringView.hxx:35:36: note: candidate found by name lookup is 'std::string_view'
35 | typedef basic_string_view<char> string_view;
| ^
/usr/local/include/ROOT/RStringView.hxx:65:56: error: reference to 'string_view' is ambiguous
65 | inline std::string &operator+=(std::string &left, std::string_view right)
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/__fwd/string_view.h:25:33: note: candidate found by name lookup is 'std::__1::string_view'
25 | typedef basic_string_view<char> string_view;
| ^
/usr/local/include/ROOT/RStringView.hxx:35:36: note: candidate found by name lookup is 'std::string_view'
35 | typedef basic_string_view<char> string_view;
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
make[2]: *** [tree/readspeed/CMakeFiles/ReadSpeed.dir/src/ReadSpeed.cxx.o] Error 1
make[1]: *** [tree/readspeed/CMakeFiles/ReadSpeed.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Is there any way to resolve these issues? Alternatively, does ROOT v6.32.06 not support Intel Macs on this macOS version?
My configuration is like this.
System: Darwin-24.0.0
ROOT Platform: macosx
ROOT Architecture: macosx64
Processor: 4 core Intel(R) Core(TM) i5-8279U CPU @ 2.40GHz (x86_64)
Build type: Release
Install path: /usr/local/root_v6.32.06
Compiler: AppleClang 16.0.0.16000026
C++ standard: 17
Compiler flags:
- C: -m64 -pipe -W -Wall -fsigned-char -fno-common -Qunused-arguments -pthread
- C (built type specific): -O3 -DNDEBUG
- C++: -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -m64 -pipe -W -Wall -Woverloaded-virtual -fsigned-char -fno-common -Qunused-arguments -pthread -stdlib=libc++
- C++ (built type specific): -O3 -DNDEBUG
Linker flags:
- Executable: -mmacosx-version-min=15.0
Any help would be greatly appreciated!
Best regards,
Chaeyeon