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

Re: Error in build system

From: Nicholas Riley <njriley_at_uiuc.edu>
Date: 2002-08-04 21:36:06 CEST

On Sun, Aug 04, 2002 at 03:35:56PM +0200, Daniele Nicolodi wrote:
> I have tried to build subversion using a different directory than the
> source directory because i need to build also a statically linked binary
> for my clients that dosn't have all necessary libs installed.
>
> I get an error about key-gen.lo is not present. I have checked and no,
> key-gen.lo is not here. The problem is that key-get.lo is not builded
> in the build directory if it is in the source directory. I have resolved
> cleaning up the source directory with make clean but i think that this
> is a problem of the build system.

jerenkrantz and I talked about this on IRC a few days ago when I made
a similar complaint. This is just the way make works with vpath
builds, it will always check for a dependency in the source tree
before it checks in the build tree. Nothing easily fixable in
subversion's build process.

-- 
=Nicholas Riley <njriley_at_uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 4 21:37:00 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.