windows build with non-english toolchain installation
Ralf H
bummer at gmx.net
Sat Aug 10 23:42:20 UTC 2019
Hallihallo,
when building on windows systems with non-english toolchains (in my
case, German), there are usually non-english COMPILER_VERSION_OUTPUTs to
be checked in make/autoconf/toolchain.m4.
Line 462 reads
$ECHO "$COMPILER_VERSION_OUTPUT" | $GREP "Microsoft.*Compiler" >
/dev/null
but my german version reports as "Microsoft (R)
C/C++-Optimierungscompiler Version 19.15.26732.1 fr x64"
meaning the capital C in the GREP search should be either omitted or the
GREP made case-insensitive
Not sure if this covers *all* languages :)
More information about the build-dev
mailing list