all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Two problems of building Emacs on windows
@ 2007-10-19  8:25 Herbert Euler
  2007-10-19 11:24 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Herbert Euler @ 2007-10-19  8:25 UTC (permalink / raw)
  To: emacs-devel


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


I have two problems building Emacs (the unicode-2 branch) on Windows,
described below.

1. On missing of some subr's documentations.

Here is the error when I require help information about some subrs:

C-h f string RET
     ==> string is a built-in function in `C source code'.
         [Missing arglist.  Please make a bug report.]

         Not documented.

In fact, all subr's in character.c miss their documentations.  Well, I
do not know whether this problem exists before, but adding
`character.o' to the definition of the `obj' variable in
nt\makefile.w32-in solves this.  (I did not check whether other files
are missing though.)

2. On `buildobj.lst'.

Because the different building directories arrangement on Windows,
`buildobj.lst' can't be found correctly when the executable emacs.exe
is dumped.  It is in the `etc' directory on GNU/Linux for example, but
not there on Windows.  In my building, it is in `src/oo-spd/i386'.  To
fix the errors in dumping, I did these manually:

    - Copy the file `buildobj.lst' from `$(OBJDIR)/$(ARCH)' to
      `$(OBJDIR)/etc'.

    - Create the directory `$(OBJDIR)/lib-src'.  This will make Emacs
      set `installation-directory' to where it is invoked when dumping
      (i.e. `$(OBJDIR)/etc', but rather `c:/emacs/etc' in nt/paths.h).
      See also `init_cmdargs' in emacs.c.

I guess the makefiles need fixing.

Regards,
Guanpeng Xu

_________________________________________________________________
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline

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

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

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

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

end of thread, other threads:[~2007-10-20 23:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19  8:25 Two problems of building Emacs on windows Herbert Euler
2007-10-19 11:24 ` Eli Zaretskii
2007-10-19 11:45   ` Jason Rumney
2007-10-19 12:09     ` Herbert Euler
2007-10-19 12:11       ` Herbert Euler
2007-10-20 23:51       ` Jason Rumney
2007-10-19 12:04   ` Herbert Euler

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.