X2Go Bug report logs - #642
Changes in X2GoClient for Windows to enable it conform to Visual Studio's stricter type checking

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: "George Trakatelis" <trakatelis@uom.edu.gr>

Date: Wed, 15 Oct 2014 14:50:01 UTC

Severity: wishlist

Tags: pending

Found in version 4.0.2.1

Fixed in version 4.0.3.2

Done: X2Go Release Manager <git-admin@x2go.org>

Bug is archived. No further changes may be made.

Full log


Message #102 received at 642@bugs.x2go.org (full text, mbox, reply):

Received: (at 642) by bugs.x2go.org; 4 Dec 2014 06:29:33 +0000
From trakatelis@uom.edu.gr  Thu Dec  4 07:29:32 2014
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,T_DKIM_INVALID,
	URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 037395DCAE
	for <642@bugs.x2go.org>; Thu,  4 Dec 2014 07:29:31 +0100 (CET)
Received: by mail-wg0-f46.google.com with SMTP id a1so13485681wgh.19
        for <642@bugs.x2go.org>; Wed, 03 Dec 2014 22:29:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=uom.edu.gr; s=google;
        h=from:to:cc:subject:date:message-id:mime-version:content-type
         :content-transfer-encoding:thread-index:content-language;
        bh=1gTom7ygoh6RviE9j0B0Tf5lwaQbOuelV1tKot1Lxc0=;
        b=EdMwsrBUmpHWTGHG6bV+p2R8yYv5vYuG3lP4wSFm7H7jyr6P2nyBNSrWRbJLBxGujD
         IP7vgrq6BUl1S1+VHe2qaQMDaEd0ki8iGCIwfmoO6V1L+FZ1vkenyf5IHge3RetlstZP
         T1NCKsKbgbiwQ5tENKmfsRsUud6HW+zCvyPEw=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version
         :content-type:content-transfer-encoding:thread-index
         :content-language;
        bh=1gTom7ygoh6RviE9j0B0Tf5lwaQbOuelV1tKot1Lxc0=;
        b=cqyr8pLuI2d4M8DDAF6sPCuSR6JCv9dFieXSlnwsqa1pjF4QxonXSnbSi6U8YuemZS
         yTXuHDLrWZGwVz6yweyR/SZFihgmzQvohwPqkrk2rfViTTQQA+Pe39dIJUsWFagVMtyl
         A8pfy0s1XGuuszmnJbs/TJpNO1CNY+Ddx5Uaw3qNl6lJ/B3vJ/lBWZG8L+P5LVKPeeIR
         l5a/TQByUNZXzwJov5HbwcYfd6nXaN+kwOjUjKM8EfoIq5eAzYKpf2EKTVuMcjwbjaBS
         QUU+IBOunNhkggg97bzlRU5ZgsED7euAbR3H/gDBSlG4OhQQALJO0qpUUuM+waEZFAQl
         pTAg==
X-Gm-Message-State: ALoCoQk1V6iHvXGmsnmgAtvfU/qvcQQ0OwMDpWFUi6v0Av43pX1foQnhPgSDxAMarijpZTF2kFCz
X-Received: by 10.180.82.226 with SMTP id l2mr8207382wiy.61.1417674571515;
        Wed, 03 Dec 2014 22:29:31 -0800 (PST)
Received: from HomePC (46-198-96-210.adsl.cyta.gr. [46.198.96.210])
        by mx.google.com with ESMTPSA id fq1sm53586522wib.12.2014.12.03.22.29.09
        for <multiple recipients>
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
        Wed, 03 Dec 2014 22:29:13 -0800 (PST)
From: "George Trakatelis" <trakatelis@uom.edu.gr>
To: "'Michael DePaulo'" <mikedep333@gmail.com>
Cc: <642@bugs.x2go.org>
Subject: RE: Bug#642: Changes in X2Go Client for Windows to enable it conform to Visual Studio's stricter type checking (Errata)
Date: Thu, 4 Dec 2014 08:28:41 +0200
Message-ID: <000001d00f8b$9e09fd70$da1df850$@edu.gr>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: AdAPi4ud/VFkZJTASlenWOxpPBrdtQ==
Content-Language: el
Hi Michael, 

In my previous e-mail with the triple-patch attached there is an error.
Please substitute 

I patched ConfigureChecks.cmake due to the condition described in 
http://www.libssh.org/archive/libssh/2013-10/0000045.html 
Follow the thread for a better understanding of the situation. 

for
> Unfortunately, VS2010 is missing the isblank() function, 
> so to accommodate for that I had to patch ConfigureChecks.cmake.  
> For more information on C99 library support in Visual Studio, please see 
>
http://blogs.msdn.com/b/vcblog/archive/2013/07/19/c99-library-support-in-vis
ual-studio-2013.aspx 

The patch ok! (Only the explanation for the need to patch
ConfigureChecks.cmake was wrong.) 
Sorry for any inconvenience. 

George 


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Apr 19 09:35:43 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.