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

can't get perl bindings to build

From: Rob van Oostrum <rob.vanoostrum_at_blastradius.com>
Date: 2005-08-04 21:02:21 CEST

SVN 1.2.1 and Apache 2.0.52 on RH9

SWIG 1.3.25

Perl 5.8.0

 

Python bindings build fine.

 

make swig-pl fails as follows:

 

make[1]: Entering directory
`/home/tomcat/install/subversion-1.2.1/subversion/bindings/swig/perl/nat
ive'

gcc -c -I/usr/local/apache2/include -I/usr/local/apache2/include
-I../../../../../subversion/bindings/swig/perl/libsvn_swig_perl
-I../../../../../subversion/include
-I../../../../../subversion/bindings/swig -g -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -g -DVERSION=\"\"
-DXS_VERSION=\"\" -fPIC
"-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" core.c

core.c:1139: parse error before "apr_pool_t"

make[1]: *** [core.o] Error 1

make[1]: Leaving directory
`/home/tomcat/install/subversion-1.2.1/subversion/bindings/swig/perl/nat
ive'

make: *** [swig-pl] Error 2

 

 

config.nice for SVN:

 

#! /bin/sh

#

# Created by configure

 

"./configure" \

"--with-apxs=/usr/local/apache2/bin/apxs" \

"--with-gzip" \

"$@"

 

 

Config.nice for Apache:

 

#! /bin/sh

#

# Created by configure

 

"./configure" \

"--enable-so" \

"--enable-maintainer-mode" \

"--enable-deflate" \

"--enable-proxy" \

"--enable-rewrite" \

"--with-ssl" \

"--enable-ssl" \

"--enable-ext-filter" \

"--enable-dav" \

"$@"

 

Any ideas? I first ran into this on my live SVN server, after which I
tried this on a (for SVN purposes) clean RH9 box. Same problem.

 

 

Thanks,

Rob
Received on Thu Aug 4 21:04:52 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.