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

Re: subversion 0.14.2

From: Drew Jetter <ajetter1_at_cox.net>
Date: 2002-08-25 08:41:27 CEST

> Well, if you're not building Subversion from source, then there
> probably isn't a whole lot you can do. I just committed (r3054) a
> change that should help right now.

I tried compiling the source, but I got errors. My compiler is
Microsoft Visual C++ 6.0, service pack 5 installed and the latest
version of the core Microsoft SDK is installed as well. I downloaded
apr, apr-util, and apr-iconv to the subversion directory called 'trunk'.
While compiling the __build__ project, I get the following:

--------------------Configuration: libsvn_subr - Win32 Debug--------------------
Compiling...
config.c
c:\subvtest\sbv\subversion\libsvn_subr\config_impl.h(96) : warning C4005: 'SVN_REGISTRY_CONFIG_PROXY_KEY' : macro redefinition
        c:\subvtest\sbv\subversion\libsvn_subr\config_impl.h(85) : see previous definition of 'SVN_REGISTRY_CONFIG_PROXY_KEY'
c:\subvtest\sbv\subversion\libsvn_subr\config.c(192) : error C2146: syntax error : missing ';' before identifier 'SVN_REGISTRY_CONFIG_CONFIG_KEY'
c:\subvtest\sbv\subversion\libsvn_subr\config.c(192) : error C2065: 'SVN_REGISTRY_CONFIG_CONFIG_KEY' : undeclared identifier
Error executing cl.exe.

--------------------------------------

How can I fix this? Thanks for your help
Received on Sun Aug 25 08:41:46 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.