From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karol Szkudlarek Newsgroups: gmane.emacs.devel Subject: Re: compiling cvs emacs Date: Wed, 05 Jan 2005 10:23:55 +0100 Message-ID: <41DBB22B.2060707@mikronika.com.pl> References: <41D9380C.6080705@mikronika.com.pl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104917193 560 80.91.229.6 (5 Jan 2005 09:26:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2005 09:26:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 05 10:26:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cm7Qu-0006ht-00 for ; Wed, 05 Jan 2005 10:26:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cm7c8-0004O9-WE for ged-emacs-devel@m.gmane.org; Wed, 05 Jan 2005 04:38:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cm7bl-0004MP-M2 for emacs-devel@gnu.org; Wed, 05 Jan 2005 04:37:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cm7bj-0004Kb-29 for emacs-devel@gnu.org; Wed, 05 Jan 2005 04:37:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cm7bi-0004KO-OY for emacs-devel@gnu.org; Wed, 05 Jan 2005 04:37:34 -0500 Original-Received: from [213.17.224.83] (helo=ro.mikronika.com.pl) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cm7Oa-0006DA-JU for emacs-devel@gnu.org; Wed, 05 Jan 2005 04:24:00 -0500 Original-Received: from [192.168.0.56] (karol.mikronika.com.pl [192.168.0.56]) (authenticated bits=0) by ro.mikronika.com.pl (8.12.9/8.12.9/Debian-1) with ESMTP id j059Ntk3030653; Wed, 5 Jan 2005 10:23:56 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041222) X-Accept-Language: en-us, en Original-To: Stefan Monnier In-Reply-To: X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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: main.gmane.org gmane.emacs.devel:31885 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31885 Stefan Monnier wrote: >>Generating autoloads for textmodes/org.el...done >>Saving file /home/karol/var/cvs/emacs/lisp/loaddefs.el... >>Autoloading failed to define function coding-system-equal > > > You probably need to delete the *.elc files. Didn't we decide that `make > bootstrap' should be changed to do that, to avoid those recurrent > bug reports? > > Hi Stefan! I deleted *.elc files and I can't still compile... :-( After make bootstrap I have error: Generating autoloads for play/zone.el...done Generating autoloads for textmodes/conf-mode.el... Generating autoloads for textmodes/conf-mode.el...done Generating autoloads for textmodes/org.el... Generating autoloads for textmodes/org.el...done Saving file /home/karol/var/cvs/emacs/lisp/loaddefs.el... Autoloading failed to define function coding-system-equal make[2]: *** [autoloads] Error 255 make[2]: Leaving directory `/home/karol/var/cvs/emacs/lisp' make[1]: *** [bootstrap-prepare] Error 2 make[1]: Leaving directory `/home/karol/var/cvs/emacs/lisp' make: *** [bootstrap-build] Error 2 Please help...., Karol