http://www.perlmonks.org?node_id=1016341


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

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
  • Comment on Re^3: Where is Perl/Tk? bribes.org is offline?

Replies are listed 'Best First'.
Re^4: Where is Perl/Tk? bribes.org is offline?
by marto (Cardinal) on Jan 31, 2013 at 15:45 UTC

    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)
      
Re^4: Where is Perl/Tk? bribes.org is offline?
by Anonymous Monk on Feb 01, 2013 at 10:21 UTC

      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!

        Then try the other thing, the one not involving mingw, the one not involving 32-bit perl