|
From: Hans-Bernhard B. <HBB...@t-...> - 2017-09-29 21:22:26
|
Am 29.09.2017 um 22:48 schrieb Allin Cottrell: > In current mingw64 built from source on Linux (x86_64-w64-mingw32 and > i686-w64-mingw32) MINGW_HAS_SECURE_API is not defined in _mingw.h, or > anywhere else, unless you choose --enable-secure-api at configure time > (it's not enabled by default). Most software I've cross-built for > Windows doesn't require sec_api so building wgnuplot is the first time > I've come across this. Well, suffice it to say that the provided configuration in config/mingw is explicitly designed for MSYS2 MinGW, which doesn't need that switch (and would cause redefinition warnings if it was set). A cross-build from Linux is a completely separate kettle of fish. There would be a lot of other problems with that, starting with the lack of a Linux edition of Microsoft's HTML Help Workshop... |