[xsd-users] xsd compilation problem [SOLVED]
Boris Kolpackov
boris at codesynthesis.com
Fri Sep 10 08:42:32 EDT 2010
Hi Tomasz,
Tomasz Welman <tomasz.welman at pl.ibm.com> writes:
> I've just solved the problem easily.
> First what a FreeBSD user have to do is to install GNU m4
> (/usr/ports/devel/m4), then download the xsd source with deps,
> and in:
> build-0.3/m4/m4.make
>
> change:
> $(out_base)/%: m4 := m4
> to:
> $(out_base)/%: m4 := gm4
>
> Then, just run gmake.
Great, thanks for sharing this!
> Anyway it would be good to add to the documentation, section compilation
> dependencies: GNU m4.
The README file that comes with the xsd+dep package has this section:
"
The following GNU tools are required to build XSD. Any fairly recent
GNU/Linux distribution should have these already installed:
GNU bash >= 2.00 (bash --version) http://www.gnu.org/software/bash/
GNU m4 >= 1.4 (m4 --version) http://www.gnu.org/software/m4/
GNU make >= 3.81 (make --version) http://www.gnu.org/software/make/
GNU g++ >= 3.4.3 (g++ --version) http://gcc.gnu.org/
"
Boris
More information about the xsd-users
mailing list