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

compile errors with 0.33

From: SteveKing <steveking_at_gmx.ch>
Date: 2003-11-14 19:44:44 CET

Hi,

Here's what I did:
svn checkout http://svn.collab.net/repos/svn/tags/0.33.0/ SubVersion

then copied all the required external libraries to the required
locations (e.g. apache 2.0.48, neon, apr, openssl, ...)

then I did
python gen-make.py -t
vcproj --with-openssl=F:\Development\SVN\common\openssl --with-zlib=F:\Devel
opment\SVN\common\zlib

the vcproj files got created.

But when I then try to compile Subversion
I get many, many compile errors in libsvn_fs

Compiling...
uuid.c
f:\Development\SVN\SubVersion\apr-util\include\apu.h(147) : warning C4005:
'APU_HAVE_DB' : macro redefinition
command-line arguments : see previous definition of 'APU_HAVE_DB'
f:\Development\SVN\SubVersion\subversion\libsvn_fs\fs.h(48) : error C2061:
syntax error : identifier 'DB_ENV'
f:\Development\SVN\SubVersion\subversion\libsvn_fs\fs.h(51) : error C2143:
syntax error : missing '{' before '*'
f:\Development\SVN\SubVersion\subversion\libsvn_fs\fs.h(52) : error C2143:
syntax error : missing '{' before '*'
f:\Development\SVN\SubVersion\subversion\libsvn_fs\fs.h(53) : error C2143:
syntax error : missing '{' before '*'
f:\Development\SVN\SubVersion\subversion\libsvn_fs\fs.h(54) : error C2143:
syntax error : missing '{' before '*'
.....
libsvn_fs - 545 error(s), 27 warning(s)

So my question is: what did change between 0.32.1 and 0.33 in the
compilation process?
What do I have to do to compile successfully?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 14 19:45:48 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.