You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Marco Molteni (JIRA)" <ji...@apache.org> on 2015/04/21 20:00:00 UTC

[jira] [Comment Edited] (THRIFT-3090) cmake build is broken on MacOSX

    [ https://issues.apache.org/jira/browse/THRIFT-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505295#comment-14505295 ] 

Marco Molteni edited comment on THRIFT-3090 at 4/21/15 5:59 PM:
----------------------------------------------------------------

I think you are referring to cmake complaining that 2.8.11 < 2.8.12 and failing due to that.

Have you tried setting minimum required to 2.8.11 on CentOS and see if it works?


was (Author: marco.molteni):
I think you are referring to cmake complaining that 2.8.11 < 2.8.12 and failing due to that.

Have you tried setting minimum required to 2.8.11 and see if it works?

> cmake build is broken on MacOSX
> -------------------------------
>
>                 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
>             Fix For: 0.9.3
>
>
> 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)