take-cheeze / mruby-marshal

mruby implementation of cruby marshaling.
12 stars 9 forks source link

Error when built #16

Closed torsakch closed 7 years ago

torsakch commented 7 years ago

I got the error when I build it with android toolchain.

`mrbgems/mruby-marshal/src/marshal.cpp:10:10: fatal error: 'cassert' file not found

include

     ^

1 error generated.`

Can you recommend the way to solve the error? Thank you.

take-cheeze commented 7 years ago

@torsakch Somehow C++ standard headers isn't in your C++ flags (cassert is nearly just assert.h). And I've never tried this mrbgem in android.

take-cheeze commented 7 years ago

@torsakch Any updates to this? Maybe you are using C compiler to compile C++ code.

take-cheeze commented 7 years ago

No response so closing.