On Thu, Dec 27, 2012 at 9:54 PM, Ben Reser <b...@reser.org> wrote: > The 1.6.20 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. I plan to try and release on January > 4th so please try and get your votes/signatures in place by January > 3rd EOD. Thanks!
When trying to build this with serf-1.1.1, on Windows (VC 2010, after converting the 2008 version of the solution created by gen-make.py (which doesn't support 2010-format in 1.6.x)), I get the following link error: LINK : fatal error LNK1181: cannot open input file 'serf.lib' [C:\research\svn\client_build\subversion-1.6.20\build\win32\vcnet-vcproj\test_ra_local_vcnet.vcxproj] I remember I could successfully build 1.6.19 with serf-0.7.1, so maybe I'll just do that for 1.6.20 too. However, maybe it's easy to fix this? The problem seems to be that, from serf-1.0 onwards, the resulting lib file is serf-1.lib. With serf-0.7.1 it was still named serf.lib. I'm not very familiar with the build system, so I don't know off hand how / where to fix this. Maybe someone else here knows, or can point me in the right direction? Note: I have no problems building 1.7.x or trunk with serf-1.x, so it seems to be a buildscript-bug that has been fixed in 1.7.x, but not backported to 1.6. -- Johan