Page 1 of 1
Posted: 2006-10-09T13:14:59-07:00
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
Posted: 2006-10-10T13:29:40-07:00
by magick
The error you received is an internal compiler error. Only the Mingw or gcc folks can fix that particular problem.
Posted: 2006-10-12T13:18:42-07:00
by magick
Those problems are fixed in ImageMagick 6.3.0-0 Beta scheduled for release within a week or two.
Posted: 2006-10-30T13:23:47-07:00
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.