This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling for Android 2.2 (API version 8)


On 01/28/2012 01:30 PM, Bill Robinson wrote:
Hi

Just been wrestling getting a basic OpenGL ES app running on Android
and was up against gnu.text.Path not loading because of
javax.tools.FileObject not being found. So found that commenting out
that implements helped.

That should be happening automatically, as part of the "preprocess" step. If using Ant, it's the "preprocess" target; if using make, it's the selected-java-source. Either is supposed to be run automatically. What command lines did you use to build Kawa? -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]