From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: USE_LSB_TAG and MS-DOS Date: 17 May 2004 12:13:59 +0200 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> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084785382 8238 80.91.224.253 (17 May 2004 09:16:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 May 2004 09:16:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 17 11:16:13 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 1BPeEH-0004I1-00 for ; Mon, 17 May 2004 11:16:13 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPeEH-0005PK-00 for ; Mon, 17 May 2004 11:16:13 +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 1BPeB5-0006Cr-0C for emacs-devel@quimby.gnus.org; Mon, 17 May 2004 05:12:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPeAl-0006Am-0T for emacs-devel@gnu.org; Mon, 17 May 2004 05:12:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPeAC-0005os-Hu for emacs-devel@gnu.org; Mon, 17 May 2004 05:12:32 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.34) id 1BPeAB-0005no-M0; Mon, 17 May 2004 05:12:00 -0400 Original-To: Jason Rumney In-reply-to: (message from Jason Rumney on Mon, 17 May 2004 09:13:43 +0100) 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:23573 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23573 > From: Jason Rumney > Date: Mon, 17 May 2004 09:13:43 +0100 > > 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. Yes, a known problem; I hit that at first as well. > 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. Is this in a MinGW build or MSVC build?