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

new build system, day 2.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-05-29 16:50:22 CEST

I noticed a lot of changes from you, Greg. I did a cvs update this
morning and then:

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

The build process stumbled when it tried to link 'svn', because
ra_local didn't exist. I had to 'make libsvn_ra_local' manually,
which went fine, and then run 'make' again.

Like yesterday, the build process then stopped while trying to build
'ra-local-test', claiming that it couldn't find libsvn_repos.

The good news is that at this moment, I don't particularly care. I've
got a brand new 'svn' binary, and that's good enough for me to keep
working. Like you said, Greg, it will take a few days to get all bugs
worked out. The two bugs I'm reporting are relatively minor:

  * libsvn_ra_local isn't being automatically built

  * ra-local-test can't find libsvn_repos.

Moving on. :)

---------------------------------------------------------------------
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:31 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.