[Magick-bugs] [FIX] Cross-compilation failure using MinGW on Linux for ImageMagick trunk

Ashish Kulkarni ashkulz at rediffmail.com
Fri Dec 19 11:26:27 PST 2008


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



More information about the Magick-bugs mailing list