Re: Math::Pari -- anyone using it on MacOS X?

2002-12-02 Thread Christopher D . Lewis

On Sunday, December 1, 2002, at 05:49  PM, Ken Williams wrote:


Chris,

If you look at 
http://testers.cpan.org/search?request=dist&dist=Math-Pari , you'll 
see that nobody has yet reported success or failure on Darwin.  That's 
usually a good place to look.

The error messages below aren't helpful, they just say that there were 
error messages in a previous run.  In the CPAN shell, do 'clean 
Math::Pari' and then 'test Math::Pari' to see the real error messages.

 -Ken

This may look lame, but I am new enough to lack even rudimentary 
troubleshooting (besides installing modules when an error says "can't 
find Module X".  The error I get when followign your prescription is:
[looking good up to ...]
Getting GP/PARI from ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/
Cannot list ():  at utils/Math/PariBuild.pm line 167, <> line 1.
Running make test
  Make had some problems, maybe interrupted? Won't test

 and without test, no install without force.  Thoughts?  List I 
should look at?
	Many thanks,
	Chris



Re: Math::Pari -- anyone using it on MacOS X?

2002-12-02 Thread Ken Williams

On Monday, December 2, 2002, at 04:47  PM, Christopher D. Lewis wrote:



On Sunday, December 1, 2002, at 05:49  PM, Ken Williams wrote:


Chris,

If you look at 
http://testers.cpan.org/search?request=dist&dist=Math-Pari , 
you'll see that nobody has yet reported success or failure on 
Darwin.  That's usually a good place to look.

The error messages below aren't helpful, they just say that 
there were error messages in a previous run.  In the CPAN 
shell, do 'clean Math::Pari' and then 'test Math::Pari' to see 
the real error messages.

This may look lame, but I am new enough to lack even 
rudimentary troubleshooting (besides installing modules when an 
error says "can't find Module X".  The error I get when 
followign your prescription is:
[looking good up to ...]
Getting GP/PARI from ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/
Cannot list ():  at utils/Math/PariBuild.pm line 167, <> line 1.
Running make test
  Make had some problems, maybe interrupted? Won't test

I still don't understand your message - what do you mean 
"[looking good up to ...]"?


 -Ken



Re: OT: CVS clients and BBEdit diff tool ...

2002-12-02 Thread John Gruber
Bruce A. Burdick, Jr. <[EMAIL PROTECTED]> wrote on 12/1/02 at 11:28p:

> I had to change 'BBEdit' to 'BBEdit 6.5' to allow this to work in my
> environment.
[...]
> Naturally, this patch'll probably break other systems. A general solution
> might try one and then the other.

You could also just change the name of your BBEdit application from
"BBEdit 6.5" to "BBEdit". There's nothing magic about the app's file
name, so this shouldn't break anything. It won't break *compiled*
applescripts, since they store a reference to application, not the
name of the app.

As a general solution for not-yet-compiled applescripts, such as
those embedded in Perl scripts, I'm not sure what to suggest, other
than not including version info in application file names. :^)

-- 
John Gruber |   Daring Fireball: Mac Punditry and Curmudgeonry
[EMAIL PROTECTED]   |http://daringfireball.net



Re: OT: CVS clients and BBEdit diff tool ...

2002-12-02 Thread Rob Barris

On Monday, December 2, 2002, at 10:01 PM, John Gruber wrote:


Bruce A. Burdick, Jr. <[EMAIL PROTECTED]> wrote on 12/1/02 at 
11:28p:

I had to change 'BBEdit' to 'BBEdit 6.5' to allow this to work in my
environment.

[...]

Naturally, this patch'll probably break other systems. A general 
solution
might try one and then the other.

You could also just change the name of your BBEdit application from
"BBEdit 6.5" to "BBEdit". There's nothing magic about the app's file
name, so this shouldn't break anything. It won't break *compiled*
applescripts, since they store a reference to application, not the
name of the app.

As a general solution for not-yet-compiled applescripts, such as
those embedded in Perl scripts, I'm not sure what to suggest, other
than not including version info in application file names. :^)



Could someone use Inline.pm to talk to the Carbon API and the desktop 
database?  Then you could look up any app by its creator code (I would 
wager).

Rob



Re: OT: CVS clients and BBEdit diff tool ...

2002-12-02 Thread Ken Williams

On Tuesday, December 3, 2002, at 05:07  PM, Rob Barris wrote:


Could someone use Inline.pm to talk to the Carbon API and the desktop 
database?  Then you could look up any app by its creator code (I would 
wager).

Have a look at Mac::MoreFiles (part of Mac::Carbon), which does exactly 
this.

 -Ken