Giter Club home page Giter Club logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Fixed with "brew install libtool"

Original comment by [email protected] on 26 Jul 2013 at 4:56

from metasyntactic.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Now I am getting this as an error when doing the "make" command.

/Applications/Xcode5-DP3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch
ain/usr/bin/../lib/c++/v1/ext/hash_map:209:2: warning: 
      Use of the header <ext/hash_map> is deprecated. Migrate to
      <unordered_map> [-W#warnings]
#warning Use of the header <ext/hash_map> is deprecated.  Migrate to <u...
 ^
In file included from google/protobuf/message.cc:36:
In file included from ./google/protobuf/stubs/hash.h:44:
/Applications/Xcode5-DP3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch
ain/usr/bin/../lib/c++/v1/ext/hash_set:202:2: warning: 
      Use of the header <ext/hash_set> is deprecated. Migrate to
      <unordered_set> [-W#warnings]
#warning Use of the header <ext/hash_set> is deprecated.  Migrate to <u...
 ^
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/Xcode5-DP3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch
ain/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/Xcode5-DP3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch
ain/usr/bin/../lib/c++/v1/iosfwd:108:28: note: 
      template is declared here
    class _LIBCPP_TYPE_VIS basic_istream;
                           ^
2 warnings and 2 errors generated.

Original comment by [email protected] on 26 Jul 2013 at 5:52

from metasyntactic.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
[deleted comment]

from metasyntactic.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Solved by: https://code.google.com/p/protobuf/issues/detail?id=455

Basically added #include <istream> to the include list of message.cc in 
src/google/protobuff

Original comment by [email protected] on 30 Jul 2013 at 5:40

from metasyntactic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.