From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Latest trunk fails to boostrap on Windows Date: Sun, 23 Sep 2012 13:01:59 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1348398125 20621 80.91.229.3 (23 Sep 2012 11:02:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Sep 2012 11:02:05 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 23 13:02:10 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TFjww-00072J-1F for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2012 13:02:10 +0200 Original-Received: from localhost ([::1]:41860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFjwr-0005He-6y for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2012 07:02:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFjwn-0005Gw-R5 for emacs-devel@gnu.org; Sun, 23 Sep 2012 07:02:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFjwn-0000iN-0j for emacs-devel@gnu.org; Sun, 23 Sep 2012 07:02:01 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:65450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFjwm-0000i9-SK for emacs-devel@gnu.org; Sun, 23 Sep 2012 07:02:00 -0400 Original-Received: by obcva7 with SMTP id va7so1251744obc.0 for ; Sun, 23 Sep 2012 04:02:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=45mmP9xy6vhEmjp0LrrKe2VwZLkTOByKb2wcDh8FnV4=; b=vcGiE48TWMcBWz65uPiDVFftrCqMKO+IAZh1wzwhOmwaCLoOVRkdypY1iBBel375TC il/zN1NItlO6vRqxSV8fhODkQkFcz66gw98d05g8kculVD9SS1xdivP3cEtk4ke5GgGR ytoqBpdAvl9h8Ny0zyBiOGdyp1ambbB/4LRzr9XGKVcj8z/BIlx0e917+IppN4xKZWyz Rdzjv+yquXfwn3Ta5aDLH6rTPeqQk8AiiV5SFyTORnawhwpreytj/QW4CPjkgE72o/r2 6GChaMmhepI/Hc43vUzrz++jSX2ZWAlc1ZsYvvrrHY2QOdpkzarj2ggjisa/hbagyYic eh2g== Original-Received: by 10.182.174.9 with SMTP id bo9mr7639699obc.19.1348398120025; Sun, 23 Sep 2012 04:02:00 -0700 (PDT) Original-Received: by 10.60.50.130 with HTTP; Sun, 23 Sep 2012 04:01:59 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153483 Archived-At: Hi, The latest trunk (revno 110159) fails to bootstrap on my Windows 7 system: gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -fno-crossjumping -I../../libs/libxpm-3.5.8/include -I../../libs/libxpm-3.5.8/src -I../../libs/libpng-1.4.10 -I../../libs/zlib-1.2.6 -I../../libs/giflib-4.1.4-1/include -I../../libs/jpeg-6b-4/include -I../../libs/tiff-3.8.2-1/include -I../../libs/libxml2-2.7.8-w32-bin/include/libxml2 -I../../libs/gnutls-3.0.16/include -I../../libs/libiconv-1.14-2-mingw32-dev/include -Demacs=1 -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo/i386/sysdep.o sysdep.c sysdep.c: In function 'init_signals': sysdep.c:1766:62: error: 'SA_NODEFER' undeclared (first use in this function) sysdep.c:1766:62: note: each undeclared identifier is reported only once for each function it appears in -- Dani Moncayo