From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "William Xue" Newsgroups: gmane.emacs.devel Subject: Re: EXIT_SUCCESS and NO_RETURN in /lib-src Date: Thu, 15 Feb 2007 09:52:04 +0800 Organization: wv Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171504338 9386 80.91.229.12 (15 Feb 2007 01:52:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Feb 2007 01:52:18 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 15 02:52:11 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 1HHVn8-0006oq-Cg for ged-emacs-devel@m.gmane.org; Thu, 15 Feb 2007 02:52:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHVn7-0000ND-Mm for ged-emacs-devel@m.gmane.org; Wed, 14 Feb 2007 20:52:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHVmx-0000Lu-EJ for emacs-devel@gnu.org; Wed, 14 Feb 2007 20:51:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHVmv-0000Li-3O for emacs-devel@gnu.org; Wed, 14 Feb 2007 20:51:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHVmu-0000Lf-T6 for emacs-devel@gnu.org; Wed, 14 Feb 2007 20:51:56 -0500 Original-Received: from py-out-1112.google.com ([64.233.166.181]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHVmu-00079Q-Bg for emacs-devel@gnu.org; Wed, 14 Feb 2007 20:51:56 -0500 Original-Received: by py-out-1112.google.com with SMTP id u77so187578pyb for ; Wed, 14 Feb 2007 17:51:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:from:organization:cc:content-type:message-id:user-agent:mime-version:references:in-reply-to:content-transfer-encoding; b=JEf3MbY6pw54QE+Zum1s1WCvGNEkDGCaqRGmwS18PcCfjxHrCuHj3MUJpjXEeEbpCd7NE9y3ePmdn0X0KLzZUl1EjpZwbAat+bSYk5Kf5WSHjGWXuE7c1RXArGsfuusv/TBlUu3Z47mFt+c4C+5wgkGyBbcAi1HDchideD5s5eA= Original-Received: by 10.35.96.7 with SMTP id y7mr2147765pyl.1171504315873; Wed, 14 Feb 2007 17:51:55 -0800 (PST) Original-Received: from williamnb ( [58.33.96.191]) by mx.google.com with ESMTP id x48sm1604904pyg.2007.02.14.17.51.53; Wed, 14 Feb 2007 17:51:55 -0800 (PST) User-Agent: Opera Mail/9.20 (Win32) In-Reply-To: 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:66408 Archived-At: On Wed, 14 Feb 2007 10:58:24 +0800, Juanma Barranquero wrote: > 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 Got it. Thank you, Juanma and Eli. -- Sincerely yours, William