X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <16930328.post@talk.nabble.com> Date: Sun, 27 Apr 2008 22:09:37 -0700 (PDT) From: Chap Harrison To: cygwin AT cygwin DOT com Subject: Re: cpan has a problem Writing Makefile In-Reply-To: <16909407.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: clh AT pobox DOT com References: <16909407 DOT post AT talk DOT nabble DOT com> 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 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? ...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. -- View this message in context: http://www.nabble.com/cpan-has-a-problem-Writing-Makefile-tp16909407p16930328.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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/