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

Re: svn commit: rev 6650 - in trunk: . build/ac-macros build/generator

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-05 22:01:18 CEST

clkao@tigris.org writes:

> Author: clkao
> Date: Tue Aug 5 11:20:27 2003
> New Revision: 6650
>
> Modified:
> trunk/Makefile.in
> trunk/build/ac-macros/swig.m4
> trunk/build/generator/gen_base.py
> Log:
> Fix building a real libsvn_swig_perl, which requires proper perl
> include paths.
>
> * build/ac-macros/swig.m4: assign SWIG_PL_INCLUDES.
> * build/generator/gen_base.py: add custom class for swig-pl.
> * Makefile.in: define COMPILE_SWIG_PL, INSTALL_SWIG_PL, and
> INSTALL_SWIG_PL_LIB properly.
>
> Modified: trunk/build/ac-macros/swig.m4
> ==============================================================================
> --- trunk/build/ac-macros/swig.m4 (original)
> +++ trunk/build/ac-macros/swig.m4 Tue Aug 5 11:20:27 2003
> @@ -107,8 +107,8 @@
> fi
>
> if test "$PERL" != "none" -a "$SWIG_SUITABLE" = "yes"; then
> - SWIG_PL_INCLUDES=""
> - SWIG_PL_COMPILE="`$PERL -MConfig -e 'print $Config{cc}'` `$PERL -MExtUtils::Embed -e ccopts`"
> + SWIG_PL_INCLUDES="`$PERL -MExtUtils::Embed -e ccopts`"
> + SWIG_PL_COMPILE="`$PERL -MConfig -e 'print $Config{cc}'` $(SWIG_PL_INCLUDES)"

Is $(SWIG_PL_INCLUDES) correct? I get

../svn/configure: SWIG_PL_INCLUDES: command not found

Should it be $SWIG_PL_INCLUDES? Or perhaps ${SWIG_PL_INCLUDES}?

> SWIG_PL_LINK="`$PERL -MConfig -e 'print $Config{ld}'` `$PERL -MConfig -e 'print $Config{lddlflags}'` `$PERL -MExtUtils::Embed -e ldopts`"
> fi
>

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 5 22:02:11 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.