Problem with buildings-generator-binding generator

Generating bindings for cocos2dx…
Using userconfig
[]
Traceback (most recent call last):
File “C:\Users\User\Desktop\bidings-example-v3\frameworks\cocos2d-x\tools\bind
ings-generator/generator.py”, line 1550, in
main()
File “C:\Users\User\Desktop\bidings-example-v3\frameworks\cocos2d-x\tools\bind
ings-generator/generator.py”, line 1468, in main
clang_lib_path = os.path.join(userconfig.get(‘DEFAULT’, ‘cxxgeneratordir’),
‘libclang’)
File “C:\Python27\lib\ConfigParser.py”, line 618, in get
raise NoOptionError(option, section)
NoOptionError: No option ‘cxxgeneratordir’ in section: ‘DEFAULT’
Generating javascript bindings fails.
how to fixed it? any hepl please

generating userconf.ini…
Generating bindings for cocos2dx…
Using userconfig
[(‘androidndkdir’, ‘C:\android-ndk-r13b’), (‘clangllvmdir’, ‘C:\android-ndk-
r13b\toolchains\llvm\prebuilt\windows-x86_64’), (‘cocosdir’, ‘C:\Users\Use
r\Desktop\bidings-example-v3\frameworks\cocos2d-x’), (‘jsbdir’, ‘C:\Users\
User\Desktop\bidings-example-v3\frameworks\cocos2d-x\cocos\scripting\js-b
indings’), (‘cxxgeneratordir’, ‘C:\Users\User\Desktop\bidings-example-v3\fr
ameworks\cocos2d-x\tools\bindings-generator’), (‘extra_flags’, ‘-D__WCHAR_MAX
=0x7fffffff -U__MINGW32’), (‘clang_include’, ‘lib64/clang/3.8/include’)]

… Generating bindings for target spidermonkey

… … Processing section cocos2d-x

Traceback (most recent call last):
File “C:\Users\User\Desktop\bidings-example-v3\frameworks\cocos2d-x\tools\bind
ings-generator/generator.py”, line 1550, in
main()
File “C:\Users\User\Desktop\bidings-example-v3\frameworks\cocos2d-x\tools\bind
ings-generator/generator.py”, line 1545, in main
generator = Generator(gen_opts)
File “C:\Users\User\Desktop\bidings-example-v3\frameworks\cocos2d-x\tools\bind
ings-generator/generator.py”, line 974, in init
self.index = cindex.Index.create()
File “C:\Users\User\Desktop\bidings-example-v3\frameworks\cocos2d-x\tools\bind
ings-generator\clang\cindex.py”, line 2090, in create
return Index(conf.lib.clang_createIndex(excludeDecls, 0))
File “C:\Users\User\Desktop\bidings-example-v3\frameworks\cocos2d-x\tools\bind
ings-generator\clang\cindex.py”, line 141, in get
value = self.wrapped(instance)
File “C:\Users\User\Desktop\bidings-example-v3\frameworks\cocos2d-x\tools\bind
ings-generator\clang\cindex.py”, line 3369, in lib
lib = self.get_cindex_library()
File “C:\Users\User\Desktop\bidings-example-v3\frameworks\cocos2d-x\tools\bind
ings-generator\clang\cindex.py”, line 3400, in get_cindex_library
raise LibclangError(msg)
LibclangError: [Error 193] %1 is not a valid Win32 application. To provide a pat
h to libclang use Config.set_library_path() or Config.set_library_file().

Generating javascript bindings fails.

any help please