On Tue, Jul 9, 2013 at 1:44 PM, Johan Corveleyn <jcor...@gmail.com> wrote: > It would be interesting if build-svn-deps-win.pl could also build > debug builds of the dependencies (so I can use them to make a debug > build of svn).
Agreed this was on my todo list. Just haven't gotten to it. > I suppose this is basically using "Debug" throughout the file where it > currently says "Release", and installd instead of installr for httpd > etc. [1] Roughly yes. > Now I went through the necessary steps manually, but in retrospect it > would have been better if I had spent some time editing the > build-svn-deps-win.pl script. > > Does anyone have a patch lying around for that (or can whip one up in > 5 minutes), or should I give it a try? If the latter, what should the > commandline UI look like? I'll see what I can come up with. I'd probably just do DEBUG=1 on the command line. > [1] I had a hard time getting httpd 2.4.4 to build with a debug > configuration. Apparently there is/was a bug in the libhttpd.dsp file > (should be fixed in 2.4.5). See > http://www.apachelounge.com/viewtopic.php?t=5271&start=20#24981. Good to know.