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:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=nLBg1XOA5V76V4oX DF8cbyd9EMFqxujCcc2z0u8i1HEEoEM88PTD3oTAqRcDDdjfEmXtL4jxzuEbIqk6 6jdVoHcZAr2YLWCbvMXzM8M2oxpHXa6N2lNZVcO/ZUfiihsVY/dvc1fo9HGJtYFe gBSkzxjl3Crlq2+pHVtBypEF1ZI= 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:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=5qwDb2NTk+gFydxQIdvV6l vnr+A=; b=njncbJ41yAdpY7fiI04trtk9gNtnWFh1s1fTeE8m5UFhtlgjMZPChT pNEEDSme0aNOyvF7jltsP3/Phe+k6bX+O47cOi22BD3N6Lt4eBVHbrZUswJWkt9T ah8XwPdNx7B2zyt8Iq9GCA0dcw6GHS3IrzNX+h88FeaMIS2ZfjP1Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-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 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, 3 Mar 2019 15:01:15 +0900 (JST) 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 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x2361XTL019748 > From: Achim Gratz > To: cygwin AT cygwin DOT com > Cc: > Date: 2019/3/3, Sun 02:10 > Subject: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1 > > > Gnuplot version 5.2.6 is available as a release version on Cygwin now. > > > Notes: > ------ > > The configuration has changed to not include "backwards compatibility) > any longer, which removes partial support for deprecated features. > > This build makes use of the new libcerf library package, so gnuplot > should be able to use all functionality that depends on it. > > > -- >               *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** > > 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: > > cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com > > If you need more information on unsubscribing, start reading here: > > http://sourceware.org/lists.html#unsubscribe-simple > > 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  but it is old terminal and it was considered to be outdated from gnuplot developers. 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 waring between gnuplot and wxWidgets. --- 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" 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