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
How to: Convert C libraries to gyp
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
  5 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
 
Nathan Rajlich  
View profile  
 More options Oct 2 2012, 12:14 am
From: Nathan Rajlich <nat...@tootallnate.net>
Date: Mon, 1 Oct 2012 21:13:46 -0700
Local: Tues, Oct 2 2012 12:13 am
Subject: How to: Convert C libraries to gyp

Calling all native module authors!

http://n8.io/converting-a-c-library-to-gyp/

Linked is a blog article I've written about converting C libraries to use
gyp. If you have a native module that dynamically links to some external
library, then you should definitely give it a read. So far I've applied
this method to node-ffi (libffi), node-lame (libmp3lame) and node-expat
(libexpat, still awaiting Pull Request merge from @astro), and it works
great. Cheers!


 
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.
Ben Noordhuis  
View profile  
 More options Oct 2 2012, 9:30 am
From: Ben Noordhuis <i...@bnoordhuis.nl>
Date: Tue, 2 Oct 2012 15:30:25 +0200
Local: Tues, Oct 2 2012 9:30 am
Subject: Re: [nodejs] How to: Convert C libraries to gyp

On Tue, Oct 2, 2012 at 6:13 AM, Nathan Rajlich <nat...@tootallnate.net> wrote:
> Calling all native module authors!

> http://n8.io/converting-a-c-library-to-gyp/

> Linked is a blog article I've written about converting C libraries to use
> gyp. If you have a native module that dynamically links to some external
> library, then you should definitely give it a read. So far I've applied this
> method to node-ffi (libffi), node-lame (libmp3lame) and node-expat
> (libexpat, still awaiting Pull Request merge from @astro), and it works
> great. Cheers!

Upvote for great good. Every module author should read it.

 
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.
Tim Caswell  
View profile  
 More options Oct 2 2012, 10:22 am
From: Tim Caswell <t...@creationix.com>
Date: Tue, 2 Oct 2012 09:22:36 -0500
Local: Tues, Oct 2 2012 10:22 am
Subject: Re: [nodejs] How to: Convert C libraries to gyp
Sounds great, except I've been having trouble using gyp to
cross-compile.  Is cross-compiling something that gyp supports.  In
particular I want to compile for various arm variants and the mips
that's often found in routers.

I'd love to convert all my dependencies to using gyp, but if I can't
then cross-compile it will have been a waste of time when I need that.

Great work on the article!  Sorry for hijacking the thread.  It just
made me think of it.


 
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 2 2012, 10:45 am
From: Nathan Rajlich <nat...@tootallnate.net>
Date: Tue, 2 Oct 2012 07:44:29 -0700
Local: Tues, Oct 2 2012 10:44 am
Subject: Re: [nodejs] How to: Convert C libraries to gyp

Tim, have you read http://n8.io/cross-compiling-nodejs-v0.8/ ?


 
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.
Tim Caswell  
View profile  
 More options Oct 2 2012, 10:58 am
From: Tim Caswell <t...@creationix.com>
Date: Tue, 2 Oct 2012 09:57:54 -0500
Local: Tues, Oct 2 2012 10:57 am
Subject: Re: [nodejs] How to: Convert C libraries to gyp
Oh right.  I'll forward that to my people who have been complaining.
Thanks again for all the awesome writeups.


 
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 « Newer topic     Older topic »