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:message-id:references:date:from:reply-to :subject:to:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=M2CEh+BOTiu52Lr/ OvobALwCDyYblON7viTTUgdJ3wi27PHDuinOSSSG3qEw2G4eb6F5/UW7QVVRFHYA UQBjIqqgTIBLncbrvTixHkY5fpHbVXHSY2gtCLOxpvi4DqwPntFsKa4izmD+zMg7 tBDABHxQSGyjmxoGZS2eBL1FzGg= 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:message-id:references:date:from:reply-to :subject:to:in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=Q/pH4ciRdauyGvoFc0JEb4 6dWEI=; b=xjPix7+Fknj1Hf/AhZC6Bigv1Frk2n62IbcFjKqrCUpZWJtPdFuNMW tkKjm5dT8ET8uyzizCUh3wvgyg9DsQ519fImNMiJ3mNQDHwkkClF54n2RScISG0k o57TDVQZyjyFdEx/FY1pKRP1tT1XMDx90ZfQkI8G50SS1BvV4E6Sc= 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=-0.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=plot, 2.8, H*i:sk:570C0F7, H*MI:sk:570C0F7 X-HELO: nh503-vm7.bullet.mail.kks.yahoo.co.jp Message-ID: <348944.46683.qm@web101108.mail.kks.yahoo.co.jp> X-YMail-JAS: cfySbXEVM1nDq4x46dle5L6RQkC0USd2nKv_g8MZDgSx.aRCyYUisbWkTD_wiJJkm1GNKsT2uTAzYKnFTGgbM3j8VhxRpRcNysxeoziPSRWLw17bgXHg9oKEg_juC0gPZhoi References: <5702FE9D DOT 7060306 AT alumni DOT cse DOT ucsc DOT edu> <175388 DOT 49650 DOT qm AT web101117 DOT mail DOT kks DOT yahoo DOT co DOT jp> <870284 DOT 4983 DOT qm AT web101111 DOT mail DOT kks DOT yahoo DOT co DOT jp> <570C0F77 DOT 1020303 AT cornell DOT edu> Date: Tue, 12 Apr 2016 10:41:16 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA Subject: Warning: Mismatch between the program and library build versions detted. (WxWidgets) To: cygwin AT cygwin DOT com In-Reply-To: <570C0F77.1020303@cornell.edu> 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 u3C1fvxk007210 Hello I have met the following waring gnuplot with wxt terminal Terminal type set to 'wxt' gnuplot> plot sin(x) 10:33:39: Warning: Mismatch between the program and library build versions detted. The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatie with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,coatible with 2.8). I do not have enough knowldge of difference between C++ ABI 1009 and C++ ABI 1002. Any suggestions? # For the program execution, I do not have troubles from the warining. 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