Difficulty building POE modules under Strawberry Perl 5.10.1
Bruce Ferrell <[email protected]> Sat, 13 Mar 2010 08:43:48 -0800
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
Hi all I'm not sure if this is the right place for this problem but here it is. I have an application that uses POE, POE::Component::Server::HTTP and POE::Component::Server::XMLRPC. It works well under Linux. I've been asked to move it to Windows so I chose strawberry perl for several reasons. In any case I'm finding the build for POE::Component::Server::HTTP hangs during make test during the phase that says: enabling keepalive and going again followed by three warnings about uninitialized variables in line 326 Does anyone have a suggestion or two for me? TIA Bruce