Hello, There is a failure when cross compiling ImageMagick using MinGW on Linux. The problem is straightforward: magick/nt-base.c started including <NTSecAPI.h> in r10291 -- however as the filesystem is case sensitive in this scenario it fails to compile. Changing the include from
#include <NTSecAPI.h> to #include <ntsecapi.h> fixes the problem. This shouldn't cause a problem on the Windows builds as the filesystem is case-insensitive. Thanks, Ashish _______________________________________________ Magick-bugs mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-bugs
