Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <3B7ADDD1.3080305@ece.gatech.edu> Date: Wed, 15 Aug 2001 16:38:41 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010713 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin-developers AT cygwin DOT com Subject: cygwin compile error Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit In an attempt to test Corinna's changes to utime(), I cvs up'ed my entire cygwin source tree (including newlib, etc), wiped my build tree, and did a configure/make. I'm using the same config settings and build scripts I've been using for a few months now, so I think I'm doing it right. However, I got the following error when trying to compile libiberty/strerror.c: /usr/src/cygwin/cygwin/libiberty/strerror.c:465: warning: static declaration for `sys_nerr' follows non-static /usr/src/cygwin/cygwin/libiberty/strerror.c:466: conflicting types for `sys_errlist' /usr/src/cygwin/cygwin/newlib/libc/include/sys/errno.h:21: previous declaration of `sys_errlist' I believe this is due to Chris's change to sys/errno.h on Monday, but I haven't yet looked into it deeply, I'll do that now, but I thought a heads up was in order. Mon Aug 13 22:26:01 2001 Christopher Faylor * libc/include/machine/setjmp.h: Protect sigsetjmp/siglongjmp macro arguments. * libc/include/sys/errno.h: Declare sys_errlist and sys_nerr, under Cygwin. --Chuck