Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4291A149.5000307@familiehaase.de> Date: Mon, 23 May 2005 11:24:25 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 MIME-Version: 1.0 To: marcos rebelo CC: matt AT sergeant DOT org, Cygwin List , Perl Beginners Subject: Re: XML::LibXML on Cygwin References: <319d96980505222238593c9c8b AT mail DOT gmail DOT com> In-Reply-To: <319d96980505222238593c9c8b@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes marcos rebelo wrote: Just for the record: The subject is wrong, XML::XSLT is correct. XML::LibXML works ok: All tests successful, 1 test skipped. Files=22, Tests=1090, 75 wallclock secs (37.12 cusr + 25.31 csys = 62.44 CPU) /bin/make test -- OK > It is possible to install this Perl module in the Cygwin. > > When I do 'perl Makefile.pl' the script blows up and creats the file > 'perl.exe.stackdump' > > I changed the code of the Makefile.pl inside the 'sub backtick' from > > open(STDOUT, ">$DEVNULL"); > open(STDERR, ">$DEVNULL"); > my $results = `$command`; > > to: > > 191 warn $DEVNULL; > 192 warn $command; > 193 > 194 # open(STDOUT, ">$DEVNULL"); > 195 # open(STDERR, ">$DEVNULL"); > 196 > 197 my $results = `$command`; > 198 warn $results; > > and I get this output > > running xslt-config... /dev/null at Makefile.PL line 191. > xslt-config --version at Makefile.PL line 192. > C:\cygwin\bin\perl.exe (2672): *** unable to remap > C:\cygwin\bin\cygiconv-2.dll to same address as parent(0xD70000) != > 0xD80000 > 3 [main] perl 2416 fork_parent: child 2672 died waiting for dll loading > > How can I fix this? > > Thanks > Marcos > -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/