I'm having trouble getting a clean HEAD checkout to build on OS X.
% svn-bootstrap up
...
Updated to revision 2173.
% (cd apr ; cvs up -d -P)
% (cd apr-util ; cvs up -d -P)
% configure --disable-shared --enable-maintainer-mode --with-berkeley-db=/sw
...
% make
...
I get many many errors like this:
In file included from subversion/libsvn_fs/dag.c:27:
subversion/libsvn_fs/dag.h:136: warning: declaration of `txn_id' shadows global declaration
subversion/libsvn_fs/dag.h:162: warning: declaration of `txn_id' shadows global declaration
subversion/libsvn_fs/dag.h:187: warning: declaration of `txn_id' shadows global declaration
However, it keeps on trucking and building.
Then it dies like this:
subversion/libsvn_fs/fs.c: In function `cleanup_fs':
subversion/libsvn_fs/fs.c:137: structure has no member named `txn_checkpoint'
subversion/libsvn_fs/fs.c:142: structure has no member named `txn_checkpoint'
make: *** [subversion/libsvn_fs/fs.lo] Error 1
Anyone else having any trouble? Is there some step I forgot? Some file
that's out of date? I have no trouble building the 0.12 tarball. I
haven't tried the 0.13 tarball since the bootstrap client I had working
seemed good enough to get HEAD so I could build from there. (Is this my
problem?)
Any help appreciated!
-David Mankin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 12 23:25:27 2002