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
gcc -c -I/usr/local/apache2/include -I/usr/local/apache2/include
core.c:1139: parse error before "apr_pool_t"
make[1]: *** [core.o] Error 1
make[1]: Leaving directory
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
Thanks,
Rob
|
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.