On Fri, Jun 15, 2007 at 03:07:31PM -0300, Roberto Etcheverry wrote:
> I forgot to send you to minimum perl script that exhibits the problem.
> #!/usr/bin/perl
> use strict;
> use warnings;
>
> use threads;
> use Event;
>
> sub create_thread {
> warn "
> FYI, Event compiles cleanly with 5.5.64-thread-multi. Some of the tests
> fail, but it does compile.
This is good news for the coming 5.6. I'm not really sure how to handle
code which will compile in the (near?) future, but here is the requested
patch for common 5.005 perl:
- snip --
167c167
FYI, Event compiles cleanly with 5.5.64-thread-multi. Some of the tests
fail, but it does compile.
--
"May the best description of competition prevail."
via, but not speaking for Deutsche Bank
On Tue, Feb 01, 2000 at 04:02:26PM +0100, [EMAIL PROTECTED] wrote:
> [... snip ...]
>
> But I want to let you know if the module is not
> installable somewhere because I think INSTALLATION should work
> out of the box even if the perl is threaded.
That's admirable sentiment, and actually, I feel
> As far as I'm concerned, fixing the threads problems is postponed till
> 5.6 is closer to release.
I know.
> However, feel free to submit patches if you
> are impatient.
I simply moved the mentioned thread macros into comments and could install
successfully (again: I'm
c: In function `pe_event_invoke':
> c/ev.c:278: redeclaration of `thr'
> c/ev.c:277: `thr' previously declared here
As far as I'm concerned, fixing the threads problems is postponed till
5.6 is closer to release. However, feel free to submit patches if you
are impatient.
--