====== autotools based build system for xsd ======
One of the libraries used by audiosource is [[http://www.codesynthesis.com/products/xsd/|xsd]]. It's included in audiosource under xsd/ directory. After facing problems to build against xercesc 3.0.0 we decided to remove xsd from our source code and use it as an external lib. The original [[http://kolpackov.net/projects/build/|build]] system (used by xsd) is not standard and doesn't provide installation. (package maintainers don't like it and xsd is not included in distributions). So I ported xsd and it's dependencies to autotools based build system. You can find them on my [[http://hg.siavashs.org/|Mercurial repositories]].
Use this command to clone the repositories:
$ hg clone http://hg.siavashs.org/
replace with the repository name you want.
{{tag>xsd autotools audiosource c++}}
~~DISCUSSION~~