Hmm, I'm running a similar setup, tho your perl -V report and the directory path seem out of sync (one is 5.8.4, the other is 5.8.6 ? And the AS build is 810, which I think was the original 5.8.6, but they later released an update build 811)

Could you just run the t/01test.t standalone ? (You'll have to go ahead and "nmake install" to run it). That might expose more info about whats going wrong.

In the meantime, I'll give it a shot on OS X, and maybe Solaris. Alas, my Linux (Fedora Core 4) has exhibited bizarre behavior w/ recent perl versions. FWIW: here's my perl info:

D:\Perl\Thread-Apartment-0.10\t>perl -v This is perl, v5.8.6 built for MSWin32-x86-multi-thread (with 3 registered patches, see perl -V for more detail) Copyright 1987-2004, Larry Wall Binary build 811 provided by ActiveState Corp. http://www.ActiveState. +com ActiveState is a division of Sophos. Built Dec 13 2004 09:52:01
Thanks for testing.

Update:

Just tested on OS X 10.3.9 w/ AS 5.8.7, and it ran swimmingly. Perhaps its a AS 5.8.4 issue ? Tho the fact that you presumably were able to test Thread;:Queue::Duplex prior to install is curious...

Update 2:

Tested on Solaris 10 w/ perl 5.8.6, also runs swimmingly.


In reply to Re^2: Apartment Threading in Perl by renodino
in thread Apartment Threading in Perl by renodino

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.