emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs23 compile failed on w32


From: Óscar Fuentes
Subject: Re: emacs23 compile failed on w32
Date: Wed, 14 May 2008 19:35:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt)

[please keep the discussion on-list, thanks]

"Kyle M. Lee" <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]