
4 Oct
2017
4 Oct
'17
8:39 a.m.
Phyx
Hi Simon,
You seem to be in an msys shell instead of a mingw-64 shell (they have different startup shortcuts). We don't support the msys shell as we only want to compile for native windows.
You should use the shortcut marked mingw-64.
Alternatively to get you going in aclocal.m4 remove line 112.
Or
run 'export MSYSTEM=MINGW64' to change subsystem.
The recent llvm changes now force the host validation on all targets, I'll add msys when I get home.
I've gone ahead and added msys. Cheers, - Ben