Mac OS X Qt Build support#141
Closed
msgilligan wants to merge 3 commits intomastercoin-MSC:mscore-0.0.8from
Closed
Mac OS X Qt Build support#141msgilligan wants to merge 3 commits intomastercoin-MSC:mscore-0.0.8from
msgilligan wants to merge 3 commits intomastercoin-MSC:mscore-0.0.8from
Conversation
These issues have been addressed upstream, also.
(This is a hack and the correct fix is probably a reinstall of all the dylib dependencies with HomeBrew) The issue is that libboost_system.dylib is a direct dependency and is being correctly included, but libboost_system-mt.dylib is showing up as an indirect dependency and breaking the deploy script (file not found)
Author
|
As this currently stands it builds and runs on my OS X 10.8 system. I shipped the built .dmg to @CraigSellars and he was unable to run it on his OS X 10.9. |
Author
|
OK, I'm going to split this into multiple pull requests against mscore-0.0.9 Starting with 734e1ff which should be merged immediately (it's easy to review and doesn't affect anything besides the OS X build) |
Author
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.
Changes for Mac OS X build of MasterCore-Qt.app
This is a work-in-progress and needs additional development and testing before being merged.