From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116799 invoked by alias); 3 Mar 2019 06:01:23 -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 115710 invoked by uid 89); 3 Mar 2019 06:01:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS,UNSUBSCRIBE_BODY autolearn=ham version=3.3.2 spammy=H*r:NNFMP, interactive, unsubscribesimple, unsubscribe-simple X-HELO: nh502-vm8.bullet.mail.kks.yahoo.co.jp Received: from nh502-vm8.bullet.mail.kks.yahoo.co.jp (HELO nh502-vm8.bullet.mail.kks.yahoo.co.jp) (183.79.56.153) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Sun, 03 Mar 2019 06:01:20 +0000 Received: from [183.79.100.139] by nh502.bullet.mail.kks.yahoo.co.jp with NNFMP; 03 Mar 2019 06:01:17 -0000 Received: from [183.79.100.132] by t502.bullet.mail.kks.yahoo.co.jp with NNFMP; 03 Mar 2019 06:01:17 -0000 Received: from [127.0.0.1] by omp501.mail.kks.yahoo.co.jp with NNFMP; 03 Mar 2019 06:01:17 -0000 Received: from jws700003.mail.kks.yahoo.co.jp by sendmailws506.mail.kks.yahoo.co.jp; Sun, 03 Mar 2019 15:01:16 +0000; 1551592876.849 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1551592877; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:To:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=3B04UuuvvocIinAq4vVDs6t3TGEeVB2oYRTa1QmWTAA=; b=r36XqXOC3yYdaQoKLgS0kg5aZ/r1mLhJ+ZMWevlRAcb2EiYxjCnNpqR7rirP0X0O EX8wFHdwhR/oBOzykc2XGDMeBN4azGlxzNv9Fp3+uDvqeQOkahcnyQnNcskXdXDe8YL ethdSrX4EVR/0N9LbZf3+hnI/xM/mAet3arPB4l8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Aoshd/30wK+dzOpF1NYEj/DVm2xh2x1NTIrJ4Q1MZ+xVSwEYnUoiDYa14wBH+udN OUE6l3mFB7NS+E5YEcWqZB8FyJJsA2oo4txMM6P1OS9F6Qj+FrvqJCUJhA3fDuk2OFH hVNETgwgQakC2FPj0iLg9XNnHJ5YEA7Ul7fetA9M=; Date: Sun, 03 Mar 2019 06:01:00 -0000 From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA To: Message-ID: <2034053033.1762240.1551592875622.JavaMail.yahoo@mail.yahoo.co.jp> In-Reply-To: References: Subject: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00015.txt.bz2 > From: Achim Gratz=20 > To: cygwin@cygwin.com > Cc:=20 > Date: 2019/3/3, Sun 02:10 > Subject: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1 >=20 >=20 > Gnuplot version 5.2.6 is available as a release version on Cygwin now. >=20 >=20 > Notes: > ------ >=20 > The configuration has changed to not include "backwards compatibility) > any longer, which removes partial support for deprecated features. >=20 > This build makes use of the new libcerf library package, so gnuplot > should be able to use all functionality that depends on it. >=20 >=20 > --=20 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 *** CYGWIN-ANNOUNCE UNSU= BSCRIBE INFO *** >=20 > If you want to unsubscribe from the cygwin-announce mailing list, look > at the "List-Unsubscribe: " tag in the email header of this message. > Send email to the address specified there. It will be in the format: >=20 > cygwin-announce-unsubscribe-you=3Dyourdomain.com@cygwin.com >=20 > If you need more information on unsubscribing, start reading here: >=20 > http://sourceware.org/lists.html#unsubscribe-simple=20 >=20 > Please read *all* of the information on unsubscribing that is available > starting at this URL. Hello Achim I am glad to hear that gnuplot-5.2.6 for Cygwin is released. As an interactive terminal, gnuplot for Cygwin only x11 terminal=C2=A0 but it is old terminal and it was considered to be outdated from gnuplot de= velopers. For qt terminal, QT5 should be patched but wxt terminal can be implemented = using dev tools implemented in Cygwin. I ask you to implement wxt terminal gnuplot for Cygwin Patch indicated below is attached to gnuplot source to avoid ABI mismatch w= aring between gnuplot and wxWidgets. --- 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" 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