From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: destino Newsgroups: gmane.emacs.help Subject: Problem with Make and Charset Maps Date: Sat, 10 Oct 2009 22:23:14 -0700 (PDT) Organization: http://groups.google.com Message-ID: <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 X-Trace: ger.gmane.org 1255275114 8057 80.91.229.12 (11 Oct 2009 15:31:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2009 15:31:54 +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:31:45 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 1Mx0OQ-00078p-RF for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 17:31:31 +0200 Original-Received: from localhost ([127.0.0.1]:38259 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mx0OQ-0007rd-BK for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 11:31:30 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!x5g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 97.123.105.206 Original-X-Trace: posting.google.com 1255238594 26241 127.0.0.1 (11 Oct 2009 05:23:14 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 11 Oct 2009 05:23:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x5g2000prf.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:173735 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:68837 Archived-At: 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 from http://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...