[xsd-users] xsd:include
Boris Kolpackov
boris at codesynthesis.com
Fri Sep 16 12:19:22 EDT 2005
Frederic,
frederic heem <frederic.heem at telsey.it> writes:
> I still have some problem with xsd:include even with the version 1.3, it
> doesn't crash anymore but it doesn't compile:
>
> ...
>
> In file included from h323_conf.cxx:40:
> h323_conf.hxx:160:26: h323_types.hxx: No such file or directory
I think you forgot to compile h323_types.xsd. If I do
$ xsd cxx-tree h323_conf.xsd
$ xsd cxx-tree h323_types.xsd
then
$ g++ -c h323_conf.cxx
works fine. Note also that you will need to compile h323_types.cxx
as well.
hth,
-boris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 652 bytes
Desc: Digital signature
Url : http://codesynthesis.com/pipermail/xsd-users/attachments/20050916/90e6dec6/attachment.pgp
More information about the xsd-users
mailing list