* 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 ` (2 more replies) 0 siblings, 3 replies; 5+ 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] 5+ 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 [not found] ` <mailman.18078.1133833446.20277.help-gnu-emacs@gnu.org> 2 siblings, 0 replies; 5+ 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] 5+ 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 [not found] ` <mailman.18078.1133833446.20277.help-gnu-emacs@gnu.org> 2 siblings, 1 reply; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread
[parent not found: <mailman.18078.1133833446.20277.help-gnu-emacs@gnu.org>]
* Re: please giving focus on the this build error message! [not found] ` <mailman.18078.1133833446.20277.help-gnu-emacs@gnu.org> @ 2005-12-06 17:48 ` B. T. Raven 0 siblings, 0 replies; 5+ messages in thread From: B. T. Raven @ 2005-12-06 17:48 UTC (permalink / raw) "Richard M. Stallman" <rms@gnu.org> wrote in message news:mailman.18078.1133833446.20277.help-gnu-emacs@gnu.org... > 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". > > Maybe it should be called Billy's Gooey. Apparently Steve Jobs didn't steal the idea from Xerox PARC but Bill certainly "stole" it from Steve, and developed it while billing the time to IBM for OS2 development. Quae cum ita sint (somewhere I read that rms knows Latin ;-]) what is needed now is a version of GNU/Linux that is modularized to a very fine grain so that that a minimally functional emacs can appear on the monitor within 2 seconds of power on. Then the rest of the OS could be loaded in the background when and/or if called for by emacs. An appropriate hardware platform for this might be a foldable (to 6" x 6") 88 key Dvorak keyboard with a 7 line display (split space-bar, key-chord friendly layout: meta, hyper, super, ctl, shift, alt, no mouse, no graphics, but with 512 Mb of non-volatile RAM, i.e. no moving parts except keys). I think that edit-picture should be good enough for anyone but radiologists and pornographers. Ed ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-12-07 13:34 UTC | newest] Thread overview: 5+ 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 [not found] ` <mailman.18078.1133833446.20277.help-gnu-emacs@gnu.org> 2005-12-06 17:48 ` B. T. Raven
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).