Tried anew with Drangon's MinGW64 Toolchain. Compilation gets quite a touch further, with failures in between and at the end with a bunch of "static.c:???: undefined reference to `Unregister????Image'", see log below.
I will now try to take the time and compile every dependency by hand from scratch. Maybe that will solve it. Any tips or suggestions are very very appreciated. Damn this is frustrating and slow.
Code: Select all
C:/Tools/mingw64/bin/make all-am
make[1]: Entering directory 'C:/Tools/home/Bonfire/ImageMagick-7.0.7-3'
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-animate.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-channel.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-compare.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-composite.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-display.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-distribute-cache.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-feature.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-identify.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-image.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-image-view.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-log.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-magick.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-montage.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-module.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-resize.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-property.lo
In file included from MagickCore/display.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/display.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/display.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/display.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/display.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/composite.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/composite.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/composite.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/composite.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/composite.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/image.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/image.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/image.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/image.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/image.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/distribute-cache.c:54:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/distribute-cache.c:54:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/distribute-cache.c:54:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/distribute-cache.c:54:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/distribute-cache.c:54:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/animate.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/animate.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/animate.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/animate.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/animate.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/channel.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/channel.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/channel.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/channel.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/channel.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/image-view.c:48:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/image-view.c:48:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/image-view.c:48:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/image-view.c:48:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/image-view.c:48:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/identify.c:45:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from MagickCore/log.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/log.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/log.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/identify.c:45:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/identify.c:45:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/log.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/log.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/compare.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/compare.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/compare.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/identify.c:45:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/identify.c:45:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/compare.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/compare.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/feature.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/feature.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/feature.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/feature.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/feature.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/montage.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/montage.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/montage.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/montage.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/montage.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/resize.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/resize.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/resize.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/resize.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/resize.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/magick.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/magick.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/magick.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/magick.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/magick.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/property.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/property.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/property.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/property.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/property.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/module.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/module.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/module.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/module.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/module.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-static.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-statistic.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-version.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-xwindow.lo
CC MagickCore/MagickCore_libMagickCore_7_Q8_la-nt-base.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-aai.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-art.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-avs.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-bgr.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-bmp.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-braille.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-cals.lo
In file included from MagickCore/statistic.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/statistic.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/statistic.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from MagickCore/version.c:39:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/version.c:39:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/version.c:39:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/statistic.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/statistic.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/version.c:39:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/version.c:39:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/static.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/static.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/static.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/static.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/static.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-caption.lo
In file included from coders/aai.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/aai.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/aai.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/aai.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/aai.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/xwindow.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/xwindow.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/xwindow.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/xwindow.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/xwindow.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-cin.lo
In file included from coders/art.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/art.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/art.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/art.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/art.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from MagickCore/nt-base.c:41:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/nt-base.c:41:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from MagickCore/nt-base.c:41:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from MagickCore/nt-base.c:41:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from MagickCore/nt-base.c:41:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/avs.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/avs.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/avs.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/avs.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/avs.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
MagickCore/nt-base.c: In function 'NTSystemCommand':
MagickCore/nt-base.c:2380:5: warning: variable 'sa' set but not used [-Wunused-but-set-variable]
sa;
^~
In file included from coders/bgr.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/bgr.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/bgr.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/bgr.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/bgr.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-cip.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-clip.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-cmyk.lo
In file included from coders/braille.c:40:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/braille.c:40:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/braille.c:40:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/braille.c:40:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/braille.c:40:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-cut.lo
In file included from coders/cals.c:47:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/cals.c:47:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/cals.c:47:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/cals.c:47:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/cals.c:47:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/bmp.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
CC coders/MagickCore_libMagickCore_7_Q8_la-dcm.lo
In file included from ./MagickCore/studio.h:238:0,
from coders/bmp.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/bmp.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/bmp.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/bmp.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/caption.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/caption.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/caption.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/caption.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/caption.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/cin.c:49:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/cin.c:49:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/cin.c:49:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/cin.c:49:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/cin.c:49:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/cip.c:41:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/cip.c:41:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/cip.c:41:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/cip.c:41:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/cip.c:41:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-dds.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-debug.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-dib.lo
In file included from coders/cmyk.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/cmyk.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/cmyk.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/cmyk.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/cmyk.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/clip.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/clip.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/clip.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/clip.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/clip.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-dng.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-dot.lo
In file included from coders/dcm.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/dcm.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dcm.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/dcm.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/dcm.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/cut.c:50:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/cut.c:50:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/cut.c:50:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/cut.c:50:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/cut.c:50:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-dpx.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-fax.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-fd.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-fits.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-gif.lo
In file included from coders/debug.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/debug.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/debug.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/debug.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/debug.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/dds.c:44:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/dds.c:44:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dds.c:44:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/dds.c:44:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/dds.c:44:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/dib.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/dib.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dib.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
CC coders/MagickCore_libMagickCore_7_Q8_la-gradient.lo
In file included from ./MagickCore/studio.h:238:0,
from coders/dib.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/dib.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
coders/dib.c: In function 'DecodeImage':
coders/dib.c:150:0: warning: "BI_RGB" redefined
#define BI_RGB 0
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:71:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dib.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\wingdi.h:661:0: note: this is the location of the previous definition
#define BI_RGB __MSABI_LONG(0)
coders/dib.c:151:0: warning: "BI_RLE8" redefined
#define BI_RLE8 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:71:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dib.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\wingdi.h:662:0: note: this is the location of the previous definition
#define BI_RLE8 __MSABI_LONG(1)
coders/dib.c:152:0: warning: "BI_RLE4" redefined
#define BI_RLE4 2
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:71:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dib.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\wingdi.h:663:0: note: this is the location of the previous definition
#define BI_RLE4 __MSABI_LONG(2)
coders/dib.c:153:0: warning: "BI_BITFIELDS" redefined
#define BI_BITFIELDS 3
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:71:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dib.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\wingdi.h:664:0: note: this is the location of the previous definition
#define BI_BITFIELDS __MSABI_LONG(3)
In file included from coders/dng.c:41:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/dng.c:41:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dng.c:41:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/dng.c:41:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/dng.c:41:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-gray.lo
In file included from coders/dot.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/dot.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dot.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/dot.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/dot.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/dpx.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/dpx.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/dpx.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/dpx.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/dpx.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/fd.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/fd.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/fd.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/fd.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/fd.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-hald.lo
In file included from coders/fax.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/fax.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/fax.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/fax.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/fax.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/fits.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/fits.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/fits.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/fits.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/fits.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-hdr.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-histogram.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-hrz.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-html.lo
In file included from coders/gradient.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/gradient.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/gradient.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from coders/gif.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/gif.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/gif.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/gradient.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/gradient.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickCore/studio.h:238:0,
from coders/gif.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/gif.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-icon.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-info.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-inline.lo
In file included from coders/gray.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/gray.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/gray.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/gray.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/gray.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-ipl.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-jnx.lo
In file included from coders/hald.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/hald.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/hald.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/hald.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/hald.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-json.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-label.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-mac.lo
In file included from coders/hdr.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from coders/hrz.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from coders/histogram.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/hdr.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/hdr.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/hrz.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/hrz.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/hdr.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/hdr.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickCore/studio.h:238:0,
from coders/histogram.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/histogram.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/histogram.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/histogram.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickCore/studio.h:238:0,
from coders/hrz.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/hrz.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/html.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/html.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/html.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/html.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/html.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/inline.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/inline.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/inline.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/inline.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/inline.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/info.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/info.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/info.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/info.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/info.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-magick.lo
In file included from coders/icon.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/icon.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/icon.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/icon.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/icon.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
coders/icon.c:73:0: warning: "BI_RGB" redefined
#define BI_RGB 0
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:71:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/icon.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\wingdi.h:661:0: note: this is the location of the previous definition
#define BI_RGB __MSABI_LONG(0)
coders/icon.c:74:0: warning: "BI_RLE8" redefined
#define BI_RLE8 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:71:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/icon.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\wingdi.h:662:0: note: this is the location of the previous definition
#define BI_RLE8 __MSABI_LONG(1)
coders/icon.c:75:0: warning: "BI_BITFIELDS" redefined
#define BI_BITFIELDS 3
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:71:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/icon.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\wingdi.h:664:0: note: this is the location of the previous definition
#define BI_BITFIELDS __MSABI_LONG(3)
In file included from coders/ipl.c:44:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/ipl.c:44:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/ipl.c:44:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/ipl.c:44:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/ipl.c:44:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-map.lo
In file included from coders/jnx.c:41:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/jnx.c:41:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/jnx.c:41:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/jnx.c:41:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/jnx.c:41:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-mask.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-mat.lo
In file included from coders/json.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/json.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/json.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/json.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/json.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-matte.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-meta.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-miff.lo
In file included from coders/label.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/label.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/label.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
CC coders/MagickCore_libMagickCore_7_Q8_la-mono.lo
In file included from ./MagickCore/studio.h:238:0,
from coders/label.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/label.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/mac.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/mac.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/mac.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/mac.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/mac.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-mpeg.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-mpc.lo
In file included from coders/magick.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/magick.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/magick.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/magick.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/magick.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/map.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/map.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/map.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/map.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/map.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/mat.c:50:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/mat.c:50:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/mat.c:50:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/mat.c:50:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/mat.c:50:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-mpr.lo
In file included from coders/mask.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/mask.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/mask.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/mask.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/mask.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-msl.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-mtv.lo
In file included from coders/matte.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/matte.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/matte.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/matte.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/matte.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-mvg.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-null.lo
In file included from coders/meta.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/meta.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/meta.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from coders/miff.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/miff.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/miff.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/meta.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/meta.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickCore/studio.h:238:0,
from coders/miff.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/miff.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/mpeg.c:41:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/mpeg.c:41:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/mpeg.c:41:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/mpeg.c:41:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/mpeg.c:41:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/mono.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/mono.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/mono.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from coders/mpc.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/mpc.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/mpc.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/mono.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/mono.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickCore/studio.h:238:0,
from coders/mpc.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/mpc.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-otb.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-pango.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-palm.lo
In file included from coders/mtv.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/mtv.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/mtv.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/mtv.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/mtv.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-pattern.lo
In file included from coders/mpr.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/mpr.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/mpr.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/mpr.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/mpr.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/mvg.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/mvg.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/mvg.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/mvg.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/mvg.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/msl.c:44:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/msl.c:44:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/msl.c:44:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
CC coders/MagickCore_libMagickCore_7_Q8_la-pcd.lo
In file included from ./MagickCore/studio.h:238:0,
from coders/msl.c:44:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/msl.c:44:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-pcl.lo
In file included from coders/null.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/null.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/null.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/null.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/null.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/otb.c:41:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/otb.c:41:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/otb.c:41:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/otb.c:41:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/otb.c:41:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-pcx.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-pdb.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-pdf.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-pes.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-pgx.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-pict.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-pix.lo
In file included from coders/pango.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pango.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pango.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pango.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pango.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-plasma.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-pnm.lo
In file included from coders/pattern.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pattern.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pattern.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pattern.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pattern.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/pcd.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pcd.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pcd.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pcd.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pcd.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/pcl.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pcl.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pcl.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pcl.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pcl.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/palm.c:44:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/palm.c:44:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/palm.c:44:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/palm.c:44:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/palm.c:44:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/pdb.c:49:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pdb.c:49:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pdb.c:49:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pdb.c:49:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pdb.c:49:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/pcx.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pcx.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pcx.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pcx.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pcx.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-ps.lo
In file included from coders/pict.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pict.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pict.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pict.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pict.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-ps2.lo
In file included from coders/pdf.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pdf.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pdf.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pdf.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pdf.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/pix.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pix.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pix.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from coders/pes.c:45:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pix.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/studio.h:238:0,
from coders/pes.c:45:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pix.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pes.c:45:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pes.c:45:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pes.c:45:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-ps3.lo
In file included from coders/pgx.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pgx.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pgx.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pgx.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pgx.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
coders/pgx.c: In function 'WritePGXImage':
coders/pgx.c:364:64: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t {aka long long unsigned int}' [-Wformat=]
(void) FormatLocaleString(buffer,MagickPathExtent,"PG ML + %ld %lu %lu\n",
~~^
%I64d
image->depth,image->columns,image->rows);
~~~~~~~~~~~~
coders/pgx.c:364:68: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka long long unsigned int}' [-Wformat=]
(void) FormatLocaleString(buffer,MagickPathExtent,"PG ML + %ld %lu %lu\n",
~~^
%I64u
image->depth,image->columns,image->rows);
~~~~~~~~~~~~~~
coders/pgx.c:364:72: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t {aka long long unsigned int}' [-Wformat=]
(void) FormatLocaleString(buffer,MagickPathExtent,"PG ML + %ld %lu %lu\n",
~~^
%I64u
image->depth,image->columns,image->rows);
~~~~~~~~~~~
In file included from coders/plasma.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/plasma.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/plasma.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/plasma.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/plasma.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-psd.lo
In file included from coders/pnm.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pnm.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pnm.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pnm.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pnm.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-pwp.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-raw.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-rgb.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-rgf.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-rla.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-rle.lo
In file included from coders/ps.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/ps.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/ps.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/ps.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/ps.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-scr.lo
In file included from coders/ps2.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/ps2.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/ps2.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/ps2.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/ps2.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/ps3.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/ps3.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/ps3.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/ps3.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/ps3.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-screenshot.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-sct.lo
In file included from coders/psd.c:45:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/psd.c:45:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/psd.c:45:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/psd.c:45:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/psd.c:45:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/pwp.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/pwp.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/pwp.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/pwp.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/pwp.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-sfw.lo
In file included from coders/raw.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/raw.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/raw.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/raw.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/raw.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/rgb.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/rgb.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/rgb.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/rgb.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/rgb.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/rgf.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/rgf.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/rgf.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/rgf.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/rgf.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/rla.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/rla.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/rla.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/rla.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/rla.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/rle.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/rle.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/rle.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/rle.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/rle.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/scr.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/scr.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/scr.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/scr.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/scr.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
coders/rle.c: In function 'ReadRLEImage':
coders/rle.c:334:46: warning: self-comparison always evaluates to false [-Wtautological-compare]
if ((number_pixels*number_planes_filled) != (size_t) (number_pixels*
^~
CC coders/MagickCore_libMagickCore_7_Q8_la-sgi.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-sixel.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-stegano.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-sun.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-svg.lo
In file included from coders/screenshot.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/screenshot.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/screenshot.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/screenshot.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/screenshot.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-thumbnail.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-tga.lo
In file included from coders/sct.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/sct.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/sct.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/sct.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/sct.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/sfw.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/sfw.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/sfw.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/sfw.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/sfw.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-tile.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-tim.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-ttf.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-txt.lo
In file included from coders/stegano.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/stegano.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/stegano.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/stegano.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/stegano.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/sgi.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/sgi.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/sgi.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/sgi.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/sgi.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-uil.lo
coders/sgi.c: In function 'ReadSGIImage':
coders/sgi.c:382:43: warning: self-comparison always evaluates to false [-Wtautological-compare]
if ((4*bytes_per_pixel*number_pixels) != ((MagickSizeType) (size_t)
^~
In file included from coders/sixel.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/sixel.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/sixel.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/sixel.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/sixel.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-url.lo
In file included from coders/tga.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/tga.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/tga.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/tga.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/tga.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/svg.c:44:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/svg.c:44:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/svg.c:44:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/svg.c:44:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/svg.c:44:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/tile.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/tile.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/tile.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from coders/sun.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/tile.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/tile.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickCore/studio.h:238:0,
from coders/sun.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/sun.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
CC coders/MagickCore_libMagickCore_7_Q8_la-uyvy.lo
In file included from ./MagickCore/studio.h:238:0,
from coders/sun.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/sun.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/thumbnail.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/thumbnail.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/thumbnail.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/thumbnail.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/thumbnail.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/tim.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/tim.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/tim.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/tim.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/tim.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-vicar.lo
In file included from coders/txt.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/txt.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/txt.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/txt.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/txt.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-vid.lo
In file included from coders/ttf.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/ttf.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/ttf.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/ttf.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/ttf.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/uil.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/uil.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/uil.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/uil.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/uil.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-viff.lo
In file included from coders/url.c:43:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/url.c:43:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/url.c:43:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/url.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/url.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-vips.lo
In file included from coders/uyvy.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/uyvy.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/uyvy.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/uyvy.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/uyvy.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-wbmp.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-wpg.lo
In file included from coders/vicar.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/vicar.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/vicar.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/vicar.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/vicar.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-xbm.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-xc.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-xcf.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-xpm.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-xtrn.lo
In file included from coders/vid.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
CC coders/MagickCore_libMagickCore_7_Q8_la-xps.lo
In file included from ./MagickCore/studio.h:238:0,
from coders/vid.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/vid.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/vid.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/vid.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-ycbcr.lo
In file included from coders/viff.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/viff.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/viff.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/viff.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/viff.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-yuv.lo
In file included from coders/vips.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/vips.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/vips.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/vips.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/vips.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/wpg.c:41:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/wpg.c:41:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/wpg.c:41:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/wpg.c:41:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/wpg.c:41:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/wbmp.c:41:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/wbmp.c:41:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/wbmp.c:41:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/wbmp.c:41:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/wbmp.c:41:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/xbm.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/xbm.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/xbm.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/xbm.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/xbm.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/xcf.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/xcf.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/xcf.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/xcf.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/xcf.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC coders/MagickCore_libMagickCore_7_Q8_la-clipboard.lo
CC coders/MagickCore_libMagickCore_7_Q8_la-emf.lo
In file included from coders/xps.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/xps.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/xps.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/xps.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/xps.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/xc.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
CC filters/MagickCore_libMagickCore_7_Q8_la-analyze.lo
In file included from ./MagickCore/studio.h:238:0,
from coders/xc.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/xc.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from coders/xpm.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/xpm.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/xpm.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/xc.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/xc.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickCore/studio.h:238:0,
from coders/xpm.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/xpm.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-animate.lo
In file included from coders/xtrn.c:48:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/xtrn.c:48:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/xtrn.c:48:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/xtrn.c:48:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/xtrn.c:48:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/yuv.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/yuv.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/yuv.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/yuv.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/yuv.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/ycbcr.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/ycbcr.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/ycbcr.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/ycbcr.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/ycbcr.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-compare.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-composite.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-conjure.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-convert.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-deprecate.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-display.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-drawing-wand.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-identify.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/animate.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/animate.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/clipboard.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/clipboard.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/clipboard.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
In file included from ./MagickCore/studio.h:238:0,
from coders/clipboard.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/clipboard.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from coders/emf.c:42:0:
./MagickCore/studio.h:126:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment (lib, "ws2_32.lib")
In file included from ./MagickCore/studio.h:238:0,
from coders/emf.c:42:
./MagickCore/nt-base.h:32:0: warning: "_CRT_SECURE_NO_DEPRECATE" redefined
#define _CRT_SECURE_NO_DEPRECATE 1
In file included from c:\tools\mingw64\x86_64-w64-mingw32\include\minwindef.h:6:0,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windef.h:8,
from c:\tools\mingw64\x86_64-w64-mingw32\include\windows.h:69,
from c:\tools\mingw64\x86_64-w64-mingw32\include\winsock2.h:23,
from ./MagickCore/studio.h:123,
from coders/emf.c:42:
c:\tools\mingw64\x86_64-w64-mingw32\include\specstrings.h:305:0: note: this is the location of the previous definition
#define _CRT_SECURE_NO_DEPRECATE
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-import.lo
In file included from ./MagickCore/studio.h:238:0,
from coders/emf.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickCore/studio.h:35,
from coders/emf.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-magick-cli.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/compare.c:44:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/compare.c:44:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-magick-image.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/composite.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/composite.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/convert.c:45:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/convert.c:45:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/conjure.c:48:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/conjure.c:48:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/drawing-wand.c:49:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/drawing-wand.c:49:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/deprecate.c:43:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/deprecate.c:43:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/identify.c:50:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/identify.c:50:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/display.c:44:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/display.c:44:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-magick-property.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-magick-wand.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-mogrify.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/import.c:44:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/import.c:44:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-montage.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-operation.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/magick-cli.c:49:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/magick-cli.c:49:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-pixel-iterator.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-script-token.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-pixel-wand.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/magick-image.c:49:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/magick-image.c:49:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/magick-wand.c:49:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/magick-wand.c:49:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/magick-property.c:49:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/magick-property.c:49:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-stream.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/mogrify.c:47:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/mogrify.c:47:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/montage.c:45:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/montage.c:45:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/operation.c:50:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/operation.c:50:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/pixel-iterator.c:49:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/pixel-iterator.c:49:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-wand.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/script-token.c:175:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/script-token.c:175:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/pixel-wand.c:49:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/pixel-wand.c:49:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-wandcli.lo
CC MagickWand/MagickWand_libMagickWand_7_Q8_la-wand-view.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Blob.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/stream.c:47:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/stream.c:47:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-BlobRef.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/wand.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/wand.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-CoderInfo.lo
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/wandcli.c:42:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/wandcli.c:42:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
In file included from ./MagickWand/studio.h:238:0,
from MagickWand/wand-view.c:48:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from MagickWand/wand-view.c:48:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Color.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Exception.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Drawable.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Functions.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Geometry.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Image.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-ImageRef.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Options.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Montage.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Pixels.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-ResourceLimits.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Statistic.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-STL.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-Thread.lo
CXX Magick++/lib/Magick___lib_libMagick___7_Q8_la-TypeMetric.lo
CC utilities/magick.o
cp -f MagickCore/ImageMagick.pc MagickCore/ImageMagick-7.Q8.pc
cp -f MagickCore/MagickCore.pc MagickCore/MagickCore-7.Q8.pc
cp -f MagickWand/MagickWand.pc MagickWand/MagickWand-7.Q8.pc
cp -f Magick++/lib/Magick++.pc Magick++/lib/Magick++-7.Q8.pc
CCLD MagickCore/libMagickCore-7.Q8.la
In file included from ./MagickWand/studio.h:238:0,
from utilities/magick.c:44:
./MagickCore/nt-base.h:98:0: warning: "MAGICKCORE_HAVE_ERF" redefined
#define MAGICKCORE_HAVE_ERF
In file included from ./MagickCore/magick-config.h:25:0,
from ./MagickWand/studio.h:35,
from utilities/magick.c:44:
./MagickCore/magick-baseconfig.h:231:0: note: this is the location of the previous definition
#define MAGICKCORE_HAVE_ERF 1
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `ConnectPixelCacheServer':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:221: undefined reference to `__imp_getaddrinfo'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:228: undefined reference to `__imp_socket'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:237: undefined reference to `__imp_connect'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:246: undefined reference to `__imp_recv'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:262: undefined reference to `__imp_freeaddrinfo'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:259: undefined reference to `__imp_closesocket'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:232: undefined reference to `__imp_freeaddrinfo'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:240: undefined reference to `__imp_closesocket'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:241: undefined reference to `__imp_freeaddrinfo'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `dpc_send':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:454: undefined reference to `__imp_send'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `dpc_read':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:169: undefined reference to `__imp_recv'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `dpc_send':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:454: undefined reference to `__imp_send'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `DistributePixelCacheClient':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:882: undefined reference to `__imp_closesocket'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `dpc_send':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:454: undefined reference to `__imp_send'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:454: undefined reference to `__imp_send'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:454: undefined reference to `__imp_send'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `DestroyDistributeCacheInfo':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:393: undefined reference to `__imp_closesocket'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `DistributePixelCacheServer':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:937: undefined reference to `__imp_getaddrinfo'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:941: undefined reference to `__imp_socket'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:950: undefined reference to `__imp_setsockopt'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:957: undefined reference to `__imp_bind'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:967: undefined reference to `__imp_freeaddrinfo'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:968: undefined reference to `__imp_listen'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:969: undefined reference to `__imp_accept'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:960: undefined reference to `__imp_closesocket'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `OpenDistributePixelCache':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:1172: undefined reference to `__imp_send'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:1180: undefined reference to `__imp_recv'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `ReadDistributePixelCacheMetacontent':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:1254: undefined reference to `__imp_send'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `dpc_read':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:162: undefined reference to `__imp_recv'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `ReadDistributePixelCachePixels':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:1329: undefined reference to `__imp_send'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `dpc_read':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:162: undefined reference to `__imp_recv'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `RelinquishDistributePixelCache':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:1386: undefined reference to `__imp_send'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `dpc_send':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:459: undefined reference to `__imp_recv'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `WriteDistributePixelCacheMetacontent':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:1465: undefined reference to `__imp_send'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-distribute-cache.o: In function `WriteDistributePixelCachePixels':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/distribute-cache.c:1541: undefined reference to `__imp_send'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-static.o: In function `InvokeStaticImageFilter':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:130: undefined reference to `analyzeImage'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-static.o: In function `RegisterStaticModules':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:183: undefined reference to `RegisterCLIPBOARDImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:200: undefined reference to `RegisterEMFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:260: undefined reference to `RegisterPATTERNImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:261: undefined reference to `RegisterPCDImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:262: undefined reference to `RegisterPCLImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:263: undefined reference to `RegisterPCXImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:264: undefined reference to `RegisterPDBImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:265: undefined reference to `RegisterPDFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:266: undefined reference to `RegisterPESImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:267: undefined reference to `RegisterPGXImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:268: undefined reference to `RegisterPICTImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:269: undefined reference to `RegisterPIXImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:270: undefined reference to `RegisterPLASMAImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:274: undefined reference to `RegisterPNMImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:275: undefined reference to `RegisterPSImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:276: undefined reference to `RegisterPS2Image'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:277: undefined reference to `RegisterPS3Image'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:278: undefined reference to `RegisterPSDImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:279: undefined reference to `RegisterPWPImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:280: undefined reference to `RegisterRAWImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:281: undefined reference to `RegisterRGBImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:282: undefined reference to `RegisterRGFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:283: undefined reference to `RegisterRLAImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:284: undefined reference to `RegisterRLEImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:285: undefined reference to `RegisterSCRImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:286: undefined reference to `RegisterSCREENSHOTImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:287: undefined reference to `RegisterSCTImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:288: undefined reference to `RegisterSFWImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:289: undefined reference to `RegisterSGIImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:290: undefined reference to `RegisterSIXELImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:291: undefined reference to `RegisterSTEGANOImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:292: undefined reference to `RegisterSUNImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:293: undefined reference to `RegisterSVGImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:294: undefined reference to `RegisterTGAImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:295: undefined reference to `RegisterTHUMBNAILImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:299: undefined reference to `RegisterTILEImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:300: undefined reference to `RegisterTIMImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:301: undefined reference to `RegisterTTFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:302: undefined reference to `RegisterTXTImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:303: undefined reference to `RegisterUILImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:304: undefined reference to `RegisterURLImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:305: undefined reference to `RegisterUYVYImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:306: undefined reference to `RegisterVICARImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:307: undefined reference to `RegisterVIDImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:308: undefined reference to `RegisterVIFFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:309: undefined reference to `RegisterVIPSImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:310: undefined reference to `RegisterWBMPImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:317: undefined reference to `RegisterWPGImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:321: undefined reference to `RegisterXBMImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:322: undefined reference to `RegisterXCImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:323: undefined reference to `RegisterXCFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:324: undefined reference to `RegisterXPMImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:325: undefined reference to `RegisterXPSImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:327: undefined reference to `RegisterXTRNImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:332: undefined reference to `RegisterYCBCRImage'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-static.o: In function `UnregisterStaticModules':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:371: undefined reference to `UnregisterCLIPBOARDImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:388: undefined reference to `UnregisterEMFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:448: undefined reference to `UnregisterPATTERNImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:449: undefined reference to `UnregisterPCDImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:450: undefined reference to `UnregisterPCLImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:451: undefined reference to `UnregisterPCXImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:452: undefined reference to `UnregisterPDBImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:453: undefined reference to `UnregisterPDFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:454: undefined reference to `UnregisterPESImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:455: undefined reference to `UnregisterPGXImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:456: undefined reference to `UnregisterPICTImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:457: undefined reference to `UnregisterPIXImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:458: undefined reference to `UnregisterPLASMAImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:462: undefined reference to `UnregisterPNMImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:463: undefined reference to `UnregisterPSImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:464: undefined reference to `UnregisterPS2Image'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:465: undefined reference to `UnregisterPS3Image'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:466: undefined reference to `UnregisterPSDImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:467: undefined reference to `UnregisterPWPImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:468: undefined reference to `UnregisterRAWImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:469: undefined reference to `UnregisterRGBImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:470: undefined reference to `UnregisterRGFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:471: undefined reference to `UnregisterRLAImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:472: undefined reference to `UnregisterRLEImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:473: undefined reference to `UnregisterSCRImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:474: undefined reference to `UnregisterSCREENSHOTImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:475: undefined reference to `UnregisterSCTImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:476: undefined reference to `UnregisterSFWImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:477: undefined reference to `UnregisterSGIImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:478: undefined reference to `UnregisterSIXELImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:479: undefined reference to `UnregisterSTEGANOImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:480: undefined reference to `UnregisterSUNImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:481: undefined reference to `UnregisterSVGImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:482: undefined reference to `UnregisterTGAImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:483: undefined reference to `UnregisterTHUMBNAILImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:487: undefined reference to `UnregisterTILEImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:488: undefined reference to `UnregisterTIMImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:489: undefined reference to `UnregisterTTFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:490: undefined reference to `UnregisterTXTImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:491: undefined reference to `UnregisterUILImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:492: undefined reference to `UnregisterURLImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:493: undefined reference to `UnregisterUYVYImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:494: undefined reference to `UnregisterVICARImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:495: undefined reference to `UnregisterVIDImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:496: undefined reference to `UnregisterVIFFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:497: undefined reference to `UnregisterVIPSImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:498: undefined reference to `UnregisterWBMPImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:505: undefined reference to `UnregisterWPGImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:509: undefined reference to `UnregisterXBMImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:510: undefined reference to `UnregisterXCImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:511: undefined reference to `UnregisterXCFImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:512: undefined reference to `UnregisterXPMImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:513: undefined reference to `UnregisterXPSImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:515: undefined reference to `UnregisterXTRNImage'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:520: undefined reference to `UnregisterYCBCRImage'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-static.o: In function `RegisterStaticModules':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:333: undefined reference to `RegisterYUVImage'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-static.o: In function `UnregisterStaticModules':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/static.c:521: undefined reference to `UnregisterYUVImage'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-nt-base.o: In function `NTInitializeWinsock':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/nt-base.c:1660: undefined reference to `__imp_WSAStartup'
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/nt-base.c:1660: undefined reference to `__imp_WSAStartup'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-nt-base.o: In function `NTWindowsTerminus':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/nt-base.c:2836: undefined reference to `__imp_WSACleanup'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-nt-feature.o: In function `CropImageToHBITMAP':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/nt-feature.c:217: undefined reference to `__imp_CreateBitmapIndirect'
MagickCore\\.libs\\MagickCore_libMagickCore_7_Q8_la-nt-feature.o: In function `ImageToHBITMAP':
C:\Tools\home\Bonfire\ImageMagick-7.0.7-3/MagickCore/nt-feature.c:644: undefined reference to `__imp_CreateBitmapIndirect'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [Makefile:6030: MagickCore/libMagickCore-7.Q8.la] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory 'C:/Tools/home/Bonfire/ImageMagick-7.0.7-3'
make: *** [Makefile:5153: all] Error 2