From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125396 invoked by alias); 10 Apr 2016 07:10:23 -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 125299 invoked by uid 89); 10 Apr 2016 07:10:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=everybody, matsuoka, MATSUOKA, Query X-HELO: mailout04.t-online.de Received: from mailout04.t-online.de (HELO mailout04.t-online.de) (194.25.134.18) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 10 Apr 2016 07:10:07 +0000 Received: from fwd26.aul.t-online.de (fwd26.aul.t-online.de [172.20.26.131]) by mailout04.t-online.de (Postfix) with SMTP id E082623C56C for ; Sun, 10 Apr 2016 09:10:02 +0200 (CEST) Received: from [192.168.2.25] (GQDMimZcohzqyCoLwvEOxLwPLw3e6RlH8nOpN-XUNo2l3LUCoJMs3mRAZmvyuShZk3@[91.59.2.157]) by fwd26.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ap9VS-0knt7Q0; Sun, 10 Apr 2016 09:10:02 +0200 Subject: Re: Query of type of memcpy (and sys_errlist) on Cygwin To: cygwin@cygwin.com References: <5707F2F0.9050702@gmail.com> <5708CDB6.1040500@iki.fi> <375427.72225.qm@web101113.mail.kks.yahoo.co.jp> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: <5709FC5D.3080603@t-online.de> Date: Sun, 10 Apr 2016 07:10:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <375427.72225.qm@web101113.mail.kks.yahoo.co.jp> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00187.txt.bz2 Am 10.04.2016 um 05:14 schrieb Tatsuro MATSUOKA: > Hello > The topic was discussed on gnuplot mailing list. > http://gnuplot.10905.n7.nabble.com/stdfn-h-error-conflicting-types-for-memcopy-and-sys-errlist-on-Cygwin-build-td20061.html > Frorm discussion there (the topic is now pending.) , > I decided ask here. > In compling gnuplot I have met errors: > ../../gnuplot/src/stdfn.h:67:8: error: conflicting types for 'memcpy' > char * memcpy __PROTO((char *, char *, size_t)); Before everybody gets entirely confused, let me interject that this is quite certainly not an actual problem about the memcpy() declaration itself, but rather an extremely surprising failure of an autoconf-generated configure script. The configure script in question never failed like that in years of usage. Well, setting aside occasional, remarkably stubborn rebase problems with Cygwin's Perl DLLs, that is. See the thread "makeinfo causes perl error ? Cygwin X86 download today​" from last week, also started by Tatsuro Matsuoka. -- 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