Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile fixes for recent OS X/Xcode #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

compile fixes for recent OS X/Xcode #15

wants to merge 3 commits into from

Conversation

yzhliu
Copy link
Member

@yzhliu yzhliu commented Mar 15, 2015

When I compiled ps on OS X Yosemite 10.10.2, Xcode 6.2, I got something like:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:1192:17: error: no matching
function for call to object of type 'const PS::NodeIDCmp'
if (_tree.value_comp().key_comp()(__k, __nd->_value.__cc.first))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... ...
src/system/dashboard.cc:8:3: error: member function 'splitNodeID' not viable: 'this' argument has type 'const PS::NodeIDCmp', but function is not marked const
splitNodeID(a, a_primary, a_secondary);
^~~~~~~~~~~

Also, there's no librt on OS X

@mli
Copy link
Member

mli commented Mar 18, 2015

thanks, Yizhi. i'm doing a major refactor at the dev branch, will the merge this pull soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants