cocos2d / bindings-generator

JSBindings generator for C++
170 stars 153 forks source link

Exception: Fatal error in parsing headers #190

Open walter211 opened 9 years ago

walter211 commented 9 years ago

6 warnings plus 1 error occur when I try to use llvm3.3 generate the binding code, seems warning wont affect much ,but error makes the process stop, Here is the error:

severity = Error, location = SourceLocation file '/path/to/android-ndk-r9c//platforms/android-14/arch-arm/usr/include/math.h', line 532, column 5 details = "conflicting types for '__builtin_isnan'"

jgod commented 7 years ago

Did you ever figure this out?