2008/06/09

WMU-6500FS - SWIG 1.3.27



Build results: Actually not deployed to the box, needed just for subversion python & perl bindings.

Subversion documentation recommends version 1.3.27, while the latest version is currently 1.3.35. Read ./subversion/bindings/swig/INSTALL in order to build the bindings.

"In particular, pay attention to the version of SWIG which can be required (1.3.0 comes with pre-generated wrappers, though). Do not install 1.3.28 or 1.3.29. 1.3.27 seems to work fine (Although not in all cases. The subversion users mailing lists suggest going back to 1.3.25, which may be necessary)."

Build sequence:
Selected Berlin mirror for download...
dev# cd /usr/local/src
dev# wget http://dfn.dl.sourceforge.net/sourceforge/swig/swig-1.3.27.tar.gz
dev# tar xzvf swig-1.3.27.tar.gz
dev# cd swig-1.3.27
dev# ./configure --with-python=/mnt/C/sys/bin/python2.5
dev# make
dev# make install

No comments: