On 24 Jun 2011, at 21:58, Ivan Vučica wrote: > On Fri, Jun 24, 2011 at 22:55, Pirmin Braun <[email protected]> wrote: > Am Fri, 24 Jun 2011 22:03:31 +0200 > schrieb Ivan Vučica <[email protected]> : > > > Is there any interest in getting at least GNUstep's Foundation to run on > > Android? > > yes. > > I am almost certain that I will NOT be able to successfully do this, which is > why I have posted on this list. :-)
I'm interested. The clang that Apple ships can target ARM and the GNU runtimes, so you should be able to target android without a custom compiler, although you will need a copy of Android binutils for linking, along with the Android headers. With the latest NDK, there is even the possibility of running -gui. There's a Skia back end for Cairo, so it should be possible to port the drawing part with minimal effort, although the event handling and window management code will need writing. David -- This email complies with ISO 3103 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
