Hi all, we are currently working hard on using Thrift in the Apache PLC4X project. While it took quite a lot of time to fix all the problems with building thrift and boost in our project. Now I’m having problems building c++ thrift code. I guess the issue is that we’re using Boost 1.70.0 and there seem to be issues with Thrift using some deprecated boost features (usage of some BOOST_*_ENDIANES constants).
Is a Boost 1.70.0 compatible version of Thrift going to be released soon or is there a way to avoid the build from failing due to these deprecation errors? Help greatly appreciated. Till we can sort this out we’ll just disable the proxy driver in C++ (A PLC4X driver using Thrift to talk to a proxy server) Chris
