unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Kyle M. Lee" <mail2kyle@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: emacs23 compile failed on w32
Date: Wed, 14 May 2008 20:43:46 +0300	[thread overview]
Message-ID: <uy76ckch9.fsf@gnu.org> (raw)
In-Reply-To: <482B0CE5.2010302@gmail.com>

> Date: Thu, 15 May 2008 00:01:41 +0800
> From: "Kyle M. Lee" <mail2kyle@gmail.com>
> 
> 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'

Very strange.  I'm guessing that either (1) your CVS update somehow
failed to update all the files that were modified since the last time,
or (2) you are somehow overriding the GCC include path (normally set
by the -I command-line switch to GCC).  If everything is okay, the
file nt/inc/sys/stat.h in CVS defines the `st_uname' and `st_gname'
members of `struct stat', and src/makefile should set things up so
that the compiler is invoked with the "-I ../nt/inc" command-line
switch.  Please which one of these doesn't happen for you, and why.




  parent reply	other threads:[~2008-05-14 17:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-14 16:01 emacs23 compile failed on w32 Kyle M. Lee
2008-05-14 17:07 ` Óscar Fuentes
2008-05-14 17:35 ` Óscar Fuentes
2008-05-14 17:43 ` Eli Zaretskii [this message]
2008-05-15  1:03   ` Kyle M. Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uy76ckch9.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=mail2kyle@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).