From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: djh Newsgroups: gmane.emacs.bugs Subject: make bootstrap error Date: Fri, 29 Jul 2005 19:06:57 +0900 Message-ID: <42E9FFC1.4050707@it.to-be.co.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1122631914 15254 80.91.229.2 (29 Jul 2005 10:11:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Jul 2005 10:11:54 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 29 12:11:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DyRpj-0004nD-AV for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Jul 2005 12:11:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyRsD-0007Tc-GY for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Jul 2005 06:13:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DyRoA-00068a-3S for bug-gnu-emacs@gnu.org; Fri, 29 Jul 2005 06:09:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DyRo6-00067g-Vg for bug-gnu-emacs@gnu.org; Fri, 29 Jul 2005 06:09:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyRo6-00067b-1R for bug-gnu-emacs@gnu.org; Fri, 29 Jul 2005 06:09:34 -0400 Original-Received: from [165.89.129.231] (helo=mochilla.bms.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DyRvg-00017E-Vu for bug-gnu-emacs@gnu.org; Fri, 29 Jul 2005 06:17:25 -0400 Original-Received: from mejpmsg01 ([127.0.0.1]) by mochilla.bms.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0IKD0011BW1BAB@mochilla.bms.com> for bug-gnu-emacs@gnu.org; Fri, 29 Jul 2005 10:05:37 +0000 (GMT) Original-Received: from ([198.155.96.17]) by meusintout01.net.bms.com (InterScan E-Mail VirusWall Unix); Fri, 29 Jul 2005 10:05:37 +0000 (GMT) Original-Received: from [198.155.100.169] by mejpmsg01.net.bms.com (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTPA id <0IKD004IDW1ACT@mejpmsg01.net.bms.com> for bug-gnu-emacs@gnu.org; Fri, 29 Jul 2005 10:05:35 +0000 (GMT) Content-return: prohibited Original-To: bug-gnu-emacs@gnu.org X-Accept-Language: en-us, en, ja User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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:12612 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12612 While making bootstrap in cygwin (cygwin 5.1) environment for cygwin's X11 windows, a make error is encountered and the process quites. It seems the problem occurs or near the follow line in the generated in ..emacs/lib-src/Makefile: For some reason this also spits a line which is my win32/document and settings/$user/local settings/temp" which it thinks is a source file. $(CC) ${ALL_CFLAGS} ${srcdir}/update-game-score.c -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" $(LOADLIBES) -o update-game-score I tried this: When this line was commented out a bootstrap version of emacs was successfully built. Changing $(gamedir) to ${gamedir} didn't seem to help. Then deleting the "\" and \"", didn't help eithter. When this line was commented out a bootstrap version of emacs was successfully built. Do any of you have any suggestions. Thanks.