Johan Corveleyn wrote on Mon, Dec 31, 2012 at 01:50:19 +0100: > 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?
ENOTBERT but --- assuming libsvn_ra_serf-1.6.x supports serf-1.x in the first place --- it should be a matter of s/serf/serf-1/ in the right place. trunk suggests that place is get_win_libs(): % grep -nR serf-'[012%]' build gen-make.py -l build/transform_libtool_scripts.sh build/generator/gen_win.py build/ac-macros/serf.m4 % grep -nR serf-'[012%]' build/generator/gen_win.py 1017: serflib = 'serf-%d.lib' % self.serf_ver_maj 1166: serflib = 'serf-%d.lib' % self.serf_ver_maj HTH