From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Failure to bootstrap on Windows Date: Sat, 03 Oct 2015 13:01:04 +0300 Message-ID: <83h9m846fz.fsf@gnu.org> References: <83io6qap6y.fsf@gnu.org> <83vbaq8quk.fsf@gnu.org> <837fn68fsj.fsf@gnu.org> <83k2r55mke.fsf@gnu.org> <83fv1t5fij.fsf@gnu.org> <8337xt5bt0.fsf@gnu.org> <83mvw04aff.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1443866505 1078 80.91.229.3 (3 Oct 2015 10:01:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Oct 2015 10:01:45 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 03 12:01:30 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZiJdA-00016Q-2a for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2015 12:01:28 +0200 Original-Received: from localhost ([::1]:37652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiJd9-0004gc-Ey for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2015 06:01:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiJcx-0004gW-VN for emacs-devel@gnu.org; Sat, 03 Oct 2015 06:01:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZiJcx-0005Z3-6V for emacs-devel@gnu.org; Sat, 03 Oct 2015 06:01:15 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:43824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiJct-0005Xw-Fj; Sat, 03 Oct 2015 06:01:11 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NVN00A00235TV00@mtaout28.012.net.il>; Sat, 03 Oct 2015 13:00:45 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVN00C752H9GRB0@mtaout28.012.net.il>; Sat, 03 Oct 2015 13:00:45 +0300 (IDT) In-reply-to: <83mvw04aff.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190779 Archived-At: > Date: Sat, 03 Oct 2015 11:35:00 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > CC image.o > > In file included from c:/Devel/emacs/include/X11/xpm.h:70:0, > > from image.c:3154: > > c:/Devel/emacs/include/X11/simx.h:143:0: warning: "close" redefined [enabled by default] > > #define close _close > > ^ > > In file included from ./conf_post.h:32:0, > > from ./config.h:1890, > > from image.c:20: > > c:/Devel/emacs/repo/fresh/nt/inc/ms-w32.h:221:0: note: this is the location of the previous definition > > #define close sys_close > > ^ > > In file included from c:/Devel/emacs/include/X11/xpm.h:70:0, > > from image.c:3154: > > c:/Devel/emacs/include/X11/simx.h:146:0: warning: "open" redefined [enabled by default] > > #define open _open > > ^ > > In file included from ./conf_post.h:32:0, > > from ./config.h:1890, > > from image.c:20: > > c:/Devel/emacs/repo/fresh/nt/inc/ms-w32.h:234:0: note: this is the location of the previous definition > > #define open sys_open > > ^ > > These are problems in the header included in my port of libXpm. They > are not fatal, but they are problems nonetheless. I will fix them and > upload a new distribution. Should be fixed now.