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

Fails to build on OSX #55

Closed
skeldoy opened this issue Feb 25, 2017 · 1 comment
Closed

Fails to build on OSX #55

skeldoy opened this issue Feb 25, 2017 · 1 comment

Comments

@skeldoy
Copy link

skeldoy commented Feb 25, 2017

OS: 16.4.0 Darwin Kernel Version 16.4.0: Thu Dec 22 22:53:21 PST 2016; root:xnu3789.41.3~3/RELEASE_X86_64 x86_64
npm: 4.3.0
node: v7.6.0

Apart from a shitload of warning about for-looping over and comparing integers and unsigned long.. There is those pesky error-messages that stops the whole thing:

../protobuf/src/google/protobuf/message.cc:130:60: error: implicit instantiation of undefined template
'std::__1::basic_istream<char, std::__1::char_traits >'
return ParseFromZeroCopyStream(&zero_copy_input) && input->eof();
^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iosfwd:109:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_istream;
^
../protobuf/src/google/protobuf/message.cc:135:67: error: implicit instantiation of undefined template
'std::__1::basic_istream<char, std::__1::char_traits >'
return ParsePartialFromZeroCopyStream(&zero_copy_input) && input->eof();
^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iosfwd:109:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_istream;
^
../protobuf/src/google/protobuf/message.cc:175:16: error: implicit instantiation of undefined template
'std::__1::basic_ostream<char, std::__1::char_traits >'
return output->good();
^
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iosfwd:111:33: note: template is declared here
class _LIBCPP_TYPE_VIS_ONLY basic_ostream;

@syndbg
Copy link
Collaborator

syndbg commented Oct 25, 2019

#56

@syndbg syndbg closed this as completed Oct 25, 2019
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

No branches or pull requests

2 participants