Duh, I forgot the attachment. * Bob Friesenhahn <bfrie...@simple.dallas.tx.us>, 2015-08-10, 13:27:
Regardless, if GCC 5.X is now being used (is this the case?),
I get the same error both with GCC 4.9 and GCC 5.
I would suspect that the C++ default ABI (and libraries) have changed (to C++ 11) and this results in different name mangling.
This is true in general, but I don't believe anything that would affect this particular constructor have changed.
-- Jakub Wilk
#include <Magick++.h> int main(int argc, char **argv) { Magick::Color(0, 0, 0); }