From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: GTK patches part 2 Date: Tue, 10 Dec 2002 20:33:56 +0100 (MET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200212101928.gBAJSt16015021@stubby.bodenonline.com> References: <15181.1039547196@remus.pretzelnet.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1039550156 3117 80.91.224.249 (10 Dec 2002 19:55:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2002 19:55:56 +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 18LqTz-0000o8-00 for ; Tue, 10 Dec 2002 20:55:55 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Lqeh-0003iK-00 for ; Tue, 10 Dec 2002 21:06:59 +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 18LqOw-00025d-07 for emacs-devel@quimby.gnus.org; Tue, 10 Dec 2002 14:50:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18LqOY-00024Q-00 for emacs-devel@gnu.org; Tue, 10 Dec 2002 14:50:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18LqNK-0001tC-00 for emacs-devel@gnu.org; Tue, 10 Dec 2002 14:49:07 -0500 Original-Received: from gnudist.gnu.org ([199.232.41.7]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18LqNI-0001oj-01 for emacs-devel@gnu.org; Tue, 10 Dec 2002 14:49:00 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by gnudist.gnu.org with esmtp (Exim 4.10.13) id 18Lq9D-0004gz-00 for emacs-devel@gnu.org; Tue, 10 Dec 2002 14:34:27 -0500 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44]) gBAJSt16015021; Tue, 10 Dec 2002 20:28:56 +0100 Original-To: epg@pretzelnet.org (Eric Gillespie) In-Reply-To: <15181.1039547196@remus.pretzelnet.org> from "Eric Gillespie" at dec 10, 2002 02:06:36 X-Mailer: ELM [version 2.5 PL0pre8] 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:10039 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10039 > > "Jan D." writes: > > > Can you send compilation warnings/errors you are seeing or platform and > > compiler flags? > > Why? You reference fprintf and stderr, so you need . > You reference malloc, so you need . End of story. Well, I don't usually add include:s unless needed. For example, xterm.h includes X11 headers who in turn includes a lot of standard headers. If what is needed gets included that way, I'm fine with it. Jan D.