Unfortunately, imagemagick.org doesn't have available binaries for v6.5.7. I attempted to compile a binary installer from source using Visual Studio 2010, but there are issues. Running everything up to executing BuildImageMagickObject.cmd is fine. I get a "This file requires _WIN32_WINNT to be #defined at..." after this point. Perhaps I should get earlier version of VS.

I tried just building the DLLs which are placed into the Release\bin directory\. I copied the contents of that directory minus any .pdb files and other intermediate files into the C:\Perl\site\lib\auto\Image\Magick directory where Bribes put its IM files. Then add it to my PATH env variable, as well as MAGICK_HOME.

It didn't work. I'm still getting this: Can't load 'C:/Perl/site/lib/auto/Image/Magick/Magick.dll' for module Image::Magick: load_file:Recursion too deep; the stack overflowed...

What other prerequisites are needed?


In reply to Re^4: Can't get bribes.org version of Image-Magick to work by domancheta
in thread Can't get bribes.org version of Image-Magick to work by domancheta

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.