Closed mj-saunders closed 3 years ago
This is a ImageMagick issue
Thanks @rodlie, I honestly wasn't sure. You're saying then, that the "fix" in the imagemagick source was not the right approach?
Will take a look a bit later today (we use ImageMagick v6).
Appreciated. No stress, just thought I should make this known somewhere.
So, this change https://github.com/ImageMagick/ImageMagick/commit/c322ab10641c1a89e16924cce259828232e079c breaks everything. IsNaN is now define IsNaN(a) ((a) != (a))
.
@rodlie quick fix, add:
#ifdef IsNan
#undef IsNan
#endif
before #include "ofxsCore.h"
ah that's what you did.
cheers
This: https://github.com/ImageMagick/ImageMagick/issues/3690 led to this: https://github.com/ImageMagick/ImageMagick/commit/c322ab10641c1a89e16924cce259828232e079c which appears to break compilation with the following error: