X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <6910a60804280125g6c3efdbdk9c6b153e3bb7ba9c@mail.gmail.com> Date: Mon, 28 Apr 2008 10:25:56 +0200 From: "Reini Urban" To: cygwin AT cygwin DOT com Subject: Re: cpan has a problem Writing Makefile In-Reply-To: <16930328.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <16909407 DOT post AT talk DOT nabble DOT com> <16930328 DOT post AT talk DOT nabble DOT com> X-Google-Sender-Auth: c2d53f52fcece126 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 2008/4/28 Chap Harrison: > Reini Urban wrote: > > Do > > > > cd ~/.cpan/build/Text-CSV_XS-0.45/ > > perl -d Makefile.PL > > > > and step until the error appears and send me the output. > > > I didn't get the error doing this. Any other suggestions? Well, then the error is fixed. You reported that the Makefile could not be written. Now it is written, and you can proceed installing it. Reading the README would have helped. http://search.cpan.org/src/HMBRAND/Text-CSV_XS-0.45/README cd ~/.cpan/build/Text-CSV_XS-0.45/ perl Makefile.PL make make test make install > > > > ...r/.cpan/build/Text-CSV_XS-0.45$ perl -d Makefile.PL > > Loading DB routines from perl5db.pl version 1.28 > Editor support available. > > Enter h or `h h' for help, or `man perldebug' for more help. > > main::(Makefile.PL:5): require 5.005; # <- also see postamble at the bottom > for META.yml > DB<1> n > main::(Makefile.PL:10): eval { require Text::CSV_XS }; > DB<1> > main::(Makefile.PL:10): eval { require Text::CSV_XS }; > DB<1> > main::(Makefile.PL:11): if (!$@ && $Text::CSV_XS::VERSION < 0.15) { > DB<1> > main::(Makefile.PL:23): my %wm = ( > main::(Makefile.PL:24): NAME => "Text::CSV_XS", > main::(Makefile.PL:25): ABSTRACT => "Comma-Separated Values > manipulation routines", > main::(Makefile.PL:26): AUTHOR => "H.Merijn Brand > ", > main::(Makefile.PL:27): VERSION_FROM => "CSV_XS.pm", > main::(Makefile.PL:28): PREREQ_PM => { "DynaLoader" => 0, > main::(Makefile.PL:29): "Config" => 0, > main::(Makefile.PL:30): "IO::Handle" => 0, > main::(Makefile.PL:31): "Test::More" => 0, > main::(Makefile.PL:32): "Test::Harness" => 0, > DB<1> > main::(Makefile.PL:44): $ExtUtils::MakeMaker::VERSION > 6.30 and > $wm{LICENSE} = "perl"; > DB<1> > main::(Makefile.PL:46): my $rv = WriteMakefile (%wm); > DB<1> > > Writing Makefile for Text::CSV_XS > > main::(Makefile.PL:48): 1; > DB<1> > Debugged program terminated. Use q to quit or R to restart, > use o inhibit_exit to avoid stopping after program termination, > h q, h R or h o to get additional info. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ -- 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/