Created
April 16, 2011 16:59
-
-
Save Kami/923285 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| scribe_server.cpp | |
| In file included from common.h:62, | |
| from scribe_server.cpp:24: | |
| /usr/local/include/thrift/TProcessor.h:141: warning: ‘virtual bool apache::thrift::TProcessor::process(boost::shared_ptr<apache::thrift::protocol::TProtocol>, boost::shared_ptr<apache::thrift::protocol::TProtocol>, void*)’ was hidden | |
| ../src/gen-cpp/scribe.h:165: warning: by ‘virtual bool scribe::thrift::scribeProcessor::process(boost::shared_ptr<apache::thrift::protocol::TProtocol>, boost::shared_ptr<apache::thrift::protocol::TProtocol>)’ | |
| scribe_server.cpp: In function ‘int main(int, char**)’: | |
| scribe_server.cpp:100: error: cannot allocate an object of abstract type ‘scribe::thrift::scribeProcessor’ | |
| ../src/gen-cpp/scribe.h:152: note: because the following virtual functions are pure within ‘scribe::thrift::scribeProcessor’: | |
| /usr/local/include/thrift/TProcessor.h:141: note: virtual bool apache::thrift::TProcessor::process(boost::shared_ptr<apache::thrift::protocol::TProtocol>, boost::shared_ptr<apache::thrift::protocol::TProtocol>, void*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment