Changes between Version 41 and Version 42 of PySideForAndroid


Ignore:
Timestamp:
Feb 22, 2013, 11:24:13 AM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PySideForAndroid

    v41 v42  
    1313
    1414''' Do you see something incorrect or missing from the guide ? [http://modrana.org/trac#Contactthedeveloper Let me know], so I can fix it ! :)'''
     15
     16This guide is also available on the [http://qt-project.org/wiki/PySide_for_Android_guide !PySide wiki at Qt Project] - the !PySide wiki version might be a bit more up-to-date than this one & is user editable (I'm gradually "backporting" changes back to this guide).
     17
     18
    1519
    1620== Building !PySide ==
     
    3539Then clone the ''Android-pyside-build-scripts'' project and ''cd'' to it's directory:
    3640{{{
    37 git clone git@github.com:M4rtinK/android-pyside-build-scripts.git
     41git clone https://github.com/M4rtinK/android-pyside-build-scripts.git
    3842cd android-pyside-build-scripts
    3943}}}
     
    6064
    6165You can also run the ''build_shiboken.sh'' and ''build_pyside.sh'' scripts manually, just always make sure to run the Shiboken one before running the !PySide one.
     66
     67=== Build issues ===
     68If you have any issues during the PySide build, the first thing you should do is to check the PySide for Android build scripts repository if it was not updated since you cloned it, as it might already contain a fix for you issue.
     69
     70'''arm-linux-androideabi-g++: Internal error: Killed (program cc1plus)'''
     71
     72This error seems to be caused by low system resources during build and/or running the compilation in multiple threads on some machines. If you are experiencing this error, try to set {{{BUILD_THREAD_COUNT}}} in {{{env.sh}}} to 1.
    6273
    6374=== Results ===