From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: recent emacs font problems? Date: 08 Jul 2003 09:40:49 -0400 Organization: disorganization Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: sds@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057673269 31148 80.91.224.249 (8 Jul 2003 14:07:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2003 14:07:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jul 08 16:07:48 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Zt8F-000868-00 for ; Tue, 08 Jul 2003 16:07:47 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19ZtIc-0003La-00 for ; Tue, 08 Jul 2003 16:18:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Zt2A-0001rv-QT for emacs-devel@quimby.gnus.org; Tue, 08 Jul 2003 10:01:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ZsvP-0008KU-Ie for emacs-devel@gnu.org; Tue, 08 Jul 2003 09:54:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Zsll-0005sM-3y for emacs-devel@gnu.org; Tue, 08 Jul 2003 09:44:33 -0400 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ZsjL-0004JW-AG for emacs-devel@gnu.org; Tue, 08 Jul 2003 09:42:03 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19Zshz-0005f6-00 for ; Tue, 08 Jul 2003 15:40:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19ZshT-0005dT-00 for ; Tue, 08 Jul 2003 15:40:07 +0200 Original-Lines: 45 Original-X-Complaints-To: usenet@main.gmane.org X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15485 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15485 > * In message > * On the subject of "Re: recent emacs font problems?" > * Sent on 07 Jul 2003 23:16:54 +0100 > * Honorable Jason Rumney writes: > > David Abrahams writes: > > Sam Steingold writes: > > >> * Honorable "Jan D." writes: > > >> so if anyone with access to MS Windows could try it, we can see if it > > >> works there. > The fix works on MS-Windows. indeed. > > > libc.lib(strftime.obj) : error LNK2005: _strftime already defined in temacs1.lib(strftime.obj) > > > obj-spd/i386/temacs.bin : fatal error LNK1169: one or more multiply defined symbols found > > The above link errors were fixed soon after they were reported. indeed. unfortunately, right now both win32 and rh9-gnu-linux builds fail with the same error: w32: "d:\gnu\emacs\src/obj-spd/i386/temacs.exe" -batch -l loadup dump emacs: Invalid hash table rehash size: 0.0 linux: ... emacs: Invalid hash table rehash size: 1.12341E-311 I do not have the linux error message in front of me, but the gist is that the rehash size was not initialized. linux sets the un-initialized double float with junk (that's where e-300 is coming from) while w32 sets it to 0. but the bottom line is that the rehash size is un-initialized. -- Sam Steingold (http://www.podval.org/~sds) running w2k cogito cogito ergo cogito sum