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/10 23:30:12 UTC

[jira] [Created] (THRIFT-3090) cmake build is broken

Marco Molteni created THRIFT-3090:
-------------------------------------

             Summary: 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)