Re: Opinions wanted: CamelBones packaging

2002-11-05 Thread Robert Mah
On 11/4/02 7:23 AM, "Sherm Pendley" <[EMAIL PROTECTED]> wrote: > I'm close to the 0.3 release, and I've been thinking about the question > of packaging. > [...] I understand that time constraints will limit what you can do, but I'd like to outline what I think the "best" solution would be. It wo

Re: Mounting a Windows Filesystem

2002-08-21 Thread Robert Mah
On 8/20/02 12:30 PM, "ellem" <[EMAIL PROTECTED]> wrote: > Here's the code: > > mrsparkle ellem ~/code $ more mnt.pl > #! /usr/bin/perl > use warnings ; > > $mount = `mount -t smbfs //homer/root /Volumes/homer` or die "Cannot > mount; $!" This code is not right. Backticks returns the output (s

Re: keysize is greater than allowed keysize of 8 for cipherCrypt::DES

2002-01-31 Thread Robert Mah
On 1/31/02 11:24 AM, "Martin Redington" <[EMAIL PROTECTED]> wrote: > I think this is just a warning. DES only wants an 8 byte key, but you've > passed it more than that many bytes ... > > On Thursday, January 31, 2002, at 04:10 PM, Jeremy Schwartz wrote: > >> I get the following error while try

Re: Why not MacPerl X [Was: Re: Please DON'T]

2002-01-24 Thread Robert Mah
On 1/24/02 11:43 AM, "Dan Kogai" <[EMAIL PROTECTED]> wrote: > On 2002.01.25, at 01:17, Cranz, Gregory wrote: >>> Please, pretty please, carbonize MacPerl. >> >> I shudder to think of having to differentiate between both versions when >> debugging or having a conversation on this thread. >> >> I

Re: Dueling Double Dock Icons?!?!

2001-12-17 Thread Robert Mah
On 12/17/01 3:17 PM, "Charles Albrecht" <[EMAIL PROTECTED]> wrote: > At 3:09 PM -0500 12/17/2001, Robert Mah wrote: >> Quick followup -- if I wait long enough (30 seconds or so) the first icon >> actually does stop bouncing. But you still can't select it

Re: Dueling Double Dock Icons?!?!

2001-12-17 Thread Robert Mah
Quick followup -- if I wait long enough (30 seconds or so) the first icon actually does stop bouncing. But you still can't select it and it doesn't have the "running" indicator triangle. Cheers, Rob Robert S. Mah Decibe

Dueling Double Dock Icons?!?!

2001-12-17 Thread Robert Mah
Hi all, I recently decided to plunge back into Mac development in a rather odd way. I'm attempting to create a JBindery-like tool for perl on MacOS X. That is, a way to create stand-alone, double-clickable applications using perl. I've run across a problem that is plaguing my days and nights.

Linking to frameworks from Inline::C

2001-11-19 Thread Robert Mah
Hi, I'm trying to use some MacOS X framework based libraries in a Inline::C module. However, I've been unable to get any framework to link with the module properly. For example, the simple code below should link with the CoreServices framework and give me access to the Gestalt() system call.