From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Sat, 28 Oct 2006 12:01:50 +0100 Message-ID: <4543389E.3090006@gnu.org> References: <87lkn1tzav.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162033387 4251 80.91.229.2 (28 Oct 2006 11:03:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Oct 2006 11:03:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 28 13:03:06 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gdlxm-0007cP-Ma for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 13:02:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdlxm-00026n-BS for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 07:02:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gdlwu-0001lh-Jr for emacs-devel@gnu.org; Sat, 28 Oct 2006 07:02:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gdlws-0001lB-2l for emacs-devel@gnu.org; Sat, 28 Oct 2006 07:02:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdlwr-0001l7-Tb for emacs-devel@gnu.org; Sat, 28 Oct 2006 07:01:57 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gdlwr-0001ui-A0 for emacs-devel@gnu.org; Sat, 28 Oct 2006 07:01:57 -0400 Original-Received: from wanchan.jasonrumney.net (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (Postfix) with ESMTP id BEF2A54226; Sat, 28 Oct 2006 12:01:55 +0100 (BST) Original-Received: from [10.0.0.27] (chiko.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 9394949; Sat, 28 Oct 2006 12:01:55 +0100 (BST) User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: Chong Yidong In-Reply-To: <87lkn1tzav.fsf@stupidchicken.com> 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:61277 Archived-At: On a fresh install with w32, I got the following error: gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -gstabs+ -g3 -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc -I../src -o oo-spd/i386/digest-doc.o digest-doc.c gcc -o oo-spd/i386/digest-doc.exe -gstabs+ -g3 oo-spd/i386/digest-doc.o -ladvapi32 mingw32-make[1]: *** No rule to make target `../src/oo-spd/i386/temacs.exe', needed by `DOC'. Stop. mingw32-make[1]: Leaving directory `C:/emacs-22.0.90/lib-src' mingw32-make: *** [all-other-dirs-gmake] Error 2 I'll look into it, and see if it is a configuration problem with this PC, or a problem with the makefiles that has gone undetected.