Skip to content

Instantly share code, notes, and snippets.

@Kami
Created April 16, 2011 16:59
Show Gist options
  • Select an option

  • Save Kami/923285 to your computer and use it in GitHub Desktop.

Select an option

Save Kami/923285 to your computer and use it in GitHub Desktop.
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