From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: GTK patches part 2 Date: Wed, 11 Dec 2002 12:45:50 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200212102040.gBAKe116016464@stubby.bodenonline.com> <16731.1039555439@remus.pretzelnet.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1039634981 11750 80.91.224.249 (11 Dec 2002 19:29:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 11 Dec 2002 19:29:41 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18MCY8-00033N-00 for ; Wed, 11 Dec 2002 20:29:40 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18MCjJ-00080l-00 for ; Wed, 11 Dec 2002 20:41:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18MAw0-0000m6-07 for emacs-devel@quimby.gnus.org; Wed, 11 Dec 2002 12:46:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18MAvk-0000ls-00 for emacs-devel@gnu.org; Wed, 11 Dec 2002 12:45:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18MAvf-0000lb-00 for emacs-devel@gnu.org; Wed, 11 Dec 2002 12:45:55 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18MAvf-0000lV-00 for emacs-devel@gnu.org; Wed, 11 Dec 2002 12:45:51 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18MAve-0002Fr-00; Wed, 11 Dec 2002 12:45:50 -0500 Original-To: epg@pretzelnet.org In-reply-to: <16731.1039555439@remus.pretzelnet.org> (message from Eric Gillespie on Tue, 10 Dec 2002 16:23:59 -0500) 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:10065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10065 > For example, stdlib.h is included by config.h, so it is clearly Whoops. When i noticed the stderr problem also noticed malloc being called with no stdlib.h. config.h does indeed include stdlib.h, so I think the question is, how did it happen that stdlib.h failed to get included when you tried this? That could be a bug, but it would be a bug in a different place.