You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/path/to/gen-cpp2/remote_compaction_service.cpp:101:132: error: no matching function for call to ‘process(THRIFT_NAMESPACE::cpp2::remote_compaction_serviceAsyncProcessor*, std::remove_reference<std::unique_ptr<apache::thrift::ResponseChannelRequest, apache::thrift::RequestsRegistry::Deleter>&>::type, std::remove_reference<apache::thrift::SerializedCompressedRequest&>::type, const apache::thrift::AsyncProcessorFactory::MethodMetadata&, apache::thrift::protocol::PROTOCOL_TYPES&, apache::thrift::Cpp2RequestContext*&, folly::EventBase*&, apache::thrift::concurrency::ThreadManager*&)’
101 | apache::thrift::detail::ap::process(this, std::move(req), std::move(serializedRequest), methodMetadata, protType, context, eb, tm);
The problem seems to be caused by the generated CPP code.
Have I done anything wrong in the build process?
The text was updated successfully, but these errors were encountered:
Qiaolin-Yu
changed the title
Error: too few arguments to function, problem with generated CPP code
Several build errors, problem with generated CPP code
Apr 22, 2022
What I want to do
I want to import fbthift dependencies into my rocksdb project
How I built fbthrift
Following the top-level README, I built fbthrift with a custom --scratch-path.
What I tried to build
I added this in CMakeLists.txt
Error
The problem seems to be caused by the generated CPP code.
Have I done anything wrong in the build process?
The text was updated successfully, but these errors were encountered: