windows cygwin version test too strict (original) (raw)
Thomas Stüfe thomas.stuefe at gmail.com
Fri Nov 9 15:09:01 UTC 2018
- Previous message (by thread): RFR: 8213591 : running bin/idea.sh in Cygwin: generated project cannot be imported - was : RE: bin/idea.sh and Cygwin
- Next message (by thread): windows cygwin version test too strict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 basics_windows.m4:
CYGWIN_VERSION_OK=`$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><msub><mi>N</mi><mi>V</mi></msub><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">CYGWIN_VERSION | </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"><span class="mord mathnormal" style="margin-right:0.10903em;">N</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.3283em;"><span style="top:-2.55em;margin-left:-0.109em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mathnormal mtight" style="margin-right:0.22222em;">V</span></span></span></span><span class="vlist-s"></span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></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$CYGWIN_VERSION_OK" = x; then
AC_MSG_NOTICE([Your cygwin is too old. You are running
$CYGWIN_VERSION, but at least cygwin 1.7 is required. Please upgrade.]) AC_MSG_ERROR([Cannot continue]) fi
So, we explicitly need version 1.7? Higher won't do?
Thanks, Thomas
- Previous message (by thread): RFR: 8213591 : running bin/idea.sh in Cygwin: generated project cannot be imported - was : RE: bin/idea.sh and Cygwin
- Next message (by thread): windows cygwin version test too strict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]