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

Re: Strange libtool errors when try to build pyhton and ruby bindings (1.10.0)

From: Lev Serebryakov <lev_at_serebryakov.spb.ru>
Date: Mon, 16 Apr 2018 14:35:57 +0300

On 16.04.2018 11:36, Branko Čibej wrote:

> The problem is that Swig has become a build-time dependency now. We
> don't configure the Swig bindings unless Swig is installed, even if the
> binding sources are already generated — as they are in the release tarballs.
>
> The solution is to install Swig and tell configure about it:
>
> $ sudo pkg install swig30
> $ ./configure --with-swig=/usr/local/bin/swig30 ...
>
>
> This will not cause the Swig sources to be regenerated, but will perform
> the proper configuration to make them compile correctly.
 It works, thanks!

> I consider this to be a bug in our build scripts, FWIW.
 Great :)

-- 
// Black Lion AKA Lev Serebryakov
Received on 2018-04-16 13:36:07 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.