I just tried again with rev 411082 and I initially got a compile error that I haven't seen before, caused by a (void) that has been added to PERL_SYS_INIT3() which doesn't work on Win32 because PERL_SYS_INIT3() here is a do { ... } while (0) statement.

After removing that (see attached patch) I now have all tests successful.
Sadly the (void) is required in unix with gcc 4.x+.  We'll have to #ifdef it out
for win32.


--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to