Hi, I am quite happy with my current editor (I use Coda on my Mac), but the recent talk of integrating PDL development within Padre caused me to look at Padre again. I remember not being able to install Padre a while back, and giving up on it, but I tried again today. I found that Padre wants a perl with threads, and mine was without threads. So, I downloaded Perl 5.10.1 and recompiled it with threads (or, at least that is what I thought I was doing). Here is what I get --
punk...@lucknow ~$perl -v This is perl, v5.10.1 (*) built for darwin-thread-multi-2level .. punk...@lucknow ~/Projects/perl-5.10.1$sudo wxPerl -MCPAN -eshell cpan shell -- CPAN exploration and modules installation (v1.9402) Enter 'h' for help. cpan[1]> install Padre CPAN: CPAN::SQLite loaded ok (v0.198) CPAN: LWP::UserAgent loaded ok (v5.829) CPAN: Time::HiRes loaded ok (v1.86) Fetching with LWP: ftp://cpan.erlbaum.net/CPAN/authors/01mailrc.txt.gz CPAN: YAML loaded ok (v0.66) Fetching with LWP: ftp://cpan.erlbaum.net/CPAN/modules/02packages.details.txt.gz Fetching with LWP: ftp://cpan.erlbaum.net/CPAN/modules/03modlist.data.gz Creating database file ... Gathering information from index files ... Populating database tables ... Done! Running install for module 'Padre' Running make for S/SZ/SZABGAB/Padre-0.50.tar.gz Fetching with LWP: ftp://cpan.erlbaum.net/CPAN/authors/id/S/SZ/SZABGAB/Padre-0.50.tar.gz CPAN: Digest::SHA loaded ok (v5.44) Fetching with LWP: ftp://cpan.erlbaum.net/CPAN/authors/id/S/SZ/SZABGAB/CHECKSUMS CPAN: Compress::Zlib loaded ok (v2.008) Checksum for /Users/punkish/.cpan/sources/authors/id/S/SZ/SZABGAB/Padre-0.50.tar.gz ok Scanning cache /Users/punkish/.cpan/build for sizes DONE CPAN: Archive::Tar loaded ok (v1.30) Will not use Archive::Tar, need 1.00 Padre-0.50/ Padre-0.50/share/ .. Padre-0.50/COPYING CPAN: File::Temp loaded ok (v0.22) CPAN.pm: Going to build S/SZ/SZABGAB/Padre-0.50.tar.gz Found locale en_US.UTF-8 Padre requires a perl built using threads No 'Makefile' created SZABGAB/Padre-0.50.tar.gz /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Wx/wxPerl.app/Contents/MacOS/wxPerl Makefile.PL PREFIX=/usr/local -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install Failed during this command: SZABGAB/Padre-0.50.tar.gz : writemakefile NO -- No 'Makefile' created cpan[2]> This is not the Padre mailing list, but I reckon, if Gabor is having so much trouble installing PDL (and he is here), he will be sympathetic to me having trouble installing Padre ;-) What can I do to get Padre going so I can have fun with it using PDL (eventually)? -- Puneet Kishor http://www.punkish.org Carbon Model http://carbonmodel.org Charter Member, Open Source Geospatial Foundation http://www.osgeo.org Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor Nelson Institute, UW-Madison http://www.nelson.wisc.edu ----------------------------------------------------------------------- Assertions are politics; backing up assertions with evidence is science ======================================================================= Sent from Madison, Wisconsin, United States _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
