When I use mruby/string.h on my program. encoding.h does not find.
mruby/include/mruby/string.h:11:10: fatal error: 'encoding.h' file not found
#include "encoding.h"
Currently, encoding.h is in mruby/src directory. probably, It would be placed in include/ruby directory i think.
(also some header files.)
Thanks
When I use
mruby/string.hon my program.encoding.hdoes not find.Currently, encoding.h is in mruby/src directory. probably, It would be placed in
include/rubydirectory i think.(also some header files.)
Thanks