From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.devel Subject: Re: Emacs aborts with USE_LSB_TAG Date: Wed, 21 Jan 2004 12:14:18 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <26999244.1074683658516.JavaMail.www@wwinf0503> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074683764 24602 80.91.224.253 (21 Jan 2004 11:16:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 11:16:04 +0000 (UTC) Cc: emacs-devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jan 21 12:15:58 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 1AjGL0-0004rP-00 for ; Wed, 21 Jan 2004 12:15:58 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjGL0-0003st-00 for ; Wed, 21 Jan 2004 12:15:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjGKP-0001y1-Uh for emacs-devel@quimby.gnus.org; Wed, 21 Jan 2004 06:15:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AjGK5-0001to-U5 for emacs-devel@gnu.org; Wed, 21 Jan 2004 06:15:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AjGJQ-0001XJ-Vr for emacs-devel@gnu.org; Wed, 21 Jan 2004 06:14:52 -0500 Original-Received: from [193.252.22.26] (helo=mwinf0502.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjGJP-0001Vw-J5 for emacs-devel@gnu.org; Wed, 21 Jan 2004 06:14:19 -0500 Original-Received: from wwinf0503 (wwinf0503 [172.22.136.30]) by mwinf0502.wanadoo.fr (SMTP Server) with ESMTP id 80A60E800376; Wed, 21 Jan 2004 12:14:18 +0100 (CET) Original-To: monnier@iro.umontreal.ca X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:19399 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19399 FYI, I rebuilt Emacs with USE_LSB_TAG disabled and got exactly the same error. It seems that that error is detected since I enabled ENABLE_CHECKING. I will try without ENABLE_CHECKING. David