[nodejs] Re: node-gyp build leaves .node file in different dirs on different platforms?

2012-07-22 Thread pconstr
FWIW I always get `build/Release/foo.node` on at least Linux and Windows with node 0.8.2. I usually get 'build/Release/foo.node' (on Linux and OS X) except when building the module on a debug build of node, inside a nave virtual environment. For some reason nave defaults to installing

[nodejs] Re: Examples of C++ modules, for Node.js

2012-04-22 Thread pconstr
Hi Ryan, I found this (http://kkaefer.github.com/node-cpp-modules/) presentation helpful to get started with c++ modules. It includes good examples (https://github.com/kkaefer/node-cpp- modules) but covers building with node-waf only, not gyp. -Carlos On Apr 22, 4:50 am, Ryan r...@rycole.com