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:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=G2nbZaHkeicVZ236 2yx6dchuzuaRlx4e5aP2dUdKr9IAcwwfeIxm8xuCdgaRIMakZ9zeZwLddO/BQQMw joC1l0J+G5z6vy39SE0YWRkA8Dav8R8bjzeTJ14tfj+AaiFymVVEAxrQiYJi4dVc sOlmZsFdID/c5u0PDGn2QY2KK/w= 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:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=nzPO/bNT5Ux5AghE3UDv/E ue9f8=; b=YsSrxPC+wBK22gPIQi7zyDwmdWROq69IoBevipqanIarzjTS1Osqyl zvWuPXnId8aMElIh4MHnvFuDvSEHOTruheeLxfH5EUIdDGIDeXepPYbMVJdJcvQY RVRKUYYeap8kFmr1qLYKvvP9+k/14AFLeSso31s9E3QYbWgKnPqkw= 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-Spam-SWARE-Status: No, score=-8.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1361, D*yahoo.co.jp, H*r:NNFMP, grateful X-HELO: nh604-vm11.bullet.mail.ssk.yahoo.co.jp DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1552545218; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:To:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=xvq04c9LkGkO6Ug7bmZEzoHDTbUi+1nsGdYc6I6rL6I=; b=QK6xQTIQpOFulm+NltOzuVYX/6ZB/VRRlm2Vwudu30Pav2H/lYoaSVUSIsStk2MI 2SvSkXfJP+3gylXT+e3OSmMl4VFPK1KCZ1eBcjlXBcYRPSxyeOk8HcoAqfzbAKYU1/w 1LlJy0/q3XMbgfI/cvEmkc+caChv1o+y0B4/W0UA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding; b=fKFJtrL/62FNPvr+f6BFl+CtoUtX9G4JCAUcaprRJigYbySnIEmRjlTlfzFPFQod 9KvQzID5WMu1cjTtaK3rIufSl/mkSVcHe3xBxQl+dMmEQHqxZM+SRjNjG16WValVGG8 kVZsW6wLN3c4D7ZJezDYn7b9iD1h0DExQQGfwtls=; Date: Thu, 14 Mar 2019 15:33:37 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA To: Achim Gratz , , "yselkowitz AT cygwin DOT com" Message-ID: <1362164077.1522603.1552545217589.JavaMail.yahoo@mail.yahoo.co.jp> In-Reply-To: <978127022.109681.1551832410854.JavaMail.yahoo@mail.yahoo.co.jp> References: <931802322 DOT 2072511 DOT 1551741108053 DOT JavaMail DOT yahoo DOT ref AT mail DOT yahoo DOT co DOT jp> <931802322 DOT 2072511 DOT 1551741108053 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT jp> <87h8ch86zk DOT fsf AT Rainer DOT invalid> <978127022 DOT 109681 DOT 1551832410854 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT jp> Subject: Re: Request for rebuiding Wxwidget 3.0 without the assertions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x2E6XsWI030043 ----- Original Message ----- > From: Tatsuro MATSUOKA > To: Achim Gratz ; cygwin AT cygwin DOT com > Cc: > Date: 2019/3/6, Wed 09:33 > Subject: Request for rebuiding Wxwidget 3.0 without the assertions > > ----- Original Message ----- > >> From: Achim Gratz  >> To: cygwin >> Cc: >> Date: 2019/3/6, Wed 04:18 >> Subject: Re: Request for rebuiding Wxwidget 3.0 to avoid ABI mismatch > warning >> >> T atsuro MATSUOKA writes: >>>   WxWidget on Cygwin may be built by old compiler. >>>   This caused ABI mismatch warining on gnuplot for Cygwin >>>   in plotting on wxt terminal. >> >> That you get a warning rather than an error means that wxWidgets is >> already built with the corresponding option.  If you want to get rid of >> that warning also, then upstream has to remove the (IMHO useless) >> version-check altogether.  A rebuild removes it, but only temporarily. >> >> >> Regards, >> Achim. > > Thanks Achim. > > You are right. > > > I change the request. > > https://github.com/eranif/codelite/issues/825 > > Please rebuild wxwidgtes 3.0 without assertions. > > Tatsuro > Please rebuild wxwidgtes 3.0 without assertions. > > Tatsuro Dear Yaakov Selkowitz It will be grateful for me if you make a reply whether you accept my propsal or not. 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