delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/03/04/18:12:05

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:to:message-id:subject
:mime-version:content-type:content-transfer-encoding:references;
q=dns; s=default; b=M9tjAbKf+qFMRPcLZz0DsDBc1nK4A/r/UxIaQjjJzTZ
/YhlS6mMY4+sMYK0WVXWYZcNFmeiMWcFp2IT73CN27cUpRgxupxv7aTjvuPBLlF2
dnqfznMsvNFBoIGrHv+ct7SOK5yvNvXKVmA3J1QnhUF/66vwFwn/NIPE+6CKGNjY
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:to:message-id:subject
:mime-version:content-type:content-transfer-encoding:references;
s=default; bh=G4rCEjUW3NKRw5Y46WJqus79JdU=; b=a4+MrOfyhOn7KgkDl
aTAUyt448GJspTKcoDYkz2cA6l0WVYcn/Y826Hnrc08DN9WKD0SafhbLq20meu21
V5oHRBNppgz0Do/aUjvm5G7Z2gdqGe15u2+j9MNC0XFA4SpHSHtWsHwDCMxwMvW1
dNAHdk+AwbR6+N6qVapNzU6yco=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-11.7 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=unavailable version=3.3.2 spammy=H*r:NNFMP, dear, H*M:JavaMail, H*M:yahoo
X-HELO: nh602-vm7.bullet.mail.ssk.yahoo.co.jp
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1551741109; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:To:Message-ID:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:References; bh=eWwIV4jeDdCA1u/8OGLol3+ryVtQBA5KNVmn3z7FPhk=; b=btI5ffBHeHaHP0JYJL+BFBkl1JTFhQv8LTVt76s4LOs0AnRYoz+cd5WMhJ3Q73B/ 0bU7xbdL6Y6LO6cZEVTZd5k7rkeE7TSevAugkMltPHkjhEm4DdvokGlHuWwa+tKWRKH n9DnmoMXBsyOu/GO5GyGZtfaguhVTl/DnXYbjQJ4=
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:References; b=Yl0aoLREpQzgQGdkq4YYluCn6Jk5e/UPCr/Fn8TTVSCA+wHr2Ep/LYbWKjIPX31s MtmsNPcfxlThCVb7ZhYXkThfO/5whFIuvUBgFwwhQI5a5YvgPNVJqdRFgPwxhsZTNOj 5RB7tYFWUbMAHpvZJwonClI/D4YwqWM5H9hnJnFk=;
Date: Tue, 5 Mar 2019 08:11:48 +0900 (JST)
From: Tatsuro MATSUOKA <tmacchant2 AT yahoo DOT co DOT jp>
Reply-To: Tatsuro MATSUOKA <matsuoka AT nuce DOT nagoya-u DOT ac DOT jp>
To: Yaakov Selkowitz <yselkowitz AT cygwin DOT com>, <cygwin AT cygwin DOT com>,
Achim Gratz <Stromeko AT nexgo DOT de>
Message-ID: <931802322.2072511.1551741108053.JavaMail.yahoo@mail.yahoo.co.jp>
Subject: Request for rebuiding Wxwidget 3.0 to avoid ABI mismatch warning
MIME-Version: 1.0
References: <931802322 DOT 2072511 DOT 1551741108053 DOT JavaMail DOT yahoo DOT ref AT mail DOT yahoo DOT co DOT jp>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x24NC35n024238

Dear Yaakov Selkowitz

WxWidget on Cygwin may be built by old compiler.
This caused ABI mismatch warining on gnuplot for Cygwin
in plotting on wxt terminal.

gnuplot> pl x
07:54:00: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8).



The warning can be avioded if I attach patch to gnyuplot source.


--- a/src/wxterminal/wxt_gui.cpp 2018-03-17 07:26:21.926092000 +0900
+++ b/src/wxterminal/wxt_gui.cpp 2018-03-17 07:28:56.748497600 +0900
@@ -88,7 +88,7 @@
  * or multi-threaded operation.
  */
 
-
+#define __GXX_ABI_VERSION 1009
 /* define DEBUG here to have debugging messages in stderr */
 #include "wxt_gui.h"



However, if wxwidget are re-built using the current compiler this patch to gnuplot source
can be avioided.

Please consider the update.

Tatsuro


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019