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:34:57 +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 1171420518 28853 80.91.229.12 (14 Feb 2007 02:35:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Feb 2007 02:35:18 +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:35:12 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 1HH9zD-0007lI-JL for ged-emacs-devel@m.gmane.org; Wed, 14 Feb 2007 03:35:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HH9zD-0004fq-5a for ged-emacs-devel@m.gmane.org; Tue, 13 Feb 2007 21:35:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HH9z3-0004fb-8I for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:35:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HH9z0-0004fF-TK for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:34:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HH9z0-0004fC-OK for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:34:58 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.226]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HH9z0-0002K8-Ew for emacs-devel@gnu.org; Tue, 13 Feb 2007 21:34:58 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 71so47543wri for ; Tue, 13 Feb 2007 18:34:57 -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=ahbnerACMjlVpfXmgg+FQbtiYFqrKf5abTwacdNDN5vK4xOhl30TNBnn5ETOi0yiA10pFoKrYQbVBe3KTuOo4uyj+xF5SStwtFE5adSBSI9MUqHSFN0hx8dyW8miJ6q/52hdBfsYGR5OncJRIwDgjss6YHiv9zaXMWteV3X68ro= Original-Received: by 10.114.199.1 with SMTP id w1mr7265533waf.1171420497267; Tue, 13 Feb 2007 18:34:57 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Tue, 13 Feb 2007 18:34:57 -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:66362 Archived-At: 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