You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Chia-liang Kao <cl...@clkao.org> on 2005/02/26 06:03:49 UTC

1.1.x-new-swig

I just tried to compile 1.1.x-new-swig, configure seems to fail:

checking for perl... /usr/local/bin/perl
configure: Enabled swig binding: perl
./configure.lineno: 23287: Syntax error: ";;" unexpected (expecting "fi")

The autoconf command line i use are:

env AUTOCONF=autoconf259 AUTOHEADER=autoheader259
LIBTOOL_M4=/usr/local/share/aclocal/libtool15.m4 ./autogen.sh
env CFLAGS='-O -pipe -march=pentium4' ./configure --with-ssl
--with-apxs=/usr/local/sbin/apxs --with-neon=/usr/local --with-swig=yes
--enable-swig-bindings=perl --with-apr=/usr/local/lib/apache2/apr-config
--with-apr-util=/usr/local/lib/apache2/apu-config --prefix=/usr/local
--disable-neon-version-check

which works for 1.1.x branch and trunk.

Cheers,
CLK



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

Re: 1.1.x-new-swig

Posted by Max Bowsher <ma...@ukf.net>.
Chia-liang Kao wrote:
> I just tried to compile 1.1.x-new-swig, configure seems to fail:
>
> checking for perl... /usr/local/bin/perl
> configure: Enabled swig binding: perl
> ./configure.lineno: 23287: Syntax error: ";;" unexpected (expecting "fi")

Argh!

One single missing parenthesis, and instead of erroring, autoconf goes and 
produces random garbage in the output configure!

Fixed now, please re-test and de-veto.

Max.


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