From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cg Newsgroups: gmane.emacs.devel Subject: Re: Trunk r117932 build failure on mingw64 Date: Wed, 24 Sep 2014 21:34:27 +0800 Message-ID: References: <83mw9pwcql.fsf@gnu.org> Reply-To: chengang31@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1411565716 23090 80.91.229.3 (24 Sep 2014 13:35:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2014 13:35:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 24 15:35:09 2014 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 1XWmio-0004qT-4A for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2014 15:35:06 +0200 Original-Received: from localhost ([::1]:59897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWmin-0007M9-PL for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2014 09:35:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWmid-0007LZ-PD for emacs-devel@gnu.org; Wed, 24 Sep 2014 09:35:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWmiV-00014E-VX for emacs-devel@gnu.org; Wed, 24 Sep 2014 09:34:55 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:38916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWmiV-00013V-Pn for emacs-devel@gnu.org; Wed, 24 Sep 2014 09:34:47 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XWmiO-0004PS-Sw for emacs-devel@gnu.org; Wed, 24 Sep 2014 15:34:40 +0200 Original-Received: from 218.82.115.36 ([218.82.115.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 15:34:40 +0200 Original-Received: from chengang31 by 218.82.115.36 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 15:34:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 218.82.115.36 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <83mw9pwcql.fsf@gnu.org> 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:174684 Archived-At: On 9/24/2014 6:10 PM, Eli Zaretskii wrote: > > Fixed in trunk revision 117933. > Looks like it is still broken at the moment: gcc -std=gnu99 -c -mtune=generic -DUSE_CRT_DLL=1 -I /x/emacs_files/trunk/git/nt/inc -Demacs -I. -I. -I../lib -I../lib -mtune=generic -MMD -MF deps/dispnew.d -MP -O2 dispnew.c In file included from dispnew.c:26:0: dispnew.c: In function 'init_display': lisp.h:4611:6: error: 'USE_STACK_LISP_OBJECTS' undeclared (first use in this function) ((USE_STACK_LISP_OBJECTS \ ^ Best Regards cg