[redland] Redland 0.9.11 + some fixes (OSX, gcc 3.2)
Dave Beckett
dave.beckett at bristol.ac.uk
Mon Nov 11 15:31:29 GMT 2002
I had a little spare time so I've made an updated redland 0.9.11 with
fixes to make it work with gcc 3.2, OSX and the perl/python compiling.
http://www.redland.opensource.ac.uk/dist/source/redland-0.9.11.2.tar.gz
I checked it out of the tar.gz on
Linux/x86 (debian 3.0 unstable) with gcc 2.95/gcc 3.2
OSX/ppc (10.2) with gcc 3.1
FreeBSD/x86 (4.7-STABLE) with gcc 2.95/gcc 3.2
that is:
tar xfz redland-0.9.11.2.tar.gz
cd redland-0.9.11
./configure
make
make check
cd perl; make test-perl; cd ..
cd python; make test-python; cd ..
worked for all of those(*)
(*) The perl one doesn't work for freebsd, I got dynamic linking
failures, I don't know why.
Dave
More information about the redland-dev
mailing list