Re: SVN Update throws error.

2011-04-16 Thread Andy Levy
On Sat, Apr 16, 2011 at 03:58, Ryan Schmidt wrote: > > On Apr 16, 2011, at 02:05, Gavin Beau Baumanis wrote: > >> Now I have an issue getting APR to compile for MAC > > You know, it is very easy to compile Subversion and all its dependencies on > Mac OS X by using MacPorts: "sudo port install sub

Re: SVN Update throws error.

2011-04-16 Thread Gavin "Beau" Baumanis
Hi Daniel, You are correct - in another post I made note of actually find that out - but thanks! Using get-deps - the dependencies are certainly in their correct location, now! And it is with THIS setup, I am having the issues around APR and the MAKE error. I'll soldier on though... And as you

Re: SVN Update throws error.

2011-04-16 Thread Daniel Shahaf
On Sat, 16 Apr 2011 17:05 +1000, "Gavin Beau Baumanis" wrote: > Hi Konstantin, > > Thanks for all your recent help... > > Turns out your suspicion is correct. > It was compiler without serf. > > Here is what I had a as a directory hierarchy; > Subversion > |-Trunk > |-serf > |-ap

Re: SVN Update throws error.

2011-04-16 Thread Daniel Shahaf
On Sat, 16 Apr 2011 17:43 +1000, "Gavin Beau Baumanis" wrote: > It is amazing what you can find if you read the release notes > Who knew there was a get-deps.sh script? > Feel free to send a patch that enhances the documentation (eg, INSTALL) :-) > However, make complains about a few th

Re: SVN Update throws error.

2011-04-16 Thread Ryan Schmidt
On Apr 16, 2011, at 02:05, Gavin Beau Baumanis wrote: > Now I have an issue getting APR to compile for MAC You know, it is very easy to compile Subversion and all its dependencies on Mac OS X by using MacPorts: "sudo port install subversion" and you're done. http://www.macports.org/

Re: SVN Update throws error.

2011-04-16 Thread Gavin "Beau" Baumanis
Hi Konstantin, Thanks for all your recent help... Turns out your suspicion is correct. It was compiler without serf. Here is what I had a as a directory hierarchy; Subversion |-Trunk |-serf |-apr |-apr-utiletc And because during configure it said that it found apr and apr-ut

Re: SVN Update throws error.

2011-04-15 Thread Daniel Shahaf
On Sat, 16 Apr 2011 08:49 +0400, "Konstantin Kolinko" wrote: > 2011/4/16 Gavin Beau : > > Hi Everyone, > > > > I have built SVN from trunk. > > using the 1.6.16 deps archove for apr/apr-util/sqlite etc. > > > > I did; > > sudo sh ./autogen.sh > ~/Desktop/autogen_output.txt > > sudo ./configure

Re: SVN Update throws error.

2011-04-15 Thread Konstantin Kolinko
2011/4/16 Gavin Beau : > Hi Everyone, > > I have built SVN from trunk. > using the 1.6.16 deps archove for apr/apr-util/sqlite etc. > > I did; > sudo sh ./autogen.sh > ~/Desktop/autogen_output.txt > sudo ./configure > ~/Desktop/configure_output.txt > sudo make > ~/Desktop/make_output.txt > sudo mak