You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Russell Yanofsky <re...@columbia.edu> on 2003/08/23 00:48:17 UTC

problem building perl bindings, configure sets bad SWIG_PL_INCLUDES

When I try to build the perl bindings on my system, swig gets invoked with
an extra "-fno-strict-aliasing" argument which causes it to error out. The
argument comes from the SWIG_PL_INCLUDES variable, which is set by the
configure script to:

  `$PERL -MExtUtils::Embed -e ccopts`

On my system that evaluates to:

  -fno-strict-aliasing -I/usr/local/include  -I/usr/lib/perl5/5.6.1/i386-lin
ux/CORE

I can work around this problem by just editing the value in the Makefile,
but I thought I'd mention it here since it appears to be a bug.

- Russ



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: problem building perl bindings, configure sets bad SWIG_PL_INCLUDES

Posted by Chia-liang Kao <cl...@clkao.org>.
Please see the install section of perl bindings in swig/INSTALL. building
perl bindings from the subversion build system is still not supported.
it'd be nice if someone could help out.

Cheers,
CLK

On Fri, Aug 22, 2003 at 08:48:17PM -0400, Russell Yanofsky wrote:
> When I try to build the perl bindings on my system, swig gets invoked with
> an extra "-fno-strict-aliasing" argument which causes it to error out. The
> argument comes from the SWIG_PL_INCLUDES variable, which is set by the
> configure script to:
> 
>   `$PERL -MExtUtils::Embed -e ccopts`
> 
> On my system that evaluates to:
> 
>   -fno-strict-aliasing -I/usr/local/include  -I/usr/lib/perl5/5.6.1/i386-lin
> ux/CORE
> 
> I can work around this problem by just editing the value in the Makefile,
> but I thought I'd mention it here since it appears to be a bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org