[CastXML] Basic usage of castxml

Brad King brad.king at kitware.com
Wed Aug 10 08:40:40 EDT 2016


On 08/10/2016 08:28 AM, greg wrote:
> i tried this command line:
> castxml.exe --castxml-cc-msvc cl "Test.h"
> I have this error message:
> 
> error: '--castxml-cc-msvc' compiler command failed:
> 
>  'cl' '-c' '-FoNUL' 'C:\MyFolder\CastXML/share/castxml/detect_vs.cpp'
> Le fichier sp├®cifi├® est introuvable

You need to run it from an environment where the `cl` compiler tool
can run.  Use something like "Visual Studio 2013 Command Prompt".

-Brad



More information about the CastXML mailing list