From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: getopt_.h on Windows Date: Mon, 07 Feb 2011 12:29:18 +0000 Message-ID: References: <4D4F5442.6060404@gmail.com> <831v3ktrsk.fsf@gnu.org> <4D4F71B3.8060906@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297081801 21623 80.91.229.12 (7 Feb 2011 12:30:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2011 12:30:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 07 13:29:57 2011 Return-path: Envelope-to: ged-emacs-devel@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 1PmQE8-0002ej-PU for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 13:29:56 +0100 Original-Received: from localhost ([127.0.0.1]:51445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmQE8-0005yW-Gw for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 07:29:56 -0500 Original-Received: from [140.186.70.92] (port=59699 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmQDy-0005vb-F7 for emacs-devel@gnu.org; Mon, 07 Feb 2011 07:29:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmQDw-0005zs-S6 for emacs-devel@gnu.org; Mon, 07 Feb 2011 07:29:46 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:41082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmQDw-0005zc-IY for emacs-devel@gnu.org; Mon, 07 Feb 2011 07:29:44 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PmQDt-0002Xh-Rw for emacs-devel@gnu.org; Mon, 07 Feb 2011 13:29:41 +0100 Original-Received: from 193.34.186.16 ([193.34.186.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Feb 2011 13:29:41 +0100 Original-Received: from andrewjmoreton by 193.34.186.16 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Feb 2011 13:29:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 193.34.186.16 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) Cancel-Lock: sha1:c3IaMKIUfxdkAMc5z+ClDKvAnpE= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135676 Archived-At: On Mon 07 Feb 2011, Christoph wrote: > On 2/6/2011 9:03 PM, Eli Zaretskii wrote: > >> Always, or because getopt.in.h was changed lately? If the former, >> then I did something wrong, because that's not what I meant to happen. >> If the latter, someone needs to regenerate getopt_.h and commit it to >> the repository. > > This is the error I get in a clean trunk checkout: > > mingw32-make -w getopt_.h-CMD > mingw32-make[2]: Entering directory `D:/devel/emacs/emacs-bzr/trunk/lib' > getopt.in.h or ../arg-nonnull.h is newer than getopt_.h. > Run "gmake getopt_h" in the lib/ subdirectory. > You will need GNU Sed to be installed. > exit -1 > mingw32-make[2]: *** [getopt_.h-CMD] Error -1 > mingw32-make[2]: Leaving directory `D:/devel/emacs/emacs-bzr/trunk/lib' > mingw32-make[1]: *** [getopt_.h] Error 2 > mingw32-make[1]: Leaving directory `D:/devel/emacs/emacs-bzr/trunk/lib' > mingw32-make: *** [bootstrap-gmake] Error 2 I've found that just running "touch lib/getopt_.h" and then doing a fresh bootstrap builds ok. AndyM