-
Notifications
You must be signed in to change notification settings - Fork 50
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
make ios build more like android build #18
Conversation
…lled from the build-all platform loop (just like for android)
…by the boost bootstrapper
make ios build more like android build
Hi Aaron Thanks for taking the time to make the changes. I merged in you changes but I have however, successfully merged and tested merge request #19. Thanks On Thu, Jan 31, 2013 at 4:42 PM, Aaron Simmons notifications@github.com
|
Oh sorry about that. It was working for me... What error are you getting? |
The boost bootstrap script fails. When I look at the bootstrap.log file I ld: warning: ignoring file I have reverted the master and merged in the other changes you made. I will Thanks On Mon, Feb 4, 2013 at 7:16 AM, Aaron Simmons notifications@github.comwrote:
|
I've attached the bootstrap.log file. I think the issue is that when the On Tue, Feb 5, 2013 at 9:45 PM, Mevan Samaratunga mevansam@gmail.comwrote:
|
Oh, that is interesting. I definitely am not getting that error. Perhaps my system is subtly different from yours. I'm on 10.8.2 with XCode 4.6. |
Ah, I think I figured it out: it needs the xcode 4.6 fix merged into it. I'll file another pull request. |
The iOS build (especially Boost) is quite a bit different than it is for Android. I've refactored the build so that iOS and Android are more similar. In this pull request: