Kawa build.xml patch for Android
Per Bothner
per@bothner.com
Tue Jul 3 18:29:00 GMT 2012
On 07/03/2012 10:50 AM, craven@gmx.net wrote:
> These are exactly the problems I ran into. You need to compile kawa by
> running ./configure as follows:
>
> JAVACFLAGS="-source 1.6 -target 1.6" ./configure --prefix=/usr
> --with-android=/opt/android-sdk/platforms/android-14/android.jar
> --disable-xquery --disable-brl --disable-jemacs --disable-echo2
> --without-swing --without-swt --without-awt --without-sax2
Most of these switch shouldn't be needed, since the they're the
default for Android. At least these should be redundant:
--without-swing --without-swt --without-awt --disable-echo2
given --with-android. Right?
> which disables most things (you don't need most of them on android
> anyway). Then you need to remove all the gnu.kawa.models... files from
> the .jar (extract it, remove the files, then compress it again).
Could you try the attached patch?
--
--Per Bothner
per@bothner.com http://per.bothner.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: and-awt.patch
Type: text/x-patch
Size: 1663 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/kawa/attachments/20120703/6ca578ff/attachment.bin>
More information about the Kawa
mailing list