unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* please giving focus on the this build error message!
       [not found] <7d3218b40512050606i5e99dfbbk29428e137d7d50f6@mail.gmail.com>
@ 2005-12-05 14:14 ` zhiqiang yu
  2005-12-05 21:38   ` Peter Dyballa
  2005-12-06  1:43   ` Richard M. Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: zhiqiang yu @ 2005-12-05 14:14 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 1245 bytes --]

---------- Forwarded message ----------
From: zhiqiang yu <yzq.kevin@gmail.com>
Date: Dec 5, 2005 10:06 PM
Subject: please giving focus on the this build error message!
To: emacs-devel@gnu.org.

is that a big problem, i have ever seek for help in emacs mail list for many
times for the same error. but to my disappointment, i got no exact answers.
can anyone could help to find out the solution.

i built the emacs of CVS on winxp with nmake. the configure could be very
smooth without additional image lib supporting. however during the nmake
bootstrap process, i got the following error which made the build process
stop.


D:\soft\emacs\lisp>"D:\soft\emacs\lisp/../bin/emacs.exe" -batch
--no-init-file -
-no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-done
url/vc-d
av.el
Loading subst-jis...
Loading subst-ksc...
Loading subst-big5...
Loading subst-gb2312...

In toplevel form:
url/vc-dav.el:29:1:Error: Cannot open doc string file
"d:/soft/emacs/etc/DOC"
NMAKE : fatal error U1077: 'for' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.

could anyone help me with this error message? thx!

[-- Attachment #1.2: Type: text/html, Size: 1525 bytes --]

[-- Attachment #2: Type: text/plain, Size: 146 bytes --]

_______________________________________________
Emacs-commit mailing list
Emacs-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-commit

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: please giving focus on the this build error message!
  2005-12-05 14:14 ` please giving focus on the this build error message! zhiqiang yu
@ 2005-12-05 21:38   ` Peter Dyballa
  2005-12-06  1:43   ` Richard M. Stallman
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2005-12-05 21:38 UTC (permalink / raw)
  Cc: emacs-commit, bug-gnu-emacs, help-gnu-emacs, emacs-devel


Am 05.12.2005 um 15:14 schrieb zhiqiang yu:

>
> In toplevel form:
> url/vc-dav.el:29:1:Error: Cannot open doc string file 
> "d:/soft/emacs/etc/DOC"
> NMAKE : fatal error U1077: 'for' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual 
> Studio\VC98\bin\N
> MAKE.EXE"' : return code '0x2'
> Stop.
>

I suppose you have the documentation for nmake. So read it and find out 
what these return codes mean!

During making Emacs the DOC file is first deleted, then some output is 
redirected into the new DOC file.

Could you check what permissions DOC and etc have? What are the 
permissions for url/vc-dav.el and url/vc-dav.elc and the url directory? 
Can you byte-compile url/vc-dav.el with another Emacs of the same 
version?


Ahemm, can you find out what the string 
"D:\soft\emacs\lisp/../bin/emacs.exe" means in Windows? Notice the use 
of \ and / !

--
Greetings

   Pete

Time is an illusion. Lunchtime, doubly so.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: please giving focus on the this build error message!
  2005-12-05 14:14 ` please giving focus on the this build error message! zhiqiang yu
  2005-12-05 21:38   ` Peter Dyballa
@ 2005-12-06  1:43   ` Richard M. Stallman
  2005-12-07 13:34     ` Sascha Wilde
  1 sibling, 1 reply; 4+ messages in thread
From: Richard M. Stallman @ 2005-12-06  1:43 UTC (permalink / raw)
  Cc: emacs-commit, bug-gnu-emacs, help-gnu-emacs, emacs-devel

    i built the emacs of CVS on winxp with nmake.

I don't use Windows (it is non-free and therefore immoral), so I can't
help debug this.  (I expect that those who try to support Emacs on
Windows will try to debug this.)  But I do ave one point to make.

In hacker terminology, calling something a "win" is a form of praise.
If you wish to praise Microsoft Windows, you're free to do so; but if you
don't, then you might want to think twice about using the term "win95".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: please giving focus on the this build error message!
  2005-12-06  1:43   ` Richard M. Stallman
@ 2005-12-07 13:34     ` Sascha Wilde
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Wilde @ 2005-12-07 13:34 UTC (permalink / raw)
  Cc: emacs-commit, bug-gnu-emacs, emacs-devel, help-gnu-emacs,
	zhiqiang yu

"Richard M. Stallman" <rms@gnu.org> wrote:

> In hacker terminology, calling something a "win" is a form of praise.
> If you wish to praise Microsoft Windows, you're free to do so; but if you
> don't, then you might want to think twice about using the term "win95".

So it should be called "lose95".

scnr
sascha
-- 
Sascha Wilde

"Unix was the first OS where you could carry the media and system
documentation around in a briefcase. This was fixed in BSD4.2."

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-07 13:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <7d3218b40512050606i5e99dfbbk29428e137d7d50f6@mail.gmail.com>
2005-12-05 14:14 ` please giving focus on the this build error message! zhiqiang yu
2005-12-05 21:38   ` Peter Dyballa
2005-12-06  1:43   ` Richard M. Stallman
2005-12-07 13:34     ` Sascha Wilde

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).