Atcroft,

You were right on the $$ about the source of the config weirdness. cygwin had scattered many copies of /<drive_root>cygwin and home.brianp directories. I had missed one on an obscure, deeply buried location on one of my data drives.

Got everything pointing to the new Strawberry Perl location. But a number of the builds are failing; Image(Perl)Magick and ExifTool. I am going to reinstall ImageMagick. Not sure about ExifTool.

Trying to build imagemagick from source to link it into my C programs was what got me venturing into this quagmire in the first place. The (Open_Source) IM gang only supports the msvc compiler on windoz and my research suggests that you have to use the same (32bit) compiler and the same (i386??) optimizations to link to their binary distributions.

The good news is that GD works like a charm and is a Speed Daemon with GCC/64 bit. Can hardly wait to try it out on Intel!

Thanks 1E6

B
JCRISTY/PerlMagick-6.89-1.tar.gz E:\STRAWB~1\c\bin\dmake.exe -- OK Running make test "E:\strawberry_perl\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTe +st::Harnes s" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', ' +blib\arch' )" t/*.t t/bzlib/*.t t/jpeg/*.t t/png/*.t t/tiff/*.t t/wmf/*.t t/zlib/ +*.t t/blob.t .......... ok t/bzlib/read.t .... ok t/bzlib/write.t ... ok t/composite.t ..... ok t/filter.t ........ ok t/getattribute.t .. ok t/jpeg/read.t ..... ok t/jpeg/write.t .... ok t/montage.t ....... Failed 2/19 subtests t/ping.t .......... ok t/png/read-16.t ... ok t/png/read.t ...... ok t/png/write-16.t .. ok t/png/write.t ..... ok t/read.t .......... ok t/setattribute.t .. ok t/tiff/read.t ..... ok t/tiff/write.t .... ok t/wmf/read.t ...... Failed 2/2 subtests t/write.t ......... ok t/zlib/read.t ..... ok t/zlib/write.t .... ok Test Summary Report ------------------- t/montage.t (Wstat: 0 Tests: 19 Failed: 2) Failed tests: 12-13 t/wmf/read.t (Wstat: 0 Tests: 2 Failed: 2) Failed tests: 1-2 Files=22, Tests=333, 38 wallclock secs ( 0.16 usr + 0.06 sys = 0.22 +CPU) Result: FAIL Failed 2/22 test programs. 4/333 subtests failed. dmake.exe: Error code 255, while making 'test_dynamic' JCRISTY/PerlMagick-6.89-1.tar.gz E:\STRAWB~1\c\bin\dmake.exe test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports JCRISTY/PerlMagick-6.89-1.tar.gz Stopping: 'install' failed for 'Image::Magick'.

In reply to Re^2: cygwin ATE CPAN!!! by BrianP
in thread cygwin ATE CPAN!!! by BrianP

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.