From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Bootstrap broken on Cygwin Date: Thu, 18 Nov 2010 21:55:09 +0100 Message-ID: <4CE592AD.3050007@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: dough.gmane.org 1290114012 1105 80.91.229.12 (18 Nov 2010 21:00:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 18 Nov 2010 21:00:12 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 18 22:00:08 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PJBaR-0000bt-RY for ged-emacs-devel@m.gmane.org; Thu, 18 Nov 2010 22:00:08 +0100 Original-Received: from localhost ([127.0.0.1]:41423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJBaR-0006Jf-F4 for ged-emacs-devel@m.gmane.org; Thu, 18 Nov 2010 16:00:07 -0500 Original-Received: from [140.186.70.92] (port=46852 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJBVt-0005ei-0Y for emacs-devel@gnu.org; Thu, 18 Nov 2010 15:55:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJBVr-0003U0-NF for emacs-devel@gnu.org; Thu, 18 Nov 2010 15:55:24 -0500 Original-Received: from smtp204.alice.it ([82.57.200.100]:46186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJBVr-0003Tg-D1 for emacs-devel@gnu.org; Thu, 18 Nov 2010 15:55:23 -0500 Original-Received: from [82.57.155.11] (82.57.155.11) by smtp204.alice.it (8.5.124.08) id 4C88E33B05887BC4 for emacs-devel@gnu.org; Thu, 18 Nov 2010 21:55:21 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132833 Archived-At: After recent changes [*] to 'strftime', the bootstrap of trunk is broken=20 on Cygwin. For example, with rev. 102432: [...] gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/tmp/emacs/src -D_REENTRANT=20 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0=20 -I/usr/include/cairo -I/usr/include/pango-1.0=20 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0=20 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1=20 -I/usr/include/freetype2 -I/usr/include/libpng12=20 -I/usr/include/freetype2 -D_REENTRANT -I/usr/include/librsvg-2=20 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=20 -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1=20 -I/usr/include/freetype2 -I/usr/include/libpng12 -fopenmp=20 -I/usr/include/ImageMagick -I/usr/include/libxml2=20 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DORBIT2=3D1=20 -D_REENTRANT -I/usr/include/gconf/2 -I/usr/include/orbit-2.0=20 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include=20 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MMD -MF=20 deps/strftime.d -Wimplicit-function-declaration -Wold-style-definition=20 -Wdeclaration-after-statement -Wno-pointer-sign -g -O2=20 /tmp/emacs/src/strftime.c /tmp/emacs/src/strftime.c:58: warning: =E2=80=98_tzname=E2=80=99 redeclar= ed without=20 dllimport attribute: previous dllimport ignored /tmp/emacs/src/strftime.c: In function =E2=80=98nstrftime=E2=80=99: /tmp/emacs/src/strftime.c:469: warning: implicit declaration of function=20 =E2=80=98_strftime_copytm=E2=80=99 /tmp/emacs/src/strftime.c: At top level: /tmp/emacs/src/strftime.c:483: error: conflicting types for=20 =E2=80=98_strftime_copytm=E2=80=99 /tmp/emacs/src/strftime.c:469: error: previous implicit declaration of=20 =E2=80=98_strftime_copytm=E2=80=99 was here make[1]: *** [strftime.o] Error 1 make[1]: Leaving directory `/tmp/emacs/Work/src' make: *** [src] Error 2 Ciao, Angelo. --- [*] 2010-11-16 Dan Nicolaescu * strftime.c (LOCALE_PARAM_DECL): Update for standard C. [...]