SVN_DBG
From: Edmund Wong <ed_at_kdtc.net>
Date: Sat, 07 Nov 2009 10:19:04 +0800
Hi,
I'm still not understanding SVN_DBG, not because I don't know what it
As far as I know, I just need to do the following:
1) python gen-make.py -t vcproj --vsnet-version=2008 --debug
2) nmake all1 all2 check
Is that all I need to do? The last time I tried SVN_DBG, I got
..\..\..\subversion\libsvn_subr\dso.c(110): error C4103: \
But grep'ing for SVN_DBG, it's clearly defined in
#ifdef SVN_DBG_QUIET
#define SVN_DBG(ARGS) svn_dbg__preamble(__FILE__, __LINE__, NULL)
#else
#define SVN_DBG(ARGS) (svn_dbg__preamble(__FILE__, __LINE__,
#endif
Of course, this SVN_DBG is only available when SVN_DEBUG
The last time on IRC I pestered Bert about this and came up
Any help appreciated.
Edmund
------------------------------------------------------
|
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.