[
https://issues.apache.org/jira/browse/THRIFT-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491760#comment-14491760
]
Nobuaki Sukegawa commented on THRIFT-3090:
------------------------------------------
It seems CentOS 7 is stuck at 2.8.11 [1].
Interestingly CentOS 6.6 has 2.8.12 [2].
Seeing compatibility matrix[3], 2.8.12 is significantly better than 2.8.11, but
we need to stop at 2.8.11 for now ?
Older version results in somewhat reduced readability and productivity but
surely not fatal.
[1] http://mirror.centos.org/centos/7/os/x86_64/Packages/
[2] http://mirror.centos.org/centos/6/os/x86_64/Packages/
[3] http://www.cmake.org/Wiki/CMake_Version_Compatibility_Matrix/Commands
> cmake build is broken
> ---------------------
>
> Key: THRIFT-3090
> URL: https://issues.apache.org/jira/browse/THRIFT-3090
> Project: Thrift
> Issue Type: Bug
> Environment: Mac OS X 10.10.3
> C++ compiler: Apple system compiler (clang), Apple LLVM version 6.0
> (clang-600.0.57) (based on LLVM 3.5svn)
> boost 1.57
> cmake 3.2.1
> Reporter: Marco Molteni
>
> A current version of apache/thrift on github as of 2015-04-10 doesn't build
> with cmake due to multiple errors:
> - some C++ targets fail to link with missing symbols, because they do not
> link against the `thrift` library
> - the c_glib test targets fail to build because the reference to `shared_ptr`
> is considered ambiguous by the compiler (it resolves to both boost and stdlib
> shared_ptr)
> See pull request https://github.com/apache/thrift/pull/434
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)