[CastXML] Beginner usage

Brad King brad.king at kitware.com
Wed May 9 08:58:38 EDT 2018


On 05/09/2018 08:06 AM, Matic Kukovec wrote:
> I am giving castxml the '--castxml-output=1' and '-o myfile.xml' flags,
> but the output file is always the name of the parsed file with the '.xml'
> extension.  Am I doing something wrong?

This works for me:

    castxml foo.cxx --castxml-output=1 -o myout.xml

No `foo.xml` is written.  `myout.xml` is written.

If you can't get it working please post your `castxml --version`
output and your complete command line.

-Brad


More information about the CastXML mailing list