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: Re: MS-Windows build using Posix configury Date: Sat, 20 Apr 2013 22:21:36 +0200 Message-ID: References: <83d2tu49lu.fsf@gnu.org> <8338un359j.fsf@gnu.org> <831ua72fml.fsf@gnu.org> <83ehe51zi4.fsf@gnu.org> <837gjx1vpx.fsf@gnu.org> <83a9otys0h.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1366489304 25001 80.91.229.3 (20 Apr 2013 20:21:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Apr 2013 20:21:44 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 20 22:21:45 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 1UTeI4-0006DC-Nu for ged-emacs-devel@m.gmane.org; Sat, 20 Apr 2013 22:21:44 +0200 Original-Received: from localhost ([::1]:56139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTeI4-0001ka-6w for ged-emacs-devel@m.gmane.org; Sat, 20 Apr 2013 16:21:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTeI1-0001kP-04 for emacs-devel@gnu.org; Sat, 20 Apr 2013 16:21:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTeHz-00026d-Vw for emacs-devel@gnu.org; Sat, 20 Apr 2013 16:21:40 -0400 Original-Received: from mail-lb0-f175.google.com ([209.85.217.175]:42426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTeHy-00025t-88; Sat, 20 Apr 2013 16:21:38 -0400 Original-Received: by mail-lb0-f175.google.com with SMTP id o10so4611183lbi.20 for ; Sat, 20 Apr 2013 13:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=O7yS7sZRz302yt71y8uIbsPs+3MKDbq4HS+tB3ySJBs=; b=XcQK345O1xwCVf4WK/vmuFNw1O0pq3pV08zrDXlGC6RC24r8I2jfLPIFbJ4FLiCA1I KO2FTR6u5J5aXsG/IfGVAsDw7JVkneWZRbEtFgtf1uieOD6jbyb9zzWnPpTX8k7SkHqM BN+jd4Wu+SYMV5X8gSImatc2VJIX6CwUTpTTkBp1fa/uvHjvYTHBMgfT5RDvJ+2KIkoI NAGP7dBXDBCMDIw0RbdPsPY4xFcnIT6YJ64MhgWGDSbEIt/iG32EHUI6XdTfzKduZr+O zChy/r4F/XYPsJJUeLKtct/L+WyewF76ewBDy49Oyv0npGbFgsfv52PYIyfaEGYmkkE3 LOBg== X-Received: by 10.112.168.5 with SMTP id zs5mr10210819lbb.66.1366489296560; Sat, 20 Apr 2013 13:21:36 -0700 (PDT) Original-Received: by 10.114.18.82 with HTTP; Sat, 20 Apr 2013 13:21:36 -0700 (PDT) In-Reply-To: <83a9otys0h.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.175 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:159065 Archived-At: >> Checking c:/emacs/build/leim/quail/ARRAY30.el ... >> Checking c:/emacs/build/leim/quail/4Corner.el ... >> >> >> I see no new input after a good while, and when I look at the task >> manager, I see a process called "bootstrap-emacs.exe" that is taking a >> constant portion of 25% of the CPU time. >> >> I've cancelled the build process after more than 47 minutes. :( > > I think I see the problem. Try replacing this line from > leim/Makefile.in: > > --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \ > > with this: > > --eval "(update-leim-list-file \".\" (reveal-filename \"${srcdir}\"))" ; \ > > and also add the following function to subr.el: > > (defun reveal-filename (file) > "Produce the real file name for FILE. > > On systems other than MS-Windows, just returns FILE. > On MS-Windows, converts /d/foo/bar form of file names > passed by MSYS Make into d:/foo/bar that Emacs can grok. > > This function is called from lisp/Makefile." > (when (and (eq system-type 'windows-nt) > (string-match "\\`/[a-zA-Z]/" file)) > (setq file (concat (substring file 1 2) ":" (substring file 2)))) > file) With the above changes, "make" now completes its work successfully. (good!) I've also done a "make install", and it has been successful too, apparently. I've done a quick test, and the newly built Emacs seems to work well. The only strange thing I've noticed so far is that double-clicking on "runemacs.exe" brings up the Emacs frame, but the text terminal is also visible, exactly as if I were clicked on "emacs.exe" instead of "runemacs.exe". -- Dani Moncayo