> 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