ktools
ktools copied to clipboard
./configure doesn't detect imagemagick 7
macOS 10.12.4 imagemagick installed from brew. Ironically, the version is even detected by the configure script!
$ ./configure -- Detected CPU: sandy-bridge CMake Error at /usr/local/Cellar/cmake/3.8.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find ImageMagick (missing: ImageMagick_Magick++_LIBRARY ImageMagick_MagickWand_LIBRARY ImageMagick_MagickCore_LIBRARY) (found version "7.0.5-6") Call Stack (most recent call first): /usr/local/Cellar/cmake/3.8.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE) /usr/local/Cellar/cmake/3.8.1/share/cmake/Modules/FindImageMagick.cmake:256 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:60 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred! See also "/tmp/ktools-master/CMakeFiles/CMakeOutput.log".
Have you been able to find a solution for this? I'm having the same problem and I can't figure anything out. If not, I'll keep working on it as well and hopefully something'll work soon.
Okay I think I just figured something out. I went here to install an older version of ImageMagick with Homebrew and I haven't tried the tools yet, but after running the ./configure && make
it worked just fine and no errors.
@darthmars97: ImageMagick v6 is also available in homebrew, as package imagemagick@6
@myxal awesome thanks!