From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75979 invoked by alias); 4 Mar 2019 23:11:54 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 75971 invoked by uid 89); 4 Mar 2019 23:11:54 -0000 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 Received: from nh602-vm7.bullet.mail.ssk.yahoo.co.jp (HELO nh602-vm7.bullet.mail.ssk.yahoo.co.jp) (182.22.90.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Mon, 04 Mar 2019 23:11:53 +0000 Received: from [182.22.66.103] by nh602.bullet.mail.ssk.yahoo.co.jp with NNFMP; 04 Mar 2019 23:11:49 -0000 Received: from [182.22.91.131] by t601.bullet.mail.ssk.yahoo.co.jp with NNFMP; 04 Mar 2019 23:11:49 -0000 Received: from [127.0.0.1] by omp604.mail.ssk.yahoo.co.jp with NNFMP; 04 Mar 2019 23:11:49 -0000 Received: from jws700001.mail.kks.yahoo.co.jp by sendmailws517.mail.kks.yahoo.co.jp; Tue, 05 Mar 2019 08:11:48 +0000; 1551741108.703 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: Mon, 04 Mar 2019 23:11:00 -0000 From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA To: Yaakov Selkowitz , , Achim Gratz 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <931802322.2072511.1551741108053.JavaMail.yahoo.ref@mail.yahoo.co.jp> X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00051.txt.bz2 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,comp= atible 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=C2=A02018-03-17 07:26:21.926092000 +0900 +++ b/src/wxterminal/wxt_gui.cpp=C2=A02018-03-17 07:28:56.748497600 +0900 @@ -88,7 +88,7 @@ =C2=A0 * or multi-threaded operation. =C2=A0 */ =C2=A0 - +#define __GXX_ABI_VERSION 1009 =C2=A0/* define DEBUG here to have debugging messages in stderr */ =C2=A0#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