From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: EXIT_SUCCESS and NO_RETURN in /lib-src Date: Wed, 14 Feb 2007 03:58:24 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171421926 2826 80.91.229.12 (14 Feb 2007 02:58:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Feb 2007 02:58:46 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "William Xue" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 14 03:58:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HHALu-0001Ri-Fe for ged-emacs-devel@m.gmane.org; Wed, 14 Feb 2007 03:58:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHALu-0001Cm-5E for ged-emacs-devel@m.gmane.org; Tue, 13 Feb 2007 21:58:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHALj-0001Ch-PO for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:58:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHALi-0001CV-9K for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:58:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHALi-0001CS-3n for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:58:26 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.224]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHALh-0006Pe-My for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:58:25 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 71so53828wri for ; Tue, 13 Feb 2007 18:58:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h59hqJeKP6vqWL8ZuYvPyqkcbpaMF1wh+QNqbv1q2xPXtP2kaVrMQOE2iFTlPGkwG4TLDZT0wdgkJRqdUFTi9KRPgx+kPw9jpxG3gPuhQE5a5LtcuzWL3Mo9JgYsot7mPKoIrjIlbTzv8v0pSbQWukkcO7Z+y68E3ayyB34iYV4= Original-Received: by 10.114.145.1 with SMTP id s1mr7269417wad.1171421904863; Tue, 13 Feb 2007 18:58:24 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Tue, 13 Feb 2007 18:58:24 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:66364 Archived-At: On 2/14/07, William Xue wrote: > Maybe you are right, I only simplely copied all the header files in libxpm > in to that folder. Well, if you drop into the compiler's include path all kinds of unneeded files is no wonder that you accidentally find a conflict :) I'm building Emacs on Windows with full image support (all image types except Postscript, which is unsupported on Windows), and my include dir contains just this: gif_lib.h jconfig.h jerror.h jmorecfg.h jpeglib.h png.h pngconf.h simx.h tiff.h tiffconf.h tiffio.h tiffvers.h zconf.h zlib.h X11\xpm.h Juanma