windows cygwin version test too strict (original) (raw)

Thomas Stüfe thomas.stuefe at gmail.com
Fri Nov 9 15:13:36 UTC 2018


..bypassing this version check yields a similar error later on, where a more modern GNUmake is not accepted:

configure: Found GNU make at /usr/bin/make, however this is not version 3.81 or later. (it is: GNU Make 4.2.1). Ignoring. configure: error: Cannot find GNU make 3.81 or newer! Please put it in the path, or add e.g. MAKE=/opt/gmake3.81/make as argument to configure.

..Thomas On Fri, Nov 9, 2018 at 4:09 PM Thomas Stüfe <thomas.stuefe at gmail.com> wrote:

Hi all, When running configure on Windows, I get now: configure: Your cygwin is too old. You are running 2.11.2(0.329/5/3), but at least cygwin 1.7 is required. Please upgrade. When looking at basicswindows.m4: CYGWINVERSIONOK=$ECHO <span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>C</mi><mi>Y</mi><mi>G</mi><mi>W</mi><mi>I</mi><mi>N</mi><mi>V</mi><mi>E</mi><mi>R</mi><mi>S</mi><mi>I</mi><mi>O</mi><mi>N</mi><mi mathvariant="normal">∣</mi></mrow><annotation encoding="application/x-tex">CYGWINVERSION | </annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mord mathnormal" style="margin-right:0.07153em;">C</span><span class="mord mathnormal" style="margin-right:0.22222em;">Y</span><span class="mord mathnormal">G</span><span class="mord mathnormal" style="margin-right:0.13889em;">W</span><span class="mord mathnormal" style="margin-right:0.07847em;">I</span><span class="mord mathnormal" style="margin-right:0.10903em;">N</span><span class="mord mathnormal" style="margin-right:0.22222em;">V</span><span class="mord mathnormal" style="margin-right:0.05764em;">ERS</span><span class="mord mathnormal" style="margin-right:0.07847em;">I</span><span class="mord mathnormal" style="margin-right:0.10903em;">ON</span><span class="mord">∣</span></span></span></span>GREP ^1.7. if test "x$CYGWINVERSIONOK" = x; then ACMSGNOTICE([Your cygwin is too old. You are running $CYGWINVERSION, but at least cygwin 1.7 is required. Please upgrade.]) ACMSGERROR([Cannot continue]) fi So, we explicitly need version 1.7? Higher won't do? Thanks, Thomas



More information about the build-dev mailing list