From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.bugs Subject: bug#7167: 23.2; w32-shell-execute doc Date: Fri, 08 Oct 2010 11:08:21 -0400 Message-ID: <4CAF33E5.7030508@cornell.edu> References: <4CAD419F.3020305@gmail.com> <4CAD4510.4000702@gmail.com> <83pqvloork.fsf@gnu.org> <83eic1nh8w.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1286550729 6032 80.91.229.12 (8 Oct 2010 15:12:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2010 15:12:09 +0000 (UTC) To: 7167@debbugs.gnu.org, eliz@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 08 17:12:07 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P4Ec7-0003mi-Js for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Oct 2010 17:12:03 +0200 Original-Received: from localhost ([127.0.0.1]:53976 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4Ec6-0006eM-St for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Oct 2010 11:12:02 -0400 Original-Received: from [140.186.70.92] (port=56140 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4Ec0-0006eG-6x for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2010 11:11:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4Ebz-0000jj-4p for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2010 11:11:56 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4Eby-0000jb-TL for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2010 11:11:55 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P4EWI-0003Ic-5L; Fri, 08 Oct 2010 11:06:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ken Brown Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 08 Oct 2010 15:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7167 X-GNU-PR-Package: emacs,w32 X-GNU-PR-Keywords: Original-Received: via spool by 7167-submit@debbugs.gnu.org id=B7167.128655030712667 (code B ref 7167); Fri, 08 Oct 2010 15:06:02 +0000 Original-Received: (at 7167) by debbugs.gnu.org; 8 Oct 2010 15:05:07 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P4EVP-0003IG-5x for submit@debbugs.gnu.org; Fri, 08 Oct 2010 11:05:07 -0400 Original-Received: from granite1.mail.cornell.edu ([128.253.83.141] helo=authusersmtp.mail.cornell.edu) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P4EVM-0003Hr-6Z for 7167@debbugs.gnu.org; Fri, 08 Oct 2010 11:05:05 -0400 Original-Received: from [128.84.234.191] (markov.math.cornell.edu [128.84.234.191]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id o98F8Krg002223 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Fri, 8 Oct 2010 11:08:20 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 In-Reply-To: <83eic1nh8w.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 08 Oct 2010 11:06:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:40769 Archived-At: On 10/8/2010 5:52 AM, Eli Zaretskii wrote: > Found the problem. There's nothing wrong with the Windows build > system per se. The problem is that emacs-23.2 tarball comes with a > src/buildobj.h from a Unix system where it was tarred, which is > baaaaad, and not only on Windows. This causes Make not to create > src/buildobj.h as suitable for the actual build on the target > platform, and the rest is history. > > I've just installed a fix in the emacs-23 branch (revno 100091 and a > followup change in 100092) to exclude this file from the tarball. > > To fix this locally, just remove src/buildobj.h and rebuild Emacs. This also fixes bug#7127. I'll write a separate message about that. Ken