compiling imagemagick with mingw

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We can fix the first problem by avoiding a namespace collision with NTTruncateFile(). With the second problem, try editing nt-base.h and wrapping the SSIZE_MAX define like this
  • #if !defined(SSIZE_MAX)
    #define SSIZE_MAX 0x7fffffffL
    #endif
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The error you received is an internal compiler error. Only the Mingw or gcc folks can fix that particular problem.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Those problems are fixed in ImageMagick 6.3.0-0 Beta scheduled for release within a week or two.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The patch did not make it from the beta development to the release distribution. It will be in the next minor point release 6.3.0-2 Beta by tommorrow. Thanks.
Post Reply