- Notifications
You must be signed in to change notification settings - Fork425
Generating bad object file by Xcode 6.1 fix#517
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
deanberris commentedApr 20, 2015
So having had a look at this, it seems it's broken according to Travis. Can you fix the breakages and then try again? Or, as I suspect, since I've merged another pull request that touches these things you may need to re-do this in another branch. Seehttp://cpp-netlib.org/process.html for a hint on how I prefer to do bug-fix-branches. |
deanberris commentedMay 10, 2015
@toolbits -- do you have time to update this PR? |
toolbits commentedMay 18, 2015
Hi, I have little time in this week. |
ghost commentedMay 18, 2015
Thanks — looking forward to the update!
|
deanberris commentedMay 22, 2015
Looks like this is still broken@toolbits -- you might want to look at the results from Travis (https://travis-ci.org/cpp-netlib/cpp-netlib/builds/57927023) so that you can perhaps debug better? Or you might want to rebase from the latest in 0.11-devel? |
ksl67 commentedDec 21, 2015
I tried this against v0.11.2 and I can confirm that when I run my application (built in debug mode) in Xcode 6.3.2, it no longer crashes. |
deanberris commentedJan 7, 2016
This is superseded by#578. |
coveralls commentedNov 29, 2016
Changes Unknown when pullingf7c46ad on toolbits:0.11-devel into ** on cpp-netlib:0.11-devel**. |
Generating bad object file by Xcode 6.1 fix.
Issue#466