Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Missing node.lib after running vcbuild.bat
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Erik  
View profile  
 More options Oct 26 2012, 4:50 am
From: Erik <ew.rik...@gmail.com>
Date: Fri, 26 Oct 2012 01:50:23 -0700 (PDT)
Local: Fri, Oct 26 2012 4:50 am
Subject: Missing node.lib after running vcbuild.bat

Hello everyone!

Just for evaluation, I wanted to try to write a C++ module for Node.js
under Windows and found this useful blogpost<http://joseoncode.com/2012/04/10/writing-your-first-native-module-for...>,
which I wanted to reproduce.

It says that I can download the latest source code and just run the
included vcbuild.bat to make a windows build. This also works fine as far
as I can see
but I'm not able to create my c++ module under visual studio because I can
not link it to the node.lib file, which should have been created with
vcbuild.

Any idea why the file is missing? I tried different versions of the source
code. Some create a Release folder, some create a Debug folder, where the
node.lib
should be located in, but it's not (there a lot of other different files
though)!

Hope anyone has an idea, help would be much appreciated!
Thanks

/Erik


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
José F. Romaniello  
View profile  
 More options Oct 26 2012, 7:38 am
From: José F. Romaniello <jfromanie...@gmail.com>
Date: Fri, 26 Oct 2012 08:38:14 -0300
Local: Fri, Oct 26 2012 7:38 am
Subject: Re: [nodejs] Missing node.lib after running vcbuild.bat

Hello Erik, have you tried running ```vcbuild.bat --debug``` from the
command line? I dont remember if it is --debug or just debug in windows.

Sorry I didnt reply the private mail about this, just saw the two

2012/10/26 Erik <ew.rik...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan Rajlich  
View profile  
 More options Oct 26 2012, 11:01 am
From: Nathan Rajlich <nat...@tootallnate.net>
Date: Fri, 26 Oct 2012 08:00:35 -0700
Local: Fri, Oct 26 2012 11:00 am
Subject: Re: [nodejs] Missing node.lib after running vcbuild.bat
You don't need to build your own copy of node to build native addons.
Just use node-gyp instead, and it takes care of all the dirty work for
you (like linking to the node.lib file).

On Fri, Oct 26, 2012 at 4:38 AM, José F. Romaniello


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Zhang  
View profile  
 More options Oct 26 2012, 2:25 pm
From: Daniel Zhang <danieljzh...@gmail.com>
Date: Fri, 26 Oct 2012 11:25:54 -0700 (PDT)
Local: Fri, Oct 26 2012 2:25 pm
Subject: Re: Missing node.lib after running vcbuild.bat

After you get node.sln after vcbuild.bat, build it in debug and release
uisng Visual Studio. Then the lib should be in Debug directory or Release
directory.

vcbuild.bat may build libs too.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »