[xsd-users] Building XSD

Boris Kolpackov boris at codesynthesis.com
Tue Aug 8 09:57:32 EDT 2023


Southworth Damon (AA/EOP1-PE) <damon.southworth at uk.bosch.com> writes:

> The output I referred to was after the  "b install: ../xsd-install/xsd/"
> stage.
> 
> Why is the required cxx header tree not included within the include
> folder of the install location?

They are, you just haven't installed them.

The instructions that you were following are for the development setup
of XSD and the `b install: ../xsd-install/xsd/` command you refer to
is part of the "To test installation of the XSD compiler..." steps.

If you want to continue with what you already have (rather than using
the instructions I linked to, which are more appropriate for consumption
of XSD as opposed to development; I've added a note on this to README.md),
then you will need to initialize libxsd in the install configuration and
then install it in addition to the compiler. Something along these lines:

bdep init @install -d libxsd
b install: ../xsd-install/xsd/ ../xsd-install/libxsd/



More information about the xsd-users mailing list