From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs costs 100M memory on Windows XP Date: Sat, 02 Feb 2008 14:34:18 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1201955675 3885 80.91.229.12 (2 Feb 2008 12:34:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 12:34:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Lilja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 13:34:56 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JLHaB-00061t-OY for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 13:34:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLHZk-0006XL-2d for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 07:34:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLHZf-0006Tv-EG for emacs-devel@gnu.org; Sat, 02 Feb 2008 07:34:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLHZd-0006QS-Ov for emacs-devel@gnu.org; Sat, 02 Feb 2008 07:34:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLHZd-0006QE-Ju for emacs-devel@gnu.org; Sat, 02 Feb 2008 07:34:21 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLHZd-0005DQ-Ff for emacs-devel@gnu.org; Sat, 02 Feb 2008 07:34:21 -0500 Original-Received: from HOME-C4E4A596F7 ([81.5.35.104]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EVK89361 (AUTH halo1); Sat, 2 Feb 2008 14:34:15 +0200 (IST) In-reply-to: (message from Eric Lilja on Sat, 02 Feb 2008 13:31:23 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:88001 Archived-At: > From: Eric Lilja > Date: Sat, 02 Feb 2008 13:31:23 +0100 > > Eli Zaretskii wrote: > >> Date: Sat, 2 Feb 2008 19:02:58 +0800 > >> From: "Zhang Wei" > >> > >> On Windows XP, with font backend enabled, Emacs costs 100M or more > >> memory > > > > How did you work around the problem with charprop.el and other files > > generated by admin/unidata-gen.el? Did you generate those files > > manually, outside "make bootstrap"? > > > > > > > > I'm also unable to build on windows with --enable-font-backend (haven't > tried without yet), it fails because No rule to make target > `../lisp/international/charprop.el'. This happens because the Windows build does not run admin/unidata/Makefile. I'm working on fixing that. > I'm also wondering what --enable-font-backend does on windows... Same here.