-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Many issues on OS X running ./distribute.sh -m "kivy" #36
Comments
I think I found the gcc problem: the script has the path hard-coded:
This needs to be "toolchains/arm-linux-androideabi-4.4.3/prebuilt/darwin-x86/bin" on my system. |
More issues once I fix that path issue:
and then the script stops again because OS X does not have wget, only curl. |
(the replacement curl command is "curl -O -L $url") |
I can't find anything that documents what "declare -A" might do so I've altered it to "declare -a" (declare as array) which appears to be the intent. |
Now I've hit this problem:
build_pygame does exist in recipes/pygame/recipe.sh ... no idea why this breaks yet. The script continued on though and then died with stacks of cython errors, the start of which was:
There is no "build/python-install" directory. |
Ah, I'm figuring it out. It seems I need to build a bunch of dependencies first, possibly starting right back with ./distribute.sh -m "hostpython" ... still doesn't work though. When I try the above I end up with:
|
I'm afraid I've hit a dead-end now. No matter what combination of modules I try to build I end up with the build terminating with:
|
fighting with this too... looks like line 103: we have to use : but then, the
Its very important to be able to compile from our environnement and not from VMs. can anyone help ? |
I am wading through similar problems using Mac Lion - its a real pain. I am fiddling with distribute.sh but am not confident in what best to do. Has anyone any ideas? With thanks in anticipation... |
we're working on it. are you at europython ? |
er europython?? - I am taking my very first steps with this and have I am rather foolishly trying to write an Android app on my Mac laptop in Any advice gratefully received, Best Philip. On 4 July 2012 17:34, Julien Bouquillon <
|
yep. its not working yet on OSX but in a few days it should. you can also use this ubuntu VM which works great on virtualbox and has all you need inside : https://groups.google.com/forum/?fromgroups#!topic/python-android/UbFDWXhGtZI |
Thanks very much for engaging - please let me know if/when you get it to Many thanks Philip. On 4 July 2012 17:48, Julien Bouquillon <
|
here's where i'm finally stucked with the ends with
|
All of theses have been fixed, and it's already merged in master. Closing this issue. |
This is really good news - could you possibly provide a link to the fixes? Thanks On 21 August 2012 10:47, Mathieu Virbel [email protected] wrote:
|
No link to the fixes, it was part of the macosx branch plus additionnal fixes in master |
distribute.sh has two issues on OS X:
I've now run into a problem that it can't find arm-linux-androideabi-gcc which I'll have to resolve before progressing.
The text was updated successfully, but these errors were encountered: