From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.devel Subject: Re: 64-bit port Date: Tue, 26 Mar 2013 21:05:34 +0000 (UTC) Message-ID: References: <87zjxumbjf.fsf@wanadoo.es> <83a9pu3zq1.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1364331982 27763 80.91.229.3 (26 Mar 2013 21:06:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Mar 2013 21:06:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 26 22:06:43 2013 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 1UKb4q-0000VC-3F for ged-emacs-devel@m.gmane.org; Tue, 26 Mar 2013 22:06:40 +0100 Original-Received: from localhost ([::1]:60476 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKb4S-0002jv-10 for ged-emacs-devel@m.gmane.org; Tue, 26 Mar 2013 17:06:16 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKb4L-0002iv-L1 for emacs-devel@gnu.org; Tue, 26 Mar 2013 17:06:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKb4H-0006Cx-9d for emacs-devel@gnu.org; Tue, 26 Mar 2013 17:06:09 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKb4H-0006Cl-2r for emacs-devel@gnu.org; Tue, 26 Mar 2013 17:06:05 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UKb4X-00089f-Iy for emacs-devel@gnu.org; Tue, 26 Mar 2013 22:06:22 +0100 Original-Received: from abo-143-221-68.trs.modulonet.fr ([85.68.221.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Mar 2013 22:06:21 +0100 Original-Received: from fabrice.popineau by abo-143-221-68.trs.modulonet.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Mar 2013 22:06:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 85.68.221.143 (Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22) 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:158248 Archived-At: cg gmail.com> writes: > Then I got the error in batch compiling the lisp code: > > Dumping from obj/AMD64/temacs.bin > to obj/AMD64/temacs.exe > "X:\emacs_files\trunk\bzr64\src/obj/AMD64/temacs.exe" -batch -l > loadup bootstrap > ... > Loading loadup.el (source)... > Using load-path (../lisp x:/emacs_files/trun > Loading emacs-lisp/byte-run (source)... > ... > Loading international/mule-conf (source)... > Invalid function: "DEAD" Yuck! This error surfaces again. I can compile the current trunk. I am bootstrapping it at the moment. I wonder what triggers this error, because it keeps striking back. > > I am using VS2012, if that matters. I'm compiling from the "Open VS2012 x64 Native Tools Command Prompt". My compile flags : ARCH_CFLAGS = -nologo -D_AMD64_=1 -DWIN64 -D_WIN64 -DWIN32 -D_WIN32 -c -Zl - Zp8 -W2 -O2 -GF -Gy -Gd $(DEBUG_FLAG) I keep the symbols even when optimizing. Fabrice