hone / mruby-cli

mruby-cli is a platform to build native command line applications for Linux, Windows, and OS X. It provides the tools necessary for building a standalone binary of your application from any machine. Take advantage of the power of Ruby without the cross-platform dependency headaches that go with it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't compile with mruby-yaml

kyanny opened this issue · comments

Hi, I can't compile project with mruby-yaml mgem.
It is appreciate if you could point out what I am doing wrong. Thank you.

Current mruby (master HEAD; 6498970d81f6d0577a3eca77a9bf61040fb87e4c) can compile with mruby-yaml.
https://gist.github.com/kyanny/dbb2712f623ab529af2b01554a9ffe3b

But when I create new project by latest mruby-cli (v0.0.4) then compile project with mruby-yaml, compile fails.
https://gist.github.com/kyanny/a98124a54d9d8346c7e4f05b5690e9b5

Same happens with mruby-cli master HEAD; 287d156
https://gist.github.com/kyanny/f10ec0163a85a8e96a530d8c044121d0

My system information is here.
https://gist.github.com/kyanny/6780f40f82a4a0e417ecfc11bf11de48

@kyanny thanks for the report. it seems it doesn't find one of the include file.

is the mruby-yaml mgem that one?

@toch
Yes, I think that one.

commented

Can you try using @hone's fork? https://github.com/hone/mruby-yaml

@zzak
Ah, hone/mruby-yaml works fine!

Anyway, I will close this issue since the original problem has been solved.
Thank you @toch and @zzak for your help!

Sorry about that, my PR was never merged.

Never mind, now mgem-list refers hone/mruby-yaml! mruby/mgem-list#192 (and I can compile mruby-cli project with mgem: 'mruby-yaml') 😄

Awesome, Thanks @kyanny !