Re: [Libreoffice] Android cross-building state

2011-09-29 Thread Michael Meeks
Hi there, On Wed, 2011-09-28 at 17:40 +0200, Thorsten Behrens wrote: > thanks to Tor's and others (Kendy, Fridrich, Jesus and all those I > forgot) work around making LibO truly cross-buildable, there's now > Android building up to instsetoo_native again. Awesome - so the GUI bit comes ne

Re: [Libreoffice] Android cross-building state

2011-09-28 Thread Thorsten Behrens
Tor Lillqvist wrote: > Thorsten, did you follow that example and set SYSBASE, or did you get > your Android cross-build to complete without using SYSBASE? > I did set SYSBASE, following your example. Cheers, -- Thorsten pgpFm569o9dcg.pgp Description: PGP signature _

Re: [Libreoffice] Android cross-building state

2011-09-28 Thread Tor Lillqvist
> actually git grep SYSBASE= still return nothing useful. I don't know if setting it in the environment when running configure is the intended use case (who knows?), but I notice that in my Android cross-build tree's autogen.lastrun, I set SYSBASE=/home/tml/android-ndk-r6/platforms/android-9/arch-

Re: [Libreoffice] Android cross-building state

2011-09-28 Thread Norbert Thiebaud
On Wed, Sep 28, 2011 at 1:53 PM, Tor Lillqvist wrote: >> I don't think we use SYSBASE anywhere anymore > > Huh, we use in a lot of places. > http://opengrok.libreoffice.org/search?q=&project=core&defs=&refs=SYSBASE&path=&hist= humm, I must have botched my git grep... sorry about the noise. I'm a

Re: [Libreoffice] Android cross-building state

2011-09-28 Thread Tor Lillqvist
> I don't think we use SYSBASE anywhere anymore Huh, we use in a lot of places. http://opengrok.libreoffice.org/search?q=&project=core&defs=&refs=SYSBASE&path=&hist= > I don't think it is a good idea -- and it is inconsistent with what we > do now -- to overwrite CC/CXX if it has been defined by

Re: [Libreoffice] Android cross-building state

2011-09-28 Thread Norbert Thiebaud
On Wed, Sep 28, 2011 at 10:40 AM, Thorsten Behrens wrote: > Hi *, > > > If I get to it, I'll have a tinderbox building it - and to make > people playing with it a tad easier, what about attached patch to > configure.in (similar in spirit to the --with-macosx-sdk option), > that adds a --with-andro

[Libreoffice] Android cross-building state

2011-09-28 Thread Thorsten Behrens
Hi *, thanks to Tor's and others (Kendy, Fridrich, Jesus and all those I forgot) work around making LibO truly cross-buildable, there's now Android building up to instsetoo_native again. It's not doing anything sensible besides compiling yet. If I get to it, I'll have a tinderbox building it - an