Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix compile error for latest mruby and libuv-v0.10.19 #19

Merged
merged 1 commit into from
Dec 6, 2013

Conversation

take-cheeze
Copy link
Contributor

This patch targets latest mruby(after mrb_intern API change) and libuv-v0.10.19 .
The basic changes is:

  • mrb_intern is replaced with mrb_intern_lit
  • uv_last_error is used to get error value that will be passed to uv_strerror

In addition uv_ip4_addr and uv_ip6_addr code won't compile with current libuv master branch because it had a API change.

mattn added a commit that referenced this pull request Dec 6, 2013
fix compile error for latest mruby and libuv-v0.10.19
@mattn mattn merged commit 1d83cc6 into mattn:master Dec 6, 2013
@mattn
Copy link
Owner

mattn commented Dec 6, 2013

Thank you

@take-cheeze take-cheeze deleted the compile_fix branch April 16, 2014 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants