[
https://issues.apache.org/jira/browse/THRIFT-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14490402#comment-14490402
]
James E. King, III commented on THRIFT-3090:
--------------------------------------------
Unless it was something added today, I've been able to build and test C++ and
c_glib on Ubuntu 12.04 with gcc-4.63 and boost-1.53 using a pull from yesterday.
> cmake build is broken
> ---------------------
>
> Key: THRIFT-3090
> URL: https://issues.apache.org/jira/browse/THRIFT-3090
> Project: Thrift
> Issue Type: Bug
> 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)
> This makes me wonder about the overall status of cmake support.
> In any case, I am opening this issue in order to create a github pull request
> with a fix.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)