Re: Cross compiling build instructions

2019-10-19 Thread Nathan Hartman
On Fri, Oct 18, 2019 at 5:00 PM Branko Čibej wrote: > On 18.10.2019 21:39, Nathan Hartman wrote: >> On Fri, Oct 18, 2019 at 2:40 PM Robert Dailey wrote: >>> CMake is really versatile and great for cross compiling. >>> >> I'm copying Brane because I recall some mention about CMake. Is it >>

Re: Cross compiling build instructions

2019-10-18 Thread Branko Čibej
On 18.10.2019 21:39, Nathan Hartman wrote: > On Fri, Oct 18, 2019 at 2:40 PM Robert Dailey > mailto:rcdailey.li...@gmail.com>> wrote: > > On Fri, Oct 18, 2019 at 1:26 PM Nathan Hartman > mailto:hartman.nat...@gmail.com>> wrote: > > I think there is a use case for SVN on Android and

Re: Cross compiling build instructions

2019-10-18 Thread Nathan Hartman
On Fri, Oct 18, 2019 at 2:40 PM Robert Dailey wrote: > On Fri, Oct 18, 2019 at 1:26 PM Nathan Hartman > wrote: > > I think there is a use case for SVN on Android and iOS, namely native > apps to monitor repositories, view and make changes, etc. I have wished for > such an app myself and haven't

Re: Cross compiling build instructions

2019-10-18 Thread Robert Dailey
On Fri, Oct 18, 2019 at 1:26 PM Nathan Hartman wrote: > I think there is a use case for SVN on Android and iOS, namely native apps to > monitor repositories, view and make changes, etc. I have wished for such an > app myself and haven't found one I like. > > It has to be possible to build the

Re: Cross compiling build instructions

2019-10-18 Thread Nathan Hartman
On Fri, Oct 18, 2019 at 1:55 PM Robert Dailey wrote: > > This might be a dumb question but could you use a native ARM toolchain > rather than cross-compiling? I know that depends on having a ARMv7-a device > that can run the toolchain, but perhaps that could be achieved with > emulation (e.g.,

Re: Cross compiling build instructions

2019-10-18 Thread Robert Dailey
On Fri, Oct 18, 2019 at 10:19 AM Nathan Hartman wrote: > I'm sorry to hear that. That's certainly frustrating. :-( > > This might be a dumb question but could you use a native ARM toolchain rather > than cross-compiling? I know that depends on having a ARMv7-a device that can > run the

Re: Cross compiling build instructions

2019-10-18 Thread Nathan Hartman
On Fri, Oct 18, 2019 at 11:07 AM Robert Dailey wrote: > On Thu, Oct 17, 2019 at 10:34 AM Nathan Hartman > wrote: > > Hello Robert, > > > > Were you successful in getting the SVN client library to build? > > Hey Nathan, > > Sorry for the late response. No, I eventually got a bit further but I >

Re: Cross compiling build instructions

2019-10-18 Thread Robert Dailey
On Thu, Oct 17, 2019 at 10:34 AM Nathan Hartman wrote: > Hello Robert, > > Were you successful in getting the SVN client library to build? Hey Nathan, Sorry for the late response. No, I eventually got a bit further but I am thinking I might give up. The end goal is to compile Subversion client

Re: Cross compiling build instructions

2019-10-17 Thread Nathan Hartman
On Tue, Oct 15, 2019 at 4:00 PM Robert Dailey wrote: > I am trying to cross-compile the subversion library for Android using > the Android NDK. Hello Robert, Were you successful in getting the SVN client library to build? Thanks Nathan

Re: Cross compiling build instructions

2019-10-15 Thread Julian Foad
Robert Dailey wrote: I am trying to cross-compile the subversion library for Android using the Android NDK. I would love to see a successful Android build of svn client (and/or of a svn server). Just to set your expectations: as far as I am aware, nobody has previously been talking about

Cross compiling build instructions

2019-10-15 Thread Robert Dailey
Hello, I am trying to cross-compile the subversion library for Android using the Android NDK. I have the toolchain properly set up, I think, but I'm getting a strange error during `./configure`: ``` checking build system type... x86_64-unknown-linux-gnu checking host system type... configure: