From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64102 invoked by alias); 10 Apr 2016 03:14:39 -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 63814 invoked by uid 89); 10 Apr 2016 03:14:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 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=H*x:0.8.111_69, H*UA:0.8.111_69, complied, H*f:sk:5707F2F X-HELO: nh501-vm1.bullet.mail.kks.yahoo.co.jp Received: from nh501-vm1.bullet.mail.kks.yahoo.co.jp (HELO nh501-vm1.bullet.mail.kks.yahoo.co.jp) (183.79.56.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 10 Apr 2016 03:14:07 +0000 Received: from [183.79.100.138] by nh501.bullet.mail.kks.yahoo.co.jp with NNFMP; 10 Apr 2016 03:14:04 -0000 Received: from [183.79.100.132] by t501.bullet.mail.kks.yahoo.co.jp with NNFMP; 10 Apr 2016 03:14:04 -0000 Received: from [127.0.0.1] by omp501.mail.kks.yahoo.co.jp with NNFMP; 10 Apr 2016 03:14:04 -0000 Received: (qmail 78300 invoked by uid 60001); 10 Apr 2016 03:14:04 -0000 Message-ID: <375427.72225.qm@web101113.mail.kks.yahoo.co.jp> Received: from [133.6.57.2] by web101113.mail.kks.yahoo.co.jp via HTTP; Sun, 10 Apr 2016 12:14:03 JST X-YMail-JAS: PC7wIbAVM1lone_xsG6dk3pHUFFNE6YjfiI1mWBsYcfgwqSryI_A0yJZkaQ6cLl.AxSxWRPiTPo.Y6bEF4zltXI0la_f0xiakj8hmM2TQtM7Z6faT9dng48uUwomqawjB7ra References: <5707F2F0.9050702@gmail.com> <5708CDB6.1040500@iki.fi> Date: Sun, 10 Apr 2016 03:14:00 -0000 From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA Subject: Query of type of memcpy (and sys_errlist) on Cygwin To: cygwin@cygwin.com In-Reply-To: <5708CDB6.1040500@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00186.txt.bz2 Hello The topic was discussed on gnuplot mailing list. http://gnuplot.10905.n7.nabble.com/stdfn-h-error-conflicting-types-for-memc= opy-and-sys-errlist-on-Cygwin-build-td20061.html Frorm=A0discussion there (the topic is now pending.)=A0, I decided ask here. In compling gnuplot I have met errors: ../../gnuplot/src/stdfn.h:67:8: error: conflicting types for 'memcpy'=20 =A0char * memcpy __PROTO((char *, char *, size_t));=20 ../../gnuplot/src/stdfn.h:171:14: error: conflicting types for 'sys_errlist= '=20 =A0extern char *sys_errlist[];=20 Ethan A Merritt suggested in the gnuplot mailing list that: Anyhow, the correct typing for memcpy is:=20 =A0=A0=A0void *memcpy(void *, =A0const void *, =A0size_t); I have complied many times this source but I have not met=A0such kinds of e= rrors. (Today I have cleanly installed Cygwin because I have cleanly install windo= ws 10) Any suggestions? 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