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

problem building perl bindings, configure sets bad SWIG_PL_INCLUDES

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-08-23 02:48:17 CEST

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
Received on Sat Aug 23 02:49:00 2003

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.