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: Building Emacs from a new MinGW environment Date: Thu, 19 Sep 2013 12:04:06 +0200 Message-ID: References: <83sixwfdjk.fsf@gnu.org> <834n9nhhp6.fsf@gnu.org> <83ppsbfoe7.fsf@gnu.org> <83mwnffkom.fsf@gnu.org> <83k3ijfhk0.fsf@gnu.org> <83hadnf7gs.fsf@gnu.org> <83hadmqvql.fsf@gnu.org> <83txhkpszv.fsf@gnu.org> <83pps8pnc9.fsf@gnu.org> <83ob7splia.fsf@gnu.org> <83k3ifq5o5.fsf@gnu.org> <83d2o7q28r.fsf@gnu.org> <8338p3pded.fsf@gnu.org> <83r4cmo9m2.fsf@gnu.org> <83bo3pmc8b.fsf@gnu.org> <8361txm9r1.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 1379585078 23488 80.91.229.3 (19 Sep 2013 10:04:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2013 10:04:38 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 19 12:04:42 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 1VMb6H-0005LD-Nc for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 12:04:41 +0200 Original-Received: from localhost ([::1]:50384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMb6H-0005JY-1A for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 06:04:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMb69-0005Iy-Ec for emacs-devel@gnu.org; Thu, 19 Sep 2013 06:04:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMb64-0002mq-IW for emacs-devel@gnu.org; Thu, 19 Sep 2013 06:04:33 -0400 Original-Received: from mail-lb0-f178.google.com ([209.85.217.178]:55904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMb5y-0002lP-S0; Thu, 19 Sep 2013 06:04:23 -0400 Original-Received: by mail-lb0-f178.google.com with SMTP id z5so7537016lbh.23 for ; Thu, 19 Sep 2013 03:04:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aj2sqiSUJrB5WOgJ1S6udCjG14ftwaGHwJ+31hlk/+Y=; b=ojMaRoJx6F1N1J8olDPdaWMgoLO9vW9DoqHK8mniKrOpf+efvWc4/14VU6qwektQzP irN0o06AY/NjAIS04zZmPQHIcsUoFPTQgrJuBGUmGRyRAoK8ajIF9YLWd86XmB9eUfkb KpcAwIkucbTzWpcG14ieOxnDaUwWN53lfr5GqtxKR0mMq/brS4DEcJP2zvFJq/YaeyqI bYwdizGnSr2YAWi1QLLEWbGmvBmYWClgcWilB8+SX5YC0fJhCMZ6YC7pka3WYs5xKwXS k8O+eH55rNGpMFo/cVivHZu5j9E/suOua4AxxHJBSmcC56dYuswJbQADUgirF2gXylXr ybdA== X-Received: by 10.112.156.74 with SMTP id wc10mr607650lbb.44.1379585046581; Thu, 19 Sep 2013 03:04:06 -0700 (PDT) Original-Received: by 10.114.176.231 with HTTP; Thu, 19 Sep 2013 03:04:06 -0700 (PDT) In-Reply-To: <8361txm9r1.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.178 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:163459 Archived-At: > In a nutshell, srcdir is now guaranteed to be in /d/foo/bar format, > and should be edited into d:/foo/bar when it is placed in > src/epaths.h. The job is to remove anything from top-level > Makefile.in that is required for file names in format other than > /d/foo/bar, and still allow using %emacs_dir% in > '--enable-locallisppath=PATH' option to configure. So I think > msys_to_w32 should stay intact, but msys_lisppath_to_w32 could be > simplified. A more ambitious goal, IMO, would be to understand what is the problem with doing every conversion of MSYS paths to native w32 format with "pwd -W", so that the pattern-matching technique could be entirely replaced with that simpler and more elegant one. -- Dani Moncayo