--with-magick-plus-plus=yes failed tests

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Hozer

--with-magick-plus-plus=yes failed tests

Post by Hozer »

Seeing this when I run ./configure:
Magick++ --with-magick-plus-plus=yes no (failed tests)

Any ideas?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: --with-magick-plus-plus=yes failed tests

Post by magick »

The configure script performs a number of checks to see if the C++ environment is sufficient to build Magick++. If the validation fails, it tells you in the output of the configure script. You will find greater detail in the config.log file.
Post Reply