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: New platform independent problem Date: Fri, 27 Jan 2006 22:45:20 +0200 Message-ID: References: <43D0797C.1030604@it.to-be.co.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1138484928 16302 80.91.229.2 (28 Jan 2006 21:48:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Jan 2006 21:48:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 28 22:48:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F2xw0-0006eD-13 for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2006 22:48:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2xDc-0005hj-6T for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2006 16:02:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F2b05-00047X-Ql for emacs-devel@gnu.org; Fri, 27 Jan 2006 16:19:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F2aWz-0002MN-FQ for emacs-devel@gnu.org; Fri, 27 Jan 2006 15:49:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2aWE-00026k-H0 for emacs-devel@gnu.org; Fri, 27 Jan 2006 15:48:30 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F2aU2-00055m-0L for emacs-devel@gnu.org; Fri, 27 Jan 2006 15:46:14 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-255-5.inter.net.il [83.130.255.5]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DLI03210 (AUTH halo1); Fri, 27 Jan 2006 22:45:14 +0200 (IST) Original-To: djh In-reply-to: <43D0797C.1030604@it.to-be.co.jp> (message from djh on Fri, 20 Jan 2006 14:47:40 +0900) 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:49625 Archived-At: > Date: Fri, 20 Jan 2006 14:47:40 +0900 > From: djh > > In December of last year, 2005, the cygwin developers deprecated d_ino > out of the dirent.h defined dirent structure. > > This break emac's dired.c (from compiling) > > Ref: http://www.cygwin.com/ml/cygwin/2005-12/msg00205.html > > This change causes a "make bootstrap" error in building my emacs vers. > 22.0.50 source. > > "gcc -c -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. ..snipped...-O2 dired.c > dired.c: In function `directory_files_internal': > dired.c:230: error: structure has no member named `d_ino' > dired.c: In function `file_name_completion': > dired.c:538: error: structure has no member named `d_ino' > make[1]: *** [dired.o] Error 1 " I installed a change in src/dired.c to avoid this problem. Please try the current CVS and see if the problem is gone.