From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mark Plaksin Newsgroups: gmane.emacs.help Subject: Re: Simple script for building CVS version of Emacs fails Date: Tue, 05 Oct 2004 21:17:16 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097025462 29963 80.91.229.6 (6 Oct 2004 01:17:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Oct 2004 01:17:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 06 03:17:35 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CF0Qx-0000Rm-00 for ; Wed, 06 Oct 2004 03:17:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CF0Xb-0004dg-WB for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Oct 2004 21:24:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CF0XR-0004bJ-0H for help-gnu-emacs@gnu.org; Tue, 05 Oct 2004 21:24:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CF0XP-0004a3-HI for help-gnu-emacs@gnu.org; Tue, 05 Oct 2004 21:24:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CF0XP-0004ZZ-80 for help-gnu-emacs@gnu.org; Tue, 05 Oct 2004 21:24:15 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CF0Qi-00064J-3S for help-gnu-emacs@gnu.org; Tue, 05 Oct 2004 21:17:20 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CF0Qh-0000ED-00 for ; Wed, 06 Oct 2004 03:17:19 +0200 Original-Received: from water.tss.usg.edu ([168.24.82.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Oct 2004 03:17:19 +0200 Original-Received: from happy by water.tss.usg.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Oct 2004 03:17:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: water.tss.usg.edu User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:g2PtNVgs2mAsF3z5508RkJpwRp8= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21076 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21076 "William Payne" writes: > ./configure.bat --with-gcc --no-cygwin --no-debug --cflags -I/usr/include/noX > make bootstrap > make install I use 'make maintainer-clean' before running configure. This resolved problems I had building various versions. Maybe it will help you too.