http://qs1969.pair.com?node_id=351406


in reply to Re: Coroutines in Perl
in thread Coroutines in Perl

Oooh, I started salivating when staring at Coro, but alas, it fails to "make test" on OSX, even after horking around a bit with the possible configuration options.

Anyone have a clue about how to get it to work on OSX?

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.


update: Yes, 5.8.4 (snapshot), and OSX 10.3.3.
  • Comment on Coro on OSX (was Re: Re: Coroutines in Perl)

Replies are listed 'Best First'.
Re: Coro on OSX (was Re: Re: Coroutines in Perl)
by tbone1 (Monsignor) on May 07, 2004 at 12:25 UTC
    It looks interesting. I may give it a shot this weekend, depending on the weather. (I'm in the process of fixing up a house that needs a little TLC, so my free time isn't what it could be.)

    I'll assume that you are on the latest and greatest version of Panther, running the latest and great 5.8.x ...

    --
    tbone1, YAPS (Yet Another Perl Schlub)
    And remember, if he succeeds, so what.
    - Chick McGee

Re: Coro on OSX (was Re: Re: Coroutines in Perl)
by asarih (Hermit) on May 07, 2004 at 15:52 UTC
    Hmmm.... This appears to be a problem with your perl. I am running 10.3.3 with perl 5.8.3. If I use setjump/longjump, the tests run successfully (whether or not I enable context sharing). Does Apple's perl 5.8.1RC3 work?

      Yep. Apple's perl 5.8.1RC3 works (setjump/longjump,context sharing). I'm happy, now I get to play.