You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Mark Jaffe <ma...@osafoundation.org> on 2004/06/26 20:02:27 UTC

Configure malfunction

I am trying to build svn client for MacOS without fink. I thought I'd 
try this:

  ./configure   --without-apr \
 >   --without-apr-util \
 >   --without-neon \
 >   --without-apache \
 >   --without-apxs \
 >   --without-berkeley-db \
 >   --without-zlib \
 >   --without-jdk \
 >   --without-swig \
 >   --with-editor=/Applications/BBEdit\ 
7/BBEdit.app/Contents/MacOS/BBEdit

And I got this result:

Configuring Subversion 1.0.4
creating config.nice
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether ln -s works... yes
configure: Apache Portable Runtime (APR) library configuration
checking for APR... configure: error: --with-apr requires a directory 
to be provided

Why is it doing APR when I asked it not to?

Mark
-- 
Mark Jaffe               | (415) 946-3028 (work)
Release Engineer         | (408) 807-2093 (cell)
OSAF                     | (415) 946-3001 (FAX)
markie@osafoundation.org | http://www.osafoundation.org/
PGP Fingerprint: 3435 EB88 6424 F5DF F2CA EF16 2DBF DFEF 143C 1ADE

Re: Configure malfunction

Posted by Greg Hudson <gh...@MIT.EDU>.
On Sat, 2004-06-26 at 16:02, Mark Jaffe wrote:
> Why is it doing APR when I asked it not to?

Subversion's dependency on APR is not optional.  We use it everywhere. 
So "--without-apr" makes no sense, since we can't build without using
APR.

If you want to build Subversion against a previously installed apr,
delete or move aside the APR subdirectory of the tarball.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org