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

apr(util) build? (was: Seruious problems with APU_WANT_DB)

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-10-31 00:53:03 CET

On Thu, Oct 30, 2003 at 11:13:29PM +0100, Branko ?ibej wrote:
>...
> No can do. DevStudio doesn't look at the environment, we're using APR's
> project files unchanged, so we can't nsert the path there. Ideally, we'd
> get APR to use our build generators, but that's in the futire, I suppose...

Branko already knows this, but if it isn't clear to others: modifying
apr(-util) to use something like gen-make isn't really that far out. If
somebody wants to tackle it, then please feel free.

I'll note that the problem is *greatly* simplified over what Subversion
has to deal with. APR(UTIL) only produces a single target library plus
some test programs. That is a boatload of simplification compared to SVN's
multiple libraries, multiple executables, SWIG bindings, test programs,
blah blah blah.

Such a script would have a minor preference towards Perl (as apr(util)
don't use any Python yet), but I don't see any real problem in using
Python either. Of course, it would need to stick to "buildconf" time,
rather than configure/make time (since perl/python would not be available
at those points). (personally, I'd recommend Python so that it could use
ezt like gen-make does for the .dsp files)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 31 00:54:05 2003

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.