Re: lots of source file is newer messages

2006-09-16 Thread Eli Zaretskii
From: Zhang Wei [EMAIL PROTECTED] Date: Sat, 16 Sep 2006 04:34:59 +0800 Emacs reports lots of source file is newer messages while startup, such as: (C:\Emacs\bin\emacs.exe) Loading subst-jis (compiled; note, source file is newer)...done Loading subst-ksc (compiled; note, source file

Re: lots of source file is newer messages

2006-09-16 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: I don't see this on my Windows system. I'm guessing that your build procedure somehow went wrong. Can you tell what commands you typed after doing a cvs up? I think this problem is caused by the `cp' program of msys, it can't preserve the modification

Re: lots of source file is newer messages

2006-09-16 Thread Eli Zaretskii
Cc: emacs-pretest-bug@gnu.org From: Zhang Wei [EMAIL PROTECTED] Date: Sat, 16 Sep 2006 18:08:54 +0800 I think this problem is caused by the `cp' program of msys, it can't preserve the modification time of file while copying. Why do you need to use `cp' at all?

Re: lots of source file is newer messages

2006-09-16 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: I think this problem is caused by the `cp' program of msys, it can't preserve the modification time of file while copying. Why do you need to use `cp' at all? I don't have cygwin installed. I think `cp' of msys is used for copying files while `make

Re: lots of source file is newer messages

2006-09-16 Thread martin rudalics
I don't have cygwin installed. I think `cp' of msys is used for copying files while `make install'. FWIW, `make install' recently failed with cp.exe (5.3.0) from GnuWin32 on my system. It tells me things like: ... skipping file `c:/foo', as it was replaced while being copied This never

Re: lots of source file is newer messages

2006-09-16 Thread Eli Zaretskii
Date: Sat, 16 Sep 2006 14:42:36 +0200 From: martin rudalics [EMAIL PROTECTED] CC: Eli Zaretskii [EMAIL PROTECTED], emacs-pretest-bug@gnu.org FWIW, `make install' recently failed with cp.exe (5.3.0) from GnuWin32 on my system. It tells me things like: ... skipping file `c:/foo', as it

Re: lots of source file is newer messages

2006-09-16 Thread martin rudalics
Please post a full transcript of what happens when you type make install. It's very hard to look into problems given such partial information. It's not a problem with `make install'. It's a problem of that very instance of cp. As far as I recall it failed already during configure, hence I

Re: lots of source file is newer messages

2006-09-16 Thread Eli Zaretskii
Date: Sat, 16 Sep 2006 15:16:20 +0200 From: martin rudalics [EMAIL PROTECTED] CC: [EMAIL PROTECTED], emacs-pretest-bug@gnu.org Please post a full transcript of what happens when you type make install. It's very hard to look into problems given such partial information. It's not a

Re: lots of source file is newer messages

2006-09-16 Thread martin rudalics
FWIW, I'm using the same version of cp.exe, and I don't see any such problem, neither during configure, nor during make install. I didn't before and do not since I eliminated that version of cp. As I said before, it's not related to making Emacs. cp.exe from GnuWin32 simply refuses to copy a

lots of source file is newer messages

2006-09-15 Thread Zhang Wei
Emacs reports lots of source file is newer messages while startup, such as: (C:\Emacs\bin\emacs.exe) Loading subst-jis (compiled; note, source file is newer)...done Loading subst-ksc (compiled; note, source file is newer)...done Loading subst-big5 (compiled; note, source file is newer)...done