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

0.11 compilation error on MacOS clang #123

Closed
peremato opened this issue Aug 11, 2020 · 0 comments · Fixed by #124
Closed

0.11 compilation error on MacOS clang #123

peremato opened this issue Aug 11, 2020 · 0 comments · Fixed by #124

Comments

@peremato
Copy link
Collaborator

  • OS version: MacOS 10.15
  • Compiler version: Apple clang version 11.0.3 (clang-1103.0.32.62)
  • PODIO version: 0.11
[ 93%] Building CXX object tests/CMakeFiles/read-multiple.dir/read-multiple.cpp.o
/Users/mato/Development/LCGSoft/build/frameworks/podio-00.11/src/podio/00.11/tests/write.cpp:73:23: error: implicit instantiation of undefined template 'std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >'
    std::stringstream ss ; ss << " event_number_" << i ;
                      ^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iosfwd:139:32: note: template is declared here
    class _LIBCPP_TEMPLATE_VIS basic_stringstream;
                               ^
1 error generated.
make[5]: *** [tests/CMakeFiles/write.dir/write.cpp.o] Error 1
make[4]: *** [tests/CMakeFiles/write.dir/all] Error 2
make[4]: *** Waiting for unfinished jobs....
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 a pull request may close this issue.

1 participant