too many "warning deprecated" messages
Posted: 2014-12-31T16:22:06-07:00
Ubuntu 14.04 (amd64)
This is my first attempt at ImageMagick. I shall be calling the functions from PHP (CLI).
I installed ImageMagick from the Ubuntu repositories - v6.7.7
I downloaded the stable sources of MagickWandForPHP-1.0.8 which says it needs ImageMagick v6.3.5 +
./configure reports it can't find magickwand-config
so I installed libmagicwand-dev from the Ubuntu repositories, and that fixed it.
make throws more than 10,000 lines, most of them warning about deprecated functions, and suddenly stops saying "Error 1" though the last thing reported was a warning.
I know I could download the latest ImageMagick sources and compile them, but since I already have a version that is newer than 6.3.5, I don't see how that would help, and it would make things worse if those deprecated functions have been removed.
Could someone please steer me in the right direction for what to try next.
This is my first attempt at ImageMagick. I shall be calling the functions from PHP (CLI).
I installed ImageMagick from the Ubuntu repositories - v6.7.7
I downloaded the stable sources of MagickWandForPHP-1.0.8 which says it needs ImageMagick v6.3.5 +
./configure reports it can't find magickwand-config
so I installed libmagicwand-dev from the Ubuntu repositories, and that fixed it.
make throws more than 10,000 lines, most of them warning about deprecated functions, and suddenly stops saying "Error 1" though the last thing reported was a warning.
I know I could download the latest ImageMagick sources and compile them, but since I already have a version that is newer than 6.3.5, I don't see how that would help, and it would make things worse if those deprecated functions have been removed.
Could someone please steer me in the right direction for what to try next.