From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15675: the configure script invoked before make Date: Wed, 23 Oct 2013 21:56:47 -0400 Message-ID: References: <20131021170256.GA1699@glam> <82bo2fpj4e.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1382579824 25056 80.91.229.3 (24 Oct 2013 01:57:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2013 01:57:04 +0000 (UTC) Cc: 15675@debbugs.gnu.org To: Andy Moreton Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 24 03:57:09 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1VZAAd-00017O-TP for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Oct 2013 03:57:08 +0200 Original-Received: from localhost ([::1]:52151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZAAd-0003Nc-Et for geb-bug-gnu-emacs@m.gmane.org; Wed, 23 Oct 2013 21:57:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZAAZ-0003NV-L0 for bug-gnu-emacs@gnu.org; Wed, 23 Oct 2013 21:57:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZAAY-0000Iu-Lb for bug-gnu-emacs@gnu.org; Wed, 23 Oct 2013 21:57:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZAAY-0000Ip-Ha for bug-gnu-emacs@gnu.org; Wed, 23 Oct 2013 21:57:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VZAAX-0002HP-U0 for bug-gnu-emacs@gnu.org; Wed, 23 Oct 2013 21:57:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 24 Oct 2013 01:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15675 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15675-submit@debbugs.gnu.org id=B15675.13825798118747 (code B ref 15675); Thu, 24 Oct 2013 01:57:01 +0000 Original-Received: (at 15675) by debbugs.gnu.org; 24 Oct 2013 01:56:51 +0000 Original-Received: from localhost ([127.0.0.1]:39530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZAAM-0002H0-KE for submit@debbugs.gnu.org; Wed, 23 Oct 2013 21:56:51 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:42798 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZAAJ-0002Gr-NG for 15675@debbugs.gnu.org; Wed, 23 Oct 2013 21:56:48 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VZAAJ-00017Q-9E; Wed, 23 Oct 2013 21:56:47 -0400 X-Spook: clones unclassified passwd Aldergrove Craig Livingstone X-Ran: v7ebx9%fzLi_>%sy{~4BDm1H4K1ilUSL`10#/|FJ:W!x0O~3IUw,IEOIe4CT\7!=m"Kk7c X-Hue: magenta X-Attribution: GM In-Reply-To: <82bo2fpj4e.fsf@gmail.com> (Andy Moreton's message of "Thu, 24 Oct 2013 02:12:17 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79563 Archived-At: Andy Moreton wrote: > Building in "obj-mingw32/lib" fails because CPP and CPPFLAGS still have > "-I ../nt/inc", which should either be "-I ../../nt/inc" (relative to > "obj-mingw32") or be absolute. Yes, I posted about that on emacs-devel a little earlier, see http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00733.html > /bin/sh: line 2: ../../build-aux/update-subdirs: No such file or directory Should be fixed now. > In addition, this use of find and a for loop does not look correct for > directory paths with spaces. The found directories are relative paths within the Emacs repo and won't contain spaces.