From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?=D3scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: emacs23 compile failed on w32 Date: Wed, 14 May 2008 19:35:19 +0200 Message-ID: References: <482B0CE5.2010302@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210786562 18155 80.91.229.12 (14 May 2008 17:36:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2008 17:36:02 +0000 (UTC) Cc: "Kyle M. Lee" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 14 19:36:37 2008 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 1JwKtz-00064z-Hl for ged-emacs-devel@m.gmane.org; Wed, 14 May 2008 19:36:31 +0200 Original-Received: from localhost ([127.0.0.1]:48558 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwKtG-0002do-79 for ged-emacs-devel@m.gmane.org; Wed, 14 May 2008 13:35:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwKtA-0002Yz-Im for emacs-devel@gnu.org; Wed, 14 May 2008 13:35:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwKt8-0002Vv-Tq for emacs-devel@gnu.org; Wed, 14 May 2008 13:35:40 -0400 Original-Received: from [199.232.76.173] (port=60613 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwKt8-0002VZ-JN for emacs-devel@gnu.org; Wed, 14 May 2008 13:35:38 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:35772 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwKt8-0002Yx-KE for emacs-devel@gnu.org; Wed, 14 May 2008 13:35:38 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JwKt1-000632-3o for emacs-devel@gnu.org; Wed, 14 May 2008 17:35:31 +0000 Original-Received: from 151.red-81-38-9.dynamicip.rima-tde.net ([81.38.9.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2008 17:35:31 +0000 Original-Received: from ofv by 151.red-81-38-9.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2008 17:35:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.red-81-38-9.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:wmhSj2uX5GpetQEWTUDET5w3DFc= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:97156 Archived-At: [please keep the discussion on-list, thanks] "Kyle M. Lee" writes: > E:\cvs_home\emacs23\emacs\nt>mingw32-make maintainer-clean > E:\cvs_home\emacs23\emacs\nt>configure.bat --no-debug --with-gcc > --no-cygwin --p > refix e:/emacs_gcc_std_install --cflags -I./inc --cflags -pipe > E:\cvs_home\emacs23\emacs\nt>mingw32-make bootstrap -j3 > > error message: > ------------------------------------- > dired.c: In function `stat_uname': > dired.c:910: error: structure has no member named `st_uname' > dired.c: In function `stat_gname': > dired.c:925: error: structure has no member named `st_gname' See if you have a file named stat.h on the E:\cvs_home\emacs23\emacs\nt\inc\sys\ directory. If yes, see if it contains char st_uname[260]; char st_gname[260]; near the end. If the answer to any of those questions is no, you have an incomplete checkout or update. Make sure to pass -d as a parameter to `cvs update'. -- Oscar