mingw-w64-apr
configure: error: could not determine the proper format for apr_ssize_t
mingw-w64-irrlicht
ld.lld: error: undefined symbol: png_riffle_palette_neon
mingw-w64-srecord
error: 'bin/srec_info.exe': No such file or directory
mingw-w64-winpty
Error: could not find Cygwin/MSYS G++ compiler. One of these should be in your PATH:
mingw-w64-pyside2
qdragmoveevent_wrapper.cpp:221:73: error: no member named 'DragMove' in 'QOpenGLShader'
mingw-w64-libserdes
CustomFields.hh:24:10: fatal error: '../impl/json/JsonDom.hh' file not found
mingw-w64-gdb
BFD does not support target aarch64-w64-mingw32.
mingw-w64-openocd
helper/replacements.h:148:39: error: invalid output constraint '=a' in asm
mingw-w64-magnum
Utility/StlForwardTuple.h:58:10: error: '__tuple' file not found, did you mean 'tuple'?
mingw-w64-libgdata
gdata/tests/buffer.c:41:2: error: call to undeclared function 'alarm'
mingw-w64-bsdfprocessor
src/GraphScene.cpp:683:16: error: assigning to 'lb::Brdf *' from incompatible type 'std::shared_ptr<Brdf>'
mingw-w64-v8
ERROR Unresolved dependencies.
mingw-w64-smpeg2
Invalid configuration `aarch64-w64-mingw32': machine `aarch64-w64' not recognized
mingw-w64-smpeg
Invalid configuration `aarch64-w64-mingw32': machine `aarch64-w64' not recognized
mingw-w64-skia
ERROR at //gn/BUILDCONFIG.gn:136:14: Script returned non-zero exit code.
mingw-w64-shishi-git
missing: line 81: help2man: command not found
mingw-w64-sgml-common
???
mingw-w64-openimagedenoise
include/xmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
mingw-w64-nodejs
include/tmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
mingw-w64-nim
clang: error: no input files
mingw-w64-mtex2MML
src/mtex2MML.h:54:35: error: a function declaration without a prototype is deprecated in all versions of C
* nodejs: re-generate patchset
Git's `format-patch` now uses a narrower diffstat, longer abbreviated
hashes in the index lines, and a different Git version, of course.
Besides, the patches started out as an 11-strong patch series (and is
now 13-strong, which is reflected in the [PATCH k/13] prefix of the
Subject: lines), and the 12th patch even lacked attribution and a commit
message.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* nodejs: adjust patches for v6.14.1
The code base changed enough that some patches are obsolete, and others
need to be applied to a different file, yet others simply do not apply
cleanly.
Note: this does not yet allow building v6.14.1, but *only* adjusts the
existing patches as required, for ease of reviewing.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* nodejs: do not link to the shared (stale) libuv
Node.js v6.14.1 relies on libuv to be up to date. In particular, it
requires the uv_os_getppid() function to be available.
The version of libuv shipped in MSYS2 is too old and does not provide
that.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* nodejs: update to v6.14.1
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* nodejs: prepare for packaging v6.14.1
Long path problems...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* nodejs: adjust patches for v8.11.1
Sadly, v6.14.1 would not be able to package because of too-long paths
inside npm's nested node_modules/ directories.
Let's hope that v8.11.1 works better.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* nodejs: prepare for v8.11.1
It needs quite a bit more patching.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* mingw-w64-nodejs: upgrade to v8.11.1
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes
Remaining md5sums either didn't download or
didn't pass checksum tests.
.. which is msvc for Visual Studio and mingw-w64 for mingw-w64.
Then check this in node-gyp's configure.js so that make is used
as the build system for mingw-w64 compiled node.js, not msvs.