cxx-generator 'stdarg.h' file not found

Hi

i ran test.sh in cxx-generator , so output below error message.

====
Errors in parsing headers:
1. ,
    details = "argument unused during compilation: '-nostdinc++'">
2. ,
    details = "'stdarg.h' file not found">
====

i set user.cfg and userconf.ini

Maybe, Is wrong test.ini?

you can try change test.sh CLANG_ROOT=“$HOME/bin/clang+llvm-3.1” to your clang path

zhu yang wrote:

you can try change test.sh CLANG_ROOT=“$HOME/bin/clang+llvm-3.1” to your clang path

Hi! zhu yang.

Thanks ! i can output test source!

hi,
I have the same error message.

then I change test.sh CLANG_ROOT=“$HOME/bin/clang+llvm-3.1” to my clang path
But it doesn’t work, Still the same error message.
Could you post the part changed in your test.sh for me?
I would appreciate it very much.

zhu yang wrote:

you can try change test.sh CLANG_ROOT=“$HOME/bin/clang+llvm-3.1” to your clang path

thanks. setting the CLANG_ROOT env variable fixed my problem.