compile fixes for recent OS X/Xcode#15
Open
yzhliu wants to merge 3 commits intodmlc:masterfrom
yzhliu:master
Open
compile fixes for recent OS X/Xcode#15yzhliu wants to merge 3 commits intodmlc:masterfrom yzhliu:master
yzhliu wants to merge 3 commits intodmlc:masterfrom
yzhliu:master
Conversation
Member
|
thanks, Yizhi. i'm doing a major refactor at the dev branch, will the merge this pull soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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