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: 64-bit port Date: Sun, 24 Mar 2013 23:11:38 +0800 Message-ID: References: <87zjxumbjf.fsf@wanadoo.es> <83a9pu3zq1.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 1364137903 22867 80.91.229.3 (24 Mar 2013 15:11:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Mar 2013 15:11:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 24 16:12:09 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 1UJmaf-0004ob-EX for ged-emacs-devel@m.gmane.org; Sun, 24 Mar 2013 16:12:09 +0100 Original-Received: from localhost ([::1]:38435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJmaH-0000eS-Md for ged-emacs-devel@m.gmane.org; Sun, 24 Mar 2013 11:11:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJmaD-0000e9-OL for emacs-devel@gnu.org; Sun, 24 Mar 2013 11:11:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJmaA-0002P1-JS for emacs-devel@gnu.org; Sun, 24 Mar 2013 11:11:41 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:33547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJmaA-0002Oo-D4 for emacs-devel@gnu.org; Sun, 24 Mar 2013 11:11:38 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UJmaV-0004gg-Dn for emacs-devel@gnu.org; Sun, 24 Mar 2013 16:11:59 +0100 Original-Received: from 116.237.213.241 ([116.237.213.241]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Mar 2013 16:11:59 +0100 Original-Received: from chengang31 by 116.237.213.241 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Mar 2013 16:11:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 116.237.213.241 User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 In-Reply-To: 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:158109 Archived-At: On 3/24/2013 10:00 PM, Fabrice Popineau wrote: > > Most of my patches for MSVC 64bits have been applied > over the time, thanks to Eli. > My own tree has a couple more diffs, but the current trunk > should compile with MSVC 64bits. > I hope to setup a web page explaining the process. > Obviously, you need the various libs too. > When I compiled the current trunk, I still can't bootstrap it... First I got an issue in get_current_dir_name(), which is just like this: http://www.viva64.com/en/b/0033/ It is easy to fix by adding a declaration of getcwd() before use. 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" I am using VS2012, if that matters.