Re: Android compile problem, local and on Travis

2017-12-26 Thread Robert Helling
Hi, > On 26. Dec 2017, at 15:55, Jan Mulder > wrote: > > Notice the reference to the .../doc directory. Fully unclear to me where that > is coming from. Our documentation directory is called "Documentation". > > Anybody a useful idea on this

Re: Android compile problem, local and on Travis

2017-12-26 Thread Dirk Hohndel
> On Dec 26, 2017, at 8:48 AM, Jan Mulder wrote: >> I did do a local build and I don't get the error that you show. >> I then gripped through all of the cmake created build files in my build >> directory for doc (not docs, documentation, etc, but "doc") and came up >>

Re: Android compile problem, local and on Travis

2017-12-26 Thread Jan Mulder
On 26-12-17 17:23, Dirk Hohndel wrote: On Dec 26, 2017, at 6:55 AM, Jan Mulder wrote: Since some days (do not know exactly what introduced this) I have a compile problem when building the Android apk on my local system. I'm building using the build.sh from packaging

Re: Android compile problem, local and on Travis

2017-12-26 Thread Dirk Hohndel
> On Dec 26, 2017, at 6:55 AM, Jan Mulder wrote: > > Since some days (do not know exactly what introduced this) I have a compile > problem when building the Android apk on my local system. I'm building using > the build.sh from packaging (already from a long time). > >

Android compile problem, local and on Travis

2017-12-26 Thread Jan Mulder
Since some days (do not know exactly what introduced this) I have a compile problem when building the Android apk on my local system. I'm building using the build.sh from packaging (already from a long time). It's just after the apk is created (so it does not hinder testing of own build apks,

Re: Compiling Subsurface against Qt in debug/developer mode

2017-12-26 Thread Thiago Macieira
On terça-feira, 26 de dezembro de 2017 08:15:06 -02 Jan Mulder wrote: > Currently, I'm (test) compiling Subsurface against the relatively new Qt > 5.10, which I compiled myself in developer mode. As the Qt source > contains numerous asserts that are only active in developer mode, I > (obviously)

Compiling Subsurface against Qt in debug/developer mode

2017-12-26 Thread Jan Mulder
Currently, I'm (test) compiling Subsurface against the relatively new Qt 5.10, which I compiled myself in developer mode. As the Qt source contains numerous asserts that are only active in developer mode, I (obviously) trip some of them while using our Subsurface (see for example, PR #977).