public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Tatsuro MATSUOKA <tmacchant2@yahoo.co.jp>
To: Yaakov Selkowitz <yselkowitz@cygwin.com>,  <cygwin@cygwin.com>,
		Achim Gratz <Stromeko@nexgo.de>
Subject: Request for rebuiding Wxwidget 3.0 to avoid ABI mismatch warning
Date: Mon, 04 Mar 2019 23:11:00 -0000	[thread overview]
Message-ID: <931802322.2072511.1551741108053.JavaMail.yahoo@mail.yahoo.co.jp> (raw)
In-Reply-To: <931802322.2072511.1551741108053.JavaMail.yahoo.ref@mail.yahoo.co.jp>

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,compatible 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 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"



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

       reply	other threads:[~2019-03-04 23:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <931802322.2072511.1551741108053.JavaMail.yahoo.ref@mail.yahoo.co.jp>
2019-03-04 23:11 ` Tatsuro MATSUOKA [this message]
2019-03-05 19:19   ` Achim Gratz
2019-03-06  0:33     ` Request for rebuiding Wxwidget 3.0 without the assertions Tatsuro MATSUOKA
2019-03-14  6:33       ` Tatsuro MATSUOKA

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=931802322.2072511.1551741108053.JavaMail.yahoo@mail.yahoo.co.jp \
    --to=tmacchant2@yahoo.co.jp \
    --cc=Stromeko@nexgo.de \
    --cc=cygwin@cygwin.com \
    --cc=matsuoka@nuce.nagoya-u.ac.jp \
    --cc=yselkowitz@cygwin.com \
    /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).