I have now and that returns a lot of nasty looking error messages.

Magick.xs:9371: error: syntax error before ')' token Magick.xs:9385: error: dereferencing pointer to incomplete type Magick.xs:9393: error: dereferencing pointer to incomplete type Magick.xs:9393: error: `MagickTrue' undeclared (first use in this func +tion) Magick.xs:9396: warning: implicit declaration of function `WriteImage' Magick.xs:9396: error: dereferencing pointer to incomplete type Magick.xs:9397: error: `ErrorException' undeclared (first use in this +function) Magick.xs:9399: warning: implicit declaration of function `GetImageExc +eption' Magick.xs:9401: error: dereferencing pointer to incomplete type Magick.xs:9408: error: `UndefinedException' undeclared (first use in t +his function) Magick.xs:9408: warning: unused variable `message' Magick.xs:9335: warning: unused variable `filename' Magick.c:9045: warning: unused variable `ref' Magick.c:9040: warning: unused variable `ix' Magick.xs: In function `boot_Image__Magick': Magick.xs:1938: warning: implicit declaration of function `InitializeM +agick' Magick.xs:1939: warning: implicit declaration of function `SetWarningH +andler' Magick.xs:1940: warning: implicit declaration of function `SetErrorHan +dler' make: *** [Magick.o] Error 1 /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible
Learning without thought is labor lost; thought without learning is perilous. - Confucius
WebChalkboard.com | For the love of art...

In reply to Re: Installing PerlMagick by webchalkboard
in thread Installing PerlMagick by webchalkboard

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.