SmartNet Club created THRIFT-5077:
-------------------------------------
Summary: Failed to build tests with non system boost location
Key: THRIFT-5077
URL: https://issues.apache.org/jira/browse/THRIFT-5077
Project: Thrift
Issue Type: Bug
Components: C++ - Library
Affects Versions: 0.13.0
Reporter: SmartNet Club
Fix For: 0.14.0
Boost_INCLUDE_DIRS = /third/Boost/boost-1.69.0/include
compiler error while building lib/c_glib/test targets :
{code:java}
//
thrift-master/source/lib/cpp/src/thrift/transport/TTransportException.h:23:45:
fatal error: boost/numeric/conversion/cast.hpp: No such file or directory
#include <boost/numeric/conversion/cast.hpp>
{code}
To fix, add to /lib/c_glib/test/CMakeLists.txt
{code:java}
// include(BoostMacros)
REQUIRE_BOOST_HEADERS()
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)