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

SVN Server Build issue(s)

From: Adam W. Montville <awm_at_rivertechltd.com>
Date: 2002-03-22 15:32:25 CET

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

Of course, the file isn't found, probably because /include doesn't
exist, nor should it in this case. I pass the make stage, and the make
stage -- the error is experienced in the 'make install' stage.

So, what I've done to work around this mistake is to create the /include
directory with a "dummy.h" file, and hand copy the <src-root>/include
directory to /usr/local/apache2/include. Everything was happy in the
build process (still haven't tested the server).

Regards,

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 22 15:47:27 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.