[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: Branko Čibej <brane_at_xbc.nu>
Date: 2002-08-25 14:33:51 CEST

Drew Jetter wrote:

> > 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

Shoot cmpilato who screwed up the r3052 commit. :-)

I just fixed this, in revision 3057. You'll also have to apply the
following patch to neon-0.22.0:

--- neon-0.22.0/neon.mak 2002-08-09 21:43:43.000000000 +0200
+++ neon/neon.mak 2002-08-21 00:53:44.000000000 +0200
@@ -85,7 +85,7 @@
 !IFNDEF NODAV
 
 LIB32_OBJS= \
- "$(LIB32_OBJS)" \
+ $(LIB32_OBJS) \
        "$(INTDIR)\ne_207.obj" \
        "$(INTDIR)\ne_xml.obj" \
        "$(INTDIR)\ne_acl.obj" \

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 25 14:34:31 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.