Received: (at submit) by bugs.x2go.org; 11 Apr 2014 12:26:07 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,
	T_DKIM_INVALID,URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id D2EBF3BC41
	for <submit@bugs.x2go.org>; Fri, 11 Apr 2014 14:26:06 +0200 (CEST)
Received: by mail-we0-f178.google.com with SMTP id u56so5209601wes.23
        for <submit@bugs.x2go.org>; Fri, 11 Apr 2014 05:26:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=6nTXAtMa59gIcAg1AyVYvQG+hpC++TRdVkkZ2LuJUhM=;
        b=exvbPw5WPqLAMlu9WEC6DUvtDUoane4y/Tze0WQwFV1JwN07azg/2zj8eya3AcZLWn
         J4JfGaAL5o5jeiBRa0/uGD1VV8hDyCjkKGCCAXp7OFgeVSo5cIXqMp24fPmLRYkaQf5N
         Hma/GCcYt+llgnee92n0+CQHuuE2lFdrPVa/tV/rKTLUMQtLT0SMpLQw9cOctuuMTR7Y
         2+8N+N34SzjW1Zey6Cwbh/2001k4PSva3/2U5DnqQf1TVeMSTgNOePwuNybpAVblN0rc
         i9vitN019UOWb+IpuA2LTQN6Np5STJFBe8IPTe9cskKYJunne2MHDqT6JuLdd5ahe3b2
         U8Vg==
MIME-Version: 1.0
X-Received: by 10.180.105.65 with SMTP id gk1mr3341020wib.12.1397219166425;
 Fri, 11 Apr 2014 05:26:06 -0700 (PDT)
Received: by 10.180.12.236 with HTTP; Fri, 11 Apr 2014 05:26:06 -0700 (PDT)
Date: Fri, 11 Apr 2014 08:26:06 -0400
Message-ID: <CAMKht8graPgOa4QQBtc+AGSS-Q9zPSU3ozfbueVTYeJoZAqSYg@mail.gmail.com>
Subject: Windows: Port X2Go Client: MinGW 4.4 + QT 4.8.5 -> MinGW 4.8 + QT 4.8.6
From: Michael DePaulo <mikedep333@gmail.com>
To: submit@bugs.x2go.org
Content-Type: text/plain; charset=ISO-8859-1

Package: x2goclient
Version: 4.0.2.0
Severity: wishlist

Currently, X2Go Client win32 is built with the latest official release
of QT4, 4.8.5.

However, X2Go Client win32 is also built with MinGW 4.4 because QT
4.8.5 only officially supports MinGW 4.4. (Reportedly QT 4.8.5 also
works with MinGW 4.6.) The problem with this is that MinGW 4.4 is no
longer supported.

Fortunately, QT 4.8.6 is about to be released with support for MinGW 4.8.
http://lists.qt-project.org/pipermail/development/2014-March/016265.html
https://bugreports.qt-project.org/browse/QTBUG/fixforversion/13008

I intend to migrate X2Go Client's win32 build environment (and update
any necessary source code) so that it will be built with QT 4.8.6 +
MinGW 4.8.x.
