Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Where is Perl/Tk? bribes.org is offline?

by Anonymous Monk
on Jan 31, 2013 at 05:57 UTC ( [id://1016220]=note: print w/replies, xml ) Need Help??


in reply to Re: Where is Perl/Tk? bribes.org is offline?
in thread Where is Perl/Tk? bribes.org is offline?

use cpanp -i Tk --skiptest
  • Comment on Re^2: Where is Perl/Tk? bribes.org is offline?

Replies are listed 'Best First'.
Re^3: Where is Perl/Tk? bribes.org is offline?
by slugger415 (Monk) on Jan 31, 2013 at 15:38 UTC

    Hm, getting a little closer, thank you, but I now get this:

    Installing Tk (804.030)
    ERROR You do not have 'make' in your path -- 'CPANPLUS::Dist::MM' not availabl
    e
    Please check your config entry for 'make'
    
    ERROR Format 'CPANPLUS::Dist::MM' is not available
    
    ERROR Unable to create a new distribution object for 'Tk' -- cannot continue
    
    ERROR IPC::Run version '0.55' is required on MSWin32 in order to capture buffe
    rs. The logfile generated may not contain any useful data, until it is installed
    
    
    *** Install log written to:
      C:\Users\IBM_ADMIN\AppData\Roaming\.cpanplus\install-logs\Tk-804.030-135964656
    2.log
    
    Error installing 'Tk'
    Problem installing one or more modules
    

      If you're using ActiveState perl you have to install a Compiler and build tools, they do not ship as default (though they do in Strawberry Perl). From the command prompt:

      ppm MinGW

      Once it's finished installing retry your Tk installation.

        thanks, but this didn't work. Not sure why I'm seeing the cpan repository with 0 packages.

        C:\Perl64\site\lib\Tk>ppm install MinGW
        Downloading ActiveState Package Repository packlist...done
        Updating ActiveState Package Repository database...done
        ppm install failed: Can't find any package that provides MinGW
        
        
        C:\working\ic-metrics\ICCrawler>ppm rep
        ┌────┬───────┬────────────────────────────────┐
        │ id │ pkgs  │ name                           │
        ├────┼───────┼────────────────────────────────┤
        │  1 │ 16711 │ ActiveState Package Repository │
        │  2 │     0 │ cpan                           │
        │  3 │   n/a │ bribes                         │
        │  4 │    13 │ wxperl                         │
        └────┴───────┴────────────────────────────────┘
         (3 enabled repositories)
        

        Hi, thanks -- I tried installing MinGW and get this:

        C:\Perl64\site\lib\Tk>ppm install MinGW
        Downloading ActiveState Package Repository packlist...done
        Updating ActiveState Package Repository database...done
        ppm install failed: Can't find any package that provides MinGW
        

        And the cpan repository appears empty:

        C:\working\ic-metrics\ICCrawler>ppm rep
        ┌────┬───────┬────────────────────────────────┐
        │ id │ pkgs  │ name                           │
        ├────┼───────┼────────────────────────────────┤
        │  1 │ 16711 │ ActiveState Package Repository │
        │  2 │     0 │ cpan                           │
        │  3 │   n/a │ bribes                         │
        │  4 │    13 │ wxperl                         │
        └────┴───────┴────────────────────────────────┘
         (3 enabled repositories)
        

        I appreciate your help -- sorry if I'm running around in circles!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1016220]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-19 20:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found