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=fEiKoYGIj5ejVBu3Izq+zwSKTLDEpwgeiRoIQQ67pRGC48 9+GOidJfeUtsk+5d3VWlf+6l7QjjwcefnPC9HgH0TSJGxw4KNZq6+EHhCdMBPSVu tCSQ0lwWobbdyW8hB+a/jE+DeM/1sxcypcWYc151JItUXL+xSperObKponjBg= 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=aVBqm8NxrkSNxzCR4+i3+uG2SfM=; b=ADT8/GOL5fLdJGwJ4MA/ wVnEteE2F0clR9hj86UHGtQ54HwGNgC6Qk782g/bGbrCBBJlhXRY/KcmleaQOaoG 1NlHqfmt0P6dpRX78rNYIkFRyKPy0yKKJxkGlpH+VkFrZCxLULSaft7Q6qWm7H8U 1K+4KvDs0jh9ooXzAM3JC7M= 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.8 required=5.0 tests=BAYES_50,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: Tue, 13 Mar 2018 00:23:34 -0700 (MST) From: Tatsuro MATSUOKA To: cygwin AT cygwin DOT com Message-ID: <1520925814618-0.post@n5.nabble.com> In-Reply-To: <1520923579677-0.post@n5.nabble.com> References: <559490 DOT 2710 DOT qm AT web103117 DOT mail DOT kks DOT yahoo DOT co DOT jp> <1520923579677-0 DOT post AT n5 DOT nabble DOT com> Subject: Re: (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 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