[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: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 09 Nov 2009 11:47:41 +0000

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.

- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2415759
Received on 2009-11-09 12:48:20 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.