Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1)

Tatsuro MATSUOKA tmacchant2@yahoo.co.jp
Sun Mar 3 06:01:00 GMT 2019


> 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



More information about the Cygwin mailing list