From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emfox Zhou Newsgroups: gmane.emacs.devel Subject: Re: ./make-dist for unicode branch Date: Fri, 20 Jan 2006 03:05:34 +0800 Message-ID: <87vewgca2p.fsf@emfox.3322.org> References: <87bqyasvv6.fsf@emfox.3322.org> <877j8yse2a.fsf@emfox.3322.org> <873bjmryr5.fsf@emfox.3322.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137704994 14093 80.91.229.2 (19 Jan 2006 21:09:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 21:09:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 19 22:09:42 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 1Ezh2L-0003VA-L4 for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 22:09:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ezh4n-0006Hh-Nu for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 16:12:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EzfBE-0006fq-D3 for emacs-devel@gnu.org; Thu, 19 Jan 2006 14:10:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EzfBB-0006ds-Iz for emacs-devel@gnu.org; Thu, 19 Jan 2006 14:10:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzfBB-0006dX-2y for emacs-devel@gnu.org; Thu, 19 Jan 2006 14:10:41 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EzfFE-0003Dc-RZ for emacs-devel@gnu.org; Thu, 19 Jan 2006 14:14:53 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ezf8G-000681-W6 for emacs-devel@gnu.org; Thu, 19 Jan 2006 20:07:42 +0100 Original-Received: from 218.108.29.104 ([218.108.29.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Jan 2006 20:07:40 +0100 Original-Received: from EmfoxZhou by 218.108.29.104 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Jan 2006 20:07:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 218.108.29.104 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:TKafS0Lp3tTl06Alg5R/FQpOCPo= 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:49273 Archived-At: Kenichi Handa writes: > I've installed several fixes to emacs-unicode-2. I made a > tarball by ./make-dist --snapshot, and from that tarball, I > could build emacs simply by "configure; make" and also by > "configure; make bootstrap". I'm sorry to tell that the same error as my last letter occurred. Here the command what EXACTLY I used: ======= cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/emacs \ co -r emacs-unicode-2 -P emacs cd emacs ./make-dist --snapshot tar xzf emacs-23.0.0.tar.gz cd emacs-23.0.0/ ./configure make bootstrap ======= Please have a look at them, and correct if there's anything wrong, or any other more dependeny(such as different version of autotools) I should provide.