From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; compilation fails with: Wrong number of arguments: autoload, 12 Date: Mon, 12 Nov 2007 22:45:28 +0000 Message-ID: <4738D788.2010607@gnu.org> References: <9FB99973-F6B4-4077-8817-8E9C62630144@Freenet.DE> <006901c82577$ea039b60$d5101252@JRWXP1> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194907608 14934 80.91.229.12 (12 Nov 2007 22:46:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 22:46:48 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Richard Wordingham Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 12 23:46:51 2007 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.50) id 1Iri3K-0006HW-Iq for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 23:46:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iri2x-0004G0-Je for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 17:46:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iri2t-0004Ed-Gr for emacs-devel@gnu.org; Mon, 12 Nov 2007 17:46:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iri2p-0004Bg-L0 for emacs-devel@gnu.org; Mon, 12 Nov 2007 17:46:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iri2p-0004Bd-D1 for emacs-devel@gnu.org; Mon, 12 Nov 2007 17:46:15 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iri2o-00083e-Jk for emacs-devel@gnu.org; Mon, 12 Nov 2007 17:46:15 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iri2m-0002Kw-Tv for emacs-pretest-bug@gnu.org; Mon, 12 Nov 2007 17:46:13 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Iri2J-0007sN-0c for emacs-pretest-bug@gnu.org; Mon, 12 Nov 2007 17:46:02 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iri2I-0007rH-B9 for emacs-pretest-bug@gnu.org; Mon, 12 Nov 2007 17:45:42 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 2E75350A1A; Mon, 12 Nov 2007 22:45:37 +0000 (GMT) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <006901c82577$ea039b60$d5101252@JRWXP1> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83095 gmane.emacs.pretest.bugs:20275 Archived-At: Richard Wordingham wrote: > It's still not working for me (checked out at 19:43 GMT 12/11/07). > I'm using MinGW on Windows XP SP2, with gcc Version 3.4.5. I'm using > GNU Make 3.81 (tarball mingw32-make-3.81-2.tar.gz). > > 1. With the command 'mingw32-make SHELL=cmd.exe' the generated > makefile fails at the first linking. I have to convert the DOS > line-ends to Unix line ends. Please read nt/INSTALL carefully, including the "Preliminaries" section.