Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix rootUtils for macOS 12 / 13 #533

Merged
merged 2 commits into from
Dec 18, 2023
Merged

fix rootUtils for macOS 12 / 13 #533

merged 2 commits into from
Dec 18, 2023

Conversation

andresailer
Copy link
Member

Needed on macOS12 clang14, macOS13 clang15

BEGINRELEASENOTES

  • rootUtils: include sstream, fixes build on macOS 12 / 13

ENDRELEASENOTES

[ 67%] Building CXX object src/CMakeFiles/podioSioIO.dir/SIOLegacyReader.cc.o
In file included from /Users/sftnight/build/workspace/lcg_mr_pipeline/build/frameworks/podio-00.17.04/src/podio/00.17.04/src/ROOTLegacyReader.cc:4:
/Users/sftnight/build/workspace/lcg_mr_pipeline/build/frameworks/podio-00.17.04/src/podio/00.17.04/src/rootUtils.h:334:21: error: implicit instantiation of undefined template 'std::basic_stringstream<char>'
  std::stringstream sstr;
                    ^
/Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/iosfwd:134:32: note: template is declared here
    class _LIBCPP_TEMPLATE_VIS basic_stringstream;
                               ^
1 error generated.

@tmadlener tmadlener merged commit 8320d6e into master Dec 18, 2023
18 checks passed
@tmadlener tmadlener deleted the andresailer-patch-1 branch December 18, 2023 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants