ImageMagick++ Not Found (RESOLVED)

Asked by aoza

 * Figured it out... Neded to install the dev library for ImageMagick... thanks anyway

Hello,

Installing Cuneiform on xp in Cygwin. Installed Imagemagick from Cygwin. All imagemagick tests run fine. When running cmake -DCMAKE_BUILD_TYPE=debug ..

-- Could NOT find ImageMagick (missing: ImageMagick_FOUND)
-- ImageMagick++ not found. Only uncompressed BMP images supported.

After compile test bmps run fine, but cannot run others because of ImageMagick error..

Any ideas?. Thanks in advance

Question information

Language:
English Edit question
Status:
Solved
For:
Cuneiform for Linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Yury V. Zaytsev (zyv) said :
#1

Need to install -dev package.

Revision history for this message
Guillaume Olivrin (oguillaume) said :
#2

What is needed is the object-oriented C++ interface to ImageMagick - development files
apt-get install libmagick++-dev libmagick++1
worked for me under Ubuntu Jaunty .
There are so many ImageMagick dev libraries ...

Revision history for this message
M. Kalirajan (kalirajan-m) said :
#3

While try to compile Magick++ in Linux mint, it shows the following error. Any help would be appreciated. Thanks in advance...

g++ main.cc -o simple `Magick++-config --cxxflags --cppflags` `Magick++-config --ldflags --libs`

/usr/bin/ld: cannot find -lMagick++6-Q16
/usr/bin/ld: cannot find -lMagick++6-Q16
collect2: ld returned 1 exit status