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
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
_
> 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-
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
> 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
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
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