You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kostik Belousov <ko...@gmail.com> on 2005/11/02 13:37:33 UTC

apache 2.0.55 and svn 1.2.3 - perl bindings broken ?

Hello,

this is on 6.0-STABLE freebsd machine. I have apache 2.0.55,
swig 1.3.27 and neon 0.4.27 installed from ports.
I am trying to build svn 1.2.3 with the following configure line:

CC=cc ./configure --build=i386-portbld-freebsd6 --with-ssl \
	--with-neon=/usr/local --with-swig=/usr/local \
	--enable-swig-bindings="python perl" \
	--with-apxs=`which apxs` \
	--with-apr=/usr/local/lib/apache2/apr-config \
	--with-apr-util=/usr/local/lib/apache2/apu-config

Build of the subversion proper goes well, but when I built perl bindings by
gmake swig-pl,

I got the error:

/usr/local/bin/swig -noproxy -nopm -perl -I../../../../../subversion/bindings/swig -I../../../../../subversion/bindings/swig/perl/libsvn_swig_perl -I../../../../../subversion/include -I/usr/local/include/apache2  -o core.c ../../../../../subversion/bindings/swig/core.i
/usr/local/include/apache2/apr.h:400: Error: no decision has been made on APR_PATH_MAX for your platform
gmake[1]: *** [core.c] Ошибка 1
gmake[1]: Leaving directory `/usr/home/kostik/build/subversion-1.2.3/subversion/bindings/swig/perl/native'
gmake: *** [swig-pl] Ошибка 2

Sure, the apache2/apr.h needs definition for PATH_MAX from limits.h, but due
to (understandable) absence of -includeall option to swig, apr.h bails out.

Is this a configuration error (on my side) or apache 2.0.55 and
perl bindings in svn 1.2.3 are broken when put together ?

Thank you,
Kostik Belousov

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

Re: apache 2.0.55 and svn 1.2.3 - perl bindings broken ?

Posted by Dimitri Papadopoulos-Orfanos <pa...@shfj.cea.fr>.
> Is this a configuration error (on my side) or apache 2.0.55 and
> perl bindings in svn 1.2.3 are broken when put together ?

http://svn.haxx.se/users/archive-2005-10/1028.shtml

Dimitri Papadopoulos

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