Re: svn commit: r1209610 - /subversion/trunk/subversion/libsvn_subr/debug.c
From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Fri, 6 Jan 2012 02:12:15 +0100
On Fri, Dec 2, 2011 at 7:04 PM, <hwright_at_apache.org> wrote:
For some reason, after this commit my *Release* build on Windows (VCE
libsvn_subr.def : error LNK2001: unresolved external symbol svn_dbg__preamble
I've been trying to understand why, but I don't. Maybe something to do
Is any of the other Windows devs seeing this?
A Debug build still works, so if SVN_DEBUG is defined everything's ok.
-- Johan > Modified: > subversion/trunk/subversion/libsvn_subr/debug.c > > Modified: subversion/trunk/subversion/libsvn_subr/debug.c > URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/debug.c?rev=1209610&r1=1209609&r2=1209610&view=diff > ============================================================================== > --- subversion/trunk/subversion/libsvn_subr/debug.c (original) > +++ subversion/trunk/subversion/libsvn_subr/debug.c Fri Dec 2 18:04:14 2011 > @@ -29,6 +29,9 @@ > #include "svn_types.h" > #include "svn_string.h" > > +/* We only build this code if SVN_DEBUG is defined. */ > +#ifdef SVN_DEBUG > + > #include "private/svn_debug.h" > > > @@ -111,3 +114,5 @@ svn_dbg__print_props(apr_hash_t *props, > SVN_DBG((" '%s' -> '%s'\n", name, val->data)); > } > } > + > +#endif > >Received on 2012-01-06 02:13:12 CET |
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.