export CC=gcc-2.95
prefix=$HOME
./buildconf --with-apr=../apr-1.2.8 --with-apr-util=../apr-util-1.2.8
./configure --prefix=$prefix --enable-maintainer-mode --enable-debug
--with-apr=$prefix --with-apr-util=$prefix --with-openssl=$prefix
make
gcc-2.95 doesn't support variable declarations that aren't at the start of
a block. Any C compiler that isn't up to the latest standard will have the
same problem.
Patch attached. (Oops. There's an extra serf-response.c bit in there that
doesn't have anything to do with gcc.).
-Dan C
Original issue reported on code.google.com by DanChris...@gmail.com on 2 Jul 2007 at 7:01
Original issue reported on code.google.com by
DanChris...@gmail.com
on 2 Jul 2007 at 7:01Attachments: