From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58318 invoked by alias); 13 Mar 2018 06:46:25 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 58283 invoked by uid 89); 13 Mar 2018 06:46:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=BAYES_40,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2 spammy=UD:Cygwin-list-f3.html, Cygwinlistf3html, UD:nabble.com, cygwin.1069669.n5.nabble.com X-HELO: n5.nabble.com Received: from n5.nabble.com (HELO n5.nabble.com) (162.253.133.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Mar 2018 06:46:21 +0000 Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id A67A34B3CEBF for ; Mon, 12 Mar 2018 23:46:19 -0700 (MST) Date: Tue, 13 Mar 2018 07:23:00 -0000 From: Tatsuro MATSUOKA To: cygwin@cygwin.com Message-ID: <1520923579677-0.post@n5.nabble.com> In-Reply-To: <559490.2710.qm@web103117.mail.kks.yahoo.co.jp> References: <559490.2710.qm@web103117.mail.kks.yahoo.co.jp> Subject: (solved) Re: Mismatch between the program and library build versions detected. for wxWidgets MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00173.txt.bz2 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