From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Windows build broken on trunk Date: Wed, 18 Jul 2012 09:42:45 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342600994 21005 80.91.229.3 (18 Jul 2012 08:43:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 Jul 2012 08:43:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 18 10:43:14 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 1SrPqi-0000Dv-QM for ged-emacs-devel@m.gmane.org; Wed, 18 Jul 2012 10:43:12 +0200 Original-Received: from localhost ([::1]:45092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrPqi-0001ap-2m for ged-emacs-devel@m.gmane.org; Wed, 18 Jul 2012 04:43:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrPqa-0001aI-RW for emacs-devel@gnu.org; Wed, 18 Jul 2012 04:43:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrPqV-0001Dm-4Q for emacs-devel@gnu.org; Wed, 18 Jul 2012 04:43:04 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:59666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrPqU-0001Ap-Tl for emacs-devel@gnu.org; Wed, 18 Jul 2012 04:42:59 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SrPqT-0008AP-2H for emacs-devel@gnu.org; Wed, 18 Jul 2012 10:42:57 +0200 Original-Received: from uk.solarflare.com ([193.34.186.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jul 2012 10:42:56 +0200 Original-Received: from andrewjmoreton by uk.solarflare.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jul 2012 10:42:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: uk.solarflare.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (windows-nt) Cancel-Lock: sha1:rhY/4en9r5jFQSXYuY92vuZEymQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:151722 Archived-At: Hi, Bootstrapping trunk on Windows (mingw32 GCC 4.6.1) failed this morning: w32font.c:78:40: error: static declaration of 'Qsymbol' follows non-static declaration lisp.h:2335:41: note: previous declaration of 'Qsymbol' was here mingw32-make[3]: *** [oo/i386/w32font.o] Error 1 mingw32-make[3]: Leaving directory `C:/emacs/src/emacs/trunk/src' This appers to be from r109131 committed by Dmitry Antipov. I'm not familiar with the code: is the static Qsymbol used in w32font.c referring to some aspect of font handling, or is it the same thing as the global that was added to src/lisp.h ? AndyM