Re: [nodejs] Re: RFH: Cross-platform binary modules

2012-02-11 Thread Nathan Rajlich
Ok thanks for the confirmation Isaac. The latest version of node-gyp (v0.0.5) now has its dependencies bundled. On Fri, Feb 10, 2012 at 8:20 PM, Isaac Schlueter wrote: > On Fri, Feb 10, 2012 at 18:34, Nathan Rajlich > wrote: > > And on top of that, I could just as easily just start commiting th

Re: [nodejs] Re: RFH: Cross-platform binary modules

2012-02-10 Thread Isaac Schlueter
On Fri, Feb 10, 2012 at 18:34, Nathan Rajlich wrote: > And on top of that, I could just as easily just start commiting the > node_modules dir so that git-clone works properly. That's a good idea regardless, actually. Commit the node_modules folder, and list all the deps as bundledDependencies.

Re: [nodejs] Re: RFH: Cross-platform binary modules

2012-02-10 Thread Nathan Rajlich
And on top of that, I could just as easily just start commiting the node_modules dir so that git-clone works properly. Then what argument is there for not using node-gyp? On Fri, Feb 10, 2012 at 6:32 PM, Nathan Rajlich wrote: > So Billy your argument is that you don't want to use node-gyp since i

Re: [nodejs] Re: RFH: Cross-platform binary modules

2012-02-10 Thread Nathan Rajlich
So Billy your argument is that you don't want to use node-gyp since it has dependencies, and you for some reason are against npm? Well that's a first... What possible argument could you have at this point for not wanting to use npm? It comes with node!!! Additionally, limiting yourself to just mod

Re: [nodejs] Re: RFH: Cross-platform binary modules

2012-02-06 Thread Nathan Rajlich
On Sun, Feb 5, 2012 at 9:39 PM, Isaac Schlueter wrote: > Wow, that looks really cool. > > The readme doesn't mentioning actually creating a gyp file. You still > have to do that, right? It'd be nice to document what it should look > like. > README updated! Thanks for the shout-out on nodeup to

Re: [nodejs] Re: RFH: Cross-platform binary modules

2012-02-05 Thread Isaac Schlueter
Wow, that looks really cool. The readme doesn't mentioning actually creating a gyp file. You still have to do that, right? It'd be nice to document what it should look like. On Sun, Feb 5, 2012 at 19:15, Christopher Jeffrey wrote: > Works well for me, very painless. I hope others start support

Re: [nodejs] Re: RFH: Cross-platform binary modules

2012-02-05 Thread Nathan Rajlich
Ok I just tagged and published v0.0.1 of node-gyp on npm. Here is the repo: https://github.com/TooTallNate/node-gyp Native addon devs, please try it out and begin migrating your module to using gyp. Let me know about your results!! On Fri, Feb 3, 2012 at 11:13 PM, rhdoenges wrote: > I will con