From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: USE_LSB_TAG and MS-DOS Date: Mon, 17 May 2004 09:13:43 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <2719-Sat15May2004150718+0300-eliz@gnu.org> <5567-Sat15May2004202435+0300-eliz@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084781724 32723 80.91.224.253 (17 May 2004 08:15:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 May 2004 08:15:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 17 10:15:16 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPdHH-00013Z-00 for ; Mon, 17 May 2004 10:15:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPdHH-00042s-00 for ; Mon, 17 May 2004 10:15:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPdGi-00035C-Ij for emacs-devel@quimby.gnus.org; Mon, 17 May 2004 04:14:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPdGT-00031m-1H for emacs-devel@gnu.org; Mon, 17 May 2004 04:14:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPdFw-0002uh-B8 for emacs-devel@gnu.org; Mon, 17 May 2004 04:14:23 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BPdFv-0002uT-Pp; Mon, 17 May 2004 04:13:52 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i4H8DoU9024647; Mon, 17 May 2004 09:13:50 +0100 Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id E4ACADDD36; Mon, 17 May 2004 09:13:49 +0100 (BST) Original-To: Eli Zaretskii In-Reply-To: <5567-Sat15May2004202435+0300-eliz@gnu.org> (Eli Zaretskii's message of "Sat, 15 May 2004 20:24:35 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23571 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23571 "Eli Zaretskii" writes: >> From: Jason Rumney >> Date: Sat, 15 May 2004 16:10:46 +0100 >> >> The Windows build was also crashing there, but I didn't think it used >> GNU malloc > > Didn't think earlier, or still don't think? (I presume the former, > since nt/config.nt does define GNU_MALLOC.) I hadn't had time to check it :-) It turns out my problems were caused by the fact that none of the C files depend on lisp.h, so I had a mix of USE_LSB_TAG and old. After make clean, I run into other compilation problems in w32heap.c and w32proc.c due to VALMASK no longer being defined, but if I temporarily comment those lines out, compilation and dumping succeeds, but when running Emacs I end up with a hideous yellow background and a black background for the toolbar, so something is still not right.