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=f4RVt9N+z+Wa/0cI nAQkqCnSIniBCGHOl8eUQrAwdPocM+785FREbzKgysJzTow4D5aiitegDNuuqSd/ ndevxXNnZtqGgjkYlHn4VuIHwRG6uhAaxp1WUvPJoeV3OG9zHTDLe65hPbKnSC/P Mcf/ausRrR7SlzfSM/VbUUfrWv4= 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=q5uwMvjXPXBH4m0kuoxqDF 3ATx4=; b=vPntRhT6LDgUByy62GVp2R5GBfKEEjwp1L1ow8nJPC06+vcteIYeg8 R6hudbsqE1G43VpQBydmh0d8XaAZPiNBUkCfpQIik8Pg1vqaNblAF49erSh/oWby SFfjGO7HA1xqxbGYaLceFDK3ZiDnDvIn371rA23p0tUuJYv/RuBxw= 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.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 Message-ID: <375427.72225.qm@web101113.mail.kks.yahoo.co.jp> X-YMail-JAS: PC7wIbAVM1lone_xsG6dk3pHUFFNE6YjfiI1mWBsYcfgwqSryI_A0yJZkaQ6cLl.AxSxWRPiTPo.Y6bEF4zltXI0la_f0xiakj8hmM2TQtM7Z6faT9dng48uUwomqawjB7ra References: <5707F2F0 DOT 9050702 AT gmail DOT com> <5708CDB6 DOT 1040500 AT iki DOT fi> Date: Sun, 10 Apr 2016 12:14:03 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA Subject: Query of type of memcpy (and sys_errlist) on Cygwin To: cygwin AT cygwin DOT com In-Reply-To: <5708CDB6.1040500@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u3A3Es9G014746 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)); ../../gnuplot/src/stdfn.h:171:14: error: conflicting types for 'sys_errlist'  extern char *sys_errlist[]; Ethan A Merritt suggested in the gnuplot mailing list that: Anyhow, the correct typing for memcpy is:    void *memcpy(void *,  const void *,  size_t); I have complied many times this source but I have not met such kinds of errors. (Today I have cleanly installed Cygwin because I have cleanly install windows 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