Re: Re: Newbie's same old question about Cygwin (was: Re: Newbie's same old ques
From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-07-25 23:07:10 CEST
Marcos Chaves wrote:
The one that unpacks to /usr/src/subversion-1.0.5-1.patch when you install
Mostly it's just backports from trunk/1.1.x. Ignore it if you are building
> Is this the one to make apr-util understand 4.2?
No.
> The apr-util version that comes with th Cygwin 1.0.5 source tarball is
???
No, the subversion-1.0.5.tar.bz2 that comes in the Cygwin package is the
> The only non-trivial change (at least for me, because I still don't
Don't do that! Use the *devel* not *stable* versions of the autotools.
Although the devel/stable terms were originally accurate, now:
devel = up-to-date and working well
If you have a look in the build script (installed into /usr/src) you will
PATH="/usr/autotool/devel/bin:$PATH" ./autogen.sh
which accomplishes the same thing.
In fact, I have that PATH set up permanently in my user environment - these
> Anyway, I did it when I was trying to build Subversion from trunk/ and I
FWIW, I clean-build svn from trunk about once a week, with the following
./autogen.sh
Although, I do tend to have several patches applied to my system libtool. I
Try executing exactly the following:
export PATH="/usr/autotool/devel/bin:$PATH"
I'm running that right now (with my libtool modifications deactivated), and
Max.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.