> -----Original Message----- > From: Sergei Antonov [mailto:sap...@gmail.com] > Sent: zondag 10 maart 2013 16:39 > To: dev@subversion.apache.org > Subject: Re: Windows build still requires apr-util? > > Well, I took apr-util-1.5.1-win32-src.zip and dsw/dsp were generated. > Then I opened .dsw in VS 2010, did a conversion, and tried to build. > Nothing except zlib compiles, with a lot of "Cannot open include file: > 'svn_private_config.h'" errors. Did I miss some step that generates > this file?
Why do you create Visual Studio 6.0 projects and upgrade these while Subversion can just create VC 2002, 2003, 2005, 2008, 2010 and 2012 projects for you? I don't think any Subversion developers tests the Visual Studio 6.0 (read: 1998) projects during regular development. That compiler version is 15 years old. The project should create the file during build using a python script (trunk) or from svn_private_config.hw (-1.7.x) during the svn_config project, but as I said I don't think it is really tested for that old versions of Visual Studio. (Patches welcome as some httpd versions still use that old Visual C++) Bert