Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Sherm Pendley
On Mar 18, 2005, at 8:51 PM, Lola Lee wrote: -rwxr-xr-x 1 root wheel 1072472 30 Jun 2004 /System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/ libperl.dylib That looks good too. Do you have a crash log file in "~/Library/Logs/CrashReporter/ShuX.log"? If you do, could you email that

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Lola Lee
Sherm Pendley wrote: What does "ls -l /System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/ libperl.dylib" show? That file should be 1072472 bytes in size. sherm-- Here's the result: -rwxr-xr-x 1 root wheel 1072472 30 Jun 2004 /System/Library/Perl/5.8.1/darwin-thread-multi-2level/COR

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Sherm Pendley
On Mar 18, 2005, at 5:02 PM, john horner wrote: Downloaded, installed, didn't work, ran the Terminal command, works just fine I'm beginning to wonder if *anyone* is still using the Perl that came with Panther. ;-) Now that I think of it, I suppose it comes with the territory - ShuX is aimed squ

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Sherm Pendley
On Mar 18, 2005, at 7:16 PM, Lola Lee wrote: {perl = "/usr/bin/perl5.8.1"; } Looks good. -rwxr-xr-x 1 root wheel 19944 30 Jun 2004 /usr/bin/perl5.8.1 That looks good too - it's the right size for the Apple-supplied 5.8.1. However, I'm not using this one. When I run perl -v, this is what I get

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread john horner
Downloaded, installed, didn't work, ran the Terminal command, works just fine thanks Sherm. If I'm going to use it on a daily basis, I'm going to need at least some control over font sizes, which are a little too small for my iBook screen, but I realise it's a Beta, and it's not a major problem

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Lola Lee
Sherm Pendley wrote: On Mar 18, 2005, at 4:39 PM, Lola Lee wrote: Okay . . . changed the path back to the original. In any case, it's still not working. I'm seeing the icon bounce, and then quits. Could you run "defaults read org.dot-app.CamelBones" in a terminal, and send me the results? And,

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Sherm Pendley
On Mar 18, 2005, at 4:39 PM, Lola Lee wrote: Okay . . . changed the path back to the original. In any case, it's still not working. I'm seeing the icon bounce, and then quits. Could you run "defaults read org.dot-app.CamelBones" in a terminal, and send me the results? And, the results of "ls -l

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Lola Lee
Sherm Pendley wrote: Don't modify the path. ShuX needs to run with the standard Apple-supplied Perl 5.8.1. (You *can* use it to browse the docs for other Perls though - have a look at the "Document Sets" pane in the Preferences.) Okay . . . changed the path back to the original. In any case, it

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Chris Devers
On Fri, 18 Mar 2005, Lola Lee wrote: > Sherm Pendley wrote: > > > That's likely to be the case. Try this: > > > > defaults write org.dot-app.CamelBones perl /usr/bin/perl5.8.1 > > > > Tried this, with path modified to use the directory that 5.8.6 is > installed into - didn't work. Based

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Sherm Pendley
On Mar 18, 2005, at 4:21 PM, Lola Lee wrote: Sherm Pendley wrote: That's likely to be the case. Try this: defaults write org.dot-app.CamelBones perl /usr/bin/perl5.8.1 Tried this, with path modified to use the directory that 5.8.6 is installed into - didn't work. Don't modify the path. ShuX ne

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Lola Lee
Sherm Pendley wrote: That's likely to be the case. Try this: defaults write org.dot-app.CamelBones perl /usr/bin/perl5.8.1 Tried this, with path modified to use the directory that 5.8.6 is installed into - didn't work. I'm wondering if it's because I may not have CamelBones installed? Going

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Sherm Pendley
On Mar 18, 2005, at 3:52 PM, Lola Lee wrote: Well, it doesn't seem to be working for me. I click on it and nothing happens. Maybe it's because I'm not using Apple's default install? That's likely to be the case. Try this: defaults write org.dot-app.CamelBones perl /usr/bin/perl5.8.1 sher

About ShuX crashes

