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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---