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
Help with Mac Bundling
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
  2 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
 
Kartik Thakore  
View profile  
 More options Nov 10 2009, 6:18 pm
Newsgroups: perl.sdl.devel
From: thakore.kar...@gmail.com (Kartik Thakore)
Date: Tue, 10 Nov 2009 18:18:45 -0500
Local: Tues, Nov 10 2009 6:18 pm
Subject: Help with Mac Bundling
Hello Mattia,

I am the maintainer for SDL Perl. We are having trouble bundling for  
MacOSX. We are using perl Build bundle.

We have some success with it but we can't even run 'cpan -t .' on it.  
I have asked around an padre users say wxperl bundles well on MacOSX.

How do you accomplish this magical feat? Halp!!

Thank you,

Kartik Thakore


 
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.
Mattia Barbon  
View profile  
 More options Nov 11 2009, 4:18 pm
Newsgroups: perl.sdl.devel
From: mattia.bar...@libero.it (Mattia Barbon)
Date: Wed, 11 Nov 2009 22:18:57 +0100
Local: Wed, Nov 11 2009 4:18 pm
Subject: Re: Help with Mac Bundling

Kartik Thakore wrote:

   Hi,

> I am the maintainer for SDL Perl. We are having trouble bundling for
> MacOSX. We are using perl Build bundle.

> We have some success with it but we can't even run 'cpan -t .' on it. I
> have asked around an padre users say wxperl bundles well on MacOSX.

   The bundle is built using the code in
http://wxperl.svn.sourceforge.net/viewvc/wxperl/wxPerl/trunk/cpp/wxPe...

the wxPerl binary that gets installed is:

#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>

int main( int argc, char **argv )
{
     argv[0] = "/install/path/auto/Wx/wxPerl.app/Contents/MacOS/wxPerl";
     execv( argv[0], argv );
     perror( "wxPerl: execv" );
     exit( 1 );

}

where wxPerl.app is the bundle created above.

HTH
Mattia


 
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 »