X-Recipient: archive-cygwin@delorie.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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=ds+QL/vCl5j2AXT1
	RMrBDxOEH5gwpdSTTDk/WnR9BIRzDhkDHsfa3mzWB1yLU6l839wAO8ff+sst4cqg
	BteEZ5nHt9O9zbD764g81GdlXZMeBr67I4Q8MkJQS7mdxeGKQ9m/K9QytrbSWn+V
	L+fBnncKZKprF3LHY6t/bepyjew=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=ztG7Zd6ooSp27ikYIGGnpK
	aDicE=; b=he1sVIDL2anjL3YQJspZjBfpUr3v7ZoDPZiOffx3+e/2iEO/IrlfU8
	9UBZSZ5TcFX9Ysz9razzIqzTnM106Ixo3IcAeYlbFfGDJAd0PHhDMtjM4TvFz4Mc
	ID35QfDS+lAaAnLa1cmT4J4GVNqp//Pbjifmp2S5NFY6bn0eHctBo=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
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?= <HBBroeker@t-online.de>
Message-ID: <5709FC5D.3080603@t-online.de>
Date: Sun, 10 Apr 2016 09:10:21 +0200
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

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

