You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by GregBowyer <gi...@git.apache.org> on 2015/05/11 20:05:53 UTC

[GitHub] mesos pull request: Fix compiler error when building python module

GitHub user GregBowyer opened a pull request:

    https://github.com/apache/mesos/pull/42

    Fix compiler error when building python module

    Mesos code uses c++11 which if the compiler does not specify its std
    leads to:
    
    ```
    error: ‘function’ in namespace ‘std’ does not name a type
    ```
    
    Adding `-std=c++11` fixerates this.

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

    $ git pull https://github.com/GregBowyer/mesos master

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

    https://github.com/apache/mesos/pull/42.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 #42
    
----
commit 75b0fb16ec15e734f049211c838106e5f7d4271b
Author: Greg Bowyer <gb...@fastmail.co.uk>
Date:   2015-05-11T18:02:39Z

    Fix compiler error when building python module
    
    Mesos code uses c++11 which if the compiler does not specify its std
    leads to:
    
    ```
    error: ‘function’ in namespace ‘std’ does not name a type
    ```
    
    Adding `-std=c++11` fixerates this.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos pull request #42: Fix compiler error when building python module

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell closed the pull request at:

    https://github.com/apache/mesos/pull/42


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos issue #42: Fix compiler error when building python module

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell commented on the issue:

    https://github.com/apache/mesos/pull/42
  
    Closing as requested in https://s.apache.org/V8r3


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---