X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=iRNdvOhs1X0QtRB1u1bTEDnLmSWReAl+6RYaFNcP3JWX7e /BbwjcpZTgqZ14VEIODOKyZK5HJDDj9awrEQaCxQ4k0A1KWoNGNJ1r5T9uri5uZf A0oKEgYJcMsES7oBAUwXUqOWQCKitB3arSdgxmlcDkTD2IQmIin49xVzkgjN4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=IoGtGyexnPsr2dKCyJWVXTOaL7s=; b=lf6B7xd3nmGezM8QP/Eh OcLcL9OO8Ovl8gukcmu/CXADAG6mqBJGUavuhn30dyFI3kzHUclX6UvZXvWCQFJE kQqg4MYm1Q7IhaDypB23pQ8S/I30v43r+yGLYSPrav6cWHguId9NsyN2jFwvh5/8 BpwI3y1NEL3gg2rCf5S7m5k= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Date: Mon, 12 Mar 2018 23:46:19 -0700 (MST) From: Tatsuro MATSUOKA To: cygwin AT cygwin DOT com Message-ID: <1520923579677-0.post@n5.nabble.com> In-Reply-To: <559490.2710.qm@web103117.mail.kks.yahoo.co.jp> References: <559490 DOT 2710 DOT qm AT web103117 DOT mail DOT kks DOT yahoo DOT co DOT 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 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