2005-03-18 Thread Sherm Pendley
I've gotten two bug reports about this in the first hour, so I think this needs explaining. :-) A binary that links to Perl has to link against a specific Perl version, and isn't compatible with any other version. This is true for both XS modules that are loaded by Perl, and for applications th

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread David Wheeler
On Mar 18, 2005, at 12:15 PM, Sherm Pendley wrote: Does your /usr/bin/perl point to Panther's default Perl 5.8.1? If not, try this: defaults write org.dot-app.CamelBones perl /usr/bin/perl5.8.1 Ah, that was it. Thanks. Regards, David

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Chris Devers
On Fri, 18 Mar 2005, Lola Lee wrote: > Ted Zeng wrote: > > It works for me. But I don't know what it is for. I can open Perl > > POD with it. Is this what ShuX for? I could not find any doc. for > > it. > > Well, it doesn't seem to be working for me. I click on it and nothing > happens. Mayb

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Lola Lee
Ted Zeng wrote: It works for me. But I don't know what it is for. I can open Perl POD with it. Is this what ShuX for? I could not find any doc. for it. Well, it doesn't seem to be working for me. I click on it and nothing happens. Maybe it's because I'm not using Apple's default install? I'm u

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Sherm Pendley
On Mar 18, 2005, at 3:28 PM, Ted Zeng wrote: It works for me. But I don't know what it is for. I can open Perl POD with it. Is this what ShuX for? Yep, that's what it's for. Reading Perl documentation. I wrote it originally because when I switched to Mac OS X, I found that it had nothing like Mac

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Ted Zeng
It works for me. But I don't know what it is for. I can open Perl POD with it. Is this what ShuX for? I could not find any doc. for it. ted On Mar 18, 2005, at 12:15 PM, Sherm Pendley wrote: On Mar 18, 2005, at 3:03 PM, David Wheeler wrote: On Mar 18, 2005, at 11:45 AM, Sherm Pendley wrote: One of

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Sherm Pendley
On Mar 18, 2005, at 3:03 PM, David Wheeler wrote: On Mar 18, 2005, at 11:45 AM, Sherm Pendley wrote: One of the features of CamelBones 1.0 will be the ability to package stand alone apps that require no external framework, and can be "installed" with a simple drag-and-drop. This release takes adv

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread B McKee
And works for me if I (blushing) just double click it Cool! On 18-Mar-05, at 3:07 PM, Ian Ragsdale wrote: It works for me if I open it from the Finder. Have you tried using open? open /Applications/ShuX.app It has the advantage of being easier to type. Ian On Mar 18, 2005, at 2:03 PM, David

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread Ian Ragsdale
It works for me if I open it from the Finder. Have you tried using open? open /Applications/ShuX.app It has the advantage of being easier to type. Ian On Mar 18, 2005, at 2:03 PM, David Wheeler wrote: On Mar 18, 2005, at 11:45 AM, Sherm Pendley wrote: One of the features of CamelBones 1.0 will b

Re: ANN: ShuX 3.0-beta1

2005-03-18 Thread David Wheeler
On Mar 18, 2005, at 11:45 AM, Sherm Pendley wrote: One of the features of CamelBones 1.0 will be the ability to package stand alone apps that require no external framework, and can be "installed" with a simple drag-and-drop. This release takes advantage of that - just mount the disk image and dr

Re: Can I Download Shux by itself?

2005-03-18 Thread Sherm Pendley
On Mar 14, 2005, at 10:06 PM, John Horner wrote: I wouldn't mind having a dedicated OS X Pod viewer -- can I download Shux by itself without downloading a big old package of other stuff? You can now. :-) If so, I can't find it! Download link:

ANN: ShuX 3.0-beta1

2005-03-18 Thread Sherm Pendley
This is the first beta of ShuX 3.0. It's all-new, rewritten from the ground up to use the new features in the upcoming release of CamelBones 1.0. It uses Cocoa Bindings, which require Mac OS X 10.3, aka "Panther". One of the features of CamelBones 1.0 will be the ability to package stand a