[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN Server Build issue(s)

From: Adam W. Montville <awm_at_rivertechltd.com>
Date: 2002-03-22 16:01:28 CET

That was a good call. I am, in fact, using autoconf 2.53.

On Fri, 2002-03-22 at 07:00, Garrett Rooney wrote:
> On Fri, Mar 22, 2002 at 06:32:25AM -0800, Adam W. Montville wrote:
> > Hi all,
> >
> > I've finally been able to build the SVN client after some difficulty
> > with the ./configure script, and have now moved on to building the
> > Server, per the instructions. When, however, I run the command:
> >
> > make depend && make && make install
> >
> > it fails. What it is trying to do is, from the root of the source tree,
> > run the following command:
> >
> > cp /include/*.h /usr/local/apache2/include
>
> you are probably using autoconf 2.53, which does not currently work
> with apr's Makefile.in. the autoconf people changed some things that
> broke the variable substitution used by apr.
>
> i don't know when this will be fixed, but you can work around it by
> making the line in Makefile that has 'cp /include/...' something like
> 'cp ./include/...' instead.
>
> -garrett
>
> --
> garrett rooney Unix was not designed to stop you from
> rooneg@electricjellyfish.net doing stupid things, because that would
> http://electricjellyfish.net/ stop you from doing clever things.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 22 16:16:20 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.