On Thu, Aug 21, 2014 at 8:49 AM, Simon Newton <[email protected]> wrote: > I get a build failures on Mac OS X 10.9:
Sorry please ignore that, I was building the wrong RC. Simon > $ g++ --version > Configured with: > --prefix=/Applications/Xcode.app/Contents/Developer/usr > --with-gxx-include-dir=/usr/include/c++/4.2.1 > Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) > Target: x86_64-apple-darwin13.3.0 > Thread model: posix > > I get the same errors when I use clang++ > > Errors: > > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include/ > -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual > -Wno-sign-compare -O2 -g -DNDEBUG -MT unknown_field_set.lo -MD -MP -MF > .deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc > -fno-common -DPIC -o .libs/unknown_field_set.o > 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:109:33: > note: template is declared here > class _LIBCPP_TYPE_VIS_ONLY 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:109:33: > note: template is declared here > class _LIBCPP_TYPE_VIS_ONLY 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:111:33:note: > template is declared here > class _LIBCPP_TYPE_VIS_ONLY basic_ostream; > ^ > > Let me know if you'd like me to do more testing. > > On Tue, Aug 19, 2014 at 1:39 PM, 'Jie Luo' via Protocol Buffers > <[email protected]> wrote: >> Hi all, >> >> I have uploaded the release candidate of protobuf-2.6.0 >> (protobuf-2.6.0rc1) here: >> >> https://protobuf.googlecode.com/svn/rc/ >> >> The RC1 has been tested on Linux, Mac, Cygwin, MinGW and MSVC (2010, 2013). >> >> Feel free to try it out. >> Feedback is highly appreciated. >> >> Thanks, >> Jie >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Protocol Buffers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/protobuf. >> For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
