mattn / mruby-uv

interface to libuv for mruby(experimental)
http://mattn.kaoriya.net/
92 stars 25 forks source link

'MRB_TT_HAS_BASIC' undeclared #82

Closed yamori813 closed 4 years ago

yamori813 commented 5 years ago

I try to build based mruby master on github.

I have build error.

thread.c:551: error: 'MRB_TT_HAS_BASIC' undeclared (first use in this function)

I seem MRB_TT_HAS_BASIC is delete in master in mruby.

take-cheeze commented 5 years ago

This should be fixed in https://github.com/mattn/mruby-uv/pull/83 . Thank you for reporting.