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

Re: svn commit: r1883333 - /subversion/site/staging/docs/release-notes/1.14.html

From: Yasuhito FUTATSUKI <futatuki_at_yf.bsdclub.org>
Date: Thu, 12 Nov 2020 05:22:15 GMT

In article <20201112035232.4E42C17A67F_at_svn01-us-east.apache.org>
hartmannathan_at_apache.org writes:

> +
> +<p>This issue is fixed as 1.14.1. The SWIG version check is automatically
> +skipped if the SWIG-generated files are present when <tt>configure</tt> is
> +run. Also, the check can be skipped explicitly by passing the
> +<tt>--without-swig</tt> option to <tt>configure</tt>.</p>
> +

This is not correct. The SWIG version check is not skipped even if
the SWIG-generated files exists, if SWIG is detected by configure,
and if the version of the swig detected is not suitable for the bindings,
the configure script prevent to build Python bindings.
To prevent the configure script detecting SWIG and checking its version,
still users must pass --without-swig to the configure script explicitly.

Cheers,

-- 
Yasuhito FUTATSUKI <futatuki_at_yf.bsdclub.org>
Received on 2020-11-12 06:22:35 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.