Re: Qt and subsurface for Android

2017-01-09 Thread Thiago Macieira
On segunda-feira, 9 de janeiro de 2017 21:59:40 PST Anton Lundin wrote: > > I'm having this same problem. I thought it was my version of cmake, and > > ended up updating my dist from wily to xenial (LTS) and then yakkety. > > Still > > no luck. I may try the above hack later... but is that the

Re: Re: Qt and subsurface for Android

2017-01-09 Thread Anton Lundin
On 09 January, 2017 - Martin Long wrote: > On Mon, 9 Jan 2017 at 15:24 Joakim Bygdell wrote: > > > On 3 January 2017 at 06:37, Willem Ferguson < > > willemfergu...@zoology.up.ac.za> wrote: > > > > > > Thank you very much, this really helped. It appears all the locations > >

Re: Re: Qt and subsurface for Android

2017-01-09 Thread Joakim Bygdell
On 3 January 2017 at 06:37, Willem Ferguson wrote: > Thank you very much, this really helped. It appears all the locations > have been found. > > Now, I get the message below: > > -- system name Android > -- Found Qt for Android:

Re: Qt and subsurface for Android

2017-01-03 Thread Dirk Hohndel
ith the Android SDK Manager. > >> And of course I have no idea of even where to start looking for the problem. > > Read the script. Verify that the right things are happening. These are > advanced topics and require understanding of both Android, Android NDK, > Qt and Subsurface. I agree

Re: Qt and subsurface for Android

2017-01-03 Thread Anton Lundin
SDK Platform are needed. Make sure those are installed with the Android SDK Manager. > And of course I have no idea of even where to start looking for the problem. Read the script. Verify that the right things are happening. These are advanced topics and require understanding of both Android, Android NDK, Qt

Re: Qt and subsurface for Android

2017-01-03 Thread Willem Ferguson
On 03/01/2017 11:33, Anton Lundin wrote: Run build.sh from a clean directory, I'd guess you are trying to re-use a old ndk-toolchain. ~/src/subsurface/packaging/android$ ls -l total 24 -rw-rw-r-- 1 willem willem 12292 Jan 3 06:47 build.sh drwxrwxr-x 2 willem willem 4096 Jan 2 10:41 patches

Re: Fwd: Re: Qt and subsurface for Android

2017-01-03 Thread Anton Lundin
On 03 January, 2017 - Willem Ferguson wrote: > On 03/01/2017 10:54, Anton Lundin wrote: > >On 03 January, 2017 - Willem Ferguson wrote: > > > >>Now, I get the message below: > >> > >>-- system name Android > >>-- Found Qt for Android: /home/willem/src/Qt/5.7/android_armv7 > >>-- Found Android

Re: Fwd: Re: Qt and subsurface for Android

2017-01-03 Thread Willem Ferguson
On 03/01/2017 10:54, Anton Lundin wrote: On 03 January, 2017 - Willem Ferguson wrote: Now, I get the message below: -- system name Android -- Found Qt for Android: /home/willem/src/Qt/5.7/android_armv7 -- Found Android SDK: /home/willem/src/subsurface/../android-sdk-linux -- Found Android

Re: Fwd: Re: Qt and subsurface for Android

2017-01-03 Thread Anton Lundin
On 03 January, 2017 - Willem Ferguson wrote: > > > On 02/01/2017 14:10, Dirk Hohndel wrote: > >You need to have a version of Qt that contains the Android bits installed. > >Something like this > >http://download.qt.io/official_releases/qt/5.7/5.7.1/qt-opensource-linux-x64-android-5.7.1.run > >

Fwd: Re: Qt and subsurface for Android

2017-01-02 Thread Willem Ferguson
On 02/01/2017 14:10, Dirk Hohndel wrote: You need to have a version of Qt that contains the Android bits installed. Something like this http://download.qt.io/official_releases/qt/5.7/5.7.1/qt-opensource-linux-x64-android-5.7.1.run Install this wherever you want - and then have a link named

Re: Qt and subsurface for Android

2017-01-02 Thread Willem Ferguson
On 02/01/2017 14:10, Dirk Hohndel wrote: You need to have a version of Qt that contains the Android bits installed. Something like this http://download.qt.io/official_releases/qt/5.7/5.7.1/qt-opensource-linux-x64-android-5.7.1.run Install this wherever you want - and then have a link named

Re: Qt and subsurface for Android

2017-01-02 Thread Anton Lundin
On 02 January, 2017 - Willem Ferguson wrote: > I am trying to build subsurface for execution on Android in order to > test the FTDI support. However I get the following error: > > ~/src$ export SUBSURFACE_DESKTOP=ON > ~/src$ printenv | grep "SUBSURFACE_DESKTOP" > SUBSURFACE_DESKTOP=ON > ~/src$

Re: Qt and subsurface for Android

2017-01-02 Thread Dirk Hohndel
> On Jan 2, 2017, at 3:20 AM, Willem Ferguson > wrote: > > I am trying to build subsurface for execution on Android in order to test the > FTDI support. However I get the following error: > > ~/src$ export SUBSURFACE_DESKTOP=ON > ~/src$ printenv | grep

Qt and subsurface for Android

2017-01-02 Thread Willem Ferguson
I am trying to build subsurface for execution on Android in order to test the FTDI support. However I get the following error: ~/src$ export SUBSURFACE_DESKTOP=ON ~/src$ printenv | grep "SUBSURFACE_DESKTOP" SUBSURFACE_DESKTOP=ON ~/src$ bash subsurface/packaging/android/build.sh ~/src/subsurface