I am facing an issue with the Apache Thrift client using C++, the server is created in Java. I have downloaded the latest thrift application. I have created the thrift server using Java. Based on the thrift tutorial, I have generated the CPP files.
In order to compile the files, lot of header files are required. When I checked the compilation requirements, there are nearly 12 tools are required as a pre-requisite and each of them having their own dependency.
Is there any bundled package for compiling the generated CPP files or any idea about proceeding further? Any help regarding the same will be appreciated.