From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: destino Newsgroups: gmane.emacs.help Subject: Re: Problem with Make and Charset Maps Date: Sat, 10 Oct 2009 22:52:37 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1ddaa726-7ef9-44cf-8836-3ee989e325eb@f20g2000prn.googlegroups.com> References: <2d0817f9-0dbf-48d6-9c2a-96e6ff4eb469@x5g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255275158 8170 80.91.229.12 (11 Oct 2009 15:32:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2009 15:32:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 11 17:32:28 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mx0PK-0007d9-3z for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 17:32:26 +0200 Original-Received: from localhost ([127.0.0.1]:38766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mx0PJ-0008RE-JH for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 11:32:25 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!f20g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 97.123.105.206 Original-X-Trace: posting.google.com 1255240358 32528 127.0.0.1 (11 Oct 2009 05:52:38 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 11 Oct 2009 05:52:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f20g2000prn.googlegroups.com; posting-host=97.123.105.206; posting-account=v5973AoAAABW-DYqbphW_9WyOlbTfhMu User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173736 X-Mailman-Approved-At: Sun, 11 Oct 2009 11:31:04 -0400 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68838 Archived-At: On Oct 10, 11:23=A0pm, destino wrote: > I am trying to make Emacs 23.1 on Debian Lenny (tramp is broken in the > emacs-snapshot so I can't use that version; I am a tramp junky). > > I run ./configure with no problems, but when I run make, it gets > through a lot of the process, then gives the following error: > > Loading international/mule-conf.el (source)... > Failure in loading charset map: 8859-2 > make[1]: *** [bootstrap-emacs] Error 255 > make[1]: Leaving directory `/home/destin/downloads/emacs-23.1/src' > make: *** [src] Error 2 > > I downloaded the ISO-8859-2 charset fromhttp://czyborra.com/charsets/, > but I have no idea where to put it. It is in a weird format: > iso8859-2.bdf.gz which is not a standard Debian format. > > Any help is greatly appreciated - I am at my wits end... I solved the problem. I downloaded the source from a different server and it compiles fine. First time I have experienced this - what a pain in the ass.