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

RE: SVN_DBG

From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Wed, 11 Nov 2009 11:54:15 +0100

> -----Original Message-----
> From: Edmund Wong [mailto:ed_at_kdtc.net]
> Sent: woensdag 11 november 2009 11:26
> To: dev_at_subversion.tigris.org
> Subject: Re: SVN_DBG
>
> Julian Foad wrote:
> > Edmund Wong wrote:
> >> ..\..\..\subversion\libsvn_subr\dso.c(110): error C4103: \
> >> 'SVN_DBG' undefined; assuming extern returning int
> > [...]
> >> Of course, this SVN_DBG is only available when SVN_DEBUG
> >> is defined. Clearly adding --debug in the gen-make.py
> >> should set the SVN_DEBUG in the projects; and they are.
> >> I grep'd SVN_DEBUG and came up with lots of hits in the
> >> *.vcproj files.
> >
> > Just a thought: are you using "pre-compiled headers"? If so, maybe
> the
> > dependency info isn't smart enough to detect that it needs to re-
> build
> > them. When I used to use Visual Studio I normally turned them off.
>
> Not that I know of. Unfortunately, my Windows system's down
> atm so I can't tell.

The Windows build doesn't enable pre-compiled headers.

Pre-compiled headers are most usefull if you have a large batch of headers
you include in every file before all other headers and we don't use that in
Subversion.

(And SVN_DBG works fine for me when compiling subversion_vcnet.sln in DEBUG
mode)

        Bert

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2416488
Received on 2009-11-11 11:54:31 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.