You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/12/16 15:30:14 UTC

[jira] [Commented] (THRIFT-2893) CMake build fails with boost thread or std thread

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

ASF GitHub Bot commented on THRIFT-2893:
----------------------------------------

GitHub user nsuke opened a pull request:

    https://github.com/apache/thrift/pull/321

    THRIFT-2893 CMake build fails with boost thread or std thread

    Following changes are made to fix the build
    * Add USE_..._THREAD compiler definitions correctly
    * Link to boost_thread and boost_system when configured with boost thread
    * Use PlatformThreadFactory in test code

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nsuke/thrift THRIFT-2893

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/321.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #321
    
----
commit 3d13e7967cdb7c717d63084114d8a11978e03ca9
Author: Nobuaki Sukegawa <ns...@gmail.com>
Date:   2014-12-15T18:24:37Z

    THRIFT-2893 CMake build fails with boost thread or std thread
    
    Following changes are made to fix the build
    * Add USE_..._THREAD compiler definitions correctly
    * Link to boost_thread and boost_system when configured with boost thread
    * Use PlatformThreadFactory in test code

----


> CMake build fails with boost thread or std thread
> -------------------------------------------------
>
>                 Key: THRIFT-2893
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2893
>             Project: Thrift
>          Issue Type: Bug
>            Reporter: Nobuaki Sukegawa
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)