-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Does nad no longer work with node? (appears to want iojs) #5
Comments
Ah this is odd and definitely a regression. Could you try with older minor version to confirm that this was introduced with the latest update?
I'm guessing it's not properly detecting that you're using joyent/node. Most likely due to a but around here Do you mind refiling the second part with nad-bindings to discuss this over there? |
Updated issue and moved 2nd portion to nad-bindings. Testing above. nad build appears to be doing it's job on v0.1.x. It's currently compiling away. Thx. |
Looks like things compile, but don't link correctly. I'm guessing this is a problem with my setup?
|
Yeah that last one is not a nad issue. I don't know what |
We need to figure out what's happening here. My intent was not to only support io.js with the latest nad version. Are you able to reproduce the problem by just doing the below with
And what about with |
Doing the simple sample, as above, works fine with node v0.10 and nad 0.1. Doing the same with node v0.12 and nad 0.2.1 gave me:
node v0.12 and nad v0.1 completes correctly. |
Thanks I'll investigate this once I have some time. Could be something rather simple. It just doesn't correctly detect that you're using node.js instead of io.js. |
So back to the compile problem. |
Perhaps something to note is that my bindings file has some include_dirs and flags to take into account:
Is there anything special I need to do, to have nad take them into account as well? |
This is really hard to trouble shoot without an actual example that I can compile. Another thing to investigate is if node-gyp works when building in Debug mode as you're currently building in Debug mode with nad (which it does by default). The pain point here is that node changed the way you configure the build mode from 0.10 to 0.12. |
If you have time to give it a shot (would appreciate it much!), I'm just doing I've tried specifying g++ and others, but I'm pretty sure Currently going through the Makefile to try to figure out how to build in debug mode. |
I can try to find some time although not sure how soon I can get enough to seriously have a look especially since I'll have to install some external libs to make this work. |
Ah, yes. Sorry forgot to mention that: https://github.com/electronifie/node-quickfix/blob/master/README.md, http://www.quickfixengine.org/quickfix/doc/html/building.html If you do get time, thanks a bunch in advance. |
Hi Thorsten,
Trying to dive into some addon debugging with nad and getting this:
I'm developing an addon on 10.36 using mainline node. Is that no longer possible with nad?
The text was updated successfully, but these errors were encountered: