Till Toenshoff created MESOS-863:
------------------------------------

             Summary: Get mesos' libprocess dependency protobuf to compile with 
clang and libc++
                 Key: MESOS-863
                 URL: https://issues.apache.org/jira/browse/MESOS-863
             Project: Mesos
          Issue Type: Improvement
          Components: build, libprocess
    Affects Versions: 0.14.2
         Environment: OS X 10.9 (Mavericks), Apple LLVM version 5.0 
(clang-500.2.79) (based on LLVM 3.3svn)
            Reporter: Till Toenshoff
            Priority: Minor


[mesos/build/3rdparty/libprocess/3rdparty/protobuf-2.4.1(master) ]

Failure:
google/protobuf/message.cc:130:60: error: implicit instantiation of undefined 
template 'std::__1::basic_istream<char, std::__1::char_traits<char> >'
  return ParseFromZeroCopyStream(&zero_copy_input) && input->eof();
                                                           ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:108:28:
 note: template is declared here
    class _LIBCPP_TYPE_VIS basic_istream;
                           ^
google/protobuf/message.cc:135:67: error: implicit instantiation of undefined 
template 'std::__1::basic_istream<char, std::__1::char_traits<char> >'
  return ParsePartialFromZeroCopyStream(&zero_copy_input) && input->eof();
                                                                  ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:108:28:
 note: template is declared here
    class _LIBCPP_TYPE_VIS basic_istream;
                           ^
google/protobuf/message.cc:175:16: error: implicit instantiation of undefined 
template 'std::__1::basic_ostream<char, std::__1::char_traits<char> >'
  return output->good();
               ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:110:28:
 note: template is declared here
    class _LIBCPP_TYPE_VIS basic_ostream;
                           ^
3 errors generated.
make[9]: *** [message.lo] Error 1



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to