[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.6.20 up for testing/signing

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 31 Dec 2012 09:55:25 +0200

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
Received on 2012-12-31 08:56:11 CET

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.