public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Tatsuro MATSUOKA <tmacchant2@yahoo.co.jp>
To: <cygwin@cygwin.com>
Subject: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)
Date: Sun, 03 Mar 2019 06:01:00 -0000	[thread overview]
Message-ID: <2034053033.1762240.1551592875622.JavaMail.yahoo@mail.yahoo.co.jp> (raw)
In-Reply-To: <announce.87a7idqk28.fsf@Rainer.invalid>

> From: Achim Gratz 
> To: cygwin@cygwin.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.com@cygwin.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

  reply	other threads:[~2019-03-03  6:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-02 19:22 [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1 Achim Gratz
2019-03-03  6:01 ` Tatsuro MATSUOKA [this message]
2019-03-03 18:15   ` Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1) Achim Gratz
2019-03-03 22:36     ` Tatsuro MATSUOKA
2019-03-04  7:53     ` Thomas Wolff
2019-03-04 18:06       ` Achim Gratz
2019-03-04 18:56         ` Thomas Wolff
2019-03-04 19:55           ` Achim Gratz
2019-03-05 19:36       ` Gary Johnson
2019-03-05 20:08         ` Achim Gratz
2019-03-05 20:09           ` Achim Gratz
2019-03-05 20:15           ` Gary Johnson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2034053033.1762240.1551592875622.JavaMail.yahoo@mail.yahoo.co.jp \
    --to=tmacchant2@yahoo.co.jp \
    --cc=cygwin@cygwin.com \
    --cc=matsuoka@nuce.nagoya-u.ac.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).