My latest attempt at installing (after reading this today) was to open a CMD window and verify that the cpan utility can find it. It does - "Chart::Clicker". When I issue the command "install Chart::Clicker" a bunch of stuff (I know...not a great description) happens. Here's what happens just before it freezes:

CPAN.pm: Going to build B/BB/BBB/File-NFSLock-1.20.tar.gz Set up gcc environment - 3.4.5 (mingw-vista special r3) Checking if your kit is complete... Looks good Writing Makefile for File::NFSLock cp lib/File/NFSLock.pm blib\lib\File\NFSLock.pm C:\Perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib" File-NFSLock.spec.PL File-NFSLock.spec BBB/File-NFSLock-1.20.tar.gz C:\Perl\site\bin\dmake.exe -- OK Running make test C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/100_load.t ...... ok t/110_compare.t ... ok t/120_single.t .... ok t/200_bl_ex.t ..... 2/22

That's it. I do have the entire output from the install command. It is at: http://www.blandranch.net/Files/InstallLog.txt


In reply to Re^2: Before I give-up on Chart::Clicker..... by ChuckBland
in thread Before I give-up on Chart::Clicker..... by ChuckBland

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.