Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <319d96980505230024657d9702@mail.gmail.com>
Date: Mon, 23 May 2005 08:24:03 +0100
From: marcos rebelo <oleber@gmail.com>
Reply-To: marcos rebelo <oleber@gmail.com>
To: matt@sergeant.org, Cygwin List <cygwin@cygwin.com>,
   Perl Beginners <beginners@perl.org>
Subject: Re: XML::LibXSLT on Cygwin
In-Reply-To: <319d96980505222238593c9c8b@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <319d96980505222238593c9c8b@mail.gmail.com>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j4N7ODx2002703

This email has already sent but is about the XML::XSLT

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 parent0xD70000) != 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/


