Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Stephan Beal
On Fri, Mar 15, 2013 at 4:02 PM, Mark Janssen wrote: > http://repos.mpcjanssen.nl is currently hosted on my TF101 tablet :) > Ah, that makes my geeky heart just flutter with excitement :-D. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal ___

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Jan Nijtmans
2013/3/15 Mark Janssen : > As an example of how much fun this is: > > http://repos.mpcjanssen.nl is currently hosted on my TF101 tablet :) > > So together with AIDE I now have everything to develop apps directly on the > tablet. See: For

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
On Fri, Mar 15, 2013 at 3:32 PM, Stephan Beal wrote: > On Fri, Mar 15, 2013 at 12:41 PM, Mark Janssen wrote: > >> After struggeling with cross compiling fossil for Android using plain GCC >> for a while, I tried today to compile it using the NDK. >> ... >> > Have fun with this, >> > > FWIW: +

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
On Fri, Mar 15, 2013 at 2:53 PM, Jan Nijtmans wrote: > 2013/3/15 Mark Janssen : > > I have attached the patch for those who are interested. Currently you > need > > to build on Linux because of the source translation step. It would be > nice > > if this could somehow be included in fossil proper.

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Stephan Beal
On Fri, Mar 15, 2013 at 12:41 PM, Mark Janssen wrote: > After struggeling with cross compiling fossil for Android using plain GCC > for a while, I tried today to compile it using the NDK. > ... > Have fun with this, > FWIW: +++1! -- - stephan beal http://wanderinghorse.net/home/stephan/

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Jan Nijtmans
2013/3/15 Mark Janssen : > I have attached the patch for those who are interested. Currently you need > to build on Linux because of the source translation step. It would be nice > if this could somehow be included in fossil proper. The change to src/user.c looks good to me, except for the line:

[fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
After struggeling with cross compiling fossil for Android using plain GCC for a while, I tried today to compile it using the NDK. After a tiny change in the code (adding a define for getpass()) and some new NDK build scripts, I was able to compile and run fossil from my Android tablet. I tested clo