ktools icon indicating copy to clipboard operation
ktools copied to clipboard

./configure doesn't detect imagemagick 7

Open myxal opened this issue 7 years ago • 4 comments

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".

myxal avatar May 13 '17 23:05 myxal

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.

mars-schmutz avatar May 30 '17 23:05 mars-schmutz

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.

mars-schmutz avatar May 31 '17 00:05 mars-schmutz

@darthmars97: ImageMagick v6 is also available in homebrew, as package imagemagick@6

myxal avatar May 31 '17 09:05 myxal

@myxal awesome thanks!

mars-schmutz avatar May 31 '17 18:05 mars-schmutz