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

builddir != srcdir is broken

From: Philip Martin <philip_martin_at_ntlworld.com>
Date: 2001-10-26 00:41:20 CEST

[Sorry if this is a duplicate, the first copy I sent doesn't appear to
have made it. -pm]

I have the directory structure
       .../svn/
       .../svn/apr/
       .../svn/db/
       .../svn/neon/
       .../obj/
and I build in the obj directory. This used to work, but now doesn't:

$ ../svn/configure --prefix=/usr/local/subversion --enable-maintainer-mode
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 executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
configure: Apache Portable Runtime (APR) library configuration
Using apr found in source directory
Creating config files for APR...
../svn/configure: ./buildconf: No such file or directory
configuring package in apr now
../svn/configure: /home/pm/sw/subversion/svn/apr/configure: No such file or directory
configure failed for apr
sed: can't read confdefs.h: No such file or directory

Running configure in the source directory works, so my source setup is
basically sound.

Philip

---------------------------------------------------------------------
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:36:46 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.