Julian Foad wrote on Mon, 9 Nov 2009 at 11:47 -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.
>
In this case, shouldn't gen-make.py generate project files that have
pre-compiled headers turned off? (Or does it already do so?)
Daniel
> - Julian
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2415759
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2415933
Received on 2009-11-09 23:22:22 CET