public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Mismatch between the program and library build versions detected. for wxWidgets
@ 2018-03-13  6:46 Tatsuro MATSUOKA
  2018-03-13  7:23 ` (solved) " Tatsuro MATSUOKA
  0 siblings, 1 reply; 3+ messages in thread
From: Tatsuro MATSUOKA @ 2018-03-13  6:46 UTC (permalink / raw)
  To: cygwin

I have met following warning gnuplot build with wxt terminal
gnuplot> pl x

12:43:09: 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 1010,wx containers,compatible with 2.8).
Perhpas re-build wxWidgets using current build tools that I use for gnuplot build will get out this warining.
Is there any workaround to avaoid the warning.
Reference
$ gcc --version
gcc (GCC) 6.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* (solved) Re: Mismatch between the program and library build versions detected. for wxWidgets
  2018-03-13  6:46 Mismatch between the program and library build versions detected. for wxWidgets Tatsuro MATSUOKA
@ 2018-03-13  7:23 ` Tatsuro MATSUOKA
  2018-03-13 10:19   ` Tatsuro MATSUOKA
  0 siblings, 1 reply; 3+ messages in thread
From: Tatsuro MATSUOKA @ 2018-03-13  7:23 UTC (permalink / raw)
  To: cygwin



I found the workaround 

https://github.com/eranif/codelite/issues/825

Add 
CPPFLAGS=-D__GXX_ABI_VERSION=\"1009\" 

to configure script erase warining.

Tatsuro

****** previous post (edited typo ) ***************
I have met following warning gnuplot build with wxt terminal 
gnuplot> pl x 

12:43:09: 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 1010,wx
containers,compatible with 2.8). 

Perhpas re-build wxWidgets using current build tools that I use for gnuplot
build will get out this warining. 
Is there any workaround to avoid the warning. 

Reference 
$ gcc --version 
gcc (GCC) 6.4.0 
Copyright (C) 2017 Free Software Foundation, Inc. 
This is free software; see the source for copying conditions.  There is NO 
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
Tatsuro  



--
Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (solved) Re: Mismatch between the program and library build versions detected. for wxWidgets
  2018-03-13  7:23 ` (solved) " Tatsuro MATSUOKA
@ 2018-03-13 10:19   ` Tatsuro MATSUOKA
  0 siblings, 0 replies; 3+ messages in thread
From: Tatsuro MATSUOKA @ 2018-03-13 10:19 UTC (permalink / raw)
  To: cygwin

CXXFLAGS=-D__GXX_ABI_VERSION=\"1009\" 
is more appropriate.

However, place

#define __GXX_ABI_VERSION 1009

in a wxWidgets related header file

is proper way

Tatsuro

**** previous post *******
I found the workaround 

https://github.com/eranif/codelite/issues/825

Add 
CPPFLAGS=-D__GXX_ABI_VERSION=\"1009\" 

to configure script erase warining. 

Tatsuro 




--
Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-13  7:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13  6:46 Mismatch between the program and library build versions detected. for wxWidgets Tatsuro MATSUOKA
2018-03-13  7:23 ` (solved) " Tatsuro MATSUOKA
2018-03-13 10:19   ` Tatsuro MATSUOKA

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).