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: Wed, 14 Feb 2007 10:44:49 +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 1171421101 31388 80.91.229.12 (14 Feb 2007 02:45:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Feb 2007 02:45:01 +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 Wed Feb 14 03:44:55 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 1HHA8c-0003fm-5E for ged-emacs-devel@m.gmane.org; Wed, 14 Feb 2007 03:44:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHA8b-0003kl-Gz for ged-emacs-devel@m.gmane.org; Tue, 13 Feb 2007 21:44:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHA8R-0003iw-1Y for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:44:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHA8P-0003fk-Ce for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:44:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHA8P-0003fP-4z for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:44:41 -0500 Original-Received: from nz-out-0506.google.com ([64.233.162.235]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHA8O-0003v2-P5 for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:44:40 -0500 Original-Received: by nz-out-0506.google.com with SMTP id s1so39668nze for ; Tue, 13 Feb 2007 18:44:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:from:organization:cc:content-type:mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; b=niJU3AClIcoYCLivWlbTi+QhJzXBm9Zywzb1MPE5NnCtoB0gAlSyGTvbFSfzcwEUiYqymkOaaf/zoIq+RBnn/Nh9RIyePINNNyUdI7ElDGNsrzeVOJFloROOcZ91/z3E8T2lQzI32bgSJaOSLX970tvigl/qJQAbHRBjcCBrKx4= Original-Received: by 10.35.106.15 with SMTP id i15mr5469220pym.1171421080336; Tue, 13 Feb 2007 18:44:40 -0800 (PST) Original-Received: from williamnb ( [58.33.96.191]) by mx.google.com with ESMTP id n29sm247368pyh.2007.02.13.18.44.38; Tue, 13 Feb 2007 18:44:39 -0800 (PST) In-Reply-To: User-Agent: Opera Mail/9.20 (Win32) 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:66363 Archived-At: On Wed, 14 Feb 2007 10:34:57 +0800, Juanma Barranquero wrote: > On 2/14/07, William Xue wrote: > >> Finally, I find the reason of the issue. In my '../nt/inc' folder, there >> is another 'config.h' which is for 'libxpm', I think. > > [...] > >> IMHO, This is a potential bug, anyway, I should include that 'config.h' >> if >> I want to build emacs with graphics supported. > > I don't know what XPM library are you using. The one at GnuWin32 does > not have any config.h; you only need xpm4.dll in the path and > X11/xpm.h in your include dir. > > Juanma Maybe you are right, I only simplely copied all the header files in libxpm in to that folder. Not include a 'config.h' header file in a released lib, maybe this is the rule. Thanks! -- Sincerely yours, William