To build Ion from svn now requires libextl (Lua wrapper generator) to
also be checked out and built separately. However, I have changed my
distribution tarball generation system slightly, and a predist.sh that
prepares the directory hierarchy for building such a tarball is now
included in the Ion repository. Thus, it should be possible to build
a snapshot from the repository by first doing as follows and then
following the usual instructions in the README:
svn export http://tao.uab.es/ion/svn/ion/trunk ion-snapshot
cd ion-snapshot
./predist.sh -snapshot # This will export libtu and libextl
(The -snapshot parameter is used to tell predist.sh not to try to extract
version information from the directory name.)
--
Tuomo