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

Doesn't compile on node v0.12 #14

Open
jimfleming opened this issue Mar 22, 2015 · 2 comments
Open

Doesn't compile on node v0.12 #14

jimfleming opened this issue Mar 22, 2015 · 2 comments

Comments

@jimfleming
Copy link
Contributor

https://gist.github.com/jimfleming/6e6a7537acd16f029d91

I'm not familiar with what's going on here but it looks like it's expecting something different from libuv?

$ brew info libuv
libuv: stable 1.4.2 (bottled), HEAD

$ brew test libuv
Testing libuv
==> /usr/bin/clang test.c -luv -o test
==> ./test
@dwrensha
Copy link
Member

$ npm install works for me on OSX.

What version of node are you using? I believe that node-capnp only supports 0.10.x.

@jimfleming
Copy link
Contributor Author

Ahh, that's it. I'm on v0.12.0 (fwiw, io.js doesn't work at v1.5.0 either). Downgrading to 0.10.37 (latest for that minor rev) does indeed work. Mind if I submit a PR with an engines declaration like this?

{ "engines" : { "node" : ">=0.10.0 <0.11" } }

EDIT: Hit enter too soon...

@jimfleming jimfleming changed the title Doesn't compile on OS X Doesn't compile on node v0.12 Mar 22, 2015
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

No branches or pull requests

2 participants