Travis build failure due to linking new boost library.

2014-08-09 Thread Chamila Wijayarathna
Hello all, For solving THRIFT-2655 I added '-lboost_system' and '-lboost_filesystem' totest/cpp/MakeFile.am which caused to fail travis build, even though it works okay in my local setup. https://travis-ci.org/cdwijayarathna/thrift/builds/32043345. Any idea on what is the issue here? Thank You!

Re: Travis build failure due to linking new boost library.

2014-08-09 Thread Henrique Mendonça
Hi Chamila, It should be ok to add the two libraries but please make sure if you really can't make without them as there are already enough dependencies. As I said before you can add them to the contrib/installCXX script. Best, Henrique On 9 August 2014 08:18, Chamila Wijayarathna