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

Re: SWIG Again

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-12-17 00:02:04 CET

John Lenz <lenz@cs.wisc.edu> writes:

> The data is stored in a global variable that takes into account the
> SWIG_RUNTIME_VERSION. So if you have one module built with 1.3.24 and one
> module built with 1.3.25, if they have the same SWIG_RUNTIME_VERSION then
> the two modules will share type information. Thus since the
> RUNTIME_VERSION will change whenever the ABI changes, modules built with
> the same RUNTIME_VERSION will work together.

That sounds reasonable. I think we can treat the Subversion swig
modules as a single unit and assume/require that they all use the same
swig version.

Going back to my original point, the Swig version checking code only
needs to match 1.3.24 at the moment, and 1.3.2[456789] will probably
do for some time to come.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 17 00:03:25 2004

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.