Re: Mac::Carbon, 5.10, and Leopard

2008-02-22 Thread Daniel Staal
--As of February 20, 2008 8:25:45 AM -0800, Tom Wyant is alleged to have 
said:



I was able to compile, though there were test errors. I'm _not_ using
File::HomeDir, so I can't comment on that part of the problem. I am
using the process functionality successfully, though.

$ perl -v

This is perl, v5.10.0 built for darwin-2level


--As for the rest, it is mine.

Compiles, fails tests for me on:


This is perl, v5.10.0 built for darwin-thread-multi-64int-ld-2level


It looks like it's failing scripting/event tests.  More specifically, it's 
failing to load the scripting handlers.  IIRC, these were greatly 
restructured for 10.5, so the code probably needs to be fixed.


Just as data: the tests ran to conclusion with no problems other than the 
errors.


Daniel T. Staal

---
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---


Re: Mac::Carbon, 5.10, and Leopard

2008-02-20 Thread Tom Wyant
On Feb 19, 12:09 am, [EMAIL PROTECTED] (Elliot Shank) wrote:
 Jeremy Nixon wrote:
  Elliot Shank  [EMAIL PROTECTED] wrote:

  Has anyone successfully gotten Mac::Carbon to compile with 5.10 on
  Leopard?  CPAN Testers doesn't appear to have any PASSes with this
  combination.

  I failed miserably as well.  With the Apple-supplied 5.8.8, it compiles
  successfully, but with a wealth of warnings; but it doesn't pass all
  the regression tests, and eventually seems to hang in Sound/t/Sound
  before make test can finish.

 I've got my version that I compiled against my personal 5.8.8 build while 
 still on Tiger, but with this problem with M::C, I'm kinda locked out of 
 5.10: File::HomeDir depends upon M::C (justifiably so) and too many things I 
 need depend upon File::HomeDir.

I was able to compile, though there were test errors. I'm _not_ using
File::HomeDir, so I can't comment on that part of the problem. I am
using the process functionality successfully, though.

$ perl -v

This is perl, v5.10.0 built for darwin-2level

snip /

$ uname -a
Darwin Wyants-White-Too.local 9.2.0 Darwin Kernel Version 9.2.0: Tue
Feb  5 16:13:22 PST 2008; root:xnu-1228.3.13~1/RELEASE_I386 i386

There may be something odd about the system, though. As part of the
configuration I loaded everything possible from a PowerPC Mac running
Panther. I completely blew away /usr/local afterwards, removed (using
the remove script) and reinstalled X tools, and removed (by rm -rfv)
and reinstalled X11, trying (unsuccessfully) to get Tk to work.

Maybe someone with a more normal system has succeeded?

Tom Wyant



Re: Mac::Carbon, 5.10, and Leopard

2008-02-20 Thread Elliot Shank

Tom Wyant wrote:

I was able to compile, though there were test errors.


Yeah, where I said compile, I should have said passes the test suite.  I'm 
not willing to use any of it if it can't do that.


I'm _not_ using
File::HomeDir, so I can't comment on that part of the problem.


File::HomeDir doesn't really enter into the viability of Mac::Carbon.  It's 
just one of the major reasons that I need Mac::Carbon to work.


Re: Mac::Carbon, 5.10, and Leopard

2008-02-20 Thread Jeremy Nixon
Elliot Shank  [EMAIL PROTECTED] wrote:
 Tom Wyant wrote:

 I was able to compile, though there were test errors.
 
 Yeah, where I said compile, I should have said passes the test
 suite.  I'm not willing to use any of it if it can't do that.

The compilation itself failed for me with 5.10.  However, I compiled
my 5.10 same as the Apple Perl, with threads and a shared library,
which differs from the above.

-- 
Jeremy Nixon  |  address in header is valid
(formerly [EMAIL PROTECTED])



Re: Mac::Carbon, 5.10, and Leopard

2008-02-18 Thread Jeremy Nixon
Elliot Shank  [EMAIL PROTECTED] wrote:

 Has anyone successfully gotten Mac::Carbon to compile with 5.10 on
 Leopard?  CPAN Testers doesn't appear to have any PASSes with this
 combination.

I failed miserably as well.  With the Apple-supplied 5.8.8, it compiles
successfully, but with a wealth of warnings; but it doesn't pass all
the regression tests, and eventually seems to hang in Sound/t/Sound
before make test can finish.

-- 
Jeremy Nixon  |  address in header is valid
(formerly [EMAIL PROTECTED])



Re: Mac::Carbon, 5.10, and Leopard

2008-02-18 Thread Elliot Shank

Jeremy Nixon wrote:

Elliot Shank  [EMAIL PROTECTED] wrote:


Has anyone successfully gotten Mac::Carbon to compile with 5.10 on
Leopard?  CPAN Testers doesn't appear to have any PASSes with this
combination.


I failed miserably as well.  With the Apple-supplied 5.8.8, it compiles
successfully, but with a wealth of warnings; but it doesn't pass all
the regression tests, and eventually seems to hang in Sound/t/Sound
before make test can finish.


I've got my version that I compiled against my personal 5.8.8 build while still 
on Tiger, but with this problem with M::C, I'm kinda locked out of 5.10: 
File::HomeDir depends upon M::C (justifiably so) and too many things I need 
depend upon File::HomeDir.