I finally got npm to co-operate with the corporate proxy and now have 
installed node-gyp

I DID find the NODE_MODULE macro in the .cc file as you stated elsewhere.

When I run node-gyp configure it does what is show below ...  This 
reminiscent of the errors with npm and the proxy.
Is there yet another configuration setting that has to be informed as to 
what the System Preference Network Proxy setting is?
Where would this be documented? (sigh...)
Why does it appear to be downloading a .tar.gz of the version of node that 
is already installed?
---
scronin-imac1:node-ipw-email scronin$ node-gyp configure
info it worked if it ends with ok 
info downloading: http://nodejs.org/dist/v0.6.13/node-v0.6.13.tar.gz 
ERR! Error: connect ETIMEDOUT
    at errnoException (net.js:646:11)
    at Object.afterConnect [as oncomplete] (net.js:637:18)
ERR! not ok

I am skeptical that node-gyp will actually solve this problem.  What is the 
easiest way to obtain the 0.7.6 instance you mention below to get to the 
real error...

Thank-You for your help!!
Steve



On Tuesday, March 27, 2012 12:20:35 PM UTC-5, Nathan Rajlich wrote:
>
> You should have something like this in your .cc file: 
> https://github.com/joyent/node/blob/master/test/addons/hello-world/binding.cc#L15
>
> On Tue, Mar 27, 2012 at 9:05 AM, SteveCronin <[email protected]>wrote:
>
>> Nathan;
>>
>> I don't understand the 'NODE_MODULE' comment.
>> I don't have any such macro...
>> My module wraps a class written in C++...
>> Can you point me to something which would provide more details on what 
>> you meant?
>>
>> Steve
>>
>>
>> On Monday, March 26, 2012 8:01:00 PM UTC-5, Nathan Rajlich wrote:
>>>
>>> I'm still using node-waf to manually compile modules -- is that the 
>>>> problem?
>>>>
>>>
>>> Give node-gyp a shot: 
>>> https://github.com/**TooTallNate/node-gyp<https://github.com/TooTallNate/node-gyp>
>>>
>>> Also note that the "target_name" property (the "obj.target" in the 
>>> wscript) must match the first argument to the NODE_MODULE macro in your 
>>> module's entry point.
>>>  
>>  -- 
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines: 
>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>> You received this message because you are subscribed to the Google
>> Groups "nodejs" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>
>
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to