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

confirmation: top-level build still broken?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-07 19:44:11 CET

I'm aware that Greg Stein and others may be working right now on
fixing our top-level builds, so not sure if this mail needs to be
sent. But just in case it provides any new information to anyone:

I have completely up-to-date Subversion, apr, and apr-util, and got
the same failing result with both of these commands:

   $ ./autogen.sh; ./configure --enable-maintainer-mode --disable-shared

and

   $ ./autogen.sh; ./configure --enable-maintainer-mode --disable-shared \
                               --with-apr=/home/kfogel/src/subversion/apr

The tail of result is this:

   [...]
   ./configure --enable-maintainer-mode
   ./configure --disable-shared
   ./configure --enable-maintainer-mode --disable-shared
   
   Note: this build will create the Subversion shared libraries and a
          command-line client. If you wish to build a Subversion server,
          you will need Apache 2.0. See www/server_setup.html for details.
   
   creating config.nice
   configure: Apache Portable Runtime (APR) library configuration
   checking for APR... configure: error: the --with-apr parameter is \
   incorrect. It must specify an install prefix, a build directory, or \
   an apr-config file.
   $

I think one can get around this by building and installing APR
separately first, so this is not a showstopper. That's what I'm going
to do now...

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:05 2006

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.