unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* old bootstrap error emerges again
@ 2006-03-17 16:35 Zhang Wei
  2006-03-18 11:09 ` Eli Zaretskii
  0 siblings, 1 reply; 34+ messages in thread
From: Zhang Wei @ 2006-03-17 16:35 UTC (permalink / raw)



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

Bootstrap Emacs with MinGW under WindowsXP failed due to compiling
lisp/usr/vc-dav.el requires file DOC must be present under directory etc/

And I find this problem has been reported before, and a patch has been
proposed:

http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-05/msg00388.html

It seems nobody care about that.

[-- Attachment #1.2: Type: text/html, Size: 539 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] 34+ messages in thread

* Re: old bootstrap error emerges again
  2006-03-17 16:35 old bootstrap error emerges again Zhang Wei
@ 2006-03-18 11:09 ` Eli Zaretskii
  2006-03-18 11:59   ` Zhang Wei
  0 siblings, 1 reply; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-18 11:09 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

> Date: Sat, 18 Mar 2006 00:35:36 +0800
> From: "Zhang Wei" <id.brep@gmail.com>
> Cc: 
> 
> Bootstrap Emacs with MinGW under WindowsXP failed due to compiling
> lisp/usr/vc-dav.el requires file DOC must be present under directory etc/

Are you using MSYS?

> And I find this problem has been reported before, and a patch has been
> proposed:
> 
> http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-05/msg00388.html
> 
> It seems nobody care about that.

Would you please stop offending the few volunteers who maintain the
Windows port?  Even if you believe the problem is still unsolved,
that's not a reason good enough to say that ``nobody cares'' about it.

The facts are utterly different from your assertion: out of the 3
problems reported in that message, 2 are already resolved (albeit in a
way that is different from what was suggested there).  As for the 3rd,
the one with the absent DOC file, I asked at some point to provide
details about it, but got no responses.  If you can afford investing
some effort in working with us on this problem, I'm sure we will
resolve it in no time.

So please consider providing a complete transcript of the bootstrap
process in your environment, up to and including the portion where it
fails due to the missing DOC file.  I don't have MSYS installed, and
in my environment the bootstrap succeeds every time.  So I need to see
the details of your build to understand what goes wrong and why.

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

* Re: old bootstrap error emerges again
  2006-03-18 11:09 ` Eli Zaretskii
@ 2006-03-18 11:59   ` Zhang Wei
  2006-03-18 12:55     ` Herbert Euler
  2006-03-18 15:35     ` Eli Zaretskii
  0 siblings, 2 replies; 34+ messages in thread
From: Zhang Wei @ 2006-03-18 11:59 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> Are you using MSYS?

yes, i'm using MinGW + MSYS.

> Would you please stop offending the few volunteers who maintain the
> Windows port?  Even if you believe the problem is still unsolved,
> that's not a reason good enough to say that ``nobody cares'' about it.

Sorry, if you feel offended. I just happen to bump into a problem and
searched the web and found the same problem has been reproted
before. If some GNU Emacs developers feel offended by the referencing
of an old report, I could just describe the problem next time, no more
any referencing. But that is a quite strange request, I don't think
it's anybody's fault if there's a subtle unsolved bug in a program,
because different people has a diverse different system
configuration. I'm not a native english speaker, I have to reference
the dictionary many times while composing email in english, It's quite
an opportunity I pick up a wrong word to express my thought. If some
people feel offended, sorry for that. And finally, thanks for your
correction of the grammer.

> The facts are utterly different from your assertion: out of the 3
> problems reported in that message, 2 are already resolved (albeit in a
> way that is different from what was suggested there).  As for the 3rd,
> the one with the absent DOC file, I asked at some point to provide
> details about it, but got no responses.  If you can afford investing
> some effort in working with us on this problem, I'm sure we will
> resolve it in no time.

May be I didn't describe the problem clearly. The problem is bootstrap
stoped while compliling lisp/url/vc-dav.el, it complains that there's
no DOC file in the etc/ directory, so I have to copy the `DOC' file
from lib-src/ to etc/ manually and bootstrap again.

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

* Re: old bootstrap error emerges again
  2006-03-18 11:59   ` Zhang Wei
@ 2006-03-18 12:55     ` Herbert Euler
  2006-03-18 15:49       ` Eli Zaretskii
  2006-03-18 15:35     ` Eli Zaretskii
  1 sibling, 1 reply; 34+ messages in thread
From: Herbert Euler @ 2006-03-18 12:55 UTC (permalink / raw)
  Cc: emacs-devel

The bootstrap process sometimes stops because of the
etc/DOC file in Windows, but it doesn't in other trials of
bootstrapping.  This is strange, and I don't know why.
But this never happens after I know it.  Before typing
'make bootstrap', just issue

    $ touch ../etc/DOC

will avoid this problem perfectly.  I don't find anything broken
until now.  (If this really matters, please let me know.)

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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

* Re: old bootstrap error emerges again
  2006-03-18 11:59   ` Zhang Wei
  2006-03-18 12:55     ` Herbert Euler
@ 2006-03-18 15:35     ` Eli Zaretskii
  2006-03-18 16:22       ` Dieter Deyke
  2006-03-18 17:02       ` Zhang Wei
  1 sibling, 2 replies; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-18 15:35 UTC (permalink / raw)


> Cc: emacs-pretest-bug@gnu.org,  emacs-devel@gnu.org
> From: Zhang Wei <id.brep@gmail.com>
> Date: Sat, 18 Mar 2006 19:59:12 +0800
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > Are you using MSYS?
> 
> yes, i'm using MinGW + MSYS.

Then please show us the full transcript of a failed bootstrap.  I need
to see the exact error message, and any other messages leading to it,
so that I could understand the problem.  I don't have MSYS installed,
so I cannot reproduce this problem on my machines.

> If some GNU Emacs developers feel offended by the referencing
> of an old report

Not by referencing to an old report, by assuming we don't care for the
problem.  We do care, but we need help from the users who report them
to figure out the exact reasons and the best way of fixing them.

> I don't think it's anybody's fault if there's a subtle unsolved bug
> in a program, because different people has a diverse different
> system configuration.

This isn't about assigning blame.  This is about understanding the
reasons for the problem in the specific setup you have on your
system.  We cannot solve a problem if we don't understand it.

> May be I didn't describe the problem clearly. The problem is bootstrap
> stoped while compliling lisp/url/vc-dav.el, it complains that there's
> no DOC file in the etc/ directory, so I have to copy the `DOC' file
> from lib-src/ to etc/ manually and bootstrap again.

I understood your description.  Still, I'm asking for the full
transcript of the bootstrap, because there might be something else
going on that you didn't see.  On my machine (without MSYS) the
bootstrap always succeeds.  By comparing your transcript with mine, I
might be able to understand what went wrong on your system.

In case you don't know how to produce a transcript of the bootstrap,
here's the commands to type:

       cd nt
       configure 2>&1 | tee transcript.txt
       make bootstrap 2>&1 | tee -a transcript.txt

(You will need a port of the `tee' command.)  Then post here the file
transcript.txt created by these commands.

Thanks in advance.

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

* Re: old bootstrap error emerges again
  2006-03-18 12:55     ` Herbert Euler
@ 2006-03-18 15:49       ` Eli Zaretskii
  2006-03-19  1:59         ` Herbert Euler
  0 siblings, 1 reply; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-18 15:49 UTC (permalink / raw)
  Cc: id.brep, emacs-devel

> From: "Herbert Euler" <herberteuler@hotmail.com>
> Date: Sat, 18 Mar 2006 20:55:18 +0800
> Cc: emacs-devel@gnu.org
> 
> The bootstrap process sometimes stops because of the
> etc/DOC file in Windows, but it doesn't in other trials of
> bootstrapping.  This is strange, and I don't know why.

Do you use MSYS on Windows to build Emacs?

> But this never happens after I know it.

Sorry, I don't understand this.  What does it mean ``never happens
after I know it''?  Please explain.

> Before typing 'make bootstrap', just issue
> 
>     $ touch ../etc/DOC
> 
> will avoid this problem perfectly.  I don't find anything broken
> until now.  (If this really matters, please let me know.)

It matters.  I'd like to try to find a solution, but I need to know
the details first.  If you can reproduce this problem at will, please
send the complete transcript of a failed bootstrap.  The commands to
produce such a transcript are like this:

	cd nt
	configure 2>&1 | tee transcript.txt
	make bootstrap 2>&1 | tee -a transcript.txt

(You will need a port of the `tee' command.)  Then post the file
transcript.txt created by these commands.

TIA

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

* Re: old bootstrap error emerges again
  2006-03-18 15:35     ` Eli Zaretskii
@ 2006-03-18 16:22       ` Dieter Deyke
  2006-03-18 17:54         ` Eli Zaretskii
  2006-03-18 17:02       ` Zhang Wei
  1 sibling, 1 reply; 34+ messages in thread
From: Dieter Deyke @ 2006-03-18 16:22 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

I am seeing the "DOC" error too.
My setup: english Windows XP Pro, MinGW-3.1.0-1, cygwin tool set, no msys.
Logfile:

C:\Users\deyke\emacs-build>set basedir=C:\Users\deyke\emacs-build\ 

C:\Users\deyke\emacs-build>set PATH=C:\MinGW\bin;C:\Users\deyke\emacs-build\\bin;C:\Program Files\Wonderful;.;tools;C:\Users\deyke\.bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;C:\Python24;C:\Python24\Scripts;C:\emacs\bin;C:\Program Files\Microsoft IntelliType Pro;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\OpenVPN\bin;C:\Program Files\mplayer;C:\Program Files\Executive Software\Diskeeper;C:\Software\Unison;C:\Program Files\Subversion\bin;C:\Program Files\Aspell\bin;C:\Program Files\QuickTime\QTSystem 

C:\Users\deyke\emacs-build>cd /d "C:\Users\deyke\emacs-build\" 

C:\Users\deyke\emacs-build>if not exist bin python unpack-tools.py 

C:\Users\deyke\emacs-build>if not exist work mkdir work 

C:\Users\deyke\emacs-build>syncdir u:/Packages/emacs work  1>NUL 2>&1 

C:\Users\deyke\emacs-build>syncdir u:/Packages/emacs work 

C:\Users\deyke\emacs-build>cd work/nt 

C:\Users\deyke\emacs-build\work\nt>call configure.bat --with-gcc --no-debug --no-cygwin --cflags -IC:/Users/deyke/emacs-build/include --prefix C:/emacs 
Checking for 'cp'...
Checking for 'rm'...
The system cannot find the file specified.
Checking whether W32 API headers are too old...

C:\Users\deyke\emacs-build\work\nt>gcc -IC:/Users/deyke/emacs-build/include -mno-cygwin -c junk.c 
Using 'gcc'
Checking for libpng...
...PNG header available, building with PNG support.
Checking for jpeg-6b...
...JPEG header available, building with JPEG support.
Checking for libgif...
...GIF header available, building with GIF support.
Checking for tiff...
...TIFF header available, building with TIFF support.
Checking for libXpm...
...XPM header available, building with XPM support.
Generating makefiles
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
config.settings
gmake.defs
..\nt\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\lib-src\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\src\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\man\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\lispref\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\lispintro\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\lisp\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\leim\makefile.w32-in
        1 file(s) copied.
        1 file(s) copied.

Emacs successfully configured.
Run `gmake' to build, then run `gmake install' to install.
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
mkdir "oo-spd"
mkdir "oo-spd/i386"
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include  -o oo-spd/i386/addsection.o addsection.c
gcc -o oo-spd/i386/addsection.exe \
	    -mno-cygwin  oo-spd/i386/addsection.o   -luser32
make  -C ../lisp bootstrap-clean
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `C:/Users/deyke/emacs-build/work/lisp'
cp C:/Users/deyke/emacs-build/work/lisp/ldefs-boot.el C:/Users/deyke/emacs-build/work/lisp/loaddefs.el
for dir in . calc calendar emacs-lisp emulation erc eshell gnus international language mail mh-e net obsolete play progmodes term textmodes url; do rm -f $dir/*.elc; done
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `./*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `calc/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `calendar/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `emacs-lisp/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `emulation/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `erc/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `eshell/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `gnus/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `international/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `language/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `mail/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `mh-e/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `net/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `obsolete/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `play/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `progmodes/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `term/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `textmodes/*.elc': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `url/*.elc': Invalid argument
make[1]: [bootstrap-clean-SH] Error 1 (ignored)
make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/lisp'
make  -C ../src clean
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `C:/Users/deyke/emacs-build/work/src'
rm *~ "s/*~" "m/*~"
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `*~': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `s/*~': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `m/*~': Invalid argument
make[1]: [clean] Error 1 (ignored)
rm 
rm: missing operand
Try `rm --help' for more information.
make[1]: [clean] Error 1 (ignored)
rm -r oo-spd
rm: cannot remove `oo-spd': No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/src'
make  -C ../lib-src clean
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `C:/Users/deyke/emacs-build/work/lib-src'
rm *~ DOC* 
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `*~': Invalid argument
C:\Users\deyke\emacs-build\bin\rm.exe: cannot remove `DOC*': Invalid argument
make[1]: [clean] Error 1 (ignored)
rm ctags.c
rm: cannot remove `ctags.c': No such file or directory
make[1]: [clean] Error 1 (ignored)
rm getopt.h
rm: cannot remove `getopt.h': No such file or directory
make[1]: [clean] Error 1 (ignored)
rm -r oo-spd
rm: cannot remove `oo-spd': No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/lib-src'
make  -C ../src bootstrap
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `C:/Users/deyke/emacs-build/work/src'
make -w temacs CFLAGS='-I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000'
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
make[2]: Entering directory `C:/Users/deyke/emacs-build/work/src'
mkdir "oo-spd"
mkdir "oo-spd/i386"
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/emacs.o emacs.c
rm oo-spd/i386/temacs0.a
rm: cannot remove `oo-spd/i386/temacs0.a': No such file or directory
make[2]: [oo-spd/i386/temacs0.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacs0.a oo-spd/i386/emacs.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/abbrev.o abbrev.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/alloc.o alloc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/atimer.o atimer.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/buffer.o buffer.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/bytecode.o bytecode.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/callint.o callint.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/callproc.o callproc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/casefiddle.o casefiddle.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/cm.o cm.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/cmds.o cmds.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/data.o data.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/dired.o dired.c
dired.c: In function `Ffile_attributes':
dired.c:978: warning: comparison is always false due to limited range of data type
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/dispnew.o dispnew.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/doc.o doc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/doprnt.o doprnt.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/editfns.o editfns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/eval.o eval.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/fileio.o fileio.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/filelock.o filelock.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/filemode.o filemode.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/fns.o fns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/indent.o indent.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/insdel.o insdel.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/keyboard.o keyboard.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/keymap.o keymap.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/lread.o lread.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/macros.o macros.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/marker.o marker.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/md5.o md5.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/minibuf.o minibuf.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32.o w32.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32heap.o w32heap.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32inevt.o w32inevt.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32proc.o w32proc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32console.o w32console.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/print.o print.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/process.o process.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/regex.o regex.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/scroll.o scroll.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/search.o search.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/sound.o sound.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/syntax.o syntax.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/sysdep.o sysdep.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/term.o term.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/termcap.o termcap.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/tparam.o tparam.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/undo.o undo.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/unexw32.o unexw32.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/window.o window.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/xdisp.o xdisp.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/casetab.o casetab.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/floatfns.o floatfns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/frame.o frame.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/gmalloc.o gmalloc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/intervals.o intervals.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/composite.o composite.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/ralloc.o ralloc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/textprop.o textprop.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/vm-limit.o vm-limit.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/region-cache.o region-cache.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/strftime.o strftime.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/charset.o charset.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/coding.o coding.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/category.o category.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/ccl.o ccl.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/fontset.o fontset.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/fringe.o fringe.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/image.o image.c
rm oo-spd/i386/temacs1.a
rm: cannot remove `oo-spd/i386/temacs1.a': No such file or directory
make[2]: [oo-spd/i386/temacs1.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacs1.a oo-spd/i386/abbrev.o oo-spd/i386/alloc.o oo-spd/i386/atimer.o oo-spd/i386/buffer.o oo-spd/i386/bytecode.o oo-spd/i386/callint.o oo-spd/i386/callproc.o oo-spd/i386/casefiddle.o oo-spd/i386/cm.o oo-spd/i386/cmds.o oo-spd/i386/data.o oo-spd/i386/dired.o oo-spd/i386/dispnew.o oo-spd/i386/doc.o oo-spd/i386/doprnt.o oo-spd/i386/editfns.o oo-spd/i386/eval.o oo-spd/i386/fileio.o oo-spd/i386/filelock.o oo-spd/i386/filemode.o oo-spd/i386/fns.o oo-spd/i386/indent.o oo-spd/i386/insdel.o oo-spd/i386/keyboard.o oo-spd/i386/keymap.o oo-spd/i386/lread.o oo-spd/i386/macros.o oo-spd/i386/marker.o oo-spd/i386/md5.o oo-spd/i386/minibuf.o oo-spd/i386/w32.o oo-spd/i386/w32heap.o oo-spd/i386/w32inevt.o oo-spd/i386/w32proc.o oo-spd/i386/w32console.o oo-spd/i386/print.o oo-spd/i386/process.o oo-spd/i386/regex.o oo-spd/i386/scroll.o oo-spd/i386/search.o oo-spd/i386/sound.o oo-spd/i386/syntax.o oo-spd/i386/sysdep.o oo-spd/i386/term.o oo-spd/i386/termcap.o oo-spd/i386/tparam.o oo-spd/i386/undo.o oo-spd/i386/unexw32.o oo-spd/i386/window.o oo-spd/i386/xdisp.o oo-spd/i386/casetab.o oo-spd/i386/floatfns.o oo-spd/i386/frame.o oo-spd/i386/gmalloc.o oo-spd/i386/intervals.o oo-spd/i386/composite.o oo-spd/i386/ralloc.o oo-spd/i386/textprop.o oo-spd/i386/vm-limit.o oo-spd/i386/region-cache.o oo-spd/i386/strftime.o oo-spd/i386/charset.o oo-spd/i386/coding.o oo-spd/i386/category.o oo-spd/i386/ccl.o oo-spd/i386/fontset.o oo-spd/i386/fringe.o oo-spd/i386/image.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32term.o w32term.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32xfns.o w32xfns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32fns.o w32fns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/xfaces.o xfaces.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32select.o w32select.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32menu.o w32menu.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32reg.o w32reg.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32bdf.o w32bdf.c
rm oo-spd/i386/temacw32.a
rm: cannot remove `oo-spd/i386/temacw32.a': No such file or directory
make[2]: [oo-spd/i386/temacw32.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacw32.a oo-spd/i386/w32term.o oo-spd/i386/w32xfns.o oo-spd/i386/w32fns.o oo-spd/i386/xfaces.o oo-spd/i386/w32select.o oo-spd/i386/w32menu.o oo-spd/i386/w32reg.o oo-spd/i386/w32bdf.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/lastfile.o lastfile.c
rm oo-spd/i386/lastfile.a
rm: cannot remove `oo-spd/i386/lastfile.a': No such file or directory
make[2]: [oo-spd/i386/lastfile.a] Error 1 (ignored)
ar -rsc oo-spd/i386/lastfile.a oo-spd/i386/lastfile.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -mcpu=i686 -O2  -Di386 -D_CRTAPI1=_cdecl  -IC:/Users/deyke/emacs-build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/firstfile.o firstfile.c
windres -O coff --include-dir ../nt -o oo-spd/i386/emacs.res ../nt/emacs.rc
gcc -o oo-spd/i386/temacs.bin   -mno-cygwin  -Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -Wl,-subsystem,console -Wl,-entry,__start -Wl,-Map,oo-spd/i386/temacs.map oo-spd/i386/firstfile.o oo-spd/i386/emacs.res oo-spd/i386/temacs0.a oo-spd/i386/temacs1.a oo-spd/i386/temacw32.a oo-spd/i386/lastfile.a -lwinmm -ladvapi32 -lgdi32 -lcomdlg32 -luser32 -lmpr -lshell32 -lwinspool 
"../nt/oo-spd/i386/addsection" "oo-spd/i386/temacs.bin" "oo-spd/i386/temacs.exe" EMHEAP 16
Dumping from oo-spd/i386/temacs.bin
          to oo-spd/i386/temacs.exe
echo oo-spd/i386/emacs.o > oo-spd/i386/buildobj.lst
echo oo-spd/i386/abbrev.o oo-spd/i386/alloc.o oo-spd/i386/atimer.o oo-spd/i386/buffer.o oo-spd/i386/bytecode.o oo-spd/i386/callint.o oo-spd/i386/callproc.o oo-spd/i386/casefiddle.o oo-spd/i386/cm.o oo-spd/i386/cmds.o oo-spd/i386/data.o oo-spd/i386/dired.o oo-spd/i386/dispnew.o oo-spd/i386/doc.o oo-spd/i386/doprnt.o oo-spd/i386/editfns.o oo-spd/i386/eval.o oo-spd/i386/fileio.o oo-spd/i386/filelock.o oo-spd/i386/filemode.o oo-spd/i386/fns.o oo-spd/i386/indent.o oo-spd/i386/insdel.o oo-spd/i386/keyboard.o oo-spd/i386/keymap.o oo-spd/i386/lread.o oo-spd/i386/macros.o oo-spd/i386/marker.o oo-spd/i386/md5.o oo-spd/i386/minibuf.o oo-spd/i386/w32.o oo-spd/i386/w32heap.o oo-spd/i386/w32inevt.o oo-spd/i386/w32proc.o oo-spd/i386/w32console.o oo-spd/i386/print.o oo-spd/i386/process.o oo-spd/i386/regex.o oo-spd/i386/scroll.o oo-spd/i386/search.o oo-spd/i386/sound.o oo-spd/i386/syntax.o oo-spd/i386/sysdep.o oo-spd/i386/term.o oo-spd/i386/termcap.o oo-spd/i386/tparam.o oo-spd/i386/undo.o oo-spd/i386/unexw32.o oo-spd/i386/window.o oo-spd/i386/xdisp.o oo-spd/i386/casetab.o oo-spd/i386/floatfns.o oo-spd/i386/frame.o oo-spd/i386/gmalloc.o oo-spd/i386/intervals.o oo-spd/i386/composite.o oo-spd/i386/ralloc.o oo-spd/i386/textprop.o oo-spd/i386/vm-limit.o oo-spd/i386/region-cache.o oo-spd/i386/strftime.o oo-spd/i386/charset.o oo-spd/i386/coding.o oo-spd/i386/category.o oo-spd/i386/ccl.o oo-spd/i386/fontset.o oo-spd/i386/fringe.o oo-spd/i386/image.o >> oo-spd/i386/buildobj.lst
echo oo-spd/i386/w32term.o oo-spd/i386/w32xfns.o oo-spd/i386/w32fns.o oo-spd/i386/xfaces.o oo-spd/i386/w32select.o oo-spd/i386/w32menu.o oo-spd/i386/w32reg.o oo-spd/i386/w32bdf.o >> oo-spd/i386/buildobj.lst
make[2]: Leaving directory `C:/Users/deyke/emacs-build/work/src'
"./oo-spd/i386/temacs.exe" -batch -l loadup bootstrap
Loading loadup.el (source)...
Using load-path (../lisp c:/Users/deyke/emacs-build/work/lisp/emacs-lisp c:/Users/deyke/emacs-build/work/lisp/language c:/Users/deyke/emacs-build/work/lisp/international c:/Users/deyke/emacs-build/work/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading env (source)...
Loading cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
Loading format (source)...
Loading bindings (source)...
Loading files (source)...
Loading cus-face (source)...
Loading faces (source)...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((92551 . 32554) (5475 . 19) (601 . 112) 352066 30127 (14 . 1) (18 . 0) (7026 . 408))
Loading loaddefs.el (source)...
((114134 . 10971) (8254 . 1) (609 . 104) 1224699 30127 (40 . 31) (18 . 0) (15155 . 91))
Loading simple (source)...
Loading help (source)...
Loading international/mule-cmds (source)...
Loading case-table (source)...
Loading international/utf-8 (source)...
Loading international/utf-16 (source)...
Loading international/characters (source)...
Loading international/latin-1 (source)...
Loading international/latin-2 (source)...
Loading international/latin-3 (source)...
Loading international/latin-4 (source)...
Loading international/latin-5 (source)...
Loading international/latin-8 (source)...
Loading international/latin-9 (source)...
Loading language/chinese (source)...
Loading language/cyrillic (source)...
Loading language/indian (source)...
Loading language/devanagari (source)...
Loading language/malayalam (source)...
Loading language/tamil (source)...
Loading language/kannada (source)...
Loading language/english (source)...
Loading language/ethiopic (source)...
Loading language/european (source)...
Loading language/czech (source)...
Loading language/slovak (source)...
Loading language/romanian (source)...
Loading language/greek (source)...
Loading language/hebrew (source)...
Loading language/japanese (source)...
Loading language/korean (source)...
Loading language/lao (source)...
Loading language/thai (source)...
Loading language/tibetan (source)...
Loading language/vietnamese (source)...
Loading language/misc-lang (source)...
Loading language/utf-8-lang (source)...
Loading language/georgian (source)...
Loading international/ucs-tables (source)...
Loading indent (source)...
Loading window (source)...
Loading frame (source)...
Loading term/tty-colors (source)...
Loading font-core (source)...
Loading facemenu (source)...
Loading emacs-lisp/syntax (source)...
Loading font-lock (source)...
Loading jit-lock (source)...
Loading mouse (source)...
Loading scroll-bar (source)...
Loading select (source)...
Loading emacs-lisp/timer (source)...
Loading isearch (source)...
Loading rfn-eshadow (source)...
((206034 . 11498) (11305 . 6) (642 . 110) 1588990 249101 (72 . 2) (19 . 43) (22981 . 1337))
Loading menu-bar (source)...
Loading paths.el (source)...
Loading startup (source)...
Loading emacs-lisp/lisp (source)...
Loading textmodes/page (source)...
Loading register (source)...
Loading textmodes/paragraphs (source)...
Loading emacs-lisp/lisp-mode (source)...
Loading textmodes/text-mode (source)...
Loading textmodes/fill (source)...
((233329 . 6185) (11943 . 3) (646 . 127) 1682939 250801 (74 . 1) (19 . 43) (25225 . 920))
Loading replace (source)...
Loading abbrev (source)...
Loading buff-menu (source)...
Loading fringe (source)...
Loading image (source)...
Loading international/fontset (source)...
Loading dnd (source)...
Loading mwheel (source)...
Loading tool-bar (source)...
((247644 . 8478) (12320 . 6) (648 . 133) 1735151 251462 (83 . 1) (19 . 43) (26218 . 557))
Loading ls-lisp (source)...
Loading disp-table (source)...
Loading dos-w32 (source)...
Loading w32-vars (source)...
Loading w32-fns (source)...
Loading emacs-lisp/float-sup (source)...
((252331 . 3791) (12452 . 0) (648 . 133) 1752988 251867 (95 . 4) (19 . 43) (26716 . 374))
Loading vc-hooks (source)...
Loading jka-cmpr-hook (source)...
Loading ediff-hook (source)...
Loading tooltip (source)...
((257061 . 5591) (12629 . 3) (649 . 132) 1772596 251978 (97 . 2) (19 . 43) (27193 . 590))
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
76684 pure bytes used
Dumping from c:/Users/deyke/emacs-build/work/src/oo-spd/i386/temacs.exe
          to c:/Users/deyke/emacs-build/work/src/oo-spd/i386/emacs.exe
mkdir "../bin"
cp -f oo-spd/i386/emacs.exe ../bin
make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/src'
make  -C ../src bootstrap-clean
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `C:/Users/deyke/emacs-build/work/src'
rm oo-spd/i386/alloc.o
rm oo-spd/i386/data.o
rm oo-spd/i386/intervals.o
rm oo-spd/i386/keyboard.o
rm oo-spd/i386/keymap.o
make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/src'
make  -C ../lisp bootstrap
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `C:/Users/deyke/emacs-build/work/lisp'
C:/Users/deyke/emacs-build/work/lisp/../update-subdirs C:/Users/deyke/emacs-build/work/lisp; \
for file in calc calendar emacs-lisp emulation erc eshell gnus international language mail mh-e net obsolete play progmodes term textmodes url; do \
   C:/Users/deyke/emacs-build/work/lisp/../update-subdirs $file; \
done;
Directories: . calc calendar emacs-lisp emulation erc eshell gnus international language mail mh-e net obsolete play progmodes term textmodes url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l autoload \
	--eval '(setq find-file-hook nil find-file-suppress-same-file-warnings t)' \
	-f w32-batch-update-autoloads "C:/Users/deyke/emacs-build/work/lisp/loaddefs.el" . calc calendar emacs-lisp emulation erc eshell gnus international language mail mh-e net obsolete play progmodes term textmodes url
Generating autoloads for play/5x5.el...
Generating autoloads for play/5x5.el...done
Generating autoloads for progmodes/ada-mode.el...
Generating autoloads for progmodes/ada-mode.el...done
Generating autoloads for progmodes/ada-stmt.el...
Generating autoloads for progmodes/ada-stmt.el...done
Generating autoloads for progmodes/ada-xref.el...
Generating autoloads for progmodes/ada-xref.el...done
Generating autoloads for emacs-lisp/advice.el...
Generating autoloads for emacs-lisp/advice.el...done
Generating autoloads for align.el...
Generating autoloads for align.el...done
Generating autoloads for allout.el...
Generating autoloads for allout.el...done
Generating autoloads for net/ange-ftp.el...
Generating autoloads for net/ange-ftp.el...done
Generating autoloads for play/animate.el...
Generating autoloads for play/animate.el...done
Generating autoloads for ansi-color.el...
Generating autoloads for ansi-color.el...done
Generating autoloads for progmodes/antlr-mode.el...
Generating autoloads for progmodes/antlr-mode.el...done
Generating autoloads for calendar/appt.el...
Generating autoloads for calendar/appt.el...done
Generating autoloads for apropos.el...
Generating autoloads for apropos.el...done
Generating autoloads for arc-mode.el...
Generating autoloads for arc-mode.el...done
Generating autoloads for textmodes/artist.el...
Generating autoloads for textmodes/artist.el...done
Generating autoloads for progmodes/asm-mode.el...
Generating autoloads for progmodes/asm-mode.el...done
Generating autoloads for autoarg.el...
Generating autoloads for autoarg.el...done
Generating autoloads for progmodes/autoconf.el...
Generating autoloads for progmodes/autoconf.el...done
Generating autoloads for autoinsert.el...
Generating autoloads for autoinsert.el...done
Generating autoloads for emacs-lisp/autoload.el...
Generating autoloads for emacs-lisp/autoload.el...done
Generating autoloads for autorevert.el...
Generating autoloads for autorevert.el...done
Generating autoloads for avoid.el...
Generating autoloads for avoid.el...done
Generating autoloads for emacs-lisp/backquote.el...
Generating autoloads for emacs-lisp/backquote.el...done
Generating autoloads for battery.el...
Generating autoloads for battery.el...done
Generating autoloads for emacs-lisp/benchmark.el...
Generating autoloads for emacs-lisp/benchmark.el...done
Generating autoloads for textmodes/bibtex.el...
Generating autoloads for textmodes/bibtex.el...done
Generating autoloads for gnus/binhex.el...
Generating autoloads for gnus/binhex.el...done
Generating autoloads for play/blackbox.el...
Generating autoloads for play/blackbox.el...done
Generating autoloads for bookmark.el...
Generating autoloads for bookmark.el...done
Generating autoloads for net/browse-url.el...
Generating autoloads for net/browse-url.el...done
Generating autoloads for play/bruce.el...
Generating autoloads for play/bruce.el...done
Generating autoloads for bs.el...
Generating autoloads for bs.el...done
Generating autoloads for button.el...
Generating autoloads for button.el...done
Generating autoloads for calendar/cal-dst.el...
Generating autoloads for calendar/cal-dst.el...done
Generating autoloads for calendar/cal-hebrew.el...
Generating autoloads for calendar/cal-hebrew.el...done
Generating autoloads for calc/calc.el...
Generating autoloads for calc/calc.el...done
Generating autoloads for calculator.el...
Generating autoloads for calculator.el...done
Generating autoloads for calendar/calendar.el...
Generating autoloads for calendar/calendar.el...done
Generating autoloads for gnus/canlock.el...
Generating autoloads for gnus/canlock.el...done
Generating autoloads for progmodes/cc-engine.el...
Generating autoloads for progmodes/cc-engine.el...done
Generating autoloads for progmodes/cc-mode.el...
Generating autoloads for progmodes/cc-mode.el...done
Generating autoloads for progmodes/cc-styles.el...
Generating autoloads for progmodes/cc-styles.el...done
Generating autoloads for progmodes/cc-subword.el...
Generating autoloads for progmodes/cc-subword.el...done
Generating autoloads for progmodes/cfengine.el...
Generating autoloads for progmodes/cfengine.el...done
Generating autoloads for emacs-lisp/checkdoc.el...
Generating autoloads for emacs-lisp/checkdoc.el...done
Generating autoloads for chistory.el...
Generating autoloads for chistory.el...done
Generating autoloads for emacs-lisp/cl.el...
Generating autoloads for emacs-lisp/cl.el...done
Generating autoloads for emacs-lisp/cl-indent.el...
Generating autoloads for emacs-lisp/cl-indent.el...done
Generating autoloads for progmodes/cmacexp.el...
Generating autoloads for progmodes/cmacexp.el...done
Generating autoloads for cmuscheme.el...
Generating autoloads for cmuscheme.el...done
Generating autoloads for comint.el...
Generating autoloads for comint.el...done
Generating autoloads for compare-w.el...
Generating autoloads for compare-w.el...done
Generating autoloads for progmodes/compile.el...
Generating autoloads for progmodes/compile.el...done
Generating autoloads for complete.el...
Generating autoloads for complete.el...done
Generating autoloads for completion.el...
Generating autoloads for completion.el...done
Generating autoloads for textmodes/conf-mode.el...
Generating autoloads for textmodes/conf-mode.el...done
Generating autoloads for play/cookie1.el...
Generating autoloads for play/cookie1.el...done
Generating autoloads for emacs-lisp/copyright.el...
Generating autoloads for emacs-lisp/copyright.el...done
Generating autoloads for progmodes/cperl-mode.el...
Generating autoloads for progmodes/cperl-mode.el...done
Generating autoloads for progmodes/cpp.el...
Generating autoloads for progmodes/cpp.el...done
Generating autoloads for emulation/crisp.el...
Generating autoloads for emulation/crisp.el...done
Generating autoloads for emacs-lisp/crm.el...
Generating autoloads for emacs-lisp/crm.el...done
Generating autoloads for emulation/cua-base.el...
Generating autoloads for emulation/cua-base.el...done
Generating autoloads for cus-edit.el...
Generating autoloads for cus-edit.el...done
Generating autoloads for cus-face.el...
Generating autoloads for cus-face.el...done
Generating autoloads for cus-theme.el...
Generating autoloads for cus-theme.el...done
Generating autoloads for cvs-status.el...
Generating autoloads for cvs-status.el...done
Generating autoloads for progmodes/cwarn.el...
Generating autoloads for progmodes/cwarn.el...done
Generating autoloads for dabbrev.el...
Generating autoloads for dabbrev.el...done
Generating autoloads for progmodes/dcl-mode.el...
Generating autoloads for progmodes/dcl-mode.el...done
Generating autoloads for emacs-lisp/debug.el...
Generating autoloads for emacs-lisp/debug.el...done
Generating autoloads for play/decipher.el...
Generating autoloads for play/decipher.el...done
Generating autoloads for delim-col.el...
Generating autoloads for delim-col.el...done
Generating autoloads for progmodes/delphi.el...
Generating autoloads for progmodes/delphi.el...done
Generating autoloads for delsel.el...
Generating autoloads for delsel.el...done
Generating autoloads for emacs-lisp/derived.el...
Generating autoloads for emacs-lisp/derived.el...done
Generating autoloads for descr-text.el...
Generating autoloads for descr-text.el...done
Generating autoloads for desktop.el...
Generating autoloads for desktop.el...done
Generating autoloads for gnus/deuglify.el...
Generating autoloads for gnus/deuglify.el...done
Generating autoloads for calendar/diary-lib.el...
Generating autoloads for calendar/diary-lib.el...done
Generating autoloads for diff.el...
Generating autoloads for diff.el...done
Generating autoloads for diff-mode.el...
Generating autoloads for diff-mode.el...done
Generating autoloads for dired.el...
Generating autoloads for dired.el...done
Generating autoloads for dired-aux.el...
Generating autoloads for dired-aux.el...done
Generating autoloads for dired-x.el...
Generating autoloads for dired-x.el...done
Generating autoloads for dirtrack.el...
Generating autoloads for dirtrack.el...done
Generating autoloads for emacs-lisp/disass.el...
Generating autoloads for emacs-lisp/disass.el...done
Generating autoloads for disp-table.el...
Generating autoloads for disp-table.el...done
Generating autoloads for play/dissociate.el...
Generating autoloads for play/dissociate.el...done
Generating autoloads for dnd.el...
Generating autoloads for dnd.el...done
Generating autoloads for textmodes/dns-mode.el...
Generating autoloads for textmodes/dns-mode.el...done
Generating autoloads for play/doctor.el...
Generating autoloads for play/doctor.el...done
Generating autoloads for double.el...
Generating autoloads for double.el...done
Generating autoloads for play/dunnet.el...
Generating autoloads for play/dunnet.el...done
Generating autoloads for gnus/earcon.el...
Generating autoloads for gnus/earcon.el...done
Generating autoloads for emacs-lisp/easy-mmode.el...
Generating autoloads for emacs-lisp/easy-mmode.el...done
Generating autoloads for emacs-lisp/easymenu.el...
Generating autoloads for emacs-lisp/easymenu.el...done
Generating autoloads for progmodes/ebnf2ps.el...
Generating autoloads for progmodes/ebnf2ps.el...done
Generating autoloads for progmodes/ebrowse.el...
Generating autoloads for progmodes/ebrowse.el...done
Generating autoloads for ebuff-menu.el...
Generating autoloads for ebuff-menu.el...done
Generating autoloads for echistory.el...
Generating autoloads for echistory.el...done
Generating autoloads for emacs-lisp/edebug.el...
Generating autoloads for emacs-lisp/edebug.el...done
Generating autoloads for ediff.el...
Generating autoloads for ediff.el...done
Generating autoloads for ediff-help.el...
Generating autoloads for ediff-help.el...done
Generating autoloads for ediff-hook.el...
Generating autoloads for ediff-hook.el...done
Generating autoloads for ediff-mult.el...
Generating autoloads for ediff-mult.el...done
Generating autoloads for ediff-util.el...
Generating autoloads for ediff-util.el...done
Generating autoloads for edmacro.el...
Generating autoloads for edmacro.el...done
Generating autoloads for emulation/edt.el...
Generating autoloads for emulation/edt.el...done
Generating autoloads for ehelp.el...
Generating autoloads for ehelp.el...done
Generating autoloads for emacs-lisp/eldoc.el...
Generating autoloads for emacs-lisp/eldoc.el...done
Generating autoloads for elide-head.el...
Generating autoloads for elide-head.el...done
Generating autoloads for emacs-lisp/elint.el...
Generating autoloads for emacs-lisp/elint.el...done
Generating autoloads for emacs-lisp/elp.el...
Generating autoloads for emacs-lisp/elp.el...done
Generating autoloads for mail/emacsbug.el...
Generating autoloads for mail/emacsbug.el...done
Generating autoloads for textmodes/enriched.el...
Generating autoloads for textmodes/enriched.el...done
Generating autoloads for erc/erc.el...
Generating autoloads for erc/erc.el...done
Generating autoloads for erc/erc-autoaway.el...
Generating autoloads for erc/erc-autoaway.el...done
Generating autoloads for erc/erc-button.el...
Generating autoloads for erc/erc-button.el...done
Generating autoloads for erc/erc-dcc.el...
Generating autoloads for erc/erc-dcc.el...done
Generating autoloads for erc/erc-ezbounce.el...
Generating autoloads for erc/erc-ezbounce.el...done
Generating autoloads for erc/erc-fill.el...
Generating autoloads for erc/erc-fill.el...done
Generating autoloads for erc/erc-imenu.el...
Generating autoloads for erc/erc-imenu.el...done
Generating autoloads for erc/erc-list.el...
Generating autoloads for erc/erc-list.el...done
Generating autoloads for erc/erc-log.el...
Generating autoloads for erc/erc-log.el...done
Generating autoloads for erc/erc-match.el...
Generating autoloads for erc/erc-match.el...done
Generating autoloads for erc/erc-netsplit.el...
Generating autoloads for erc/erc-netsplit.el...done
Generating autoloads for erc/erc-notify.el...
Generating autoloads for erc/erc-notify.el...done
Generating autoloads for erc/erc-page.el...
Generating autoloads for erc/erc-page.el...done
Generating autoloads for erc/erc-pcomplete.el...
Generating autoloads for erc/erc-pcomplete.el...done
Generating autoloads for erc/erc-replace.el...
Generating autoloads for erc/erc-replace.el...done
Generating autoloads for erc/erc-ring.el...
Generating autoloads for erc/erc-ring.el...done
Generating autoloads for erc/erc-sound.el...
Generating autoloads for erc/erc-sound.el...done
Generating autoloads for erc/erc-speedbar.el...
Generating autoloads for erc/erc-speedbar.el...done
Generating autoloads for erc/erc-spelling.el...
Generating autoloads for erc/erc-spelling.el...done
Generating autoloads for erc/erc-stamp.el...
Generating autoloads for erc/erc-stamp.el...done
Generating autoloads for erc/erc-track.el...
Generating autoloads for erc/erc-track.el...done
Generating autoloads for erc/erc-truncate.el...
Generating autoloads for erc/erc-truncate.el...done
Generating autoloads for erc/erc-xdcc.el...
Generating autoloads for erc/erc-xdcc.el...done
Generating autoloads for eshell/esh-mode.el...
Generating autoloads for eshell/esh-mode.el...done
Generating autoloads for eshell/esh-test.el...
Generating autoloads for eshell/esh-test.el...done
Generating autoloads for eshell/eshell.el...
Generating autoloads for eshell/eshell.el...done
Generating autoloads for progmodes/etags.el...
Generating autoloads for progmodes/etags.el...done
Generating autoloads for net/eudc.el...
Generating autoloads for net/eudc.el...done
Generating autoloads for net/eudc-bob.el...
Generating autoloads for net/eudc-bob.el...done
Generating autoloads for net/eudc-export.el...
Generating autoloads for net/eudc-export.el...done
Generating autoloads for net/eudc-hotlist.el...
Generating autoloads for net/eudc-hotlist.el...done
Generating autoloads for progmodes/executable.el...
Generating autoloads for progmodes/executable.el...done
Generating autoloads for expand.el...
Generating autoloads for expand.el...done
Generating autoloads for progmodes/f90.el...
Generating autoloads for progmodes/f90.el...done
Generating autoloads for facemenu.el...
Generating autoloads for facemenu.el...done
Generating autoloads for obsolete/fast-lock.el...
Generating autoloads for obsolete/fast-lock.el...done
Generating autoloads for ffap.el...
Generating autoloads for ffap.el...done
Generating autoloads for filecache.el...
Generating autoloads for filecache.el...done
Generating autoloads for filesets.el...
Generating autoloads for filesets.el...done
Generating autoloads for find-dired.el...
Generating autoloads for find-dired.el...done
Generating autoloads for find-file.el...
Generating autoloads for find-file.el...done
Generating autoloads for emacs-lisp/find-func.el...
Generating autoloads for emacs-lisp/find-func.el...done
Generating autoloads for find-lisp.el...
Generating autoloads for find-lisp.el...done
Generating autoloads for finder.el...
Generating autoloads for finder.el...done
Generating autoloads for flow-ctrl.el...
Generating autoloads for flow-ctrl.el...done
Generating autoloads for gnus/flow-fill.el...
Generating autoloads for gnus/flow-fill.el...done
Generating autoloads for progmodes/flymake.el...
Generating autoloads for progmodes/flymake.el...done
Generating autoloads for textmodes/flyspell.el...
Generating autoloads for textmodes/flyspell.el...done
Generating autoloads for follow.el...
Generating autoloads for follow.el...done
Generating autoloads for mail/footnote.el...
Generating autoloads for mail/footnote.el...done
Generating autoloads for forms.el...
Generating autoloads for forms.el...done
Generating autoloads for play/fortune.el...
Generating autoloads for play/fortune.el...done
Generating autoloads for fringe.el...
Generating autoloads for fringe.el...done
Generating autoloads for progmodes/gdb-ui.el...
Generating autoloads for progmodes/gdb-ui.el...done
Generating autoloads for emacs-lisp/generic.el...
Generating autoloads for emacs-lisp/generic.el...done
Generating autoloads for progmodes/glasses.el...
Generating autoloads for progmodes/glasses.el...done
Generating autoloads for gnus/gnus.el...
Generating autoloads for gnus/gnus.el...done
Generating autoloads for gnus/gnus-agent.el...
Generating autoloads for gnus/gnus-agent.el...done
Generating autoloads for gnus/gnus-art.el...
Generating autoloads for gnus/gnus-art.el...done
Generating autoloads for gnus/gnus-audio.el...
Generating autoloads for gnus/gnus-audio.el...done
Generating autoloads for gnus/gnus-cache.el...
Generating autoloads for gnus/gnus-cache.el...done
Generating autoloads for gnus/gnus-delay.el...
Generating autoloads for gnus/gnus-delay.el...done
Generating autoloads for gnus/gnus-dired.el...
Generating autoloads for gnus/gnus-dired.el...done
Generating autoloads for gnus/gnus-draft.el...
Generating autoloads for gnus/gnus-draft.el...done
Generating autoloads for gnus/gnus-fun.el...
Generating autoloads for gnus/gnus-fun.el...done
Generating autoloads for gnus/gnus-group.el...
Generating autoloads for gnus/gnus-group.el...done
Generating autoloads for gnus/gnus-kill.el...
Generating autoloads for gnus/gnus-kill.el...done
Generating autoloads for gnus/gnus-ml.el...
Generating autoloads for gnus/gnus-ml.el...done
Generating autoloads for gnus/gnus-mlspl.el...
Generating autoloads for gnus/gnus-mlspl.el...done
Generating autoloads for gnus/gnus-move.el...
Generating autoloads for gnus/gnus-move.el...done
Generating autoloads for gnus/gnus-msg.el...
Generating autoloads for gnus/gnus-msg.el...done
Generating autoloads for gnus/gnus-picon.el...
Generating autoloads for gnus/gnus-picon.el...done
Generating autoloads for gnus/gnus-range.el...
Generating autoloads for gnus/gnus-range.el...done
Generating autoloads for gnus/gnus-registry.el...
Generating autoloads for gnus/gnus-registry.el...done
Generating autoloads for gnus/gnus-sieve.el...
Generating autoloads for gnus/gnus-sieve.el...done
Generating autoloads for gnus/gnus-soup.el...
Generating autoloads for gnus/gnus-soup.el...done
Generating autoloads for gnus/gnus-spec.el...
Generating autoloads for gnus/gnus-spec.el...done
Generating autoloads for gnus/gnus-start.el...
Generating autoloads for gnus/gnus-start.el...done
Generating autoloads for gnus/gnus-win.el...
Generating autoloads for gnus/gnus-win.el...done
Generating autoloads for play/gomoku.el...
Generating autoloads for play/gomoku.el...done
Generating autoloads for net/goto-addr.el...
Generating autoloads for net/goto-addr.el...done
Generating autoloads for progmodes/grep.el...
Generating autoloads for progmodes/grep.el...done
Generating autoloads for gs.el...
Generating autoloads for gs.el...done
Generating autoloads for progmodes/gud.el...
Generating autoloads for progmodes/gud.el...done
Generating autoloads for play/handwrite.el...
Generating autoloads for play/handwrite.el...done
Generating autoloads for help-at-pt.el...
Generating autoloads for help-at-pt.el...done
Generating autoloads for help-fns.el...
Generating autoloads for help-fns.el...done
Generating autoloads for help-macro.el...
Generating autoloads for help-macro.el...done
Generating autoloads for help-mode.el...
Generating autoloads for help-mode.el...done
Generating autoloads for emacs-lisp/helper.el...
Generating autoloads for emacs-lisp/helper.el...done
Generating autoloads for hexl.el...
Generating autoloads for hexl.el...done
Generating autoloads for hi-lock.el...
Generating autoloads for hi-lock.el...done
Generating autoloads for progmodes/hideif.el...
Generating autoloads for progmodes/hideif.el...done
Generating autoloads for progmodes/hideshow.el...
Generating autoloads for progmodes/hideshow.el...done
Generating autoloads for hilit-chg.el...
Generating autoloads for hilit-chg.el...done
Generating autoloads for hippie-exp.el...
Generating autoloads for hippie-exp.el...done
Generating autoloads for calendar/holidays.el...
Generating autoloads for calendar/holidays.el...done
Generating autoloads for obsolete/hscroll.el...
Generating autoloads for obsolete/hscroll.el...done
Generating autoloads for gnus/html2text.el...
Generating autoloads for gnus/html2text.el...done
Generating autoloads for ibuf-ext.el...
Generating autoloads for ibuf-ext.el...done
Generating autoloads for ibuf-macs.el...
Generating autoloads for ibuf-macs.el...done
Generating autoloads for ibuffer.el...
Generating autoloads for ibuffer.el...done
Generating autoloads for calendar/icalendar.el...
Generating autoloads for calendar/icalendar.el...done
Generating autoloads for icomplete.el...
Generating autoloads for icomplete.el...done
Generating autoloads for progmodes/icon.el...
Generating autoloads for progmodes/icon.el...done
Generating autoloads for progmodes/idlw-shell.el...
Generating autoloads for progmodes/idlw-shell.el...done
Generating autoloads for progmodes/idlwave.el...
Generating autoloads for progmodes/idlwave.el...done
Generating autoloads for ido.el...
Generating autoloads for ido.el...done
Generating autoloads for ielm.el...
Generating autoloads for ielm.el...done
Generating autoloads for iimage.el...
Generating autoloads for iimage.el...done
Generating autoloads for image.el...
Generating autoloads for image.el...done
Generating autoloads for image-file.el...
Generating autoloads for image-file.el...done
Generating autoloads for image-mode.el...
Generating autoloads for image-mode.el...done
Generating autoloads for imenu.el...
Generating autoloads for imenu.el...done
Generating autoloads for progmodes/inf-lisp.el...
Generating autoloads for progmodes/inf-lisp.el...done
Generating autoloads for info.el...
Generating autoloads for info.el...done
Generating autoloads for info-look.el...
Generating autoloads for info-look.el...done
Generating autoloads for info-xref.el...
Generating autoloads for info-xref.el...done
Generating autoloads for informat.el...
Generating autoloads for informat.el...done
Generating autoloads for isearchb.el...
Generating autoloads for isearchb.el...done
Generating autoloads for obsolete/iso-acc.el...
Generating autoloads for obsolete/iso-acc.el...done
Generating autoloads for textmodes/ispell.el...
Generating autoloads for textmodes/ispell.el...done
Generating autoloads for iswitchb.el...
Generating autoloads for iswitchb.el...done
Generating autoloads for jka-compr.el...
Generating autoloads for jka-compr.el...done
Generating autoloads for emulation/keypad.el...
Generating autoloads for emulation/keypad.el...done
Generating autoloads for kmacro.el...
Generating autoloads for kmacro.el...done
Generating autoloads for play/landmark.el...
Generating autoloads for play/landmark.el...done
Generating autoloads for international/latexenc.el...
Generating autoloads for international/latexenc.el...done
Generating autoloads for obsolete/lazy-lock.el...
Generating autoloads for obsolete/lazy-lock.el...done
Generating autoloads for progmodes/ld-script.el...
Generating autoloads for progmodes/ld-script.el...done
Generating autoloads for ledit.el...
Generating autoloads for ledit.el...done
Generating autoloads for play/life.el...
Generating autoloads for play/life.el...done
Generating autoloads for loadhist.el...
Generating autoloads for loadhist.el...done
Generating autoloads for locate.el...
Generating autoloads for locate.el...done
Generating autoloads for log-edit.el...
Generating autoloads for log-edit.el...done
Generating autoloads for log-view.el...
Generating autoloads for log-view.el...done
Generating autoloads for longlines.el...
Generating autoloads for longlines.el...done
Generating autoloads for lpr.el...
Generating autoloads for lpr.el...done
Generating autoloads for ls-lisp.el...
Generating autoloads for ls-lisp.el...done
Generating autoloads for calendar/lunar.el...
Generating autoloads for calendar/lunar.el...done
Generating autoloads for progmodes/m4-mode.el...
Generating autoloads for progmodes/m4-mode.el...done
Generating autoloads for emacs-lisp/macroexp.el...
Generating autoloads for emacs-lisp/macroexp.el...done
Generating autoloads for macros.el...
Generating autoloads for macros.el...done
Generating autoloads for mail/mail-extr.el...
Generating autoloads for mail/mail-extr.el...done
Generating autoloads for mail/mail-hist.el...
Generating autoloads for mail/mail-hist.el...done
Generating autoloads for mail/mail-utils.el...
Generating autoloads for mail/mail-utils.el...done
Generating autoloads for mail/mailabbrev.el...
Generating autoloads for mail/mailabbrev.el...done
Generating autoloads for mail/mailalias.el...
Generating autoloads for mail/mailalias.el...done
Generating autoloads for mail/mailclient.el...
Generating autoloads for mail/mailclient.el...done
Generating autoloads for progmodes/make-mode.el...
Generating autoloads for progmodes/make-mode.el...done
Generating autoloads for makesum.el...
Generating autoloads for makesum.el...done
Generating autoloads for man.el...
Generating autoloads for man.el...done
Generating autoloads for menu-bar.el...
Generating autoloads for menu-bar.el...done
Generating autoloads for gnus/message.el...
Generating autoloads for gnus/message.el...done
Generating autoloads for progmodes/meta-mode.el...
Generating autoloads for progmodes/meta-mode.el...done
Generating autoloads for mail/metamail.el...
Generating autoloads for mail/metamail.el...done
Generating autoloads for mh-e/mh-comp.el...
Generating autoloads for mh-e/mh-comp.el...done
Generating autoloads for mh-e/mh-e.el...
Generating autoloads for mh-e/mh-e.el...done
Generating autoloads for mh-e/mh-folder.el...
Generating autoloads for mh-e/mh-folder.el...done
Generating autoloads for midnight.el...
Generating autoloads for midnight.el...done
Generating autoloads for minibuf-eldef.el...
Generating autoloads for minibuf-eldef.el...done
Generating autoloads for progmodes/mixal-mode.el...
Generating autoloads for progmodes/mixal-mode.el...done
Generating autoloads for gnus/mm-extern.el...
Generating autoloads for gnus/mm-extern.el...done
Generating autoloads for gnus/mm-partial.el...
Generating autoloads for gnus/mm-partial.el...done
Generating autoloads for gnus/mm-url.el...
Generating autoloads for gnus/mm-url.el...done
Generating autoloads for gnus/mm-uu.el...
Generating autoloads for gnus/mm-uu.el...done
Generating autoloads for gnus/mml1991.el...
Generating autoloads for gnus/mml1991.el...done
Generating autoloads for gnus/mml2015.el...
Generating autoloads for gnus/mml2015.el...done
Generating autoloads for play/morse.el...
Generating autoloads for play/morse.el...done
Generating autoloads for mouse-sel.el...
Generating autoloads for mouse-sel.el...done
Generating autoloads for play/mpuz.el...
Generating autoloads for play/mpuz.el...done
Generating autoloads for msb.el...
Generating autoloads for msb.el...done
Generating autoloads for mwheel.el...
Generating autoloads for mwheel.el...done
Generating autoloads for net/net-utils.el...
Generating autoloads for net/net-utils.el...done
Generating autoloads for newcomment.el...
Generating autoloads for newcomment.el...done
Generating autoloads for net/newsticker.el...
Generating autoloads for net/newsticker.el...done
Generating autoloads for gnus/nndiary.el...
Generating autoloads for gnus/nndiary.el...done
Generating autoloads for gnus/nndoc.el...
Generating autoloads for gnus/nndoc.el...done
Generating autoloads for gnus/nnfolder.el...
Generating autoloads for gnus/nnfolder.el...done
Generating autoloads for gnus/nnkiboze.el...
Generating autoloads for gnus/nnkiboze.el...done
Generating autoloads for gnus/nnml.el...
Generating autoloads for gnus/nnml.el...done
Generating autoloads for gnus/nnsoup.el...
Generating autoloads for gnus/nnsoup.el...done
Generating autoloads for novice.el...
Generating autoloads for novice.el...done
Generating autoloads for textmodes/nroff-mode.el...
Generating autoloads for textmodes/nroff-mode.el...done
Generating autoloads for progmodes/octave-hlp.el...
Generating autoloads for progmodes/octave-hlp.el...done
Generating autoloads for progmodes/octave-inf.el...
Generating autoloads for progmodes/octave-inf.el...done
Generating autoloads for progmodes/octave-mod.el...
Generating autoloads for progmodes/octave-mod.el...done
Generating autoloads for obsolete/options.el...
Generating autoloads for obsolete/options.el...done
Generating autoloads for textmodes/org.el...
Generating autoloads for textmodes/org.el...done
Generating autoloads for outline.el...
Generating autoloads for outline.el...done
Generating autoloads for paren.el...
Generating autoloads for paren.el...done
Generating autoloads for calendar/parse-time.el...
Generating autoloads for calendar/parse-time.el...done
Generating autoloads for progmodes/pascal.el...
Generating autoloads for progmodes/pascal.el...done
Generating autoloads for emulation/pc-mode.el...
Generating autoloads for emulation/pc-mode.el...done
Generating autoloads for emulation/pc-select.el...
Generating autoloads for emulation/pc-select.el...done
Generating autoloads for pcmpl-cvs.el...
Generating autoloads for pcmpl-cvs.el...done
Generating autoloads for pcmpl-gnu.el...
Generating autoloads for pcmpl-gnu.el...done
Generating autoloads for pcmpl-linux.el...
Generating autoloads for pcmpl-linux.el...done
Generating autoloads for pcmpl-rpm.el...
Generating autoloads for pcmpl-rpm.el...done
Generating autoloads for pcmpl-unix.el...
Generating autoloads for pcmpl-unix.el...done
Generating autoloads for pcomplete.el...
Generating autoloads for pcomplete.el...done
Generating autoloads for pcvs.el...
Generating autoloads for pcvs.el...done
Generating autoloads for pcvs-defs.el...
Generating autoloads for pcvs-defs.el...done
Generating autoloads for progmodes/perl-mode.el...
Generating autoloads for progmodes/perl-mode.el...done
Generating autoloads for pgg.el...
Generating autoloads for pgg.el...done
Generating autoloads for pgg-gpg.el...
Generating autoloads for pgg-gpg.el...done
Generating autoloads for textmodes/picture.el...
Generating autoloads for textmodes/picture.el...done
Generating autoloads for textmodes/po.el...
Generating autoloads for textmodes/po.el...done
Generating autoloads for play/pong.el...
Generating autoloads for play/pong.el...done
Generating autoloads for emacs-lisp/pp.el...
Generating autoloads for emacs-lisp/pp.el...done
Generating autoloads for printing.el...
Generating autoloads for printing.el...done
Generating autoloads for progmodes/prolog.el...
Generating autoloads for progmodes/prolog.el...done
Generating autoloads for ps-bdf.el...
Generating autoloads for ps-bdf.el...done
Generating autoloads for progmodes/ps-mode.el...
Generating autoloads for progmodes/ps-mode.el...done
Generating autoloads for ps-mule.el...
Generating autoloads for ps-mule.el...done
Generating autoloads for ps-print.el...
Generating autoloads for ps-print.el...done
Generating autoloads for progmodes/python.el...
Generating autoloads for progmodes/python.el...done
Generating autoloads for gnus/qp.el...
Generating autoloads for gnus/qp.el...done
Generating autoloads for net/quickurl.el...
Generating autoloads for net/quickurl.el...done
Generating autoloads for net/rcirc.el...
Generating autoloads for net/rcirc.el...done
Generating autoloads for net/rcompile.el...
Generating autoloads for net/rcompile.el...done
Generating autoloads for emacs-lisp/re-builder.el...
Generating autoloads for emacs-lisp/re-builder.el...done
Generating autoloads for recentf.el...
Generating autoloads for recentf.el...done
Generating autoloads for rect.el...
Generating autoloads for rect.el...done
Generating autoloads for textmodes/refill.el...
Generating autoloads for textmodes/refill.el...done
Generating autoloads for textmodes/reftex.el...
Generating autoloads for textmodes/reftex.el...done
Generating autoloads for textmodes/reftex-cite.el...
Generating autoloads for textmodes/reftex-cite.el...done
Generating autoloads for textmodes/reftex-global.el...
Generating autoloads for textmodes/reftex-global.el...done
Generating autoloads for textmodes/reftex-index.el...
Generating autoloads for textmodes/reftex-index.el...done
Generating autoloads for textmodes/reftex-parse.el...
Generating autoloads for textmodes/reftex-parse.el...done
Generating autoloads for emacs-lisp/regexp-opt.el...
Generating autoloads for emacs-lisp/regexp-opt.el...done
Generating autoloads for repeat.el...
Generating autoloads for repeat.el...done
Generating autoloads for mail/reporter.el...
Generating autoloads for mail/reporter.el...done
Generating autoloads for reposition.el...
Generating autoloads for reposition.el...done
Generating autoloads for resume.el...
Generating autoloads for resume.el...done
Generating autoloads for emacs-lisp/ring.el...
Generating autoloads for emacs-lisp/ring.el...done
Generating autoloads for net/rlogin.el...
Generating autoloads for net/rlogin.el...done
Generating autoloads for mail/rmail.el...
Generating autoloads for mail/rmail.el...done
Generating autoloads for mail/rmailedit.el...
Generating autoloads for mail/rmailedit.el...done
Generating autoloads for mail/rmailkwd.el...
Generating autoloads for mail/rmailkwd.el...done
Generating autoloads for mail/rmailmsc.el...
Generating autoloads for mail/rmailmsc.el...done
Generating autoloads for mail/rmailout.el...
Generating autoloads for mail/rmailout.el...done
Generating autoloads for mail/rmailsort.el...
Generating autoloads for mail/rmailsort.el...done
Generating autoloads for mail/rmailsum.el...
Generating autoloads for mail/rmailsum.el...done
Generating autoloads for obsolete/rnewspost.el...
Generating autoloads for obsolete/rnewspost.el...done
Generating autoloads for rot13.el...
Generating autoloads for rot13.el...done
Generating autoloads for obsolete/rsz-mini.el...
Generating autoloads for obsolete/rsz-mini.el...done
Generating autoloads for ruler-mode.el...
Generating autoloads for ruler-mode.el...done
Generating autoloads for emacs-lisp/rx.el...
Generating autoloads for emacs-lisp/rx.el...done
Generating autoloads for savehist.el...
Generating autoloads for savehist.el...done
Generating autoloads for progmodes/scheme.el...
Generating autoloads for progmodes/scheme.el...done
Generating autoloads for gnus/score-mode.el...
Generating autoloads for gnus/score-mode.el...done
Generating autoloads for obsolete/scribe.el...
Generating autoloads for obsolete/scribe.el...done
Generating autoloads for scroll-all.el...
Generating autoloads for scroll-all.el...done
Generating autoloads for scroll-lock.el...
Generating autoloads for scroll-lock.el...done
Generating autoloads for mail/sendmail.el...
Generating autoloads for mail/sendmail.el...done
Generating autoloads for server.el...
Generating autoloads for server.el...done
Generating autoloads for ses.el...
Generating autoloads for ses.el...done
Generating autoloads for textmodes/sgml-mode.el...
Generating autoloads for textmodes/sgml-mode.el...done
Generating autoloads for progmodes/sh-script.el...
Generating autoloads for progmodes/sh-script.el...done
Generating autoloads for gnus/sha1.el...
Generating autoloads for gnus/sha1.el...done
Generating autoloads for emacs-lisp/shadow.el...
Generating autoloads for emacs-lisp/shadow.el...done
Generating autoloads for shadowfile.el...
Generating autoloads for shadowfile.el...done
Generating autoloads for shell.el...
Generating autoloads for shell.el...done
Generating autoloads for gnus/sieve.el...
Generating autoloads for gnus/sieve.el...done
Generating autoloads for gnus/sieve-mode.el...
Generating autoloads for gnus/sieve-mode.el...done
Generating autoloads for progmodes/simula.el...
Generating autoloads for progmodes/simula.el...done
Generating autoloads for skeleton.el...
Generating autoloads for skeleton.el...done
Generating autoloads for smerge-mode.el...
Generating autoloads for smerge-mode.el...done
Generating autoloads for gnus/smiley.el...
Generating autoloads for gnus/smiley.el...done
Generating autoloads for mail/smtpmail.el...
Generating autoloads for mail/smtpmail.el...done
Generating autoloads for play/snake.el...
Generating autoloads for play/snake.el...done
Generating autoloads for net/snmp-mode.el...
Generating autoloads for net/snmp-mode.el...done
Generating autoloads for calendar/solar.el...
Generating autoloads for calendar/solar.el...done
Generating autoloads for play/solitaire.el...
Generating autoloads for play/solitaire.el...done
Generating autoloads for sort.el...
Generating autoloads for sort.el...done
Generating autoloads for gnus/spam.el...
Generating autoloads for gnus/spam.el...done
Generating autoloads for gnus/spam-report.el...
Generating autoloads for gnus/spam-report.el...done
Generating autoloads for speedbar.el...
Generating autoloads for speedbar.el...done
Generating autoloads for textmodes/spell.el...
Generating autoloads for textmodes/spell.el...done
Generating autoloads for play/spook.el...
Generating autoloads for play/spook.el...done
Generating autoloads for progmodes/sql.el...
Generating autoloads for progmodes/sql.el...done
Generating autoloads for strokes.el...
Generating autoloads for strokes.el...done
Generating autoloads for subr.el...
Generating autoloads for subr.el...done
Generating autoloads for mail/supercite.el...
Generating autoloads for mail/supercite.el...done
Generating autoloads for tabify.el...
Generating autoloads for tabify.el...done
Generating autoloads for textmodes/table.el...
Generating autoloads for textmodes/table.el...done
Generating autoloads for talk.el...
Generating autoloads for talk.el...done
Generating autoloads for tar-mode.el...
Generating autoloads for tar-mode.el...done
Generating autoloads for net/telnet.el...
Generating autoloads for net/telnet.el...done
Generating autoloads for terminal.el...
Generating autoloads for terminal.el...done
Generating autoloads for emacs-lisp/testcover.el...
Generating autoloads for emacs-lisp/testcover.el...done
Generating autoloads for play/tetris.el...
Generating autoloads for play/tetris.el...done
Generating autoloads for textmodes/tex-mode.el...
Generating autoloads for textmodes/tex-mode.el...done
Generating autoloads for textmodes/texinfmt.el...
Generating autoloads for textmodes/texinfmt.el...done
Generating autoloads for textmodes/texinfo.el...
Generating autoloads for textmodes/texinfo.el...done
Generating autoloads for thingatpt.el...
Generating autoloads for thingatpt.el...done
Generating autoloads for thumbs.el...
Generating autoloads for thumbs.el...done
Generating autoloads for textmodes/tildify.el...
Generating autoloads for textmodes/tildify.el...done
Generating autoloads for time.el...
Generating autoloads for time.el...done
Generating autoloads for calendar/time-date.el...
Generating autoloads for calendar/time-date.el...done
Generating autoloads for time-stamp.el...
Generating autoloads for time-stamp.el...done
Generating autoloads for calendar/timeclock.el...
Generating autoloads for calendar/timeclock.el...done
Generating autoloads for emacs-lisp/timer.el...
Generating autoloads for emacs-lisp/timer.el...done
Generating autoloads for tmm.el...
Generating autoloads for tmm.el...done
Generating autoloads for calendar/todo-mode.el...
Generating autoloads for calendar/todo-mode.el...done
Generating autoloads for tool-bar.el...
Generating autoloads for tool-bar.el...done
Generating autoloads for emulation/tpu-edt.el...
Generating autoloads for emulation/tpu-edt.el...done
Generating autoloads for emulation/tpu-extras.el...
Generating autoloads for emulation/tpu-extras.el...done
Generating autoloads for emacs-lisp/tq.el...
Generating autoloads for emacs-lisp/tq.el...done
Generating autoloads for emacs-lisp/trace.el...
Generating autoloads for emacs-lisp/trace.el...done
Generating autoloads for net/tramp.el...
Generating autoloads for net/tramp.el...done
Generating autoloads for net/tramp-ftp.el...
Generating autoloads for net/tramp-ftp.el...done
Generating autoloads for tumme.el...
Generating autoloads for tumme.el...done
Generating autoloads for textmodes/two-column.el...
Generating autoloads for textmodes/two-column.el...done
Generating autoloads for type-break.el...
Generating autoloads for type-break.el...done
Generating autoloads for textmodes/underline.el...
Generating autoloads for textmodes/underline.el...done
Generating autoloads for mail/undigest.el...
Generating autoloads for mail/undigest.el...done
Generating autoloads for mail/unrmail.el...
Generating autoloads for mail/unrmail.el...done
Generating autoloads for emacs-lisp/unsafep.el...
Generating autoloads for emacs-lisp/unsafep.el...done
Generating autoloads for url/url.el...
Generating autoloads for url/url.el...done
Generating autoloads for url/url-auth.el...
Generating autoloads for url/url-auth.el...done
Generating autoloads for url/url-cid.el...
Generating autoloads for url/url-cid.el...done
Generating autoloads for url/url-dav.el...
Generating autoloads for url/url-dav.el...done
Generating autoloads for url/url-file.el...
Generating autoloads for url/url-file.el...done
Generating autoloads for url/url-gw.el...
Generating autoloads for url/url-gw.el...done
Generating autoloads for url/url-http.el...
Generating autoloads for url/url-http.el...done
Generating autoloads for url/url-irc.el...
Generating autoloads for url/url-irc.el...done
Generating autoloads for url/url-ldap.el...
Generating autoloads for url/url-ldap.el...done
Generating autoloads for url/url-mailto.el...
Generating autoloads for url/url-mailto.el...done
Generating autoloads for url/url-misc.el...
Generating autoloads for url/url-misc.el...done
Generating autoloads for url/url-ns.el...
Generating autoloads for url/url-ns.el...done
Generating autoloads for url/url-parse.el...
Generating autoloads for url/url-parse.el...done
Generating autoloads for url/url-util.el...
Generating autoloads for url/url-util.el...done
Generating autoloads for userlock.el...
Generating autoloads for userlock.el...done
Generating autoloads for gnus/uudecode.el...
Generating autoloads for gnus/uudecode.el...done
Generating autoloads for vc.el...
Generating autoloads for vc.el...done
Generating autoloads for vc-arch.el...
Generating autoloads for vc-arch.el...done
Generating autoloads for vc-cvs.el...
Generating autoloads for vc-cvs.el...done
Generating autoloads for vc-mcvs.el...
Generating autoloads for vc-mcvs.el...done
Generating autoloads for vc-rcs.el...
Generating autoloads for vc-rcs.el...done
Generating autoloads for vc-sccs.el...
Generating autoloads for vc-sccs.el...done
Generating autoloads for vc-svn.el...
Generating autoloads for vc-svn.el...done
Generating autoloads for progmodes/vhdl-mode.el...
Generating autoloads for progmodes/vhdl-mode.el...done
Generating autoloads for view.el...
Generating autoloads for view.el...done
Generating autoloads for emulation/vip.el...
Generating autoloads for emulation/vip.el...done
Generating autoloads for emulation/viper.el...
Generating autoloads for emulation/viper.el...done
Generating autoloads for emacs-lisp/warnings.el...
Generating autoloads for emacs-lisp/warnings.el...done
Generating autoloads for wdired.el...
Generating autoloads for wdired.el...done
Generating autoloads for net/webjump.el...
Generating autoloads for net/webjump.el...done
Generating autoloads for progmodes/which-func.el...
Generating autoloads for progmodes/which-func.el...done
Generating autoloads for whitespace.el...
Generating autoloads for whitespace.el...done
Generating autoloads for wid-browse.el...
Generating autoloads for wid-browse.el...done
Generating autoloads for wid-edit.el...
Generating autoloads for wid-edit.el...done
Generating autoloads for windmove.el...
Generating autoloads for windmove.el...done
Generating autoloads for winner.el...
Generating autoloads for winner.el...done
Generating autoloads for woman.el...
Generating autoloads for woman.el...done
Generating autoloads for emulation/ws-mode.el...
Generating autoloads for emulation/ws-mode.el...done
Generating autoloads for xml.el...
Generating autoloads for xml.el...done
Generating autoloads for xt-mouse.el...
Generating autoloads for xt-mouse.el...done
Generating autoloads for gnus/yenc.el...
Generating autoloads for gnus/yenc.el...done
Generating autoloads for play/yow.el...
Generating autoloads for play/yow.el...done
Generating autoloads for play/zone.el...
Generating autoloads for play/zone.el...done
Generating autoloads for net/zone-mode.el...
Generating autoloads for net/zone-mode.el...done
Generating autoloads for abbrevlist.el...
Generating autoloads for abbrevlist.el...done
Generating autoloads for t-mouse.el...
Generating autoloads for t-mouse.el...done
Generating autoloads for erc/erc-hecomplete.el...
Generating autoloads for erc/erc-hecomplete.el...done
Generating autoloads for erc/erc-join.el...
Generating autoloads for erc/erc-join.el...done
Generating autoloads for erc/erc-networks.el...
Generating autoloads for erc/erc-networks.el...done
Generating autoloads for erc/erc-services.el...
Generating autoloads for erc/erc-services.el...done
Generating autoloads for gnus/gnus-nocem.el...
Generating autoloads for gnus/gnus-nocem.el...done
Saving file c:/Users/deyke/emacs-build/work/lisp/loaddefs.el...
Loading vc-cvs (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/loaddefs.el
make -w pre-mh-loaddefs.el-SH
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
make[2]: Entering directory `C:/Users/deyke/emacs-build/work/lisp'
echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > pre-mh-loaddefs.el-SH
echo ";;" >> pre-mh-loaddefs.el-SH
echo ";; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc." >> pre-mh-loaddefs.el-SH
echo ";; Author: Bill Wohler <wohler@newt.com>" >> pre-mh-loaddefs.el-SH
echo ";; Keywords: mail" >> pre-mh-loaddefs.el-SH
echo ";;; Commentary:" >> pre-mh-loaddefs.el-SH
echo ";;; Change Log:" >> pre-mh-loaddefs.el-SH
echo ";;; Code:" >> pre-mh-loaddefs.el-SH
echo "\f" >> pre-mh-loaddefs.el-SH
echo "(provide 'mh-loaddefs)" >> pre-mh-loaddefs.el-SH
echo ";; Local Variables:" >> pre-mh-loaddefs.el-SH
echo ";; version-control: never" >> pre-mh-loaddefs.el-SH
echo ";; no-byte-compile: t" >> pre-mh-loaddefs.el-SH
echo ";; no-update-autoloads: t" >> pre-mh-loaddefs.el-SH
echo ";; End:" >> pre-mh-loaddefs.el-SH
echo ";;; mh-loaddefs.el ends here" >> pre-mh-loaddefs.el-SH
make[2]: Leaving directory `C:/Users/deyke/emacs-build/work/lisp'
cp pre-mh-loaddefs.el-SH C:/Users/deyke/emacs-build/work/lisp/mh-e/mh-loaddefs.el
rm pre-mh-loaddefs.el-SH
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte \
   -l autoload \
   --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \
   --eval "(setq find-file-suppress-same-file-warnings t)" \
   --eval "(setq make-backup-files nil)" \
   -f w32-batch-update-autoloads \
   "C:/Users/deyke/emacs-build/work/lisp/mh-e/mh-loaddefs.el" C:/Users/deyke/emacs-build/work/lisp/mh-e
Loading vc-cvs (source)...
Generating autoloads for mh-acros.el...
Generating autoloads for mh-acros.el...done
Generating autoloads for mh-alias.el...
Generating autoloads for mh-alias.el...done
Generating autoloads for mh-comp.el...
Generating autoloads for mh-comp.el...done
Generating autoloads for mh-folder.el...
Generating autoloads for mh-folder.el...done
Generating autoloads for mh-funcs.el...
Generating autoloads for mh-funcs.el...done
Generating autoloads for mh-identity.el...
Generating autoloads for mh-identity.el...done
Generating autoloads for mh-inc.el...
Generating autoloads for mh-inc.el...done
Generating autoloads for mh-junk.el...
Generating autoloads for mh-junk.el...done
Generating autoloads for mh-letter.el...
Generating autoloads for mh-letter.el...done
Generating autoloads for mh-limit.el...
Generating autoloads for mh-limit.el...done
Generating autoloads for mh-mime.el...
Generating autoloads for mh-mime.el...done
Generating autoloads for mh-print.el...
Generating autoloads for mh-print.el...done
Generating autoloads for mh-scan.el...
Generating autoloads for mh-scan.el...done
Generating autoloads for mh-search.el...
Generating autoloads for mh-search.el...done
Generating autoloads for mh-seq.el...
Generating autoloads for mh-seq.el...done
Generating autoloads for mh-show.el...
Generating autoloads for mh-show.el...done
Generating autoloads for mh-speed.el...
Generating autoloads for mh-speed.el...done
Generating autoloads for mh-thread.el...
Generating autoloads for mh-thread.el...done
Generating autoloads for mh-utils.el...
Generating autoloads for mh-utils.el...done
Generating autoloads for mh-xface.el...
Generating autoloads for mh-xface.el...done
Saving file c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-loaddefs.el...
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-loaddefs.el
for el in C:/Users/deyke/emacs-build/work/lisp/emacs-lisp/byte-opt.el C:/Users/deyke/emacs-build/work/lisp/emacs-lisp/bytecomp.el C:/Users/deyke/emacs-build/work/lisp/subr.el C:/Users/deyke/emacs-build/work/lisp/progmodes/cc-mode.el C:/Users/deyke/emacs-build/work/lisp/progmodes/cc-vars.el; do \
  echo Compiling $el; \
  "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-done $el; \
done
Compiling C:/Users/deyke/emacs-build/work/lisp/emacs-lisp/byte-opt.el
Wrote C:/Users/deyke/emacs-build/work/lisp/emacs-lisp/byte-opt.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/emacs-lisp/bytecomp.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/emacs-lisp/bytecomp.el:4177:1:Warning:
    the function `compilation-forget-errors' is not known to be defined.
Wrote C:/Users/deyke/emacs-build/work/lisp/emacs-lisp/bytecomp.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/subr.el
Wrote C:/Users/deyke/emacs-build/work/lisp/subr.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/progmodes/cc-mode.el

In awk-mode:
C:/Users/deyke/emacs-build/work/lisp/progmodes/cc-mode.el:1187:21:Warning:
    reference to free variable `awk-mode-syntax-table'

In end of data:
C:/Users/deyke/emacs-build/work/lisp/progmodes/cc-mode.el:1306:1:Warning: the
    following functions are not known to be defined: c-awk-unstick-NL-prop,
    c-awk-clear-NL-props, c-awk-after-change
Wrote C:/Users/deyke/emacs-build/work/lisp/progmodes/cc-mode.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/progmodes/cc-vars.el
Wrote C:/Users/deyke/emacs-build/work/lisp/progmodes/cc-vars.elc
for dir in C:/Users/deyke/emacs-build/work/lisp calc calendar emacs-lisp emulation erc eshell gnus international language mail mh-e net obsolete play progmodes term textmodes url; do \
  for el in $dir/*.el; do \
    if test -f $el; \
    then \
      echo Compiling $el; \
      "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-done $el; \
    fi \
  done; \
done
Compiling C:/Users/deyke/emacs-build/work/lisp/abbrev.el
Wrote C:/Users/deyke/emacs-build/work/lisp/abbrev.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/abbrevlist.el
Wrote C:/Users/deyke/emacs-build/work/lisp/abbrevlist.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/add-log.el
Wrote C:/Users/deyke/emacs-build/work/lisp/add-log.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/align.el
Wrote C:/Users/deyke/emacs-build/work/lisp/align.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/allout.el
Wrote C:/Users/deyke/emacs-build/work/lisp/allout.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ansi-color.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ansi-color.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/apropos.el
Wrote C:/Users/deyke/emacs-build/work/lisp/apropos.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/arc-mode.el
Wrote C:/Users/deyke/emacs-build/work/lisp/arc-mode.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/array.el
Wrote C:/Users/deyke/emacs-build/work/lisp/array.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/autoarg.el
Wrote C:/Users/deyke/emacs-build/work/lisp/autoarg.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/autoinsert.el
Wrote C:/Users/deyke/emacs-build/work/lisp/autoinsert.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/autorevert.el
Wrote C:/Users/deyke/emacs-build/work/lisp/autorevert.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/avoid.el
Wrote C:/Users/deyke/emacs-build/work/lisp/avoid.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/battery.el
Wrote C:/Users/deyke/emacs-build/work/lisp/battery.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/bindings.el
Wrote C:/Users/deyke/emacs-build/work/lisp/bindings.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/bookmark.el
Wrote C:/Users/deyke/emacs-build/work/lisp/bookmark.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/bs.el
Wrote C:/Users/deyke/emacs-build/work/lisp/bs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/buff-menu.el
Wrote C:/Users/deyke/emacs-build/work/lisp/buff-menu.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/button.el
Wrote C:/Users/deyke/emacs-build/work/lisp/button.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/calculator.el
Wrote C:/Users/deyke/emacs-build/work/lisp/calculator.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/case-table.el
Wrote C:/Users/deyke/emacs-build/work/lisp/case-table.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/cdl.el
Wrote C:/Users/deyke/emacs-build/work/lisp/cdl.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/chistory.el
Wrote C:/Users/deyke/emacs-build/work/lisp/chistory.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/cmuscheme.el
Wrote C:/Users/deyke/emacs-build/work/lisp/cmuscheme.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/comint.el
Wrote C:/Users/deyke/emacs-build/work/lisp/comint.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/compare-w.el
Wrote C:/Users/deyke/emacs-build/work/lisp/compare-w.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/complete.el
Wrote C:/Users/deyke/emacs-build/work/lisp/complete.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/completion.el
Wrote C:/Users/deyke/emacs-build/work/lisp/completion.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/composite.el
Wrote C:/Users/deyke/emacs-build/work/lisp/composite.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/cus-dep.el
Wrote C:/Users/deyke/emacs-build/work/lisp/cus-dep.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/cus-edit.el
Wrote C:/Users/deyke/emacs-build/work/lisp/cus-edit.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/cus-face.el
Wrote C:/Users/deyke/emacs-build/work/lisp/cus-face.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/cus-start.el
Wrote C:/Users/deyke/emacs-build/work/lisp/cus-start.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/cus-theme.el
Wrote C:/Users/deyke/emacs-build/work/lisp/cus-theme.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/custom.el
Wrote C:/Users/deyke/emacs-build/work/lisp/custom.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/cvs-status.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/cvs-status.el:543:1:Warning: the function
    `cvs-status-get-tags' might not be defined at runtime.
Wrote C:/Users/deyke/emacs-build/work/lisp/cvs-status.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dabbrev.el
Wrote C:/Users/deyke/emacs-build/work/lisp/dabbrev.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/delim-col.el
Wrote C:/Users/deyke/emacs-build/work/lisp/delim-col.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/delsel.el
Wrote C:/Users/deyke/emacs-build/work/lisp/delsel.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/descr-text.el
Wrote C:/Users/deyke/emacs-build/work/lisp/descr-text.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/desktop.el
Wrote C:/Users/deyke/emacs-build/work/lisp/desktop.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dframe.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/dframe.el:1074:1:Warning: the following
    functions are not known to be defined: dframe-frame-parameter,
    dframe-mouse-event-p
Wrote C:/Users/deyke/emacs-build/work/lisp/dframe.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/diff-mode.el
Wrote C:/Users/deyke/emacs-build/work/lisp/diff-mode.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/diff.el
Wrote C:/Users/deyke/emacs-build/work/lisp/diff.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dired-aux.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/dired-aux.el:2249:1:Warning: the function
    `make-symbolic-link' is not known to be defined.
Wrote C:/Users/deyke/emacs-build/work/lisp/dired-aux.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dired-x.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/dired-x.el:1791:1:Warning: the following
    functions are not known to be defined: dired-omit-old-add-entry,
    make-symbolic-link, dired-old-find-buffer-nocreate
Wrote C:/Users/deyke/emacs-build/work/lisp/dired-x.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dired.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/dired.el:3289:1:Warning: the following
    functions are not known to be defined: dired-relist-entry,
    make-symbolic-link
Wrote C:/Users/deyke/emacs-build/work/lisp/dired.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dirtrack.el
Wrote C:/Users/deyke/emacs-build/work/lisp/dirtrack.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/disp-table.el
Wrote C:/Users/deyke/emacs-build/work/lisp/disp-table.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dnd.el
Wrote C:/Users/deyke/emacs-build/work/lisp/dnd.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dos-fns.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/dos-fns.el:261:1:Warning: the following
    functions are not known to be defined: msdos-long-file-names, int86
Wrote C:/Users/deyke/emacs-build/work/lisp/dos-fns.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dos-vars.el
Wrote C:/Users/deyke/emacs-build/work/lisp/dos-vars.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/dos-w32.el
Wrote C:/Users/deyke/emacs-build/work/lisp/dos-w32.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/double.el
Wrote C:/Users/deyke/emacs-build/work/lisp/double.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ebuff-menu.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ebuff-menu.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/echistory.el
Wrote C:/Users/deyke/emacs-build/work/lisp/echistory.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-diff.el
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-diff.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-help.el
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-help.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-hook.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-hook.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-init.el
Loading ange-ftp (source)...
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-init.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-merg.el
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-merg.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-mult.el
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-mult.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-ptch.el
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-mult.el (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-ptch.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-util.el
Loading reporter (source)...
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...

In end of data:
C:/Users/deyke/emacs-build/work/lisp/ediff-util.el:4315:1:Warning: the
    function `ediff-version' might not be defined at runtime.
C:/Users/deyke/emacs-build/work/lisp/ediff-util.el:4315:1:Warning: the
    following functions are not known to be defined:
    ediff-nuke-selective-display, vc-locking-user
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-util.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-vers.el
Loading ediff-init.el (source)...
Loading ange-ftp (source)...

In end of data:
C:/Users/deyke/emacs-build/work/lisp/ediff-vers.el:322:1:Warning: the
    following functions are not known to be defined:
    sc-visit-previous-revision, tin-cookie, cvs-fileinfo->type,
    cvs-retrieve-revision-to-tmpfile, cvs-fileinfo->dir,
    cvs-fileinfo->base-revision, cvs-fileinfo->backup-file,
    cvs-fileinfo->full-name
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-vers.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff-wind.el
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...

In end of data:
C:/Users/deyke/emacs-build/work/lisp/ediff-wind.el:1326:1:Warning: the
    following functions are not known to be defined:
    ediff-display-pixel-height, ediff-display-pixel-width
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff-wind.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ediff.el
Loading dired...
Loading info (source)...
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-mult.el (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...

In end of data:
C:/Users/deyke/emacs-build/work/lisp/ediff.el:1546:1:Warning: the following
    functions are not known to be defined: diff-latest-backup-file, tin-locate
Wrote C:/Users/deyke/emacs-build/work/lisp/ediff.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/edmacro.el
Wrote C:/Users/deyke/emacs-build/work/lisp/edmacro.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ehelp.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ehelp.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/electric.el
Wrote C:/Users/deyke/emacs-build/work/lisp/electric.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/elide-head.el
Wrote C:/Users/deyke/emacs-build/work/lisp/elide-head.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/emacs-lock.el
Wrote C:/Users/deyke/emacs-build/work/lisp/emacs-lock.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/emerge.el

In emerge-setup:
C:/Users/deyke/emacs-build/work/lisp/emerge.el:632:12:Warning: `insert-buffer' used from Lisp code
That command is designed for interactive use only

In emerge-prepare-error-list:
C:/Users/deyke/emacs-build/work/lisp/emerge.el:714:5:Warning: `insert-buffer' used from Lisp code
That command is designed for interactive use only

In emerge-setup-with-ancestor:
C:/Users/deyke/emacs-build/work/lisp/emerge.el:801:12:Warning: `insert-buffer' used from Lisp code
That command is designed for interactive use only
Wrote C:/Users/deyke/emacs-build/work/lisp/emerge.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/env.el
Wrote C:/Users/deyke/emacs-build/work/lisp/env.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/expand.el
Wrote C:/Users/deyke/emacs-build/work/lisp/expand.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ezimage.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ezimage.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/facemenu.el
Wrote C:/Users/deyke/emacs-build/work/lisp/facemenu.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/faces.el
Wrote C:/Users/deyke/emacs-build/work/lisp/faces.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ffap.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/ffap.el:1895:1:Warning: the following
    functions are not known to be defined: w3-view-this-url,
    gnus-summary-select-article, gnus-configure-windows
Wrote C:/Users/deyke/emacs-build/work/lisp/ffap.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/filecache.el
Wrote C:/Users/deyke/emacs-build/work/lisp/filecache.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/files.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/files.el:5142:1:Warning: the following
    functions are not known to be defined: msdos-long-file-names,
    dired-get-filename, dired-unmark, dired-do-flagged-delete,
    dos-8+3-filename, vms-read-directory
Wrote C:/Users/deyke/emacs-build/work/lisp/files.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/filesets.el
Wrote C:/Users/deyke/emacs-build/work/lisp/filesets.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/find-dired.el
Wrote C:/Users/deyke/emacs-build/work/lisp/find-dired.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/find-file.el
Wrote C:/Users/deyke/emacs-build/work/lisp/find-file.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/find-lisp.el
Wrote C:/Users/deyke/emacs-build/work/lisp/find-lisp.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/finder.el
Wrote C:/Users/deyke/emacs-build/work/lisp/finder.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/flow-ctrl.el
Wrote C:/Users/deyke/emacs-build/work/lisp/flow-ctrl.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/foldout.el
Wrote C:/Users/deyke/emacs-build/work/lisp/foldout.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/follow.el
Wrote C:/Users/deyke/emacs-build/work/lisp/follow.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/font-core.el
Wrote C:/Users/deyke/emacs-build/work/lisp/font-core.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/font-lock.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/font-lock.el:2158:1:Warning: the
    following functions are not known to be defined:
    fast-lock-after-fontify-buffer, lazy-lock-after-fontify-buffer,
    fast-lock-after-unfontify-buffer, lazy-lock-after-unfontify-buffer
Wrote C:/Users/deyke/emacs-build/work/lisp/font-lock.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/format.el
Wrote C:/Users/deyke/emacs-build/work/lisp/format.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/forms-d2.el
Compiling C:/Users/deyke/emacs-build/work/lisp/forms-pass.el
Compiling C:/Users/deyke/emacs-build/work/lisp/forms.el
Wrote C:/Users/deyke/emacs-build/work/lisp/forms.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/frame.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/frame.el:1351:1:Warning: the following
    functions are not known to be defined: x-focus-frame, msdos-mouse-p
Wrote C:/Users/deyke/emacs-build/work/lisp/frame.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/fringe.el
Wrote C:/Users/deyke/emacs-build/work/lisp/fringe.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/generic-x.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/generic-x.el:1979:1:Warning: the function
    `ini-generic-mode' is not known to be defined.
Wrote C:/Users/deyke/emacs-build/work/lisp/generic-x.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/gs.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/gs.el:218:1:Warning: the following
    functions are not known to be defined: x-change-window-property,
    x-window-property
Wrote C:/Users/deyke/emacs-build/work/lisp/gs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/help-at-pt.el
Wrote C:/Users/deyke/emacs-build/work/lisp/help-at-pt.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/help-fns.el
Wrote C:/Users/deyke/emacs-build/work/lisp/help-fns.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/help-macro.el
Wrote C:/Users/deyke/emacs-build/work/lisp/help-macro.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/help-mode.el
Wrote C:/Users/deyke/emacs-build/work/lisp/help-mode.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/help.el
Wrote C:/Users/deyke/emacs-build/work/lisp/help.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/hexl.el
Wrote C:/Users/deyke/emacs-build/work/lisp/hexl.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/hi-lock.el
Wrote C:/Users/deyke/emacs-build/work/lisp/hi-lock.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/hilit-chg.el
Wrote C:/Users/deyke/emacs-build/work/lisp/hilit-chg.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/hippie-exp.el
Wrote C:/Users/deyke/emacs-build/work/lisp/hippie-exp.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/hl-line.el
Wrote C:/Users/deyke/emacs-build/work/lisp/hl-line.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ibuf-ext.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ibuf-ext.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ibuf-macs.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ibuf-macs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ibuffer.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/ibuffer.el:2562:1:Warning: the following
    functions are not known to be defined: ibuffer-mark-on-buffer,
    ibuffer-format-qualifier, ibuffer-generate-filter-groups,
    ibuffer-format-filter-group-data
Wrote C:/Users/deyke/emacs-build/work/lisp/ibuffer.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/icomplete.el
Wrote C:/Users/deyke/emacs-build/work/lisp/icomplete.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ido.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/ido.el:4465:1:Warning: the following
    functions are not known to be defined: ffap-string-at-point,
    tramp-tramp-file-p
Wrote C:/Users/deyke/emacs-build/work/lisp/ido.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ielm.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ielm.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/iimage.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/iimage.el:152:1:Warning: the function
    `iimage-locate-file' is not known to be defined.
Wrote C:/Users/deyke/emacs-build/work/lisp/iimage.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/image-file.el
Wrote C:/Users/deyke/emacs-build/work/lisp/image-file.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/image-mode.el
Wrote C:/Users/deyke/emacs-build/work/lisp/image-mode.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/image.el
Wrote C:/Users/deyke/emacs-build/work/lisp/image.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/imenu.el
Wrote C:/Users/deyke/emacs-build/work/lisp/imenu.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/indent.el
Wrote C:/Users/deyke/emacs-build/work/lisp/indent.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/info-look.el
Wrote C:/Users/deyke/emacs-build/work/lisp/info-look.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/info-xref.el
Wrote C:/Users/deyke/emacs-build/work/lisp/info-xref.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/info.el
Wrote C:/Users/deyke/emacs-build/work/lisp/info.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/informat.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/informat.el:508:1:Warning: the function
    `texinfo-format-refill' is not known to be defined.
Wrote C:/Users/deyke/emacs-build/work/lisp/informat.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/isearch.el
Wrote C:/Users/deyke/emacs-build/work/lisp/isearch.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/isearchb.el
Wrote C:/Users/deyke/emacs-build/work/lisp/isearchb.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/iswitchb.el
Wrote C:/Users/deyke/emacs-build/work/lisp/iswitchb.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/jit-lock.el
Wrote C:/Users/deyke/emacs-build/work/lisp/jit-lock.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/jka-cmpr-hook.el
Wrote C:/Users/deyke/emacs-build/work/lisp/jka-cmpr-hook.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/jka-compr.el
Wrote C:/Users/deyke/emacs-build/work/lisp/jka-compr.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/kermit.el
Wrote C:/Users/deyke/emacs-build/work/lisp/kermit.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/kmacro.el
Wrote C:/Users/deyke/emacs-build/work/lisp/kmacro.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ldefs-boot.el
Compiling C:/Users/deyke/emacs-build/work/lisp/ledit.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ledit.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/loaddefs.el
Compiling C:/Users/deyke/emacs-build/work/lisp/loadhist.el
Wrote C:/Users/deyke/emacs-build/work/lisp/loadhist.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/loadup.el
Compiling C:/Users/deyke/emacs-build/work/lisp/locate.el
Wrote C:/Users/deyke/emacs-build/work/lisp/locate.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/log-edit.el
Wrote C:/Users/deyke/emacs-build/work/lisp/log-edit.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/log-view.el
Wrote C:/Users/deyke/emacs-build/work/lisp/log-view.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/longlines.el
Wrote C:/Users/deyke/emacs-build/work/lisp/longlines.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/lpr.el
Wrote C:/Users/deyke/emacs-build/work/lisp/lpr.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ls-lisp.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ls-lisp.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/macros.el
Wrote C:/Users/deyke/emacs-build/work/lisp/macros.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/makesum.el
Wrote C:/Users/deyke/emacs-build/work/lisp/makesum.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/man.el
Wrote C:/Users/deyke/emacs-build/work/lisp/man.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/master.el
Wrote C:/Users/deyke/emacs-build/work/lisp/master.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/menu-bar.el
Wrote C:/Users/deyke/emacs-build/work/lisp/menu-bar.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/midnight.el
Wrote C:/Users/deyke/emacs-build/work/lisp/midnight.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/minibuf-eldef.el
Wrote C:/Users/deyke/emacs-build/work/lisp/minibuf-eldef.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/misc.el
Wrote C:/Users/deyke/emacs-build/work/lisp/misc.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/mouse-copy.el
Wrote C:/Users/deyke/emacs-build/work/lisp/mouse-copy.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/mouse-drag.el
Wrote C:/Users/deyke/emacs-build/work/lisp/mouse-drag.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/mouse-sel.el
Wrote C:/Users/deyke/emacs-build/work/lisp/mouse-sel.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/mouse.el
Wrote C:/Users/deyke/emacs-build/work/lisp/mouse.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/msb.el
Wrote C:/Users/deyke/emacs-build/work/lisp/msb.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/mwheel.el
Wrote C:/Users/deyke/emacs-build/work/lisp/mwheel.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/newcomment.el
Wrote C:/Users/deyke/emacs-build/work/lisp/newcomment.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/novice.el
Wrote C:/Users/deyke/emacs-build/work/lisp/novice.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/outline.el
Wrote C:/Users/deyke/emacs-build/work/lisp/outline.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/paren.el
Wrote C:/Users/deyke/emacs-build/work/lisp/paren.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/patcomp.el
Compiling C:/Users/deyke/emacs-build/work/lisp/paths.el
Compiling C:/Users/deyke/emacs-build/work/lisp/pcmpl-cvs.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pcmpl-cvs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcmpl-gnu.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pcmpl-gnu.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcmpl-linux.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pcmpl-linux.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcmpl-rpm.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pcmpl-rpm.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcmpl-unix.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pcmpl-unix.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcomplete.el

In pcomplete-show-completions:
C:/Users/deyke/emacs-build/work/lisp/pcomplete.el:980:25:Warning: attempt to
    inline `pcomplete-read-event' before it was defined

In end of data:
C:/Users/deyke/emacs-build/work/lisp/pcomplete.el:1204:1:Warning: the
    following functions are not known to be defined: comint-bol,
    pcomplete-read-event, event-matches-key-specifier-p
Wrote C:/Users/deyke/emacs-build/work/lisp/pcomplete.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcvs-defs.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pcvs-defs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcvs-info.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pcvs-info.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcvs-parse.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pcvs-parse.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcvs-util.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pcvs-util.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pcvs.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/pcvs.el:2404:1:Warning: the following
    functions are not known to be defined: vc-editable-p, vc-checkout
Wrote C:/Users/deyke/emacs-build/work/lisp/pcvs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pgg-def.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pgg-def.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pgg-gpg.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pgg-gpg.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pgg-parse.el

In toplevel form:
C:/Users/deyke/emacs-build/work/lisp/pgg-parse.el:183:8:Warning: reference to
    free variable `pgg-parse-crc24'

In end of data:
C:/Users/deyke/emacs-build/work/lisp/pgg-parse.el:516:1:Warning: the function
    `pgg-parse-crc24-string' is not known to be defined.
Wrote C:/Users/deyke/emacs-build/work/lisp/pgg-parse.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pgg-pgp.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pgg-pgp.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pgg-pgp5.el
Wrote C:/Users/deyke/emacs-build/work/lisp/pgg-pgp5.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/pgg.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/pgg.el:594:1:Warning: the following
    functions might not be defined at runtime: pgg-run-at-time,
    pgg-cancel-timer
Wrote C:/Users/deyke/emacs-build/work/lisp/pgg.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/printing.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/printing.el:6681:1:Warning: the function
    `easy-menu-remove-item' might not be defined at runtime.
C:/Users/deyke/emacs-build/work/lisp/printing.el:6681:1:Warning: the following
    functions are not known to be defined: pr-menu-set-utility-title,
    pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p,
    pr-menu-position, pr-menu-lookup, pr-do-update-menus, pr-menu-alist,
    pr-even-or-odd-pages, pr-menu-get-item, pr-menu-set-item-name,
    pr-menu-lock, pr-update-mode-line, pr-f-read-string,
    pr-f-set-keymap-parents, pr-keep-region-active
Wrote C:/Users/deyke/emacs-build/work/lisp/printing.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ps-bdf.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ps-bdf.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ps-mule.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ps-mule.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ps-print.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/ps-print.el:7070:1:Warning: the following
    functions are not known to be defined: ps-color-values, ps-mark-active-p,
    ps-face-background-name, ps-face-foreground-name, ps-color-device,
    ps-e-find-composition, ps-face-bold-p, ps-face-italic-p
Wrote C:/Users/deyke/emacs-build/work/lisp/ps-print.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/recentf.el
Wrote C:/Users/deyke/emacs-build/work/lisp/recentf.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/rect.el
Wrote C:/Users/deyke/emacs-build/work/lisp/rect.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/register.el
Wrote C:/Users/deyke/emacs-build/work/lisp/register.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/repeat.el
Wrote C:/Users/deyke/emacs-build/work/lisp/repeat.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/replace.el
Wrote C:/Users/deyke/emacs-build/work/lisp/replace.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/reposition.el
Wrote C:/Users/deyke/emacs-build/work/lisp/reposition.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/resume.el
Wrote C:/Users/deyke/emacs-build/work/lisp/resume.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/reveal.el
Wrote C:/Users/deyke/emacs-build/work/lisp/reveal.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/rfn-eshadow.el
Wrote C:/Users/deyke/emacs-build/work/lisp/rfn-eshadow.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/rot13.el
Wrote C:/Users/deyke/emacs-build/work/lisp/rot13.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ruler-mode.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ruler-mode.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/s-region.el
Wrote C:/Users/deyke/emacs-build/work/lisp/s-region.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/savehist.el
Wrote C:/Users/deyke/emacs-build/work/lisp/savehist.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/saveplace.el
Wrote C:/Users/deyke/emacs-build/work/lisp/saveplace.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/sb-image.el
Wrote C:/Users/deyke/emacs-build/work/lisp/sb-image.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/scroll-all.el
Wrote C:/Users/deyke/emacs-build/work/lisp/scroll-all.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/scroll-bar.el
Wrote C:/Users/deyke/emacs-build/work/lisp/scroll-bar.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/scroll-lock.el
Wrote C:/Users/deyke/emacs-build/work/lisp/scroll-lock.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/select.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/select.el:404:1:Warning: the following
    functions are not known to be defined: x-get-selection-internal,
    x-own-selection-internal, x-disown-selection-internal,
    x-get-cut-buffer-internal, x-rotate-cut-buffers-internal,
    x-store-cut-buffer-internal
Wrote C:/Users/deyke/emacs-build/work/lisp/select.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/server.el
Wrote C:/Users/deyke/emacs-build/work/lisp/server.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/ses.el
Wrote C:/Users/deyke/emacs-build/work/lisp/ses.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/shadowfile.el
Wrote C:/Users/deyke/emacs-build/work/lisp/shadowfile.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/shell.el
Wrote C:/Users/deyke/emacs-build/work/lisp/shell.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/simple.el
Wrote C:/Users/deyke/emacs-build/work/lisp/simple.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/skeleton.el
Wrote C:/Users/deyke/emacs-build/work/lisp/skeleton.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/smerge-mode.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/smerge-mode.el:851:1:Warning: the
    function `ediff-cleanup-mess' is not known to be defined.
Wrote C:/Users/deyke/emacs-build/work/lisp/smerge-mode.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/sort.el
Wrote C:/Users/deyke/emacs-build/work/lisp/sort.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/soundex.el
Wrote C:/Users/deyke/emacs-build/work/lisp/soundex.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/speedbar.el
Wrote C:/Users/deyke/emacs-build/work/lisp/speedbar.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/startup.el
Wrote C:/Users/deyke/emacs-build/work/lisp/startup.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/strokes.el
Wrote C:/Users/deyke/emacs-build/work/lisp/strokes.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/subdirs.el
Compiling C:/Users/deyke/emacs-build/work/lisp/subr.el
Compiling C:/Users/deyke/emacs-build/work/lisp/t-mouse.el

In t-mouse-mode:
C:/Users/deyke/emacs-build/work/lisp/t-mouse.el:296:11:Warning:
    `process-kill-without-query' is an obsolete function (as of Emacs 22.1);
    use `process-query-on-exit-flag' or `set-process-query-on-exit-flag'.
Wrote C:/Users/deyke/emacs-build/work/lisp/t-mouse.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/tabify.el
Wrote C:/Users/deyke/emacs-build/work/lisp/tabify.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/talk.el
Wrote C:/Users/deyke/emacs-build/work/lisp/talk.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/tar-mode.el
Wrote C:/Users/deyke/emacs-build/work/lisp/tar-mode.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/tempo.el
Wrote C:/Users/deyke/emacs-build/work/lisp/tempo.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/term.el
Wrote C:/Users/deyke/emacs-build/work/lisp/term.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/terminal.el
Wrote C:/Users/deyke/emacs-build/work/lisp/terminal.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/thingatpt.el
Wrote C:/Users/deyke/emacs-build/work/lisp/thingatpt.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/thumbs.el
Wrote C:/Users/deyke/emacs-build/work/lisp/thumbs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/time-stamp.el
Wrote C:/Users/deyke/emacs-build/work/lisp/time-stamp.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/time.el
Wrote C:/Users/deyke/emacs-build/work/lisp/time.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/timezone.el
Wrote C:/Users/deyke/emacs-build/work/lisp/timezone.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/tmm.el
Wrote C:/Users/deyke/emacs-build/work/lisp/tmm.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/tool-bar.el
Wrote C:/Users/deyke/emacs-build/work/lisp/tool-bar.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/tooltip.el
Wrote C:/Users/deyke/emacs-build/work/lisp/tooltip.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/tree-widget.el
Wrote C:/Users/deyke/emacs-build/work/lisp/tree-widget.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/tumme.el
Wrote C:/Users/deyke/emacs-build/work/lisp/tumme.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/type-break.el
Wrote C:/Users/deyke/emacs-build/work/lisp/type-break.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/uniquify.el
Wrote C:/Users/deyke/emacs-build/work/lisp/uniquify.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/userlock.el
Wrote C:/Users/deyke/emacs-build/work/lisp/userlock.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vc-arch.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vc-arch.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vc-cvs.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vc-cvs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vc-hooks.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/vc-hooks.el:918:1:Warning: the following
    functions are not known to be defined: vc-dired-resynch-file, vc-checkout
Wrote C:/Users/deyke/emacs-build/work/lisp/vc-hooks.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vc-mcvs.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vc-mcvs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vc-rcs.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vc-rcs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vc-sccs.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vc-sccs.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vc-svn.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vc-svn.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vc.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vc.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vcursor.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vcursor.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/version.el
Compiling C:/Users/deyke/emacs-build/work/lisp/view.el
Wrote C:/Users/deyke/emacs-build/work/lisp/view.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vms-patch.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/vms-patch.el:265:1:Warning: the following
    functions are not known to be defined: vms-system-info,
    subprocess-command-to-buffer, send-command-to-subprocess
Wrote C:/Users/deyke/emacs-build/work/lisp/vms-patch.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vmsproc.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/vmsproc.el:145:1:Warning: the following
    functions are not known to be defined: spawn-subprocess,
    send-command-to-subprocess
Wrote C:/Users/deyke/emacs-build/work/lisp/vmsproc.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vt-control.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vt-control.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/vt100-led.el
Wrote C:/Users/deyke/emacs-build/work/lisp/vt100-led.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/w32-fns.el
Wrote C:/Users/deyke/emacs-build/work/lisp/w32-fns.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/w32-vars.el
Wrote C:/Users/deyke/emacs-build/work/lisp/w32-vars.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/wdired.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/wdired.el:753:1:Warning: the function
    `make-symbolic-link' is not known to be defined.
Wrote C:/Users/deyke/emacs-build/work/lisp/wdired.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/whitespace.el
Wrote C:/Users/deyke/emacs-build/work/lisp/whitespace.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/wid-browse.el
Wrote C:/Users/deyke/emacs-build/work/lisp/wid-browse.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/wid-edit.el
Wrote C:/Users/deyke/emacs-build/work/lisp/wid-edit.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/widget.el
Wrote C:/Users/deyke/emacs-build/work/lisp/widget.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/windmove.el
Wrote C:/Users/deyke/emacs-build/work/lisp/windmove.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/window.el
Wrote C:/Users/deyke/emacs-build/work/lisp/window.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/winner.el
Wrote C:/Users/deyke/emacs-build/work/lisp/winner.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/woman.el
Wrote C:/Users/deyke/emacs-build/work/lisp/woman.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/x-dnd.el

In end of data:
C:/Users/deyke/emacs-build/work/lisp/x-dnd.el:745:1:Warning: the following
    functions are not known to be defined: x-window-property,
    x-change-window-property, x-get-atom-name, x-send-client-message,
    x-get-selection-internal
Wrote C:/Users/deyke/emacs-build/work/lisp/x-dnd.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/xml.el
Wrote C:/Users/deyke/emacs-build/work/lisp/xml.elc
Compiling C:/Users/deyke/emacs-build/work/lisp/xt-mouse.el
Wrote C:/Users/deyke/emacs-build/work/lisp/xt-mouse.elc
Compiling calc/calc-aent.el

In end of data:
calc-aent.el:1314:1:Warning: the following functions are not known to be
    defined: math-evaluate-expr, calc-refresh-evaltos, calc-execute-kbd-macro,
    math-is-true, calc-explain-why, calc-alg-edit,
    math-composite-inequalities, math-flatten-lands, math-multi-subst,
    calcFunc-vmatches, math-simplify, math-known-matrixp,
    math-parse-fortran-subscr, math-to-radians-2, math-read-string,
    math-read-brackets, math-read-angle-brackets
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-aent.elc
Compiling calc/calc-alg.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-alg.elc
Compiling calc/calc-arith.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-arith.elc
Compiling calc/calc-bin.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-bin.elc
Compiling calc/calc-comb.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-comb.elc
Compiling calc/calc-cplx.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-cplx.elc
Compiling calc/calc-embed.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-embed.elc
Compiling calc/calc-ext.el

In end of data:
calc-ext.el:3351:1:Warning: the following functions are not known to be
    defined: math-clip, math-round, math-simplify, math-simplify-extended,
    math-simplify-units, calc-set-language, calc-flush-caches,
    calc-save-modes, calc-embedded-modes-change, calc-embedded-var-change,
    math-mul-float, math-arctan-raw, math-sqrt-float, math-exp-minus-1-raw,
    math-sqrt-raw, math-provably-integer, math-map-vec, math-make-frac,
    math-normalize-polar, math-normalize-hms, math-normalize-mod,
    math-make-sdev, math-make-intv, math-normalize-logical-op,
    math-possible-signs, math-infinite-dir, math-calcFunc-to-var,
    calc-embedded-evaluate-expr, math-known-nonzerop, math-read-expr-level,
    math-read-big-rec, math-read-big-balance, math-format-date,
    math-vector-is-string, math-vector-to-string, math-format-radix-float,
    math-compose-expr, math-abs, math-format-bignum-binary,
    math-format-bignum-octal, math-format-bignum-hex,
    math-format-bignum-radix, math-compute-max-digits
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-ext.elc
Compiling calc/calc-fin.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-fin.elc
Compiling calc/calc-forms.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-forms.elc
Compiling calc/calc-frac.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-frac.elc
Compiling calc/calc-funcs.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-funcs.elc
Compiling calc/calc-graph.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-graph.elc
Compiling calc/calc-help.el

In end of data:
calc-help.el:682:1:Warning: the following functions are not known to be
    defined: Info-goto-node, Info-last
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-help.elc
Compiling calc/calc-incom.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-incom.elc
Compiling calc/calc-keypd.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-keypd.elc
Compiling calc/calc-lang.el

In end of data:
calc-lang.el:1291:1:Warning: the following functions are not known to be
    defined: math-read-factor, math-read-expr-level
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-lang.elc
Compiling calc/calc-macs.el

In end of data:
calc-macs.el:203:1:Warning: the following functions are not known to be
    defined: math-zerop, math-negp, math-looks-negp, math-posp, math-compare,
    math-bignum, math-compare-bignum
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-macs.elc
Compiling calc/calc-map.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-map.elc
Compiling calc/calc-math.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-math.elc
Compiling calc/calc-misc.el

In end of data:
calc-misc.el:768:1:Warning: the following functions are not known to be
    defined: calc-do-keypad, calc-inv-hyp-prefix-help,
    calc-inverse-prefix-help, calc-hyperbolic-prefix-help, calc-explain-why,
    calc-clear-command-flag, calc-roll-down-with-selections,
    calc-roll-up-with-selections, calc-last-args, calc-is-inverse,
    calc-do-prefix-help, math-objvecp, math-known-scalarp, math-vectorp,
    math-matrixp, math-trunc-special, math-trunc-fancy, math-floor-special,
    math-floor-fancy, math-square-matrixp, math-matrix-inv-raw,
    math-known-matrixp, math-mod-fancy, math-pow-of-zero, math-pow-zero,
    math-pow-fancy
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-misc.elc
Compiling calc/calc-mode.el

In end of data:
calc-mode.el:679:1:Warning: the function `calc-embedded-save-original-modes'
    is not known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-mode.elc
Compiling calc/calc-mtx.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-mtx.elc
Compiling calc/calc-poly.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-poly.elc
Compiling calc/calc-prog.el

In end of data:
calc-prog.el:2365:1:Warning: the following functions are not known to be
    defined: edmacro-format-keys, edmacro-parse-keys, math-read-expr-level
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-prog.elc
Compiling calc/calc-rewr.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-rewr.elc
Compiling calc/calc-rules.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-rules.elc
Compiling calc/calc-sel.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-sel.elc
Compiling calc/calc-stat.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-stat.elc
Compiling calc/calc-store.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-store.elc
Compiling calc/calc-stuff.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-stuff.elc
Compiling calc/calc-trail.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-trail.elc
Compiling calc/calc-undo.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-undo.elc
Compiling calc/calc-units.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-units.elc
Compiling calc/calc-vec.el

In end of data:
calc-vec.el:1597:1:Warning: the function `math-read-expr-level' is not known
    to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-vec.elc
Compiling calc/calc-yank.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc-yank.elc
Compiling calc/calc.el

In end of data:
calc.el:3582:1:Warning: the following functions are not known to be defined:
    calc-set-language, calc-edit-finish, calc-edit-cancel, calc-do-quick-calc,
    calc-do-calc-eval, calc-do-keypad, calcFunc-unixtime, math-parse-date,
    math-lessp, calc-embedded-finish-command, calc-embedded-select-buffer,
    calc-embedded-mode-line-change, calc-push-list-in-macro,
    calc-replace-selections, calc-record-list, calc-normalize-fancy,
    calc-do-handle-whys, calc-top-selected, calc-sel-error,
    calc-pop-stack-in-macro, calc-embedded-stack-change, calc-refresh-evaltos,
    calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy,
    calc-delete-selection, calc-alg-digit-entry, calc-alg-entry, calc-dots,
    calc-temp-minibuffer-message, math-read-radix-digit, calc-digit-dots,
    math-normalize-fancy, math-normalize-nonstandard,
    math-recompile-eval-rules, math-apply-rewrites, calc-record-why,
    math-dimension-error, calc-incomplete-error, math-float-fancy,
    math-neg-fancy, calc-add-fractions, math-add-objects-fancy,
    math-add-symb-fancy, math-mul-zero, calc-mul-fractions,
    math-mul-objects-fancy, math-mul-symb-fancy, math-reject-arg,
    math-div-by-zero, math-div-zero, math-make-frac, calc-div-fractions,
    math-div-objects-fancy, math-div-symb-fancy, math-compose-expr,
    math-comp-width, math-composition-to-string,
    math-stack-value-offset-fancy, math-format-flat-expr-fancy,
    math-adjust-fraction, math-format-binary, math-format-radix,
    math-group-float, math-mod, math-format-number-fancy,
    math-format-bignum-fancy, math-read-number-fancy, calc-do-grab-region,
    calc-do-grab-rectangle, calc-do-embedded, calc-do-embedded-activate,
    math-do-defmath, next-command-event, event-to-character,
    calc-load-everything
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calc.elc
Compiling calc/calcalg2.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calcalg2.elc
Compiling calc/calcalg3.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calcalg3.elc
Compiling calc/calccomp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calccomp.elc
Compiling calc/calcsel2.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calc/calcsel2.elc
Compiling calendar/appt.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/appt.elc
Compiling calendar/cal-bahai.el

In end of data:
cal-bahai.el:516:1:Warning: the following functions are not known to be
    defined: add-to-diary-list, diary-name-pattern, mark-calendar-days-named
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-bahai.elc
Compiling calendar/cal-china.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-china.elc
Compiling calendar/cal-coptic.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-coptic.elc
Compiling calendar/cal-dst.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-dst.elc
Compiling calendar/cal-french.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-french.elc
Compiling calendar/cal-hebrew.el

In end of data:
cal-hebrew.el:1215:1:Warning: the following functions are not known to be
    defined: filter-visible-calendar-holidays, add-to-diary-list,
    diary-name-pattern, mark-calendar-days-named
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-hebrew.elc
Compiling calendar/cal-islam.el

In end of data:
cal-islam.el:506:1:Warning: the following functions are not known to be
    defined: add-to-diary-list, diary-name-pattern, mark-calendar-days-named
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-islam.elc
Compiling calendar/cal-iso.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-iso.elc
Compiling calendar/cal-julian.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-julian.elc
Compiling calendar/cal-mayan.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-mayan.elc
Compiling calendar/cal-menu.el

In end of data:
cal-menu.el:640:1:Warning: the following functions are not known to be
    defined: extract-calendar-year, calendar-cursor-to-date,
    calendar-date-string, calendar-current-date, calendar-increment-month,
    calendar-month-name, calendar-hebrew-date-string,
    calendar-islamic-date-string, calendar-bahai-date-string,
    calendar-sunrise-sunset, calendar-cursor-holidays, insert-diary-entry,
    calendar-set-mark, cal-tex-cursor-day, cal-tex-cursor-week,
    cal-tex-cursor-week2, cal-tex-cursor-week-iso, cal-tex-cursor-week-monday,
    cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week,
    cal-tex-cursor-filofax-week, cal-tex-cursor-month,
    cal-tex-cursor-month-landscape, cal-tex-cursor-year,
    cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape,
    calendar-day-of-year-string, calendar-iso-date-string,
    calendar-julian-date-string, calendar-astro-date-string,
    calendar-absolute-from-gregorian, calendar-persian-date-string,
    calendar-chinese-date-string, calendar-coptic-date-string,
    calendar-ethiopic-date-string, calendar-french-date-string,
    calendar-mayan-date-string, calendar-print-chinese-date,
    calendar-goto-date
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-menu.elc
Compiling calendar/cal-move.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-move.elc
Compiling calendar/cal-persia.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-persia.elc
Compiling calendar/cal-tex.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-tex.elc
Compiling calendar/cal-x.el

In end of data:
cal-x.el:174:1:Warning: the function `make-fancy-diary-buffer' is not known to
    be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/cal-x.elc
Compiling calendar/calendar.el

In end of data:
calendar.el:3142:1:Warning: the following functions are not known to be
    defined: diary-view-entries, list-calendar-holidays,
    Info-find-emacs-command-nodes, Info-find-node
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/calendar.elc
Compiling calendar/diary-lib.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/diary-lib.elc
Compiling calendar/holidays.el

In end of data:
holidays.el:536:1:Warning: the function `calendar-absolute-from-julian' is not
    known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/holidays.elc
Compiling calendar/icalendar.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/icalendar.elc
Compiling calendar/lunar.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/lunar.elc
Compiling calendar/parse-time.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/parse-time.elc
Compiling calendar/solar.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/solar.elc
Compiling calendar/time-date.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/time-date.elc
Compiling calendar/timeclock.el
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/timeclock.elc
Compiling calendar/todo-mode.el

In end of data:
todo-mode.el:960:1:Warning: the function `calendar-current-date' is not known
    to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/calendar/todo-mode.elc
Compiling emacs-lisp/advice.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/advice.elc
Compiling emacs-lisp/assoc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/assoc.elc
Compiling emacs-lisp/authors.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/authors.elc
Compiling emacs-lisp/autoload.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/autoload.elc
Compiling emacs-lisp/backquote.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/backquote.elc
Compiling emacs-lisp/benchmark.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/benchmark.elc
Compiling emacs-lisp/bindat.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/bindat.elc
Compiling emacs-lisp/byte-opt.el
Compiling emacs-lisp/byte-run.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/byte-run.elc
Compiling emacs-lisp/bytecomp.el
Compiling emacs-lisp/checkdoc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/checkdoc.elc
Compiling emacs-lisp/cl-compat.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/cl-compat.elc
Compiling emacs-lisp/cl-extra.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/cl-extra.elc
Compiling emacs-lisp/cl-indent.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/cl-indent.elc
Compiling emacs-lisp/cl-macs.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/cl-macs.elc
Compiling emacs-lisp/cl-seq.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/cl-seq.elc
Compiling emacs-lisp/cl-specs.el
Compiling emacs-lisp/cl.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/cl.elc
Compiling emacs-lisp/copyright.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/copyright.elc
Compiling emacs-lisp/crm.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/crm.elc
Compiling emacs-lisp/cust-print.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/cust-print.elc
Compiling emacs-lisp/debug.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/debug.elc
Compiling emacs-lisp/derived.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/derived.elc
Compiling emacs-lisp/disass.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/disass.elc
Compiling emacs-lisp/easy-mmode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/easy-mmode.elc
Compiling emacs-lisp/easymenu.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/easymenu.elc
Compiling emacs-lisp/edebug.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/edebug.elc
Compiling emacs-lisp/eldoc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/eldoc.elc
Compiling emacs-lisp/elint.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/elint.elc
Compiling emacs-lisp/elp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/elp.elc
Compiling emacs-lisp/ewoc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/ewoc.elc
Compiling emacs-lisp/find-func.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/find-func.elc
Compiling emacs-lisp/find-gc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/find-gc.elc
Compiling emacs-lisp/float-sup.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/float-sup.elc
Compiling emacs-lisp/generic.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/generic.elc
Compiling emacs-lisp/gulp.el

In end of data:
gulp.el:178:1:Warning: the following functions are not known to be defined:
    mail-subject, mail-send
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/gulp.elc
Compiling emacs-lisp/helper.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/helper.elc
Compiling emacs-lisp/levents.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/levents.elc
Compiling emacs-lisp/lisp-mnt.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/lisp-mnt.elc
Compiling emacs-lisp/lisp-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/lisp-mode.elc
Compiling emacs-lisp/lisp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/lisp.elc
Compiling emacs-lisp/lmenu.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/lmenu.elc
Compiling emacs-lisp/lselect.el

In end of data:
lselect.el:242:1:Warning: the following functions are not known to be defined:
    x-get-selection-internal, extentp, extent-buffer, extent-start-position,
    extent-end-position, delete-extent, set-extent-endpoints, make-extent,
    set-extent-priority, set-extent-face, x-disown-selection-internal,
    zmacs-deactivate-region, x-selection-owner-p
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/lselect.elc
Compiling emacs-lisp/lucid.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/lucid.elc
Compiling emacs-lisp/macroexp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/macroexp.elc
Compiling emacs-lisp/map-ynp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/map-ynp.elc
Compiling emacs-lisp/pp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/pp.elc
Compiling emacs-lisp/re-builder.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/re-builder.elc
Compiling emacs-lisp/regexp-opt.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/regexp-opt.elc
Compiling emacs-lisp/regi.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/regi.elc
Compiling emacs-lisp/ring.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/ring.elc
Compiling emacs-lisp/rx.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/rx.elc
Compiling emacs-lisp/shadow.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/shadow.elc
Compiling emacs-lisp/sregex.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/sregex.elc
Compiling emacs-lisp/syntax.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/syntax.elc
Compiling emacs-lisp/tcover-ses.el

In end of data:
tcover-ses.el:715:1:Warning: the following functions are not known to be
    defined: ses-jump, ses-set-curcell, ses-update-cells, ses-load,
    ses-vector-delete, ses-create-header-string, ses-read-cell,
    ses-read-symbol, ses-command-hook
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/tcover-ses.elc
Compiling emacs-lisp/tcover-unsafep.el

In end of data:
tcover-unsafep.el:142:1:Warning: the function `unsafep-function' is not known
    to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/tcover-unsafep.elc
Compiling emacs-lisp/testcover.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/testcover.elc
Compiling emacs-lisp/timer.el

In end of data:
timer.el:541:1:Warning: the function `diary-entry-time' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/timer.elc
Compiling emacs-lisp/tq.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/tq.elc
Compiling emacs-lisp/trace.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/trace.elc
Compiling emacs-lisp/unsafep.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/unsafep.elc
Compiling emacs-lisp/warnings.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emacs-lisp/warnings.elc
Compiling emulation/crisp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/crisp.elc
Compiling emulation/cua-base.el

In end of data:
cua-base.el:1495:1:Warning: the function `cua-mode' might not be defined at
    runtime.
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/cua-base.elc
Compiling emulation/cua-gmrk.el

In end of data:
cua-gmrk.el:390:1:Warning: the function `cua--global-mark-active' might not be
    defined at runtime.
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/cua-gmrk.elc
Compiling emulation/cua-rect.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/cua-rect.elc
Compiling emulation/edt-lk201.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/edt-lk201.elc
Compiling emulation/edt-mapper.el

In end of data:
edt-mapper.el:530:1:Warning: the following functions are not known to be
    defined: console-type, replace-in-string, event-key, edt-map-key
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/edt-mapper.elc
Compiling emulation/edt-pc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/edt-pc.elc
Compiling emulation/edt-vt100.el

In end of data:
edt-vt100.el:51:1:Warning: the function `vt100-wide-mode' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/edt-vt100.elc
Compiling emulation/edt.el

In end of data:
edt.el:2720:1:Warning: the following functions are not known to be defined:
    console-type, replace-in-string, zmacs-deactivate-region, events-to-keys,
    c-mark-function, edt-setup-user-bindings
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/edt.elc
Compiling emulation/keypad.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/keypad.elc
Compiling emulation/pc-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/pc-mode.elc
Compiling emulation/pc-select.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/pc-select.elc
Compiling emulation/tpu-edt.el

In end of data:
tpu-edt.el:2482:1:Warning: the following functions are not known to be
    defined: tpu-emacs-search, tpu-emacs-rev-search, next-line-internal
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/tpu-edt.elc
Compiling emulation/tpu-extras.el

In end of data:
tpu-extras.el:485:1:Warning: the following functions are not known to be
    defined: tpu-old-newline, tpu-old-newline-and-indent, tpu-old-do-auto-fill
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/tpu-extras.elc
Compiling emulation/tpu-mapper.el

In tpu-lucid-map-key:
tpu-mapper.el:183:4:Warning: value returned by `format' is not used

In tpu-emacs-map-key:
tpu-mapper.el:199:4:Warning: value returned by `format' is not used

In end of data:
tpu-mapper.el:397:1:Warning: the following functions are not known to be
    defined: set-screen-size, selected-screen, event-key, tpu-map-key
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/tpu-mapper.elc
Compiling emulation/vi.el

In end of data:
vi.el:1492:1:Warning: the function `c-mark-function' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/vi.elc
Compiling emulation/vip.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/vip.elc
Compiling emulation/viper-cmd.el
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-cmd.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...

In end of data:
viper-cmd.el:5031:1:Warning: the function `viper-heading-end' might not be
    defined at runtime.
viper-cmd.el:5031:1:Warning: the following functions are not known to be
    defined: quail-input-method, quail-start-translation, character-to-event,
    viper-iconify, key-press-event-p, event-key, viper-set-hooks,
    viper-get-face
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/viper-cmd.elc
Compiling emulation/viper-ex.el
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-cmd.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/viper-ex.elc
Compiling emulation/viper-init.el

In end of data:
viper-init.el:1039:1:Warning: the function `quail-delete-overlays' is not
    known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/viper-init.elc
Compiling emulation/viper-keym.el
Loading viper-util.el (source)...
Loading viper-init.el (source)...

In end of data:
viper-keym.el:713:1:Warning: the following functions are not known to be
    defined: viper-ex, viper-normalize-minor-mode-map-alist,
    viper-set-mode-vars-for
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/viper-keym.elc
Compiling emulation/viper-macs.el
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-cmd.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/viper-macs.elc
Compiling emulation/viper-mous.el
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-cmd.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...

In end of data:
viper-mous.el:679:1:Warning: the function `event-over-text-area-p' is not
    known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/viper-mous.elc
Compiling emulation/viper-util.el
Loading viper-init.el (source)...

In end of data:
viper-util.el:1571:1:Warning: the following functions are not known to be
    defined: viper-int-to-char, viper-characterp, viper-color-defined-p,
    viper-overlay-p, viper-forward-Word, vc-locking-user, viper-move-overlay,
    viper-make-overlay, viper-overlay-put, viper-overlay-live-p,
    viper-overlay-start, viper-overlay-end, character-to-event,
    viper-read-event
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/viper-util.elc
Compiling emulation/viper.el
Loading viper-init.el (source)...
Loading viper-cmd.el (source)...
Loading viper-util.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/viper.elc
Compiling emulation/ws-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/emulation/ws-mode.elc
Compiling erc/erc-autoaway.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-autoaway.elc
Compiling erc/erc-backend.el

In end of data:
erc-backend.el:1786:1:Warning: the following functions might not be defined at
    runtime: erc-server-send, erc-current-time
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-backend.elc
Compiling erc/erc-button.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-button.elc
Compiling erc/erc-compat.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-compat.elc
Compiling erc/erc-dcc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-dcc.elc
Compiling erc/erc-ezbounce.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-ezbounce.elc
Compiling erc/erc-fill.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-fill.elc
Compiling erc/erc-goodies.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-goodies.elc
Compiling erc/erc-hecomplete.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-hecomplete.elc
Compiling erc/erc-ibuffer.el

In ibuffer-make-column-erc-modified:
erc-ibuffer.el:77:43:Warning: reference to free variable
    `erc-modified-channels-alist'
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-ibuffer.elc
Compiling erc/erc-identd.el

In end of data:
erc-identd.el:87:1:Warning: the function `open-network-stream-server' is not
    known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-identd.elc
Compiling erc/erc-imenu.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-imenu.elc
Compiling erc/erc-join.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-join.elc
Compiling erc/erc-lang.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-lang.elc
Compiling erc/erc-list.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-list.elc
Compiling erc/erc-log.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-log.elc
Compiling erc/erc-match.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-match.elc
Compiling erc/erc-menu.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-menu.elc
Compiling erc/erc-netsplit.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-netsplit.elc
Compiling erc/erc-networks.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-networks.elc
Compiling erc/erc-nicklist.el

In end of data:
erc-nicklist.el:411:1:Warning: the following functions are not known to be
    defined: bbdb-record-finger-host, bbdb-records, bbdb-get-field
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-nicklist.elc
Compiling erc/erc-notify.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-notify.elc
Compiling erc/erc-page.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-page.elc
Compiling erc/erc-pcomplete.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-pcomplete.elc
Compiling erc/erc-replace.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-replace.elc
Compiling erc/erc-ring.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-ring.elc
Compiling erc/erc-services.el

In erc-services-enable:
erc-services.el:83:32:Warning: reference to free variable
    `erc-nickserv-identify-mode'

In erc-nickserv-identify-mode:
erc-services.el:107:16:Warning: assignment to free variable
    `erc-nickserv-identify-mode'
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-services.elc
Compiling erc/erc-sound.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-sound.elc
Compiling erc/erc-speedbar.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-speedbar.elc
Compiling erc/erc-spelling.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-spelling.elc
Compiling erc/erc-stamp.el

In erc-insert-timestamp-right:
erc-stamp.el:250:26:Warning: reference to free variable `erc-fill-column'
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-stamp.elc
Compiling erc/erc-track.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-track.elc
Compiling erc/erc-truncate.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-truncate.elc
Compiling erc/erc-xdcc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc-xdcc.elc
Compiling erc/erc.el

In end of data:
erc.el:6174:1:Warning: the function `erc-controls-strip' might not be defined
    at runtime.
erc.el:6174:1:Warning: the following functions are not known to be defined:
    open-tls-stream, erc-network-name
Wrote c:/Users/deyke/emacs-build/work/lisp/erc/erc.elc
Compiling eshell/em-alias.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-alias.elc
Compiling eshell/em-banner.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-banner.elc
Compiling eshell/em-basic.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-basic.elc
Compiling eshell/em-cmpl.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-cmpl.elc
Compiling eshell/em-dirs.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-dirs.elc
Compiling eshell/em-glob.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-glob.elc
Compiling eshell/em-hist.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-hist.elc
Compiling eshell/em-ls.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-ls.elc
Compiling eshell/em-pred.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-pred.elc
Compiling eshell/em-prompt.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-prompt.elc
Compiling eshell/em-rebind.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-rebind.elc
Compiling eshell/em-script.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-script.elc
Compiling eshell/em-smart.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-smart.elc
Compiling eshell/em-term.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-term.elc
Compiling eshell/em-unix.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-unix.elc
Compiling eshell/em-xtra.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/em-xtra.elc
Compiling eshell/esh-arg.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-arg.elc
Compiling eshell/esh-cmd.el
Loading ange-ftp (source)...

In end of data:
esh-cmd.el:1422:1:Warning: the function `eshell-debug-command' might not be
    defined at runtime.
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-cmd.elc
Compiling eshell/esh-ext.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-ext.elc
Compiling eshell/esh-io.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-io.elc
Compiling eshell/esh-maint.el
Compiling eshell/esh-mode.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-mode.elc
Compiling eshell/esh-module.el
Loading ange-ftp (source)...
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-groups.el
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-groups.el
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-module.elc
Compiling eshell/esh-opt.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-opt.elc
Compiling eshell/esh-proc.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-proc.elc
Compiling eshell/esh-test.el
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-test.elc
Compiling eshell/esh-util.el
Loading ange-ftp (source)...
Loading ange-ftp (source)...
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-util.elc
Compiling eshell/esh-var.el
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/esh-var.elc
Compiling eshell/eshell.el

In end of data:
eshell.el:547:1:Warning: the function `eshell-mode' might not be defined at
    runtime.
Wrote c:/Users/deyke/emacs-build/work/lisp/eshell/eshell.elc
Compiling gnus/binhex.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/binhex.elc
Compiling gnus/canlock.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/canlock.elc
Compiling gnus/compface.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/compface.elc
Compiling gnus/deuglify.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/deuglify.elc
Compiling gnus/dig.el

In end of data:
dig.el:193:1:Warning: the function `gnus-run-mode-hooks' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/dig.elc
Compiling gnus/dns.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/dns.elc
Compiling gnus/earcon.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/earcon.elc
Compiling gnus/flow-fill.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/flow-fill.elc
Compiling gnus/format-spec.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/format-spec.elc
Compiling gnus/gnus-agent.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-agent.elc
Compiling gnus/gnus-art.el

In end of data:
gnus-art.el:7413:1:Warning: the following functions are not known to be
    defined: w3-region, w3m-region, Info-menu
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-art.elc
Compiling gnus/gnus-async.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-async.elc
Compiling gnus/gnus-audio.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-audio.elc
Compiling gnus/gnus-bcklg.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-bcklg.elc
Compiling gnus/gnus-cache.el

In end of data:
gnus-cache.el:781:1:Warning: the following functions might not be defined at
    runtime: gnus-cache-write-active, nnvirtual-find-group-art,
    nnml-generate-nov-databases-1
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-cache.elc
Compiling gnus/gnus-cite.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-cite.elc
Compiling gnus/gnus-cus.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-cus.elc
Compiling gnus/gnus-delay.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-delay.elc
Compiling gnus/gnus-demon.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-demon.elc
Compiling gnus/gnus-diary.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-diary.elc
Compiling gnus/gnus-dired.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-dired.elc
Compiling gnus/gnus-draft.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-draft.elc
Compiling gnus/gnus-dup.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-dup.elc
Compiling gnus/gnus-eform.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-eform.elc
Compiling gnus/gnus-ems.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-ems.elc
Compiling gnus/gnus-fun.el

In end of data:
gnus-fun.el:260:1:Warning: the following functions are not known to be
    defined: message-goto-eoh, uncompface, article-narrow-to-head,
    gnus-article-goto-header, gnus-add-image, gnus-add-wash-type
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-fun.elc
Compiling gnus/gnus-gl.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-gl.elc
Compiling gnus/gnus-group.el

In end of data:
gnus-group.el:4337:1:Warning: the function `nnkiboze-score-file' is not known
    to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-group.elc
Compiling gnus/gnus-int.el
Loading gnus-agent...

In end of data:
gnus-int.el:698:1:Warning: the following functions might not be defined at
    runtime: gnus-server-opened, gnus-status-message
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-int.elc
Compiling gnus/gnus-kill.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-kill.elc
Compiling gnus/gnus-logic.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-logic.elc
Compiling gnus/gnus-mh.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-mh.elc
Compiling gnus/gnus-ml.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-ml.elc
Compiling gnus/gnus-mlspl.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-mlspl.elc
Compiling gnus/gnus-move.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-move.elc
Compiling gnus/gnus-msg.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-msg.elc
Compiling gnus/gnus-nocem.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-nocem.elc
Compiling gnus/gnus-picon.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-picon.elc
Compiling gnus/gnus-range.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-range.elc
Compiling gnus/gnus-registry.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-registry.elc
Compiling gnus/gnus-salt.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-salt.elc
Compiling gnus/gnus-score.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-score.elc
Compiling gnus/gnus-setup.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-setup.elc
Compiling gnus/gnus-sieve.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-sieve.elc
Compiling gnus/gnus-soup.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-soup.elc
Compiling gnus/gnus-spec.el

In end of data:
gnus-spec.el:765:1:Warning: the function
    `gnus-summary-from-or-to-or-newsgroups' is not known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-spec.elc
Compiling gnus/gnus-srvr.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-srvr.elc
Compiling gnus/gnus-start.el

In end of data:
gnus-start.el:3122:1:Warning: the function `display-time-event-handler' is not
    known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-start.elc
Compiling gnus/gnus-sum.el

In end of data:
gnus-sum.el:11787:1:Warning: the following functions might not be defined at
    runtime: turn-on-gnus-mailing-list-mode, gnus-build-sparse-threads,
    gnus-cache-write-active, gnus-dead-summary-mode, unmorse-region,
    gnus-summary-mark-below, mm-uu-dissect
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-sum.elc
Compiling gnus/gnus-topic.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-topic.elc
Compiling gnus/gnus-undo.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-undo.elc
Compiling gnus/gnus-util.el

In end of data:
gnus-util.el:1604:1:Warning: the following functions are not known to be
    defined: gnus-find-method-for-group, gnus-group-name-decode,
    gnus-group-name-charset, message-tokenize-header, gnus-get-buffer-create,
    mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put,
    gnus-make-overlay, mm-append-to-file, gnus-add-text-properties,
    x-focus-frame
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-util.elc
Compiling gnus/gnus-uu.el

In end of data:
gnus-uu.el:2118:1:Warning: the function `make-symbolic-link' is not known to
    be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-uu.elc
Compiling gnus/gnus-vm.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-vm.elc
Compiling gnus/gnus-win.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus-win.elc
Compiling gnus/gnus.el

In end of data:
gnus.el:4293:1:Warning: the function `gnus-group-decoded-name' might not be
    defined at runtime.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/gnus.elc
Compiling gnus/hex-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/hex-util.elc
Compiling gnus/html2text.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/html2text.elc
Compiling gnus/ietf-drums.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/ietf-drums.elc
Compiling gnus/imap.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/imap.elc
Compiling gnus/legacy-gnus-agent.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/legacy-gnus-agent.elc
Compiling gnus/mail-parse.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mail-parse.elc
Compiling gnus/mail-prsvr.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mail-prsvr.elc
Compiling gnus/mail-source.el

In end of data:
mail-source.el:1074:1:Warning: the following functions might not be defined at
    runtime: format-spec, format-spec-make, imap-capability
mail-source.el:1074:1:Warning: the function `gnus-compress-sequence' is not
    known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mail-source.elc
Compiling gnus/mailcap.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mailcap.elc
Compiling gnus/message.el

In end of data:
message.el:6956:1:Warning: the following functions are not known to be
    defined: Info-goto-node, rmail-msg-is-pruned,
    rmail-msg-restore-non-pruned-header, mail-abbrev-in-expansion-header-p
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/message.elc
Compiling gnus/messcompat.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/messcompat.elc
Compiling gnus/mm-bodies.el

In end of data:
mm-bodies.el:301:1:Warning: the following functions are not known to be
    defined: message-options-get, message-options-set
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mm-bodies.elc
Compiling gnus/mm-decode.el

In end of data:
mm-decode.el:1549:1:Warning: the following functions are not known to be
    defined: gnus-map-function, gnus-configure-windows, delete-annotation,
    gnus-replace-in-string, make-glyph, window-pixel-width, glyph-height,
    window-pixel-height, mm-view-pkcs7
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mm-decode.elc
Compiling gnus/mm-encode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mm-encode.elc
Compiling gnus/mm-extern.el

In end of data:
mm-extern.el:173:1:Warning: the following functions are not known to be
    defined: message-goto-body, gnus-display-mime
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mm-extern.elc
Compiling gnus/mm-partial.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mm-partial.elc
Compiling gnus/mm-url.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mm-url.elc
Compiling gnus/mm-util.el

In toplevel form:
mm-util.el:159:27:Warning: reference to free variable
    `mm-mime-mule-charset-alist'

In end of data:
mm-util.el:1083:1:Warning: the following functions are not known to be
    defined: mm-delete-duplicates, mm-detect-coding-region
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mm-util.elc
Compiling gnus/mm-uu.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mm-uu.elc
Compiling gnus/mm-view.el

In end of data:
mm-view.el:654:1:Warning: the following functions are not known to be defined:
    make-annotation, set-extent-property, w3-do-setup, w3-region,
    w3m-detect-meta-charset, w3m-region, w3-prepare-buffer, map-extents,
    smime-decrypt-region, smime-get-key-by-email
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mm-view.elc
Compiling gnus/mml-sec.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mml-sec.elc
Compiling gnus/mml-smime.el

In end of data:
mml-smime.el:212:1:Warning: the function `gnus-completing-read-with-default'
    is not known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mml-smime.elc
Compiling gnus/mml.el

In end of data:
mml.el:1245:1:Warning: the following functions are not known to be defined:
    message-options-get, message-options-set, message-narrow-to-head,
    message-remove-header, message-encode-message-body,
    message-narrow-to-headers-or-head, message-mail-p, message-subscribed-p,
    message-make-mail-followup-to, message-position-on-field, message-news-p,
    message-options-set-recipient, message-generate-headers,
    gnus-make-hashtable, widget-button-press, widget-event-point
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mml.elc
Compiling gnus/mml1991.el

In end of data:
mml1991.el:315:1:Warning: the following functions are not known to be defined:
    message-options-get, message-options-set, mc-encrypt-generic,
    gpg-sign-encrypt, gpg-encrypt, mm-decode-content-transfer-encoding,
    mm-encode-content-transfer-encoding
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mml1991.elc
Compiling gnus/mml2015.el

In end of data:
mml2015.el:936:1:Warning: the following functions are not known to be defined:
    message-options-get, message-options-set, gnus-buffer-live-p,
    gnus-get-buffer-create
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/mml2015.elc
Compiling gnus/nnagent.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnagent.elc
Compiling gnus/nnbabyl.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnbabyl.elc
Compiling gnus/nndb.el

In end of data:
nndb.el:320:1:Warning: the function `nndb-request-article' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nndb.elc
Compiling gnus/nndiary.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nndiary.elc
Compiling gnus/nndir.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nndir.elc
Compiling gnus/nndoc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nndoc.elc
Compiling gnus/nndraft.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nndraft.elc
Compiling gnus/nneething.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nneething.elc
Compiling gnus/nnfolder.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnfolder.elc
Compiling gnus/nngateway.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nngateway.elc
Compiling gnus/nnheader.el

In end of data:
nnheader.el:1047:1:Warning: the following functions are not known to be
    defined: ietf-drums-unfold-fws, efs-re-read-dir
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnheader.elc
Compiling gnus/nnimap.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnimap.elc
Compiling gnus/nnkiboze.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnkiboze.elc
Compiling gnus/nnlistserv.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnlistserv.elc
Compiling gnus/nnmail.el

In end of data:
nnmail.el:2032:1:Warning: the following functions are not known to be defined:
    gnus-activate-group, gnus-request-create-group, gnus-request-group,
    gnus-request-accept-article, gnus-group-mark-article-read
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnmail.elc
Compiling gnus/nnmaildir.el

In end of data:
nnmaildir.el:1627:1:Warning: the following functions are not known to be
    defined: make-symbolic-link, unix-sync
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnmaildir.elc
Compiling gnus/nnmbox.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnmbox.elc
Compiling gnus/nnmh.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnmh.elc
Compiling gnus/nnml.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnml.elc
Compiling gnus/nnnil.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnnil.elc
Compiling gnus/nnoo.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnoo.elc
Compiling gnus/nnrss.el
Loading subst-ksc (source)...
Loading subst-gb2312 (source)...
Loading subst-big5 (source)...
Loading subst-jis (source)...

In end of data:
nnrss.el:1097:1:Warning: the following functions are not known to be defined:
    w3-parse-buffer, gnus-group-make-rss-group
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnrss.elc
Compiling gnus/nnslashdot.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnslashdot.elc
Compiling gnus/nnsoup.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnsoup.elc
Compiling gnus/nnspool.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnspool.elc
Compiling gnus/nntp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nntp.elc
Compiling gnus/nnultimate.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnultimate.elc
Compiling gnus/nnvirtual.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnvirtual.elc
Compiling gnus/nnwarchive.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnwarchive.elc
Compiling gnus/nnweb.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnweb.elc
Compiling gnus/nnwfm.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/nnwfm.elc
Compiling gnus/pop3.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/pop3.elc
Compiling gnus/qp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/qp.elc
Compiling gnus/rfc1843.el

In end of data:
rfc1843.el:190:1:Warning: the following functions are not known to be defined:
    message-narrow-to-head, message-fetch-field,
    mail-header-parse-content-type
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/rfc1843.elc
Compiling gnus/rfc2045.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/rfc2045.elc
Compiling gnus/rfc2047.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/rfc2047.elc
Compiling gnus/rfc2104.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/rfc2104.elc
Compiling gnus/rfc2231.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/rfc2231.elc
Compiling gnus/score-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/score-mode.elc
Compiling gnus/sha1.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/sha1.elc
Compiling gnus/sieve-manage.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/sieve-manage.elc
Compiling gnus/sieve-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/sieve-mode.elc
Compiling gnus/sieve.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/sieve.elc
Compiling gnus/smiley.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/smiley.elc
Compiling gnus/smime.el

In end of data:
smime.el:654:1:Warning: the function `gnus-run-mode-hooks' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/smime.elc
Compiling gnus/spam-report.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/spam-report.elc
Compiling gnus/spam-stat.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/spam-stat.elc
Compiling gnus/spam.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/spam.elc
Compiling gnus/starttls.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/starttls.elc
Compiling gnus/utf7.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/utf7.elc
Compiling gnus/uudecode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/uudecode.elc
Compiling gnus/webmail.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/webmail.elc
Compiling gnus/yenc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/gnus/yenc.elc
Compiling international/ccl.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/ccl.elc
Compiling international/characters.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/characters.elc
Compiling international/code-pages.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/code-pages.elc
Compiling international/codepage.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/codepage.elc
Compiling international/encoded-kb.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/encoded-kb.elc
Compiling international/fontset.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/fontset.elc
Compiling international/isearch-x.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/isearch-x.elc
Compiling international/iso-ascii.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/iso-ascii.elc
Compiling international/iso-cvt.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/iso-cvt.elc
Compiling international/iso-transl.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/iso-transl.elc
Compiling international/ja-dic-cnv.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/ja-dic-cnv.elc
Compiling international/ja-dic-utl.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/ja-dic-utl.elc
Compiling international/kinsoku.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/kinsoku.elc
Compiling international/kkc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/kkc.elc
Compiling international/latexenc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/latexenc.elc
Compiling international/latin-1.el
Compiling international/latin-2.el
Compiling international/latin-3.el
Compiling international/latin-4.el
Compiling international/latin-5.el
Compiling international/latin-8.el
Compiling international/latin-9.el
Compiling international/latin1-disp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/latin1-disp.elc
Compiling international/mule-cmds.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/mule-cmds.elc
Compiling international/mule-conf.el
Compiling international/mule-diag.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/mule-diag.elc
Compiling international/mule-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/mule-util.elc
Compiling international/mule.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/mule.elc
Compiling international/ogonek.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/ogonek.elc
Compiling international/quail.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/quail.elc
Compiling international/subst-big5.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/subst-big5.elc
Compiling international/subst-gb2312.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/subst-gb2312.elc
Compiling international/subst-jis.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/subst-jis.elc
Compiling international/subst-ksc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/subst-ksc.elc
Compiling international/titdic-cnv.el

In end of data:
titdic-cnv.el:1193:1:Warning: the function `dos-8+3-filename' is not known to
    be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/international/titdic-cnv.elc
Compiling international/ucs-tables.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/ucs-tables.elc
Compiling international/utf-16.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/utf-16.elc
Compiling international/utf-7.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/utf-7.elc
Compiling international/utf-8.el
Wrote c:/Users/deyke/emacs-build/work/lisp/international/utf-8.elc
Compiling language/china-util.el

In end of data:
china-util.el:423:1:Warning: the following functions might not be defined at
    runtime: big5-to-flat-code, euc-to-flat-code, flat-code-to-big5,
    flat-code-to-euc
Wrote c:/Users/deyke/emacs-build/work/lisp/language/china-util.elc
Compiling language/chinese.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/chinese.elc
Compiling language/cyril-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/cyril-util.elc
Compiling language/cyrillic.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/cyrillic.elc
Compiling language/czech.el
Compiling language/devan-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/devan-util.elc
Compiling language/devanagari.el
Compiling language/english.el
Compiling language/ethio-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/ethio-util.elc
Compiling language/ethiopic.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/ethiopic.elc
Compiling language/european.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/european.elc
Compiling language/georgian.el
Compiling language/greek.el
Compiling language/hebrew.el
Compiling language/ind-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/ind-util.elc
Compiling language/indian.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/indian.elc
Compiling language/japan-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/japan-util.elc
Compiling language/japanese.el
Compiling language/kannada.el
Compiling language/knd-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/knd-util.elc
Compiling language/korea-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/korea-util.elc
Compiling language/korean.el
Compiling language/lao-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/lao-util.elc
Compiling language/lao.el
Compiling language/malayalam.el
Compiling language/misc-lang.el
Compiling language/mlm-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/mlm-util.elc
Compiling language/romanian.el
Compiling language/slovak.el
Compiling language/tamil.el
Compiling language/thai-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/thai-util.elc
Compiling language/thai-word.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/thai-word.elc
Compiling language/thai.el
Compiling language/tibet-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/tibet-util.elc
Compiling language/tibetan.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/tibetan.elc
Compiling language/tml-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/tml-util.elc
Compiling language/utf-8-lang.el
Compiling language/viet-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/viet-util.elc
Compiling language/vietnamese.el
Wrote c:/Users/deyke/emacs-build/work/lisp/language/vietnamese.elc
Compiling mail/blessmail.el
Compiling mail/emacsbug.el

In end of data:
emacsbug.el:285:1:Warning: the following functions are not known to be
    defined: Info-menu, Info-goto-node
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/emacsbug.elc
Compiling mail/feedmail.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/feedmail.elc
Compiling mail/footnote.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/footnote.elc
Compiling mail/mail-extr.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/mail-extr.elc
Compiling mail/mail-hist.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/mail-hist.elc
Compiling mail/mail-utils.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/mail-utils.elc
Compiling mail/mailabbrev.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/mailabbrev.elc
Compiling mail/mailalias.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/mailalias.elc
Compiling mail/mailclient.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/mailclient.elc
Compiling mail/mailheader.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/mailheader.elc
Compiling mail/mailpost.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/mailpost.elc
Compiling mail/metamail.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/metamail.elc
Compiling mail/mspools.el

In end of data:
mspools.el:417:1:Warning: the following functions are not known to be defined:
    vm-visit-folder, rmail-get-new-mail
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/mspools.elc
Compiling mail/reporter.el

In end of data:
reporter.el:413:1:Warning: the following functions are not known to be
    defined: mail-position-on-field, mail-text
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/reporter.elc
Compiling mail/rfc2368.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rfc2368.elc
Compiling mail/rfc822.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rfc822.elc
Compiling mail/rmail-spam-filter.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rmail-spam-filter.elc
Compiling mail/rmail.el

In end of data:
rmail.el:4172:1:Warning: the following functions are not known to be defined:
    rmail-spam-filter, rmail-update-summary, rmail-summary-goto-msg,
    rmail-summary-mark-undeleted, rmail-summary-mark-deleted,
    rfc822-addresses, mail-text-start, mail-abbrev-make-syntax-table,
    mail-sendmail-delimit-header, mail-header-end, mail-position-on-field
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rmail.elc
Compiling mail/rmailedit.el

In end of data:
rmailedit.el:161:1:Warning: the following functions are not known to be
    defined: rmail-summary-disable, rmail-summary-enable
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rmailedit.elc
Compiling mail/rmailkwd.el

In end of data:
rmailkwd.el:283:1:Warning: the following functions are not known to be
    defined: rmail-maybe-set-message-counters, rmail-display-labels,
    rmail-msgbeg, rmail-set-message-deleted-p, mail-comma-list-regexp,
    rmail-message-labels-p, rmail-show-message, mail-parse-comma-list
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rmailkwd.elc
Compiling mail/rmailmsc.el

In end of data:
rmailmsc.el:66:1:Warning: the following functions are not known to be defined:
    rmail-parse-file-inboxes, rmail-show-message
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rmailmsc.elc
Compiling mail/rmailout.el

In end of data:
rmailout.el:420:1:Warning: the function `rmail-update-summary' is not known to
    be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rmailout.elc
Compiling mail/rmailsort.el

In end of data:
rmailsort.el:251:1:Warning: the function `rmail-update-summary' is not known
    to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rmailsort.elc
Compiling mail/rmailsum.el

In end of data:
rmailsum.el:1689:1:Warning: the following functions are not known to be
    defined: rmail-cease-edit, rmail-abort-edit, rmail-set-label,
    mail-send-and-exit, rmail-output-read-rmail-file-name,
    rmail-output-read-file-name
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/rmailsum.elc
Compiling mail/sendmail.el

In end of data:
sendmail.el:1866:1:Warning: the following functions are not known to be
    defined: dired-view-file, dired-get-filename, dired-move-to-filename
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/sendmail.elc
Compiling mail/smtpmail.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/smtpmail.elc
Compiling mail/supercite.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/supercite.elc
Compiling mail/uce.el

In end of data:
uce.el:397:1:Warning: the following functions are not known to be defined:
    rmail-msg-is-pruned, rmail-toggle-header, mail-strip-quoted-names,
    rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/uce.elc
Compiling mail/undigest.el

In end of data:
undigest.el:311:1:Warning: the function `rmail-update-summary' is not known to
    be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/undigest.elc
Compiling mail/unrmail.el

In end of data:
unrmail.el:230:1:Warning: the function `mail-strip-quoted-names' is not known
    to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/unrmail.elc
Compiling mail/vms-pmail.el

In insert-signature:
vms-pmail.el:112:4:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only

In end of data:
vms-pmail.el:124:1:Warning: the function `vms-system-info' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/mail/vms-pmail.elc
Compiling mh-e/mh-acros.el
Compiling mh-e/mh-alias.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-alias.elc
Compiling mh-e/mh-buffers.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-buffers.elc
Compiling mh-e/mh-comp.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-comp.elc
Compiling mh-e/mh-compat.el
Compiling mh-e/mh-e.el
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-e.elc
Compiling mh-e/mh-folder.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-folder.elc
Compiling mh-e/mh-funcs.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-funcs.elc
Compiling mh-e/mh-gnus.el
Compiling mh-e/mh-identity.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-identity.elc
Compiling mh-e/mh-inc.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-inc.elc
Compiling mh-e/mh-junk.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-junk.elc
Compiling mh-e/mh-letter.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-letter.elc
Compiling mh-e/mh-limit.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-limit.elc
Compiling mh-e/mh-loaddefs.el
Compiling mh-e/mh-mime.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-mime.elc
Compiling mh-e/mh-print.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-print.elc
Compiling mh-e/mh-scan.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-scan.elc
Compiling mh-e/mh-search.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-search.elc
Compiling mh-e/mh-seq.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-seq.elc
Compiling mh-e/mh-show.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-show.elc
Compiling mh-e/mh-speed.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-speed.elc
Compiling mh-e/mh-thread.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-thread.elc
Compiling mh-e/mh-tool-bar.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-tool-bar.elc
Compiling mh-e/mh-utils.el
No MH variant found on the system
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-utils.elc
Compiling mh-e/mh-xface.el
No MH variant found on the system

In end of data:
mh-xface.el:479:1:Warning: the function `make-symbolic-link' is not known to
    be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/mh-e/mh-xface.elc
Compiling net/ange-ftp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/ange-ftp.elc
Compiling net/browse-url.el

In end of data:
browse-url.el:1501:1:Warning: the following functions are not known to be
    defined: w3-fetch-other-window, w3-fetch
Wrote c:/Users/deyke/emacs-build/work/lisp/net/browse-url.elc
Compiling net/eudc-bob.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/eudc-bob.elc
Compiling net/eudc-export.el

In end of data:
eudc-export.el:220:1:Warning: the following functions are not known to be
    defined: bbdb-parse-phone-number, bbdb-string-trim
Wrote c:/Users/deyke/emacs-build/work/lisp/net/eudc-export.elc
Compiling net/eudc-hotlist.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/eudc-hotlist.elc
Compiling net/eudc-vars.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/eudc-vars.elc
Compiling net/eudc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/eudc.elc
Compiling net/eudcb-bbdb.el

In end of data:
eudcb-bbdb.el:236:1:Warning: the following functions are not known to be
    defined: bbdb-phone-location, bbdb-phone-string, bbdb-record-phones,
    bbdb-address-street1, bbdb-address-street2, bbdb-address-street3,
    bbdb-address-city, bbdb-address-state, bbdb-address-zip-string,
    bbdb-address-location, bbdb-record-addresses, bbdb-records
Wrote c:/Users/deyke/emacs-build/work/lisp/net/eudcb-bbdb.elc
Compiling net/eudcb-ldap.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/eudcb-ldap.elc
Compiling net/eudcb-mab.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/eudcb-mab.elc
Compiling net/eudcb-ph.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/eudcb-ph.elc
Compiling net/goto-addr.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/goto-addr.elc
Compiling net/ldap.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/ldap.elc
Compiling net/net-utils.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/net-utils.elc
Compiling net/netrc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/netrc.elc
Compiling net/newsticker.el
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...

In end of data:
newsticker.el:5408:1:Warning: the following functions are not known to be
    defined: replace-in-string, w3m-remove-image, w3m-toggle-inline-image,
    htmlr-reset, htmlr-step
Wrote c:/Users/deyke/emacs-build/work/lisp/net/newsticker.elc
Compiling net/quickurl.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/quickurl.elc
Compiling net/rcirc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/rcirc.elc
Compiling net/rcompile.el

In end of data:
rcompile.el:180:1:Warning: the function `ange-ftp-ftp-name' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/net/rcompile.elc
Compiling net/rlogin.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/rlogin.elc
Compiling net/snmp-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/snmp-mode.elc
Compiling net/telnet.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/telnet.elc
Compiling net/tls.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/tls.elc
Compiling net/tramp-ftp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/tramp-ftp.elc
Compiling net/tramp-smb.el

In tramp-smb-handle-insert-directory:
tramp-smb.el:493:20:Warning: reference to free variable
    `tramp-smb-half-a-year'

In tramp-smb-read-file-entry:
tramp-smb.el:841:47:Warning: reference to free variable
    `tramp-smb-parse-time-months'

In end of data:
tramp-smb.el:1056:1:Warning: the function `warnings' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/net/tramp-smb.elc
Compiling net/tramp-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/tramp-util.elc
Compiling net/tramp-uu.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/tramp-uu.elc
Compiling net/tramp-vc.el

In end of data:
tramp-vc.el:538:1:Warning: the function `warnings' is not known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/net/tramp-vc.elc
Compiling net/tramp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/tramp.elc
Compiling net/trampver.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/trampver.elc
Compiling net/webjump.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/webjump.elc
Compiling net/zone-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/net/zone-mode.elc
Compiling obsolete/auto-show.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/auto-show.elc
Compiling obsolete/awk-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/awk-mode.elc
Compiling obsolete/bg-mouse.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/bg-mouse.elc
Compiling obsolete/fast-lock.el

In end of data:
fast-lock.el:872:1:Warning: the following functions are not known to be
    defined: msdos-long-file-names, map-extents, extent-face,
    extent-start-position, extent-end-position, font-lock-set-face
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/fast-lock.elc
Compiling obsolete/float.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/float.elc
Compiling obsolete/hilit19.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/hilit19.elc
Compiling obsolete/hscroll.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/hscroll.elc
Compiling obsolete/iso-acc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/iso-acc.elc
Compiling obsolete/iso-insert.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/iso-insert.elc
Compiling obsolete/iso-swed.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/iso-swed.elc
Compiling obsolete/keyswap.el
Compiling obsolete/lazy-lock.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/lazy-lock.elc
Compiling obsolete/mlsupport.el

In end of data:
mlsupport.el:437:1:Warning: the following functions are not known to be
    defined: ml-prefix-argument-loop, previous-page
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/mlsupport.elc
Compiling obsolete/ooutline.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/ooutline.elc
Compiling obsolete/options.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/options.elc
Compiling obsolete/profile.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/profile.elc
Compiling obsolete/rnews.el

In end of data:
rnews.el:995:1:Warning: the function `news-get-attribute-string' is not known
    to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/rnews.elc
Compiling obsolete/rnewspost.el
Package rnews is obsolete
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/rnewspost.elc
Compiling obsolete/rsz-mini.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/rsz-mini.elc
Compiling obsolete/sc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/sc.elc
Compiling obsolete/scribe.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/scribe.elc
Compiling obsolete/sun-curs.el

In end of data:
sun-curs.el:234:1:Warning: the function `sun-change-cursor-icon' is not known
    to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/sun-curs.elc
Compiling obsolete/sun-fns.el

In end of data:
sun-fns.el:645:1:Warning: the following functions are not known to be defined:
    sit-for-millisecs, kill-region-and-unmark, update-display
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/sun-fns.elc
Compiling obsolete/swedish.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/swedish.elc
Compiling obsolete/uncompress.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/uncompress.elc
Compiling obsolete/x-apollo.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/x-apollo.elc
Compiling obsolete/x-menu.el
Wrote c:/Users/deyke/emacs-build/work/lisp/obsolete/x-menu.elc
Compiling play/5x5.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/5x5.elc
Compiling play/animate.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/animate.elc
Compiling play/blackbox.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/blackbox.elc
Compiling play/bruce.el
Compiling play/cookie1.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/cookie1.elc
Compiling play/decipher.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/decipher.elc
Compiling play/dissociate.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/dissociate.elc
Compiling play/doctor.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/doctor.elc
Compiling play/dunnet.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/dunnet.elc
Compiling play/fortune.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/fortune.elc
Compiling play/gamegrid.el

In end of data:
gamegrid.el:583:1:Warning: the following functions are not known to be
    defined: start-itimer, delete-itimer
Wrote c:/Users/deyke/emacs-build/work/lisp/play/gamegrid.elc
Compiling play/gametree.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/gametree.elc
Compiling play/gomoku.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/gomoku.elc
Compiling play/handwrite.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/handwrite.elc
Compiling play/hanoi.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/hanoi.elc
Compiling play/landmark.el

In end of data:
landmark.el:1709:1:Warning: the function `facemenu-get-face' is not known to
    be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/play/landmark.elc
Compiling play/life.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/life.elc
Compiling play/meese.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/meese.elc
Compiling play/morse.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/morse.elc
Compiling play/mpuz.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/mpuz.elc
Compiling play/pong.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/pong.elc
Compiling play/snake.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/snake.elc
Compiling play/solitaire.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/solitaire.elc
Compiling play/spook.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/spook.elc
Compiling play/studly.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/studly.elc
Compiling play/tetris.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/tetris.elc
Compiling play/yow.el

In end of data:
yow.el:132:1:Warning: the function `doctor-ret-or-read' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/play/yow.elc
Compiling play/zone.el
Wrote c:/Users/deyke/emacs-build/work/lisp/play/zone.elc
Compiling progmodes/ada-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ada-mode.elc
Compiling progmodes/ada-prj.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ada-prj.elc
Compiling progmodes/ada-stmt.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ada-stmt.elc
Compiling progmodes/ada-xref.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ada-xref.elc
Compiling progmodes/antlr-mode.el

In end of data:
antlr-mode.el:2668:1:Warning: the function `cond-emacs-xemacs-macfn' might not
    be defined at runtime.
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/antlr-mode.elc
Compiling progmodes/asm-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/asm-mode.elc
Compiling progmodes/autoconf.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/autoconf.elc
Compiling progmodes/cc-align.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-align.elc
Compiling progmodes/cc-awk.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-awk.elc
Compiling progmodes/cc-bytecomp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-bytecomp.elc
Compiling progmodes/cc-cmds.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-cmds.elc
Compiling progmodes/cc-compat.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-compat.elc
Compiling progmodes/cc-defs.el

In toplevel form:
cc-defs.el:82:1:Warning: value returned by `featurep' is not used
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-defs.elc
Compiling progmodes/cc-engine.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-engine.elc
Compiling progmodes/cc-fonts.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-fonts.elc
Compiling progmodes/cc-langs.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-langs.elc
Compiling progmodes/cc-menus.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-menus.elc
Compiling progmodes/cc-mode.el
Compiling progmodes/cc-styles.el

In c-make-styles-buffer-local:
cc-styles.el:637:27:Warning: `make-variable-buffer-local' should be called at
    toplevel
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-styles.elc
Compiling progmodes/cc-subword.el

In toplevel form:
cc-subword.el:164:5:Warning: `make-variable-buffer-local' should be called at
    toplevel
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cc-subword.elc
Compiling progmodes/cc-vars.el
Compiling progmodes/cfengine.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cfengine.elc
Compiling progmodes/cmacexp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cmacexp.elc
Compiling progmodes/compile.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/compile.elc
Compiling progmodes/cperl-mode.el

In toplevel form:
cperl-mode.el:7191:10:Warning: `make-variable-buffer-local' should be called
    at toplevel
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cperl-mode.elc
Compiling progmodes/cpp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cpp.elc
Compiling progmodes/cwarn.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/cwarn.elc
Compiling progmodes/dcl-mode.el

In end of data:
dcl-mode.el:2221:1:Warning: the function `tempo-use-tag-list' might not be
    defined at runtime.
dcl-mode.el:2221:1:Warning: the function `imenu-default-create-index-function'
    is not known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/dcl-mode.elc
Compiling progmodes/delphi.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/delphi.elc
Compiling progmodes/ebnf-abn.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ebnf-abn.elc
Compiling progmodes/ebnf-bnf.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ebnf-bnf.elc
Compiling progmodes/ebnf-dtd.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ebnf-dtd.elc
Compiling progmodes/ebnf-ebx.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ebnf-ebx.elc
Compiling progmodes/ebnf-iso.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ebnf-iso.elc
Compiling progmodes/ebnf-otz.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ebnf-otz.elc
Compiling progmodes/ebnf-yac.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ebnf-yac.elc
Compiling progmodes/ebnf2ps.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ebnf2ps.elc
Compiling progmodes/ebrowse.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ebrowse.elc
Compiling progmodes/etags.el

In end of data:
etags.el:2044:1:Warning: the function `apropos-mode' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/etags.elc
Compiling progmodes/executable.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/executable.elc
Compiling progmodes/f90.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/f90.elc
Compiling progmodes/flymake.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/flymake.elc
Compiling progmodes/fortran.el

In end of data:
fortran.el:2038:1:Warning: the function `gud-find-c-expr' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/fortran.elc
Compiling progmodes/gdb-ui.el

In gdb-init-1:
gdb-ui.el:540:9:Warning: assignment to free variable `gdb-continuation'

In end of data:
gdb-ui.el:3384:1:Warning: the following functions are not known to be defined:
    gud-remove, gud-break
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/gdb-ui.elc
Compiling progmodes/glasses.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/glasses.elc
Compiling progmodes/grep.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/grep.elc
Compiling progmodes/gud.el

In gud-stop-subjob:
gud.el:133:45:Warning: reference to free variable `gud-comint-buffer'

In gud-expansion-speedbar-buttons:
gud.el:428:25:Warning: reference to free variable `gud-comint-buffer'

In gud-speedbar-buttons:
gud.el:435:14:Warning: reference to free variable `gud-comint-buffer'

In gdb:
gud.el:684:12:Warning: reference to free variable `gud-comint-buffer'

In gud-display-line:
gud.el:2789:24:Warning: reference to free variable `hl-line-mode'
gud.el:2789:37:Warning: reference to free variable `hl-line-sticky-flag'

In end of data:
gud.el:3474:1:Warning: the following functions are not known to be defined:
    gdb-create-define-alist, gdb-prompt, gdb-reset, gdb-display-source-buffer,
    global-hl-line-highlight, hl-line-highlight, c-langelem-sym,
    c-langelem-pos, syntax-symbol, syntax-point, gdb-enqueue-input
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/gud.elc
Compiling progmodes/hideif.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/hideif.elc
Compiling progmodes/hideshow.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/hideshow.elc
Compiling progmodes/icon.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/icon.elc
Compiling progmodes/idlw-complete-structtag.el

In end of data:
idlw-complete-structtag.el:245:1:Warning: the following functions are not
    known to be defined: idlwave-new-sintern-type, idlwave-complete-in-buffer,
    idlwave-sintern-structtag, idlwave-find-structure-definition,
    idlwave-struct-tags, idlwave-shell-send-command, idlwave-shell-buffer
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/idlw-complete-structtag.elc
Compiling progmodes/idlw-help.el

In end of data:
idlw-help.el:1198:1:Warning: the following functions are not known to be
    defined: idlwave-what-module-find-class, idlwave-where,
    idlwave-downcase-safe, idlwave-beginning-of-statement,
    idlwave-sintern-sysvar, idlwave-sintern-sysvartag,
    idlwave-substitute-link-target, idlwave-in-quote, idlwave-sintern-class,
    idlwave-class-or-superclass-with-tag, idlwave-current-routine,
    idlwave-class-found-in, idlwave-prepare-structure-tag-completion,
    idlwave-expand-keyword, idlwave-make-full-name, idlwave-this-word,
    idlwave-all-method-classes, idlwave-sintern-method, idlwave-members-only,
    idlwave-popup-select, idlwave-find-inherited-class,
    idlwave-sintern-routine-or-method, idlwave-all-method-keyword-classes,
    idlwave-sintern-keyword, idlwave-best-rinfo-assoc, idlwave-routines,
    idlwave-entry-find-keyword, idlwave-routine-source-file,
    idlwave-get-buffer-visiting, idlwave-find-class-definition,
    idlwave-find-struct-tag
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/idlw-help.elc
Compiling progmodes/idlw-rinfo.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/idlw-rinfo.elc
Compiling progmodes/idlw-shell.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/idlw-shell.elc
Compiling progmodes/idlw-toolbar.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/idlw-toolbar.elc
Compiling progmodes/idlwave.el

In end of data:
idlwave.el:8863:1:Warning: the following functions are not known to be
    defined: idlwave-shell-get-path-info, idlwave-shell-temp-file,
    comint-dynamic-complete-filename, idlwave-sintern-class-tag,
    idlwave-sintern-sysvar, idlwave-sintern-sysvartag,
    idlwave-shell-is-running, Info-goto-node
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/idlwave.elc
Compiling progmodes/inf-lisp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/inf-lisp.elc
Compiling progmodes/ld-script.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ld-script.elc
Compiling progmodes/m4-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/m4-mode.elc
Compiling progmodes/make-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/make-mode.elc
Compiling progmodes/mantemp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/mantemp.elc
Compiling progmodes/meta-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/meta-mode.elc
Compiling progmodes/mixal-mode.el

In end of data:
mixal-mode.el:1126:1:Warning: the function `mixvm' is not known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/mixal-mode.elc
Compiling progmodes/modula2.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/modula2.elc
Compiling progmodes/octave-hlp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/octave-hlp.elc
Compiling progmodes/octave-inf.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/octave-inf.elc
Compiling progmodes/octave-mod.el

In end of data:
octave-mod.el:1531:1:Warning: the following functions are not known to be
    defined: event-to-character, next-event,
    inferior-octave-send-list-and-digest
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/octave-mod.elc
Compiling progmodes/pascal.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/pascal.elc
Compiling progmodes/perl-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/perl-mode.elc
Compiling progmodes/prolog.el

In end of data:
prolog.el:291:1:Warning: the function `comint-mode' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/prolog.elc
Compiling progmodes/ps-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/ps-mode.elc
Compiling progmodes/python.el

In end of data:
python.el:1774:1:Warning: the function `compilation-shell-minor-mode' might
    not be defined at runtime.
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/python.elc
Compiling progmodes/scheme.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/scheme.elc
Compiling progmodes/sh-script.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/sh-script.elc
Compiling progmodes/simula.el

In end of data:
simula.el:1662:1:Warning: the function `hilit-set-mode-patterns' is not known
    to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/simula.elc
Compiling progmodes/sql.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/sql.elc
Compiling progmodes/tcl.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/tcl.elc
Compiling progmodes/vhdl-mode.el

In vhdl-speedbar-display-directory:
vhdl-mode.el:14116:43:Warning: `speedbar-ignored-path-expressions' is an
    obsolete variable; use `speedbar-ignored-directory-expressions' instead.
vhdl-mode.el:14115:9:Warning: `speedbar-ignored-path-regexp' is an obsolete
    variable; use `speedbar-ignored-directory-regexp' instead.

In vhdl-speedbar-display-projects:
vhdl-mode.el:14136:9:Warning: `speedbar-ignored-path-regexp' is an obsolete
    variable; use `speedbar-ignored-directory-regexp' instead.
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/vhdl-mode.elc
Compiling progmodes/which-func.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/which-func.elc
Compiling progmodes/xscheme.el
Wrote c:/Users/deyke/emacs-build/work/lisp/progmodes/xscheme.elc
Compiling term/AT386.el
Compiling term/apollo.el
Compiling term/bobcat.el
Compiling term/cygwin.el
Compiling term/internal.el
Compiling term/iris-ansi.el
Compiling term/linux.el
Compiling term/lk201.el
Compiling term/mac-win.el

In end of data:
mac-win.el:2130:1:Warning: the following functions are not known to be
    defined: x-get-selection-internal, mac-code-convert-string,
    mac-coerce-ae-data, mac-clear-font-name-table, mac-scroll-down-line,
    mac-scroll-down, mac-scroll-up, mac-scroll-up-line,
    mac-scroll-ignore-events
Wrote c:/Users/deyke/emacs-build/work/lisp/term/mac-win.elc
Compiling term/news.el
Compiling term/pc-win.el

In end of data:
pc-win.el:245:1:Warning: the following functions are not known to be defined:
    msdos-remember-default-colors, w16-set-clipboard-data,
    w16-get-clipboard-data
Wrote c:/Users/deyke/emacs-build/work/lisp/term/pc-win.elc
Compiling term/rxvt.el
Wrote c:/Users/deyke/emacs-build/work/lisp/term/rxvt.elc
Compiling term/sun-mouse.el

In end of data:
sun-mouse.el:682:1:Warning: the following functions are not known to be
    defined: sit-for-millisecs, sun-menu-internal, sun-get-selection,
    sun-set-selection
Wrote c:/Users/deyke/emacs-build/work/lisp/term/sun-mouse.elc
Compiling term/sun.el

In end of data:
sun.el:283:1:Warning: the following functions are not known to be defined:
    previous-complex-command, sun-window-init
Wrote c:/Users/deyke/emacs-build/work/lisp/term/sun.elc
Compiling term/sup-mouse.el
Wrote c:/Users/deyke/emacs-build/work/lisp/term/sup-mouse.elc
Compiling term/tty-colors.el
Wrote c:/Users/deyke/emacs-build/work/lisp/term/tty-colors.elc
Compiling term/tvi970.el
Wrote c:/Users/deyke/emacs-build/work/lisp/term/tvi970.elc
Compiling term/vt100.el
Wrote c:/Users/deyke/emacs-build/work/lisp/term/vt100.elc
Compiling term/vt102.el
Compiling term/vt125.el
Compiling term/vt200.el
Compiling term/vt201.el
Compiling term/vt220.el
Compiling term/vt240.el
Compiling term/vt300.el
Compiling term/vt320.el
Compiling term/vt400.el
Compiling term/vt420.el
Compiling term/w32-win.el
Wrote c:/Users/deyke/emacs-build/work/lisp/term/w32-win.elc
Compiling term/wyse50.el
Compiling term/x-win.el
Wrote c:/Users/deyke/emacs-build/work/lisp/term/x-win.elc
Compiling term/xterm.el
Loading term/rxvt...
Wrote c:/Users/deyke/emacs-build/work/lisp/term/xterm.elc
Compiling textmodes/artist.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/artist.elc
Compiling textmodes/bib-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/bib-mode.elc
Compiling textmodes/bibtex.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/bibtex.elc
Compiling textmodes/conf-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/conf-mode.elc
Compiling textmodes/dns-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/dns-mode.elc
Compiling textmodes/enriched.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/enriched.elc
Compiling textmodes/fill.el

In end of data:
fill.el:1450:1:Warning: the following functions are not known to be defined:
    comment-search-forward, comment-string-strip
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/fill.elc
Compiling textmodes/flyspell.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/flyspell.elc
Compiling textmodes/ispell.el

In end of data:
ispell.el:3806:1:Warning: the following functions are not known to be defined:
    ispell-int-char, framepop-display-buffer, sc-cite-regexp
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/ispell.elc
Compiling textmodes/makeinfo.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/makeinfo.elc
Compiling textmodes/nroff-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/nroff-mode.elc
Compiling textmodes/org.el

In end of data:
org.el:12934:1:Warning: the following functions might not be defined at
    runtime: calendar-forward-day, calendar-goto-date, calendar-goto-today,
    calendar-iso-date-string, calendar-julian-date-string,
    calendar-astro-date-string, calendar-hebrew-date-string,
    calendar-islamic-date-string, calendar-french-date-string,
    calendar-mayan-date-string, calendar-coptic-date-string,
    calendar-ethiopic-date-string, calendar-persian-date-string,
    calendar-chinese-date-string
org.el:12934:1:Warning: the following functions are not known to be defined:
    delete-menu-item, set-menubar-dirty-flag, make-extent, delete-extent,
    detach-extent, set-extent-endpoints, set-extent-property,
    list-diary-entries, add-to-diary-list, bbdb-name, bbdb-company, bbdb,
    gnus-summary-goto-article, vm-select-folder-buffer, vm-isearch-update,
    vm-isearch-narrow, vm-beginning-of-message, vm-summarize,
    wl-summary-goto-folder-subr, wl-summary-jump-to-msg-by-message-id,
    wl-summary-redisplay, rmail-what-message, rmail-show-message,
    mh-index-previous-folder, mh-get-msg-num, mh-show-buffer-message-number,
    mh-display-msg, mh-header-display, mh-show-header-display,
    mh-get-header-field, mh-show, mh-show-show, mh-find-path, mh-visit-folder,
    mh-normalize-folder-name, mh-search-choose, mh-search, mh-show-msg,
    mailcap-parse-mailcaps, mailcap-extension-to-mime, mailcap-mime-info,
    bbdb-record-name, bbdb-current-record, bbdb-record-company,
    vm-follow-summary-cursor, vm-su-subject, vm-su-full-name,
    vm-su-message-id, wl-summary-message-number, elmo-message-field,
    elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb,
    wl-summary-line-from, rmail-narrow-to-non-pruned-header,
    gnus-article-show-summary, gnus-summary-beginning-of-article,
    gnus-summary-article-header, mail-header-from, mail-header-id,
    mail-header-date, gnus-summary-subject-string, remember-buffer-desc,
    table--at-cell-p, Info-goto-node, add-local-hook, region-active-p
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/org.elc
Compiling textmodes/page-ext.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/page-ext.elc
Compiling textmodes/page.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/page.elc
Compiling textmodes/paragraphs.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/paragraphs.elc
Compiling textmodes/picture.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/picture.elc
Compiling textmodes/po.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/po.elc
Compiling textmodes/refbib.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/refbib.elc
Compiling textmodes/refer.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/refer.elc
Compiling textmodes/refill.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/refill.elc
Compiling textmodes/reftex-auc.el

In end of data:
reftex-auc.el:215:1:Warning: the following functions are not known to be
    defined: TeX-argument-prompt, LaTeX-label-list, LaTeX-add-labels,
    TeX-argument-insert, multi-prompt, LaTeX-bibitem-list,
    LaTeX-index-entry-list, LaTeX-add-index-entries
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-auc.elc
Compiling textmodes/reftex-cite.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-cite.elc
Compiling textmodes/reftex-dcr.el

In end of data:
reftex-dcr.el:486:1:Warning: the following functions are not known to be
    defined: itimer-live-p, start-itimer, bibtex-beginning-of-entry
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-dcr.elc
Compiling textmodes/reftex-global.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-global.elc
Compiling textmodes/reftex-index.el

In end of data:
reftex-index.el:2104:1:Warning: the following functions are not known to be
    defined: region-exists-p, texmathp
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-index.elc
Compiling textmodes/reftex-parse.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-parse.elc
Compiling textmodes/reftex-ref.el

In end of data:
reftex-ref.el:850:1:Warning: the function `LaTeX-add-labels' is not known to
    be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-ref.elc
Compiling textmodes/reftex-sel.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-sel.elc
Compiling textmodes/reftex-toc.el

In reftex-make-separate-toc-frame:
reftex-toc.el:997:35:Warning: `focus-frame' is an obsolete function (as of
    Emacs 22.1); it does nothing.
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-toc.elc
Compiling textmodes/reftex-vars.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex-vars.elc
Compiling textmodes/reftex.el

In end of data:
reftex.el:2609:1:Warning: the following functions might not be defined at
    runtime: easy-menu-add, easy-menu-remove
reftex.el:2609:1:Warning: the following functions are not known to be defined:
    reftex-plug-into-AUCTeX, reftex-toggle-auto-view-crossref,
    reftex-toggle-auto-toc-recenter, TeX-update-style, reftex-do-parse,
    reftex-make-overlay, reftex-overlay-put, reftex-move-overlay,
    reftex-delete-overlay, Info-goto-node
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/reftex.elc
Compiling textmodes/sgml-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/sgml-mode.elc
Compiling textmodes/spell.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/spell.elc
Compiling textmodes/table.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/table.elc
Compiling textmodes/tex-mode.el

In tex-mode:
tex-mode.el:849:8:Warning: function `tex-mode' defined multiple times in this
    file
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/tex-mode.elc
Compiling textmodes/texinfmt.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/texinfmt.elc
Compiling textmodes/texinfo.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/texinfo.elc
Compiling textmodes/texnfo-upd.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/texnfo-upd.elc
Compiling textmodes/text-mode.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/text-mode.elc
Compiling textmodes/tildify.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/tildify.elc
Compiling textmodes/two-column.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/two-column.elc
Compiling textmodes/underline.el
Wrote c:/Users/deyke/emacs-build/work/lisp/textmodes/underline.elc
Compiling url/url-about.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-about.elc
Compiling url/url-auth.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-auth.elc
Compiling url/url-cache.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-cache.elc
Compiling url/url-cid.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-cid.elc
Compiling url/url-cookie.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-cookie.elc
Compiling url/url-dav.el
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...

In toplevel form:
url/url-dav.el:36:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
Compiling url/url-dired.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-dired.elc
Compiling url/url-expand.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-expand.elc
Compiling url/url-file.el

In end of data:
url-file.el:239:1:Warning: the following functions are not known to be
    defined: ange-ftp-set-passwd, efs-set-passwd,
    url-generate-unique-filename, ange-ftp-copy-file-internal,
    efs-copy-file-internal, efs-ftp-path
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-file.elc
Compiling url/url-ftp.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-ftp.elc
Compiling url/url-gw.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-gw.elc
Compiling url/url-handlers.el

In toplevel form:
url/url-handlers.el:243:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
Compiling url/url-history.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-history.elc
Compiling url/url-http.el

In end of data:
url-http.el:1245:1:Warning: the function `url-dav-file-attributes' is not
    known to be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-http.elc
Compiling url/url-https.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-https.elc
Compiling url/url-imap.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-imap.elc
Compiling url/url-irc.el

In end of data:
url-irc.el:81:1:Warning: the following functions are not known to be defined:
    zenirc, zenirc-send-line
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-irc.elc
Compiling url/url-ldap.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-ldap.elc
Compiling url/url-mailto.el

In end of data:
url-mailto.el:144:1:Warning: the function `mail-send-and-exit' is not known to
    be defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-mailto.elc
Compiling url/url-methods.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-methods.elc
Compiling url/url-misc.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-misc.elc
Compiling url/url-news.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-news.elc
Compiling url/url-nfs.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-nfs.elc
Compiling url/url-ns.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-ns.elc
Compiling url/url-parse.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-parse.elc
Compiling url/url-privacy.el

In end of data:
url-privacy.el:83:1:Warning: the function `url-device-type' is not known to be
    defined.
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-privacy.elc
Compiling url/url-proxy.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-proxy.elc
Compiling url/url-util.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-util.elc
Compiling url/url-vars.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-vars.elc
Compiling url/url.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url.elc
Compiling url/vc-dav.el
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...

In toplevel form:
url/vc-dav.el:29:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
make[1]: *** [compile-SH] Error 1
make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/lisp'
make: *** [bootstrap-gmake] Error 2

-- 
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-18 15:35     ` Eli Zaretskii
  2006-03-18 16:22       ` Dieter Deyke
@ 2006-03-18 17:02       ` Zhang Wei
  2006-03-18 18:01         ` Eli Zaretskii
  2006-03-20 22:41         ` Jason Rumney
  1 sibling, 2 replies; 34+ messages in thread
From: Zhang Wei @ 2006-03-18 17:02 UTC (permalink / raw)
  Cc: eliz

[-- Attachment #1: Type: text/plain, Size: 927 bytes --]

Eli Zaretskii <eliz@gnu.org> writes:

[...]

> I understood your description.  Still, I'm asking for the full
> transcript of the bootstrap, because there might be something else
> going on that you didn't see.  On my machine (without MSYS) the
> bootstrap always succeeds.  By comparing your transcript with mine, I
> might be able to understand what went wrong on your system.

The following packages have been downloaded and installed:

MSYS-1.0.10.exe    libungif-4.1.0b1-bin.zip   xpm-3.5.1-1-src.exe
MinGW-3.1.0-1.exe  libungif-4.1.0b1-src.zip   xpm-3.5.1-1.exe
jpeg-6b-4.exe      mingw32-make-3.80.0-3.exe  zlib-1.2.3.exe
libpng-1.2.8.exe   tiff-win32-3.6.1-2.exe

The attached file is the transcript produced by

cd nt
configure --with-gcc --no-cygwin --no-debug 2>&1 | tee transcript.txt
make bootstrap 2>&1 | tee -a transcript.txt

It's too big to post directly, I have to compress it, and send it as
an attachment.


[-- Attachment #2: transcript.txt.gz --]
[-- Type: application/octet-stream, Size: 31329 bytes --]

[-- Attachment #3: 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] 34+ messages in thread

* Re: old bootstrap error emerges again
  2006-03-18 16:22       ` Dieter Deyke
@ 2006-03-18 17:54         ` Eli Zaretskii
  2006-03-18 19:55           ` Dieter Deyke
  0 siblings, 1 reply; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-18 17:54 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

> From: Dieter Deyke <deyke@comcast.net>
> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
> Date: Sat, 18 Mar 2006 09:22:56 -0700
> 
> I am seeing the "DOC" error too.
> My setup: english Windows XP Pro, MinGW-3.1.0-1, cygwin tool set, no msys.
> Logfile:
> [...]
> In toplevel form:
> url/vc-dav.el:29:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
> make[1]: *** [compile-SH] Error 1
> make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/lisp'
> make: *** [bootstrap-gmake] Error 2

Thanks, this gives me something that I can work with.

Here's the problem: Emacs shouldn't even look for the file named DOC,
it should look for DOC-X.  This is because loadup.el has this
fragment:

      (if (memq system-type '(ms-dos windows-nt))
	  (setq name (expand-file-name
		      (if (fboundp 'x-create-frame) "DOC-X" "DOC") "../etc"))
	(setq name (concat (expand-file-name "../etc/DOC-") name))
	(if (file-exists-p name)
	    (delete-file name))
	(copy-file (expand-file-name "../etc/DOC") name t))
      (Snarf-documentation (file-name-nondirectory name)))

So, on Windows, since x-create-frame is bound, it calls
Snarf-documentation with the argument "DOC-X".  Snarf-documentation
then records this name in the variable internal-doc-file-name, and
that name is dumped in emacs.exe.  So when byte-compiling for some
reason calls for a doc file, Emacs should look for DOC-X.

Can you see where the above breaks on your system?  In particular,
when does Vdoc_file_name (defined in doc.c) gets assigned the file
name which ends with "DOC", not "DOC-X"?

Thanks.

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

* Re: old bootstrap error emerges again
  2006-03-18 17:02       ` Zhang Wei
@ 2006-03-18 18:01         ` Eli Zaretskii
  2006-03-20 22:41         ` Jason Rumney
  1 sibling, 0 replies; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-18 18:01 UTC (permalink / raw)


> Cc: eliz@gnu.org
> From: Zhang Wei <id.brep@gmail.com>
> Date: Sun, 19 Mar 2006 01:02:57 +0800
> 
> > I understood your description.  Still, I'm asking for the full
> > transcript of the bootstrap, because there might be something else
> > going on that you didn't see.  On my machine (without MSYS) the
> > bootstrap always succeeds.  By comparing your transcript with mine, I
> > might be able to understand what went wrong on your system.
> 
> The following packages have been downloaded and installed:
> 
> MSYS-1.0.10.exe    libungif-4.1.0b1-bin.zip   xpm-3.5.1-1-src.exe
> MinGW-3.1.0-1.exe  libungif-4.1.0b1-src.zip   xpm-3.5.1-1.exe
> jpeg-6b-4.exe      mingw32-make-3.80.0-3.exe  zlib-1.2.3.exe
> libpng-1.2.8.exe   tiff-win32-3.6.1-2.exe
> 
> The attached file is the transcript produced by
> 
> cd nt
> configure --with-gcc --no-cygwin --no-debug 2>&1 | tee transcript.txt
> make bootstrap 2>&1 | tee -a transcript.txt

Thanks.

> It's too big to post directly, I have to compress it, and send it as
> an attachment.

It's not too big.  Please in the future post as inline text.

I see in your transcript that Emacs looks for DOC, whereas it should
have looked for DOC-X.  I explained why in another message in this
thread.  Could you please try to find out why Emacs looks for DOC on
your system?

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

* Re: old bootstrap error emerges again
  2006-03-18 17:54         ` Eli Zaretskii
@ 2006-03-18 19:55           ` Dieter Deyke
  2006-03-18 21:24             ` Jason Rumney
  2006-03-18 22:55             ` Eli Zaretskii
  0 siblings, 2 replies; 34+ messages in thread
From: Dieter Deyke @ 2006-03-18 19:55 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Dieter Deyke <deyke@comcast.net>
>> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
>> Date: Sat, 18 Mar 2006 09:22:56 -0700
>>
>> I am seeing the "DOC" error too.
>> My setup: english Windows XP Pro, MinGW-3.1.0-1, cygwin tool set, no msys.
>> Logfile:
>> [...]
>> In toplevel form:
>> url/vc-dav.el:29:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
>> make[1]: *** [compile-SH] Error 1
>> make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/lisp'
>> make: *** [bootstrap-gmake] Error 2
>
> Thanks, this gives me something that I can work with.
>
> Here's the problem: Emacs shouldn't even look for the file named DOC,
> it should look for DOC-X.  This is because loadup.el has this
> fragment:
>
>       (if (memq system-type '(ms-dos windows-nt))
> 	  (setq name (expand-file-name
> 		      (if (fboundp 'x-create-frame) "DOC-X" "DOC") "../etc"))
> 	(setq name (concat (expand-file-name "../etc/DOC-") name))
> 	(if (file-exists-p name)
> 	    (delete-file name))
> 	(copy-file (expand-file-name "../etc/DOC") name t))
>       (Snarf-documentation (file-name-nondirectory name)))
>
> So, on Windows, since x-create-frame is bound, it calls
> Snarf-documentation with the argument "DOC-X".  Snarf-documentation
> then records this name in the variable internal-doc-file-name, and
> that name is dumped in emacs.exe.  So when byte-compiling for some
> reason calls for a doc file, Emacs should look for DOC-X.
>
> Can you see where the above breaks on your system?  In particular,
> when does Vdoc_file_name (defined in doc.c) gets assigned the file
> name which ends with "DOC", not "DOC-X"?
>
> Thanks.

I'm not sure on how to debug this. Let me start to point out that
there were 3 errors about missing DOC, but the first 2 were not fatal:

...
In toplevel form:
url/url-dav.el:36:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
Compiling url/url-dired.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-dired.elc
Compiling url/url-expand.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-expand.elc
Compiling url/url-file.el
...
In toplevel form:
url/url-handlers.el:243:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
Compiling url/url-history.el
Wrote c:/Users/deyke/emacs-build/work/lisp/url/url-history.elc
Compiling url/url-http.el
...

In toplevel form:
url/vc-dav.el:29:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
make[1]: *** [compile-SH] Error 1
make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/lisp'
make: *** [bootstrap-gmake] Error 2

Second, after that build stopped, a find | grep DOC came up empty, so
if anything would expect to find DOC-X, there was none to be found.

Next I probed loadup.el:

system-type --> windows-nt
(fboundp 'x-create-frame) --> t
(setq name (expand-file-name (if (fboundp 'x-create-frame) "DOC-X" "DOC") "../etc")) --> "c:/Users/deyke/emacs-build/etc/DOC-X"

Finally, this is my current work-aound, which seems to give me a
working emacs, although I do not know if the DOC strings are all OK:

cd work/nt
call configure.bat --with-gcc --no-debug --no-cygwin --cflags -IC:/Users/deyke/emacs-build/include --prefix C:/emacs
make bootstrap
REM The last command will have failed with errors, finish the job
cd /d "%basedir%\work\lib-src"
make DOC
copy DOC ..\etc\DOC
cd /d "%basedir%\work\nt"
make
cd /d "%basedir%\work\lisp"
make recompile EMACS=../src/oo-spd/i386/emacs
cd /d "%basedir%\work\nt"
make info

So, could you please guide me in what I have to do to debug this?

Thanks,
--
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-18 19:55           ` Dieter Deyke
@ 2006-03-18 21:24             ` Jason Rumney
  2006-03-18 21:45               ` Dieter Deyke
  2006-03-18 22:55             ` Eli Zaretskii
  1 sibling, 1 reply; 34+ messages in thread
From: Jason Rumney @ 2006-03-18 21:24 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Dieter Deyke <deyke@comcast.net> writes:

> In toplevel form:
> url/url-handlers.el:243:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"

Strange, this is a blank line in the version I have, and that file has
not changed since 2 January.

The other lines that gave you this error were requiring other files
from the url package. Do you have an older version of url in your
site-lisp directory?

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

* Re: old bootstrap error emerges again
  2006-03-18 21:24             ` Jason Rumney
@ 2006-03-18 21:45               ` Dieter Deyke
  0 siblings, 0 replies; 34+ messages in thread
From: Dieter Deyke @ 2006-03-18 21:45 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Jason Rumney <jasonr@gnu.org> writes:

> Dieter Deyke <deyke@comcast.net> writes:
>
>> In toplevel form:
>> url/url-handlers.el:243:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
>
> Strange, this is a blank line in the version I have, and that file has
> not changed since 2 January.
>
> The other lines that gave you this error were requiring other files
> from the url package. Do you have an older version of url in your
> site-lisp directory?

I don't think so, this was a clean cvs checkout from today. But you
are right, in my copy there is a blank line too, right after the macro
definition of url-handlers-create-wrapper.

--
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-18 19:55           ` Dieter Deyke
  2006-03-18 21:24             ` Jason Rumney
@ 2006-03-18 22:55             ` Eli Zaretskii
  2006-03-19  0:59               ` Dieter Deyke
  1 sibling, 1 reply; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-18 22:55 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

> From: Dieter Deyke <deyke@comcast.net>
> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
> Date: Sat, 18 Mar 2006 12:55:35 -0700
> 
> I'm not sure on how to debug this. Let me start to point out that
> there were 3 errors about missing DOC

Yes, I've seen those as well in your transcript.  Needless to say, in
my builds none of them are present.

> but the first 2 were not fatal:

No, they are all fatal.  It's just that the shell's for loop invoked
by Make doesn't stop until it finishes (you will see that
url/vc-dav.el is the last Lisp file that is compiled), so Make only
sees the non-zero exit status when the list of files to compile is
exhausted and the subsidiary shell exits.

> Second, after that build stopped, a find | grep DOC came up empty, so
> if anything would expect to find DOC-X, there was none to be found.

In my builds, I don't have DOC-X either, at this stage of the build.
But the problems still don't happen for me.  I think Emacs shouldn't
look for the doc string file at all at this place.  The DOC vs DOC-X
thing was just another strange thing, so I mentioned it.

> So, could you please guide me in what I have to do to debug this?

Well, one way to try to debug this is to say "make bootstrap" again
(without the workaround), let it fail, then run Emacs under GDB and
let it byte-compile the offending file vc-dav.el with precisely the
same command-line arguments as when Emacs is run from Make.  But
before you run Emacs, after starting GDB, set a breakpoint in doc.c,
in the function get_doc_string, on the line which says:

	error ("Cannot open doc string file \"%s\"", name);

(this is the line that displays the error message and aborts the
compilation).  When this breakpoint breaks, please post here the
backtrace.  Maybe that would give us some ideas.

TIA

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

* Re: old bootstrap error emerges again
  2006-03-18 22:55             ` Eli Zaretskii
@ 2006-03-19  0:59               ` Dieter Deyke
  2006-03-19  4:37                 ` Eli Zaretskii
  0 siblings, 1 reply; 34+ messages in thread
From: Dieter Deyke @ 2006-03-19  0:59 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> Well, one way to try to debug this is to say "make bootstrap" again
> (without the workaround), let it fail, then run Emacs under GDB and
> let it byte-compile the offending file vc-dav.el with precisely the
> same command-line arguments as when Emacs is run from Make.  But
> before you run Emacs, after starting GDB, set a breakpoint in doc.c,
> in the function get_doc_string, on the line which says:
>
> 	error ("Cannot open doc string file \"%s\"", name);
>
> (this is the line that displays the error message and aborts the
> compilation).  When this breakpoint breaks, please post here the
> backtrace.  Maybe that would give us some ideas.
>
> TIA

(gdb) set args -f batch-byte-compile url/vc-dav.el
(gdb) run
Starting program: C:\Users\deyke\emacs-build\work\lisp/../bin/emacs.exe -f batch
-byte-compile url/vc-dav.el

Breakpoint 1, get_doc_string (filepos=-2047792, unibyte=0, definition=0)
    at doc.c:196
196             error ("Cannot open doc string file \"%s\"", name);
(gdb) backtrace
#0  get_doc_string (filepos=-2047792, unibyte=0, definition=0) at doc.c:196
#1  0x0110d925 in Fdocumentation (function=27789273, raw=27674673) at doc.c:456
#2  0x010205ed in Ffuncall (nargs=3, args=0x82d110) at eval.c:2904
#3  0x0111e063 in Fbyte_code (bytestr=34201523, vector=37091204, maxdepth=56)
    at bytecode.c:694
#4  0x010209b7 in funcall_lambda (fun=35206436, nargs=1, arg_vector=0x82d244)
    at eval.c:3088
#5  0x01020486 in Ffuncall (nargs=2, args=0x82d240) at eval.c:2956
#6  0x0111e063 in Fbyte_code (bytestr=34201331, vector=37121924, maxdepth=40)
    at bytecode.c:694
#7  0x010209b7 in funcall_lambda (fun=35207524, nargs=2, arg_vector=0x82d374)
    at eval.c:3088
#8  0x01020486 in Ffuncall (nargs=3, args=0x82d370) at eval.c:2956
#9  0x0111e063 in Fbyte_code (bytestr=34559971, vector=37071364, maxdepth=88)
    at bytecode.c:694
#10 0x010209b7 in funcall_lambda (fun=35459812, nargs=1, arg_vector=0x82d4bc)
    at eval.c:3088
#11 0x01020486 in Ffuncall (nargs=2, args=0x82d4b8) at eval.c:2956
#12 0x0111e063 in Fbyte_code (bytestr=29906179, vector=37089924, maxdepth=56)
    at bytecode.c:694
#13 0x010209b7 in funcall_lambda (fun=35503940, nargs=2, arg_vector=0x82d5e4)
    at eval.c:3088
#14 0x01020486 in Ffuncall (nargs=3, args=0x82d5e0) at eval.c:2956
---Type <return> to continue, or q <return> to quit---
#15 0x0111e063 in Fbyte_code (bytestr=29906307, vector=37120388, maxdepth=32)
    at bytecode.c:694
#16 0x010209b7 in funcall_lambda (fun=35503620, nargs=2, arg_vector=0x82d704)
    at eval.c:3088
#17 0x01020486 in Ffuncall (nargs=3, args=0x82d700) at eval.c:2956
#18 0x0111e063 in Fbyte_code (bytestr=35731251, vector=37092740, maxdepth=40)
    at bytecode.c:694
#19 0x0101f8b1 in Feval (form=35136365) at eval.c:2247
#20 0x0106f3d3 in readevalloop (readcharfun=27760665, stream=0x77c5fd00,
    sourcename=35723635, evalfun=0x101f4e0 <Feval>, printflag=0,
    unibyte=27674625, readfun=27674625, start=27674625, end=27674625)
    at lread.c:1480
#21 0x0106e27a in Fload (file=34166371, noerror=27674625, nomessage=27674673,
    nosuffix=27674625, must_suffix=27674673) at lread.c:960
#22 0x01080d7c in Frequire (feature=34540833, filename=27674625,
    noerror=27674625) at fns.c:3619
#23 0x0102060b in Ffuncall (nargs=2, args=0x82dae0) at eval.c:2907
#24 0x0111e063 in Fbyte_code (bytestr=34742067, vector=35697668, maxdepth=40)
    at bytecode.c:694
#25 0x0101f8b1 in Feval (form=35495149) at eval.c:2247
#26 0x0106f3d3 in readevalloop (readcharfun=27760665, stream=0x77c5fce0,
    sourcename=29918323, evalfun=0x101f4e0 <Feval>, printflag=0,
    unibyte=27674625, readfun=27674625, start=27674625, end=27674625)
---Type <return> to continue, or q <return> to quit---
    at lread.c:1480
#27 0x0106e27a in Fload (file=29918515, noerror=27674625, nomessage=27674625,
    nosuffix=27674625, must_suffix=27674625) at lread.c:960
#28 0x0101f910 in Feval (form=28313573) at eval.c:2255
#29 0x0101cde1 in Fprogn (args=28313981) at eval.c:432
#30 0x010209ea in funcall_lambda (fun=28313549, nargs=1, arg_vector=0x82df0c)
    at eval.c:3081
#31 0x01020851 in apply_lambda (fun=28313549, args=35498133, eval_flag=1)
    at eval.c:3010
#32 0x0101f6be in Feval (form=35498141) at eval.c:2299
#33 0x0106f3d3 in readevalloop (readcharfun=35179524, stream=0x0,
    sourcename=29907459, evalfun=0x101f4e0 <Feval>, printflag=0,
    unibyte=27674625, readfun=27674625, start=27674625, end=27674625)
    at lread.c:1480
#34 0x0106f725 in Feval_buffer (buffer=35179524, printflag=27674625,
    filename=29907459, unibyte=27674625, do_allow_print=27674673)
    at lread.c:1543
#35 0x0101f910 in Feval (form=28251109) at eval.c:2255
#36 0x0101cde1 in Fprogn (args=28251101) at eval.c:432
#37 0x0101dd18 in Flet (args=28250805) at eval.c:1053
#38 0x0101faa0 in Feval (form=28250725) at eval.c:2188
#39 0x0101e277 in Funwind_protect (args=28281941) at eval.c:1316
#40 0x0101faa0 in Feval (form=28250717) at eval.c:2188
---Type <return> to continue, or q <return> to quit---
#41 0x0101cde1 in Fprogn (args=28250653) at eval.c:432
#42 0x0101db11 in FletX (args=28250541) at eval.c:995
#43 0x0101faa0 in Feval (form=28250301) at eval.c:2188
#44 0x0101cde1 in Fprogn (args=28282325) at eval.c:432
#45 0x0101cd1b in Fif (args=28250181) at eval.c:381
#46 0x0101faa0 in Feval (form=28250141) at eval.c:2188
#47 0x0101cde1 in Fprogn (args=28250133) at eval.c:432
#48 0x010209ea in funcall_lambda (fun=28282341, nargs=4, arg_vector=0x82e7e4)
    at eval.c:3081
#49 0x01020486 in Ffuncall (nargs=5, args=0x82e7e0) at eval.c:2956
#50 0x0102024e in call4 (fn=27790625, arg1=29907459, arg2=34641363,
    arg3=27674673, arg4=27674673) at eval.c:2755
#51 0x0106e5f5 in Fload (file=34641363, noerror=27674673, nomessage=27674673,
    nosuffix=27674625, must_suffix=27674625) at lread.c:914
#52 0x0101f910 in Feval (form=34645125) at eval.c:2255
#53 0x0101cde1 in Fprogn (args=34645117) at eval.c:432
#54 0x0101dd18 in Flet (args=34645085) at eval.c:1053
#55 0x0101faa0 in Feval (form=34646661) at eval.c:2188
#56 0x0101ccfc in Fif (args=34646653) at eval.c:380
#57 0x0101faa0 in Feval (form=34646645) at eval.c:2188
#58 0x0101cde1 in Fprogn (args=34644061) at eval.c:432
#59 0x010209ea in funcall_lambda (fun=34646629, nargs=0, arg_vector=0x82ed74)
    at eval.c:3081
---Type <return> to continue, or q <return> to quit---
#60 0x01020486 in Ffuncall (nargs=1, args=0x82ed70) at eval.c:2956
#61 0x0101f88c in Feval (form=34644165) at eval.c:2244
#62 0x0101cde1 in Fprogn (args=34644181) at eval.c:432
#63 0x0101faa0 in Feval (form=34644157) at eval.c:2188
#64 0x0101e46e in internal_lisp_condition_case (var=27738761,
    bodyform=34644157, handlers=34683941) at eval.c:1418
#65 0x0101e2ef in Fcondition_case (args=34644149) at eval.c:1359
#66 0x0101faa0 in Feval (form=34644141) at eval.c:2188
#67 0x0101cde1 in Fprogn (args=34683949) at eval.c:432
#68 0x0101cd1b in Fif (args=34644109) at eval.c:381
#69 0x0101faa0 in Feval (form=34644101) at eval.c:2188
#70 0x0101cde1 in Fprogn (args=34683957) at eval.c:432
#71 0x0101dd18 in Flet (args=34644093) at eval.c:1053
#72 0x0101faa0 in Feval (form=34646581) at eval.c:2188
#73 0x0101cde1 in Fprogn (args=34684253) at eval.c:432
#74 0x0101dd18 in Flet (args=34646573) at eval.c:1053
#75 0x0101faa0 in Feval (form=34646429) at eval.c:2188
#76 0x0101cde1 in Fprogn (args=34646069) at eval.c:432
#77 0x0101dd18 in Flet (args=34648029) at eval.c:1053
#78 0x0101faa0 in Feval (form=34647949) at eval.c:2188
#79 0x0101cde1 in Fprogn (args=34653357) at eval.c:432
#80 0x010209ea in funcall_lambda (fun=34681637, nargs=0, arg_vector=0x82f6dc)
    at eval.c:3081
---Type <return> to continue, or q <return> to quit---
#81 0x01020851 in apply_lambda (fun=34681637, args=27674625, eval_flag=1)
    at eval.c:3010
#82 0x0101f6be in Feval (form=34658581) at eval.c:2299
#83 0x0101e277 in Funwind_protect (args=34658589) at eval.c:1316
#84 0x0101faa0 in Feval (form=34658573) at eval.c:2188
#85 0x0101cde1 in Fprogn (args=34658125) at eval.c:432
#86 0x0101dd18 in Flet (args=34658565) at eval.c:1053
#87 0x0101faa0 in Feval (form=34658533) at eval.c:2188
#88 0x0101cde1 in Fprogn (args=34659381) at eval.c:432
#89 0x0101cd1b in Fif (args=34616293) at eval.c:381
#90 0x0101faa0 in Feval (form=34616285) at eval.c:2188
#91 0x0101cde1 in Fprogn (args=34658141) at eval.c:432
#92 0x010209ea in funcall_lambda (fun=34658149, nargs=0, arg_vector=0x82fc1c)
    at eval.c:3081
#93 0x01020851 in apply_lambda (fun=34658149, args=27674625, eval_flag=1)
    at eval.c:3010
#94 0x0101f6be in Feval (form=34628133) at eval.c:2299
#95 0x01006fb3 in top_level_2 () at keyboard.c:1337
#96 0x0101e5b7 in internal_condition_case (bfun=0x1006fa0 <top_level_2>,
    handlers=27738761, hfun=0x1006c70 <cmd_error>) at eval.c:1473
#97 0x01007070 in top_level_1 () at keyboard.c:1345
#98 0x0101e0af in internal_catch (tag=27733017, func=0x1007040 <top_level_1>,
    arg=27674625) at eval.c:1211
---Type <return> to continue, or q <return> to quit---
#99 0x01006f19 in command_loop () at keyboard.c:1302
#100 0x010069f0 in recursive_edit_1 () at keyboard.c:1000
#101 0x01006b2d in Frecursive_edit () at keyboard.c:1061
#102 0x010035c0 in main (argc=4, argv=0xf22658) at emacs.c:1801
#103 0x0100122d in __mingw_CRTStartup ()
#104 0x01001258 in mainCRTStartup ()
#105 0x7c816d4f in _libwinspool_a_iname ()
(gdb)

-- 
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-18 15:49       ` Eli Zaretskii
@ 2006-03-19  1:59         ` Herbert Euler
  2006-03-19  4:27           ` Eli Zaretskii
  0 siblings, 1 reply; 34+ messages in thread
From: Herbert Euler @ 2006-03-19  1:59 UTC (permalink / raw)
  Cc: emacs-devel

>From: Eli Zaretskii <eliz@gnu.org>
>Reply-To: Eli Zaretskii <eliz@gnu.org>
>To: "Herbert Euler" <herberteuler@hotmail.com>
>CC: id.brep@gmail.com, emacs-devel@gnu.org
>Subject: Re: old bootstrap error emerges again
>Date: Sat, 18 Mar 2006 17:49:15 +0200
>
>Do you use MSYS on Windows to build Emacs?

Yes.

>Sorry, I don't understand this.  What does it mean ``never happens
>after I know it''?  Please explain.

I mean, after I know bootstrapping may stopped because of
the etc/DOC file, I always create such a file before bootstrapping,
so that this termination never happens again.

>It matters.  I'd like to try to find a solution, but I need to know
>the details first.  If you can reproduce this problem at will, please
>send the complete transcript of a failed bootstrap.  The commands to
>produce such a transcript are like this:
>
>	cd nt
>	configure 2>&1 | tee transcript.txt
>	make bootstrap 2>&1 | tee -a transcript.txt
>
>(You will need a port of the `tee' command.)  Then post the file
>transcript.txt created by these commands.

OK.  I'll post the result if bootstrapping fails due to etc/DOC next
time.

Btw, when I bootstrapping Emacs Unicode 2 branch in FreeBSD
4.8, it stops when building etags and some other tools (I don't
remember, though) because FreeBSD doesn't have the getopt_long
function.  I defined getopt_long as getopt, dropping other
arguments as in the etags.c file.  Does this matter as well?

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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

* Re: old bootstrap error emerges again
  2006-03-19  1:59         ` Herbert Euler
@ 2006-03-19  4:27           ` Eli Zaretskii
  0 siblings, 0 replies; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-19  4:27 UTC (permalink / raw)
  Cc: emacs-devel

> From: "Herbert Euler" <herberteuler@hotmail.com>
> Cc: emacs-devel@gnu.org
> Bcc: 
> Date: Sun, 19 Mar 2006 09:59:50 +0800
> 
> >	cd nt
> >	configure 2>&1 | tee transcript.txt
> >	make bootstrap 2>&1 | tee -a transcript.txt
> >
> >(You will need a port of the `tee' command.)  Then post the file
> >transcript.txt created by these commands.
> 
> OK.  I'll post the result if bootstrapping fails due to etc/DOC next
> time.

Well, actually, first see if it is identical to the one posted here by
two other people who had the same problem.  If it is identical,
there's no need to post a 3rd transcript.  Thanks.

> Btw, when I bootstrapping Emacs Unicode 2 branch in FreeBSD
> 4.8, it stops when building etags and some other tools (I don't
> remember, though) because FreeBSD doesn't have the getopt_long
> function.  I defined getopt_long as getopt, dropping other
> arguments as in the etags.c file.  Does this matter as well?

Yes, this matters.  Now that you've reported that, I'm sure people who
work on the Unicode 2 branch will see that and fix that.

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

* Re: old bootstrap error emerges again
  2006-03-19  0:59               ` Dieter Deyke
@ 2006-03-19  4:37                 ` Eli Zaretskii
  2006-03-19 14:44                   ` Dieter Deyke
  0 siblings, 1 reply; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-19  4:37 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

> From: Dieter Deyke <deyke@comcast.net>
> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
> Date: Sat, 18 Mar 2006 17:59:08 -0700
> 
> (gdb) set args -f batch-byte-compile url/vc-dav.el
> (gdb) run
> Starting program: C:\Users\deyke\emacs-build\work\lisp/../bin/emacs.exe -f batch
> -byte-compile url/vc-dav.el
> 
> Breakpoint 1, get_doc_string (filepos=-2047792, unibyte=0, definition=0)
>     at doc.c:196
> 196             error ("Cannot open doc string file \"%s\"", name);
> (gdb) backtrace
> #0  get_doc_string (filepos=-2047792, unibyte=0, definition=0) at doc.c:196
> #1  0x0110d925 in Fdocumentation (function=27789273, raw=27674673) at doc.c:456

Thanks.  At this point, it would help if you do the following:

  . Print the value of filepos:

    (gdb) p filepos
    (gdb) pr

  . Print the value of Vdoc_file_name, which should be a string:

    (gdb) p Vdoc_file_name
    (gdb) pr

  . Print the value of Vdoc_directory, which should also be a string:

    (gdb) p Vdoc_directory
    (gdb) pr

  . Produce a Lisp backtrace:

    (gdb) xbacktrace

  . Post here the results.

Thanks!

Note that, for these commands to work, you need either to start GDB in
the src directory or type "source /path-to-src/src/.gdbinit" inside
GDB, because the commands `pr' and `xbacktrace' are defined there.

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

* Re: old bootstrap error emerges again
  2006-03-19  4:37                 ` Eli Zaretskii
@ 2006-03-19 14:44                   ` Dieter Deyke
  2006-03-19 19:14                     ` Eli Zaretskii
  0 siblings, 1 reply; 34+ messages in thread
From: Dieter Deyke @ 2006-03-19 14:44 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> Thanks.  At this point, it would help if you do the following:
>
>   . Print the value of filepos:
>
>     (gdb) p filepos
>     (gdb) pr
>
>   . Print the value of Vdoc_file_name, which should be a string:
>
>     (gdb) p Vdoc_file_name
>     (gdb) pr
>
>   . Print the value of Vdoc_directory, which should also be a string:
>
>     (gdb) p Vdoc_directory
>     (gdb) pr
>
>   . Produce a Lisp backtrace:
>
>     (gdb) xbacktrace
>
>   . Post here the results.

(gdb) break 196
Breakpoint 1 at 0x110d68c: file doc.c, line 196.
(gdb) run
Starting program: C:\Users\deyke\emacs-build\work\lisp/../bin/emacs.exe -f batch
-byte-compile url/vc-dav.el

Breakpoint 1, get_doc_string (filepos=-2047792, unibyte=0, definition=0)
    at doc.c:196
196             error ("Cannot open doc string file \"%s\"", name);
(gdb) source ../src/.gdbinit
Environment variable "DISPLAY" not defined.
Environment variable "TERM" not defined.
Breakpoint 2 at 0x1152a76: file w32fns.c, line 8965.
Breakpoint 3 at 0x109f0e6: file sysdep.c, line 1395.
(gdb) p filepos
$1 = -2047792
(gdb) pr
warning: -
warning: 2
warning: 5
warning: 5
warning: 9
warning: 7
warning: 4
(gdb) p Vdoc_file_name
$2 = 35481283
(gdb) pr
warning: "
warning: D
warning: O
warning: C
warning: "
(gdb) p Vdoc_directory
$3 = 35480707
(gdb) pr
warning: "
warning: c
warning: :
warning: /
warning: U
warning: s
warning: e
warning: r
warning: s
warning: /
warning: d
warning: e
warning: y
warning: k
warning: e
warning: /
warning: e
warning: m
warning: a
warning: c
warning: s
warning: -
warning: b
warning: u
warning: i
warning: l
warning: d
warning: /
warning: w
warning: o
warning: r
warning: k
warning: /
warning: e
warning: t
warning: c
warning: /
warning: "
(gdb) xbacktrace
"ad-real-documentation"
"ad-subr-arglist"
"ad-arglist"
"ad-make-advised-definition"
"ad-activate-advised-definition"
"ad-activate"
"byte-code"
"require"
"byte-code"
"load"
"load-library"
"eval-buffer"
"let"
"unwind-protect"
"let*"
"if"
"load-with-code-conversion"
"load"
"let"
"if"
0x210aa65 Lisp type 5
"funcall"
"progn"
---Type <return> to continue, or q <return> to quit---
"condition-case"
"if"
"let"
"let"
"let"
"command-line"
"unwind-protect"
"let"
"if"
"normal-top-level"
(gdb)

-- 
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-19 14:44                   ` Dieter Deyke
@ 2006-03-19 19:14                     ` Eli Zaretskii
  2006-03-19 20:56                       ` Dieter Deyke
  2006-03-19 21:19                       ` Dieter Deyke
  0 siblings, 2 replies; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-19 19:14 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

> From: Dieter Deyke <deyke@comcast.net>
> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
> Date: Sun, 19 Mar 2006 07:44:28 -0700
> 
> (gdb) xbacktrace
> "ad-real-documentation"
> "ad-subr-arglist"
> "ad-arglist"
> "ad-make-advised-definition"
> "ad-activate-advised-definition"
> "ad-activate"

Thanks.  These "ad-*" functions in the Lisp backtrace look strange:
they seem to indicate that defadvice is used somewhere, but I cannot
see any such defadvice's in the lisp/url directory.  Can you look
around and try to find where are those defadvice's?

> "byte-code"
> "require"
> "byte-code"
> "load"
> "load-library"

Also, it would be good to know what package is being loaded in the
last line above, which says "load-library", and what feature is being
required in the "require" line before that.  Can you try to find out?
The way to do that is identify the frames in the C backtrace that
correspond to these lines in the Lisp backtrace.  For example, the
innermost call to Frequire would probably correspond to the "require"
line.  Then print the first argument (with `pr') and see what it is.
For load-library, the "load" (Fload in C) line that preceeds it will
tell you via its 1st arg what file is being loaded.

Perhaps this information will show where do those ad-* things come
from.

Thanks again for working on this.

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

* Re: old bootstrap error emerges again
  2006-03-19 19:14                     ` Eli Zaretskii
@ 2006-03-19 20:56                       ` Dieter Deyke
  2006-03-19 21:19                       ` Dieter Deyke
  1 sibling, 0 replies; 34+ messages in thread
From: Dieter Deyke @ 2006-03-19 20:56 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Dieter Deyke <deyke@comcast.net>
>> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
>> Date: Sun, 19 Mar 2006 07:44:28 -0700
>> 
>> (gdb) xbacktrace
>> "ad-real-documentation"
>> "ad-subr-arglist"
>> "ad-arglist"
>> "ad-make-advised-definition"
>> "ad-activate-advised-definition"
>> "ad-activate"
>
> Thanks.  These "ad-*" functions in the Lisp backtrace look strange:
> they seem to indicate that defadvice is used somewhere, but I cannot
> see any such defadvice's in the lisp/url directory.  Can you look
> around and try to find where are those defadvice's?
>
>> "byte-code"
>> "require"
>> "byte-code"
>> "load"
>> "load-library"
>
> Also, it would be good to know what package is being loaded in the
> last line above, which says "load-library", and what feature is being
> required in the "require" line before that.  Can you try to find out?
> The way to do that is identify the frames in the C backtrace that
> correspond to these lines in the Lisp backtrace.  For example, the
> innermost call to Frequire would probably correspond to the "require"
> line.  Then print the first argument (with `pr') and see what it is.
> For load-library, the "load" (Fload in C) line that preceeds it will
> tell you via its 1st arg what file is being loaded.
>
> Perhaps this information will show where do those ad-* things come
> from.
>
> Thanks again for working on this.

The lowest Fload I found had a first arg of "uniquify", I do not know
how to decode the args of the Frequire calling it.  feature showed up
as 0, and filename as nil.  The next Fload higher up had an first arg
of "emacsrc".  Makes me think, does bootstrapping emacs read the
~/.emacsrc file I have?

May be we can speed up debugging by hooking up via IM or IRC, and you
provide me with lines I paste into the debugger, and I will paste back
results.

-- 
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-19 19:14                     ` Eli Zaretskii
  2006-03-19 20:56                       ` Dieter Deyke
@ 2006-03-19 21:19                       ` Dieter Deyke
  2006-03-25 13:57                         ` Eli Zaretskii
  1 sibling, 1 reply; 34+ messages in thread
From: Dieter Deyke @ 2006-03-19 21:19 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Sorry Eli, my last backtrace was useless, I did not put the necessary
-batch --no-init-file --no-site-file --multibyte arguments on the
command line when calling emacs. I am really new at this. Anyway, this
time I did it better, and here are the new results:

(gdb) backtrace
#0  get_doc_string (filepos=-2579664, unibyte=0, definition=0) at doc.c:196
#1  0x0110d925 in Fdocumentation (function=27819993, raw=27674673) at doc.c:456
#2  0x0101f88c in Feval (form=35711621) at eval.c:2244
#3  0x0101cc44 in For (args=35711541) at eval.c:328
#4  0x0101faa0 in Feval (form=35711637) at eval.c:2188
#5  0x0101fa50 in Feval (form=35711701) at eval.c:2206
#6  0x0101fa50 in Feval (form=35705733) at eval.c:2206
#7  0x0101f72b in Feval (form=35710653) at eval.c:2297
#8  0x0101cde1 in Fprogn (args=35710637) at eval.c:432
#9  0x010209ea in funcall_lambda (fun=35710605, nargs=2, arg_vector=0x82c8a0)
    at eval.c:3081
#10 0x01020486 in Ffuncall (nargs=3, args=0x82c89c) at eval.c:2956
#11 0x0101fc0b in Fapply (nargs=2, args=0x82c918) at eval.c:2393
#12 0x01020117 in apply1 (fn=35710605, arg=35710525) at eval.c:2654
#13 0x0101f723 in Feval (form=35710541) at eval.c:2297
#14 0x0106f3d3 in readevalloop (readcharfun=31538180, stream=0x0,
    sourcename=35482179, evalfun=0x101f4e0 <Feval>, printflag=0,
    unibyte=27674625, readfun=27674625, start=27674625, end=27674625)
    at lread.c:1480
#15 0x0106f725 in Feval_buffer (buffer=31538180, printflag=27674625,
    filename=35482179, unibyte=27674625, do_allow_print=27674673)
    at lread.c:1543
#16 0x0101f910 in Feval (form=28251109) at eval.c:2255
---Type <return> to continue, or q <return> to quit---
#17 0x0101cde1 in Fprogn (args=28251101) at eval.c:432
#18 0x0101dd18 in Flet (args=28250805) at eval.c:1053
#19 0x0101faa0 in Feval (form=28250725) at eval.c:2188
#20 0x0101e277 in Funwind_protect (args=28281941) at eval.c:1316
#21 0x0101faa0 in Feval (form=28250717) at eval.c:2188
#22 0x0101cde1 in Fprogn (args=28250653) at eval.c:432
#23 0x0101db11 in FletX (args=28250541) at eval.c:995
#24 0x0101faa0 in Feval (form=28250301) at eval.c:2188
#25 0x0101cde1 in Fprogn (args=28282325) at eval.c:432
#26 0x0101cd1b in Fif (args=28250181) at eval.c:381
#27 0x0101faa0 in Feval (form=28250141) at eval.c:2188
#28 0x0101cde1 in Fprogn (args=28250133) at eval.c:432
#29 0x010209ea in funcall_lambda (fun=28282341, nargs=4, arg_vector=0x82d1a4)
    at eval.c:3081
#30 0x01020486 in Ffuncall (nargs=5, args=0x82d1a0) at eval.c:2956
#31 0x0102024e in call4 (fn=27790625, arg1=35482179, arg2=36208307,
    arg3=27674625, arg4=27674673) at eval.c:2755
#32 0x0106e5f5 in Fload (file=36208307, noerror=27674625, nomessage=27674673,
    nosuffix=27674625, must_suffix=27674673) at lread.c:914
#33 0x01080d7c in Frequire (feature=37716329, filename=27674625,
    noerror=27674625) at fns.c:3619
#34 0x0101f8b1 in Feval (form=29348213) at eval.c:2247
#35 0x0106f3d3 in readevalloop (readcharfun=34987012, stream=0x0,
---Type <return> to continue, or q <return> to quit---
    sourcename=34796499, evalfun=0x101f4e0 <Feval>, printflag=0,
    unibyte=27674625, readfun=27674625, start=27674625, end=27674625)
    at lread.c:1480
#36 0x0106f725 in Feval_buffer (buffer=34987012, printflag=27674625,
    filename=34796499, unibyte=27674625, do_allow_print=27674673)
    at lread.c:1543
#37 0x0101f910 in Feval (form=28251109) at eval.c:2255
#38 0x0101cde1 in Fprogn (args=28251101) at eval.c:432
#39 0x0101dd18 in Flet (args=28250805) at eval.c:1053
#40 0x0101faa0 in Feval (form=28250725) at eval.c:2188
#41 0x0101e277 in Funwind_protect (args=28281941) at eval.c:1316
#42 0x0101faa0 in Feval (form=28250717) at eval.c:2188
#43 0x0101cde1 in Fprogn (args=28250653) at eval.c:432
#44 0x0101db11 in FletX (args=28250541) at eval.c:995
#45 0x0101faa0 in Feval (form=28250301) at eval.c:2188
#46 0x0101cde1 in Fprogn (args=28282325) at eval.c:432
#47 0x0101cd1b in Fif (args=28250181) at eval.c:381
#48 0x0101faa0 in Feval (form=28250141) at eval.c:2188
#49 0x0101cde1 in Fprogn (args=28250133) at eval.c:432
#50 0x010209ea in funcall_lambda (fun=28282341, nargs=4, arg_vector=0x82dbc4)
    at eval.c:3081
#51 0x01020486 in Ffuncall (nargs=5, args=0x82dbc0) at eval.c:2956
#52 0x0102024e in call4 (fn=27790625, arg1=34796499, arg2=34795907,
---Type <return> to continue, or q <return> to quit---
    arg3=27674625, arg4=27674673) at eval.c:2755
#53 0x0106e5f5 in Fload (file=34795907, noerror=27674625, nomessage=27674673,
    nosuffix=27674625, must_suffix=27674673) at lread.c:914
#54 0x01080d7c in Frequire (feature=34707009, filename=27674625,
    noerror=27674625) at fns.c:3619
#55 0x0102060b in Ffuncall (nargs=2, args=0x82dee4) at eval.c:2907
#56 0x0101fc0b in Fapply (nargs=2, args=0x82dee4) at eval.c:2393
#57 0x0102076e in Ffuncall (nargs=3, args=0x82dee0) at eval.c:2882
#58 0x0111e063 in Fbyte_code (bytestr=34069715, vector=36134532, maxdepth=32)
    at bytecode.c:694
#59 0x010209b7 in funcall_lambda (fun=36128580, nargs=1, arg_vector=0x82e004)
    at eval.c:3088
#60 0x01020486 in Ffuncall (nargs=2, args=0x82e000) at eval.c:2956
#61 0x0111e063 in Fbyte_code (bytestr=34069507, vector=36134788, maxdepth=32)
    at bytecode.c:694
#62 0x010209b7 in funcall_lambda (fun=36129476, nargs=1, arg_vector=0x82e124)
    at eval.c:3088
#63 0x01020486 in Ffuncall (nargs=2, args=0x82e120) at eval.c:2956
#64 0x0111e063 in Fbyte_code (bytestr=35081107, vector=34958212, maxdepth=40)
    at bytecode.c:694
#65 0x010209b7 in funcall_lambda (fun=36130788, nargs=0, arg_vector=0x82e264)
    at eval.c:3088
#66 0x01020486 in Ffuncall (nargs=1, args=0x82e260) at eval.c:2956
---Type <return> to continue, or q <return> to quit---
#67 0x0101f88c in Feval (form=36126365) at eval.c:2244
#68 0x0101e46e in internal_lisp_condition_case (var=31863857,
    bodyform=36126365, handlers=36124861) at eval.c:1418
#69 0x0111ecfd in Fbyte_code (bytestr=35081171, vector=34028548, maxdepth=128)
    at bytecode.c:884
#70 0x010209b7 in funcall_lambda (fun=36130628, nargs=2, arg_vector=0x82e544)
    at eval.c:3088
#71 0x01020486 in Ffuncall (nargs=3, args=0x82e540) at eval.c:2956
#72 0x0111e063 in Fbyte_code (bytestr=35081923, vector=34985476, maxdepth=56)
    at bytecode.c:694
#73 0x010209b7 in funcall_lambda (fun=31867364, nargs=1, arg_vector=0x82e5fc)
    at eval.c:3088
#74 0x01020851 in apply_lambda (fun=31867364, args=36189981, eval_flag=1)
    at eval.c:3010
#75 0x0101f6be in Feval (form=36189973) at eval.c:2299
#76 0x0101e46e in internal_lisp_condition_case (var=28089065,
    bodyform=36189973, handlers=36189749) at eval.c:1418
#77 0x0111ecfd in Fbyte_code (bytestr=36173299, vector=36203396, maxdepth=24)
    at bytecode.c:884
#78 0x010209b7 in funcall_lambda (fun=36203268, nargs=1, arg_vector=0x82e934)
    at eval.c:3088
#79 0x01020486 in Ffuncall (nargs=2, args=0x82e930) at eval.c:2956
#80 0x0111e063 in Fbyte_code (bytestr=36173235, vector=36199940, maxdepth=40)
---Type <return> to continue, or q <return> to quit---
    at bytecode.c:694
#81 0x010209b7 in funcall_lambda (fun=36203524, nargs=0, arg_vector=0x82ea74)
    at eval.c:3088
#82 0x01020486 in Ffuncall (nargs=1, args=0x82ea70) at eval.c:2956
#83 0x0101f88c in Feval (form=34700485) at eval.c:2244
#84 0x0101cde1 in Fprogn (args=34700501) at eval.c:432
#85 0x0101cd1b in Fif (args=34700453) at eval.c:381
#86 0x0101faa0 in Feval (form=34700429) at eval.c:2188
#87 0x0101cde1 in Fprogn (args=34700421) at eval.c:432
#88 0x0101cd9d in Fcond (args=34702213) at eval.c:409
#89 0x0101faa0 in Feval (form=34701957) at eval.c:2188
#90 0x0101cde1 in Fprogn (args=34703229) at eval.c:432
#91 0x0101db11 in FletX (args=34703181) at eval.c:995
#92 0x0101faa0 in Feval (form=34703093) at eval.c:2188
#93 0x0101cde1 in Fprogn (args=34697989) at eval.c:432
#94 0x0101de0b in Fwhile (args=34703085) at eval.c:1075
#95 0x0101faa0 in Feval (form=34703077) at eval.c:2188
#96 0x0101cde1 in Fprogn (args=34703069) at eval.c:432
#97 0x0101dd18 in Flet (args=34702901) at eval.c:1053
#98 0x0101faa0 in Feval (form=34702397) at eval.c:2188
#99 0x0101cde1 in Fprogn (args=36023925) at eval.c:432
#100 0x0101faa0 in Feval (form=36023933) at eval.c:2188
#101 0x0101ccfc in Fif (args=36023949) at eval.c:380
---Type <return> to continue, or q <return> to quit---
#102 0x0101faa0 in Feval (form=36023957) at eval.c:2188
#103 0x0101f72b in Feval (form=34702381) at eval.c:2297
#104 0x0101cde1 in Fprogn (args=34704349) at eval.c:432
#105 0x010209ea in funcall_lambda (fun=34696821, nargs=1, arg_vector=0x82f51c)
    at eval.c:3081
#106 0x01020851 in apply_lambda (fun=34696821, args=34681437, eval_flag=1)
    at eval.c:3010
#107 0x0101f6be in Feval (form=34681413) at eval.c:2299
#108 0x0101cde1 in Fprogn (args=34653357) at eval.c:432
#109 0x010209ea in funcall_lambda (fun=34681637, nargs=0, arg_vector=0x82f6dc)
    at eval.c:3081
#110 0x01020851 in apply_lambda (fun=34681637, args=27674625, eval_flag=1)
    at eval.c:3010
#111 0x0101f6be in Feval (form=34658581) at eval.c:2299
#112 0x0101e277 in Funwind_protect (args=34658589) at eval.c:1316
#113 0x0101faa0 in Feval (form=34658573) at eval.c:2188
#114 0x0101cde1 in Fprogn (args=34658125) at eval.c:432
#115 0x0101dd18 in Flet (args=34658565) at eval.c:1053
#116 0x0101faa0 in Feval (form=34658533) at eval.c:2188
#117 0x0101cde1 in Fprogn (args=34659381) at eval.c:432
#118 0x0101cd1b in Fif (args=34616293) at eval.c:381
#119 0x0101faa0 in Feval (form=34616285) at eval.c:2188
#120 0x0101cde1 in Fprogn (args=34658141) at eval.c:432
---Type <return> to continue, or q <return> to quit---
#121 0x010209ea in funcall_lambda (fun=34658149, nargs=0, arg_vector=0x82fc1c)
    at eval.c:3081
#122 0x01020851 in apply_lambda (fun=34658149, args=27674625, eval_flag=1)
    at eval.c:3010
#123 0x0101f6be in Feval (form=34628133) at eval.c:2299
#124 0x01006fb3 in top_level_2 () at keyboard.c:1337
#125 0x0101e5b7 in internal_condition_case (bfun=0x1006fa0 <top_level_2>,
    handlers=27738761, hfun=0x1006c70 <cmd_error>) at eval.c:1473
#126 0x01007070 in top_level_1 () at keyboard.c:1345
#127 0x0101e0af in internal_catch (tag=27733017, func=0x1007040 <top_level_1>,
    arg=27674625) at eval.c:1211
#128 0x01006f19 in command_loop () at keyboard.c:1302
#129 0x010069f0 in recursive_edit_1 () at keyboard.c:1000
#130 0x01006b2d in Frecursive_edit () at keyboard.c:1061
#131 0x010035c0 in main (argc=8, argv=0xf22718) at emacs.c:1801
#132 0x0100122d in __mingw_CRTStartup ()
#133 0x01001258 in mainCRTStartup ()
#134 0x7c816d4f in _libwinspool_a_iname ()

Lisp Backtrace:
"documentation"
"or"
"format"
---Type <return> to continue, or q <return> to quit---
"list"
"`"
0x220e68d Lisp type 5
"url-handlers-create-wrapper"
"eval-buffer"
"let"
"unwind-protect"
"let*"
"if"
"load-with-code-conversion"
"require"
"eval-buffer"
"let"
"unwind-protect"
"let*"
"if"
"load-with-code-conversion"
"require"
"apply"
"byte-compile-file-form-require"
"byte-compile-file-form"
0x2274fe4 PVEC_COMPILED
"funcall"
---Type <return> to continue, or q <return> to quit---
"byte-compile-from-buffer"
"byte-compile-file"
"batch-byte-compile-file"
"batch-byte-compile"
"funcall"
"if"
"cond"
"let*"
"while"
"let"
"progn"
"if"
"when"
"command-line-1"
"command-line"
"unwind-protect"
"let"
"if"
"normal-top-level"
(gdb)

-- 
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-18 17:02       ` Zhang Wei
  2006-03-18 18:01         ` Eli Zaretskii
@ 2006-03-20 22:41         ` Jason Rumney
  2006-03-27 19:43           ` Eli Zaretskii
  1 sibling, 1 reply; 34+ messages in thread
From: Jason Rumney @ 2006-03-20 22:41 UTC (permalink / raw)
  Cc: eliz

Zhang Wei <id.brep@gmail.com> writes:

> "./oo-spd/i386/temacs.exe" -batch -l loadup bootstrap

>From loadup.el

  (message "Finding pointers to doc strings...")
  (if (or (equal (nth 3 command-line-args) "dump")
	  (equal (nth 4 command-line-args) "dump"))
      (let ((name emacs-version))
....
      )
    (condition-case nil
	(Snarf-documentation "DOC")
      (error nil)))

This could be the reason the emacs used for bootstrapping uses DOC for
its docfile, as it is dumped using "bootstrap", not "dump".

The errors seem to be coming from explicit calls to `documentation' in
the url-handlers-create-wrapper macro in url-handlers.el

Perhaps the inline duplication of the documentation from the wrapped
functions could be dropped, since there is already a link to the
wrapped function there.

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

* Re: old bootstrap error emerges again
  2006-03-19 21:19                       ` Dieter Deyke
@ 2006-03-25 13:57                         ` Eli Zaretskii
  2006-03-25 15:54                           ` Dieter Deyke
  0 siblings, 1 reply; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-25 13:57 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

> From: Dieter Deyke <deyke@comcast.net>
> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
> Date: Sun, 19 Mar 2006 14:19:18 -0700

Sorry for the long delay: I don't have enough time to work on
non-trivial problems during weekdays.

> Sorry Eli, my last backtrace was useless, I did not put the necessary
> -batch --no-init-file --no-site-file --multibyte arguments on the
> command line when calling emacs. I am really new at this. Anyway, this
> time I did it better, and here are the new results:
> 
> (gdb) backtrace
> #0  get_doc_string (filepos=-2579664, unibyte=0, definition=0) at doc.c:196
> #1  0x0110d925 in Fdocumentation (function=27819993, raw=27674673) at doc.c:456

Okay, thanks.  What I need to see now is the value of the argument
`function' passed to Fdocumentation above.  The following commands
will do this:

   (gdb) up 1
   (gdb) pr function
   (gdb) xtype

(The first of these commands goes up to the frame of Fdocumentation.)
Then use the appropriate x* command (e.g., xsymbol for symbols etc.),
according to what xtype prints, to show the value of function.

Please note that, to reproduce what happens during bootstrap, you
need:

  . Invoke the temporary binary of emacs.exe used by the bootstrap
    process, not the one produced by a successful build.  This
    intermediary binary can be found during bootstrap in the bin
    subdirectory, but it is deleted afterwards.  So you will need to
    copy it while the bootstrap runs, and that is the binary you
    should run under GDB.

  . Make sure there's no url-handlers.elc when you run Emacs to
    compile vc-dav.el or url-dav.el.

  . Make sure there's no DOC or DOC-X in the etc subdirectory.

Also, please tell me what is the value of system-type in the MSYS
build.

TIA

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

* Re: old bootstrap error emerges again
  2006-03-25 13:57                         ` Eli Zaretskii
@ 2006-03-25 15:54                           ` Dieter Deyke
  2006-03-25 17:38                             ` Eli Zaretskii
  0 siblings, 1 reply; 34+ messages in thread
From: Dieter Deyke @ 2006-03-25 15:54 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> Okay, thanks.  What I need to see now is the value of the argument
> `function' passed to Fdocumentation above.  The following commands
> will do this:
>
>    (gdb) up 1
>    (gdb) pr function
>    (gdb) xtype
>
> (The first of these commands goes up to the frame of Fdocumentation.)
> Then use the appropriate x* command (e.g., xsymbol for symbols etc.),
> according to what xtype prints, to show the value of function.
>
> Please note that, to reproduce what happens during bootstrap, you
> need:
>
>   . Invoke the temporary binary of emacs.exe used by the bootstrap
>     process, not the one produced by a successful build.  This
>     intermediary binary can be found during bootstrap in the bin
>     subdirectory, but it is deleted afterwards.  So you will need to
>     copy it while the bootstrap runs, and that is the binary you
>     should run under GDB.
>
>   . Make sure there's no url-handlers.elc when you run Emacs to
>     compile vc-dav.el or url-dav.el.
>
>   . Make sure there's no DOC or DOC-X in the etc subdirectory.
>
> Also, please tell me what is the value of system-type in the MSYS
> build.
>
> TIA

The strange thing is that the error vanished yesterday on my work PC,
but using the same tools I still get it on my home PC:

Starting program: C:\Users\deyke\emacs-build\work\lisp/../bin/my-emacs.exe -batc
h --no-init-file --no-site-file --multibyte -f batch-byte-compile url/vc-dav.el

Breakpoint 3, get_doc_string (filepos=-2581128, unibyte=0, definition=0)
    at doc.c:196
196             error ("Cannot open doc string file \"%s\"", name);
(gdb) up 1
#1  0x0110da05 in Fdocumentation (function=27819993, raw=27674673) at doc.c:456
456           tem = get_doc_string (doc, 0, 0);
(gdb) print function
$1 = 27819993
(gdb) xtype
Lisp_Symbol
(gdb) xsymbol
$2 = (struct Lisp_Symbol *) 0x1a87fd8
"file-exists-p"
(gdb)

As for your last question, I'm not using MSYS. My setup includes:

english XP Pro SP2
current cygwin
MinGW-3.1.0-1 in PATH before cygwin

If I start the emacs which was built during bootstrap it reports:

system-type
windows-nt

emacs-version
"22.0.50"

--
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-25 15:54                           ` Dieter Deyke
@ 2006-03-25 17:38                             ` Eli Zaretskii
  2006-03-25 18:07                               ` Dieter Deyke
  0 siblings, 1 reply; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-25 17:38 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

> From: Dieter Deyke <deyke@comcast.net>
> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
> Date: Sat, 25 Mar 2006 08:54:45 -0700
> 
> The strange thing is that the error vanished yesterday on my work PC,
> but using the same tools I still get it on my home PC:

Do you have the same sources (i.e. the same CVS check-out) on both of
these machines?

> Starting program: C:\Users\deyke\emacs-build\work\lisp/../bin/my-emacs.exe -batc
> h --no-init-file --no-site-file --multibyte -f batch-byte-compile url/vc-dav.el
> 
> Breakpoint 3, get_doc_string (filepos=-2581128, unibyte=0, definition=0)
>     at doc.c:196
> 196             error ("Cannot open doc string file \"%s\"", name);
> (gdb) up 1
> #1  0x0110da05 in Fdocumentation (function=27819993, raw=27674673) at doc.c:456
> 456           tem = get_doc_string (doc, 0, 0);
> (gdb) print function
> $1 = 27819993
> (gdb) xtype
> Lisp_Symbol
> (gdb) xsymbol
> $2 = (struct Lisp_Symbol *) 0x1a87fd8
> "file-exists-p"
> (gdb)

Thanks.  Now please repeat this again, and this time put a breakpoint
in Fdocumentation; when it breaks, verify that the first argument is
indeed file-exists-p, and then step through the code until it calls
get_doc_string and tell me what you saw.  When I do that on my system,
what I see is below.  As you see, Fdocumentation returns nil without
ever calling get_doc_string.  Can you find out what is different on
your machine, and why?

> As for your last question, I'm not using MSYS. My setup includes:
> 
> english XP Pro SP2
> current cygwin
> MinGW-3.1.0-1 in PATH before cygwin

Okay, so perhaps Cygwin has something to do with this.  Hopefully, we
will understand that when we find the reason for the different
behavior.

Here's a transcript of the GDB session on my machine:

D:\gnu\test\emacs\lisp>gdb ../bin/bootstrap-emacs.exe
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(gdb) br Fdocumentation
Breakpoint 1 at 0x10fc4e0: file doc.c, line 378.
(gdb) source ../src/.gdbinit
Environment variable "DISPLAY" not defined.
Environment variable "TERM" not defined.
Breakpoint 2 at 0x1133856: file w32fns.c, line 8965.
Breakpoint 3 at 0x109513b: file sysdep.c, line 1395.
(gdb) del 2 3
(gdb) r -batch  --no-init-file --no-site-file --multibyte -l loaddefs.el -f batc
h-byte-compile url/vc-dav.el
Starting program: D:\gnu\test\emacs\lisp/../bin/bootstrap-emacs.exe -batch  --no
-init-file --no-site-file --multibyte -l loaddefs.el -f batch-byte-compile url/v
c-dav.el
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...

Breakpoint 1, Fdocumentation (function=44196825, raw=44054577) at doc.c:378
378       int try_reload = 1;
(gdb) p function
$1 = 44196825
(gdb) xtype
Lisp_Symbol
(gdb) xsymbol
$2 = (struct Lisp_Symbol *) 0x2a263d8
"file-exists-p"
(gdb) n
374     {
(gdb) n
384       if (SYMBOLP (function)
(gdb)
382       doc = Qnil;
(gdb)
384       if (SYMBOLP (function)
(gdb)
382       doc = Qnil;
(gdb)
384       if (SYMBOLP (function)
(gdb)
389       fun = Findirect_function (function, Qnil);
(gdb)
390       if (SUBRP (fun))
(gdb)
392           if (XSUBR (fun)->doc == 0)
(gdb)
409             return Qnil;
(gdb)
477     }
(gdb)

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

* Re: old bootstrap error emerges again
  2006-03-25 17:38                             ` Eli Zaretskii
@ 2006-03-25 18:07                               ` Dieter Deyke
  2006-03-25 19:58                                 ` Jason Rumney
  0 siblings, 1 reply; 34+ messages in thread
From: Dieter Deyke @ 2006-03-25 18:07 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Dieter Deyke <deyke@comcast.net>
>> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
>> Date: Sat, 25 Mar 2006 08:54:45 -0700
>>
>> The strange thing is that the error vanished yesterday on my work PC,
>> but using the same tools I still get it on my home PC:
>
> Do you have the same sources (i.e. the same CVS check-out) on both of
> these machines?

I'm not sure, but I guess so. The error vanished on my work PC with
CVS sources from yesterday afternoon, and it is still here on my home
PC with CVS sources from this morning.

>
>> Starting program: C:\Users\deyke\emacs-build\work\lisp/../bin/my-emacs.exe -batc
>> h --no-init-file --no-site-file --multibyte -f batch-byte-compile url/vc-dav.el
>>
>> Breakpoint 3, get_doc_string (filepos=-2581128, unibyte=0, definition=0)
>>     at doc.c:196
>> 196             error ("Cannot open doc string file \"%s\"", name);
>> (gdb) up 1
>> #1  0x0110da05 in Fdocumentation (function=27819993, raw=27674673) at doc.c:456
>> 456           tem = get_doc_string (doc, 0, 0);
>> (gdb) print function
>> $1 = 27819993
>> (gdb) xtype
>> Lisp_Symbol
>> (gdb) xsymbol
>> $2 = (struct Lisp_Symbol *) 0x1a87fd8
>> "file-exists-p"
>> (gdb)
>
> Thanks.  Now please repeat this again, and this time put a breakpoint
> in Fdocumentation; when it breaks, verify that the first argument is
> indeed file-exists-p, and then step through the code until it calls
> get_doc_string and tell me what you saw.  When I do that on my system,
> what I see is below.  As you see, Fdocumentation returns nil without
> ever calling get_doc_string.  Can you find out what is different on
> your machine, and why?
>
>> As for your last question, I'm not using MSYS. My setup includes:
>>
>> english XP Pro SP2
>> current cygwin
>> MinGW-3.1.0-1 in PATH before cygwin
>
> Okay, so perhaps Cygwin has something to do with this.  Hopefully, we
> will understand that when we find the reason for the different
> behavior.
>
> Here's a transcript of the GDB session on my machine:
>
> D:\gnu\test\emacs\lisp>gdb ../bin/bootstrap-emacs.exe
> GNU gdb 6.3
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i686-pc-mingw32"...
> (gdb) br Fdocumentation
> Breakpoint 1 at 0x10fc4e0: file doc.c, line 378.
> (gdb) source ../src/.gdbinit
> Environment variable "DISPLAY" not defined.
> Environment variable "TERM" not defined.
> Breakpoint 2 at 0x1133856: file w32fns.c, line 8965.
> Breakpoint 3 at 0x109513b: file sysdep.c, line 1395.
> (gdb) del 2 3
> (gdb) r -batch  --no-init-file --no-site-file --multibyte -l loaddefs.el -f batc
> h-byte-compile url/vc-dav.el
> Starting program: D:\gnu\test\emacs\lisp/../bin/bootstrap-emacs.exe -batch  --no
> -init-file --no-site-file --multibyte -l loaddefs.el -f batch-byte-compile url/v
> c-dav.el
> Loading subst-ksc...
> Loading subst-gb2312...
> Loading subst-big5...
> Loading subst-jis...
>
> Breakpoint 1, Fdocumentation (function=44196825, raw=44054577) at doc.c:378
> 378       int try_reload = 1;
> (gdb) p function
> $1 = 44196825
> (gdb) xtype
> Lisp_Symbol
> (gdb) xsymbol
> $2 = (struct Lisp_Symbol *) 0x2a263d8
> "file-exists-p"
> (gdb) n
> 374     {
> (gdb) n
> 384       if (SYMBOLP (function)
> (gdb)
> 382       doc = Qnil;
> (gdb)
> 384       if (SYMBOLP (function)
> (gdb)
> 382       doc = Qnil;
> (gdb)
> 384       if (SYMBOLP (function)
> (gdb)
> 389       fun = Findirect_function (function, Qnil);
> (gdb)
> 390       if (SUBRP (fun))
> (gdb)
> 392           if (XSUBR (fun)->doc == 0)
> (gdb)
> 409             return Qnil;
> (gdb)
> 477     }
> (gdb)

Breakpoint 4, Fdocumentation (function=27819993, raw=27674673) at doc.c:378
378       int try_reload = 1;
(gdb) p function
$3 = 27819993
(gdb) xtype
Lisp_Symbol
(gdb) xsymbol
$4 = (struct Lisp_Symbol *) 0x1a87fd8
"file-exists-p"
(gdb) n
374     {
(gdb) n
384       if (SYMBOLP (function)
(gdb)
382       doc = Qnil;
(gdb)
384       if (SYMBOLP (function)
(gdb)
382       doc = Qnil;
(gdb)
384       if (SYMBOLP (function)
(gdb)
389       fun = Findirect_function (function, Qnil);
(gdb)
390       if (SUBRP (fun))
(gdb)
392           if (XSUBR (fun)->doc == 0)
(gdb)
394           else if ((EMACS_INT) XSUBR (fun)->doc >= 0)
(gdb)
397             doc = make_number ((EMACS_INT) XSUBR (fun)->doc);
(gdb)
451       if (EQ (doc, make_number (0)))
(gdb)
453       if (INTEGERP (doc) || CONSP (doc))
(gdb)
456           tem = get_doc_string (doc, 0, 0);
(gdb)

Breakpoint 3, get_doc_string (filepos=-2581128, unibyte=0, definition=0)
    at doc.c:196
196             error ("Cannot open doc string file \"%s\"", name);
(gdb)

--
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-25 18:07                               ` Dieter Deyke
@ 2006-03-25 19:58                                 ` Jason Rumney
  2006-03-25 20:39                                   ` Andreas Schwab
  2006-03-25 22:06                                   ` Eli Zaretskii
  0 siblings, 2 replies; 34+ messages in thread
From: Jason Rumney @ 2006-03-25 19:58 UTC (permalink / raw)
  Cc: emacs-pretest-bug, Eli Zaretskii, emacs-devel


> Eli Zaretskii <eliz@gnu.org> writes:
>
>> 390       if (SUBRP (fun))
>> (gdb)
>> 392           if (XSUBR (fun)->doc == 0)
>> (gdb)
>> 409             return Qnil;
>> (gdb)
>> 477     }
>> (gdb)

Dieter Deyke <deyke@comcast.net> writes:

> 390       if (SUBRP (fun))
> (gdb)
> 392           if (XSUBR (fun)->doc == 0)
> (gdb)
> 394           else if ((EMACS_INT) XSUBR (fun)->doc >= 0)

Could it be that we are not explicitly setting doc to 0, and Dieter's
compiler is initializing its memory with something other than 0 to
detect this type of bug?

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

* Re: old bootstrap error emerges again
  2006-03-25 19:58                                 ` Jason Rumney
@ 2006-03-25 20:39                                   ` Andreas Schwab
  2006-03-25 22:06                                   ` Eli Zaretskii
  1 sibling, 0 replies; 34+ messages in thread
From: Andreas Schwab @ 2006-03-25 20:39 UTC (permalink / raw)
  Cc: emacs-pretest-bug, Dieter Deyke, Eli Zaretskii, emacs-devel

Jason Rumney <jasonr@gnu.org> writes:

>> Eli Zaretskii <eliz@gnu.org> writes:
>>
>>> 390       if (SUBRP (fun))
>>> (gdb)
>>> 392           if (XSUBR (fun)->doc == 0)
>>> (gdb)
>>> 409             return Qnil;
>>> (gdb)
>>> 477     }
>>> (gdb)
>
> Dieter Deyke <deyke@comcast.net> writes:
>
>> 390       if (SUBRP (fun))
>> (gdb)
>> 392           if (XSUBR (fun)->doc == 0)
>> (gdb)
>> 394           else if ((EMACS_INT) XSUBR (fun)->doc >= 0)
>
> Could it be that we are not explicitly setting doc to 0, and Dieter's
> compiler is initializing its memory with something other than 0 to
> detect this type of bug?

All List_Subr's are statically allocated, it would be a compiler bug if
they wouldn't be properly initialized.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: old bootstrap error emerges again
  2006-03-25 19:58                                 ` Jason Rumney
  2006-03-25 20:39                                   ` Andreas Schwab
@ 2006-03-25 22:06                                   ` Eli Zaretskii
  2006-03-25 22:38                                     ` Dieter Deyke
  2006-03-26 16:52                                     ` Dieter Deyke
  1 sibling, 2 replies; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-25 22:06 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

> Cc: Eli Zaretskii <eliz@gnu.org>, emacs-pretest-bug@gnu.org,
>         emacs-devel@gnu.org
> From: Jason Rumney <jasonr@gnu.org>
> Date: Sat, 25 Mar 2006 19:58:14 +0000
> 
> Dieter Deyke <deyke@comcast.net> writes:
> 
> > 390       if (SUBRP (fun))
> > (gdb)
> > 392           if (XSUBR (fun)->doc == 0)
> > (gdb)
> > 394           else if ((EMACS_INT) XSUBR (fun)->doc >= 0)
> 
> Could it be that we are not explicitly setting doc to 0, and Dieter's
> compiler is initializing its memory with something other than 0 to
> detect this type of bug?

Well, I think we both are using the same compiler, modulo the version.
Dieter, what does your compiler say when invoked with --version, and
what version of the MinGW runtime do you have installed?  Also, did
any of these change lately on the machine where the problem
disappeared?

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

* Re: old bootstrap error emerges again
  2006-03-25 22:06                                   ` Eli Zaretskii
@ 2006-03-25 22:38                                     ` Dieter Deyke
  2006-03-26 16:52                                     ` Dieter Deyke
  1 sibling, 0 replies; 34+ messages in thread
From: Dieter Deyke @ 2006-03-25 22:38 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel, Jason Rumney

Eli Zaretskii <eliz@gnu.org> writes:

>> Cc: Eli Zaretskii <eliz@gnu.org>, emacs-pretest-bug@gnu.org,
>>         emacs-devel@gnu.org
>> From: Jason Rumney <jasonr@gnu.org>
>> Date: Sat, 25 Mar 2006 19:58:14 +0000
>>
>> Dieter Deyke <deyke@comcast.net> writes:
>>
>> > 390       if (SUBRP (fun))
>> > (gdb)
>> > 392           if (XSUBR (fun)->doc == 0)
>> > (gdb)
>> > 394           else if ((EMACS_INT) XSUBR (fun)->doc >= 0)
>>
>> Could it be that we are not explicitly setting doc to 0, and Dieter's
>> compiler is initializing its memory with something other than 0 to
>> detect this type of bug?
>
> Well, I think we both are using the same compiler, modulo the version.
> Dieter, what does your compiler say when invoked with --version, and
> what version of the MinGW runtime do you have installed?  Also, did
> any of these change lately on the machine where the problem
> disappeared?

[deyke@deyke2 bin]$ ./gcc --version
gcc.exe (GCC) 3.2.3 (mingw special 20030504-1)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

MinGW version 3.1.0 contains the following list of packages:

GCC-3.2.3-20030504-1.tar.gz
binutils-2.13.90-20030111-1
mingw-runtime-3.1
w32api-2.4
gdb-5.2.1-1
mingw32-make-3.80.0-3
mingw-utils-0.2.tar.gz

There is no difference between the 2 PCs (working and non-working)
that I am aware of, and the tools did not change for a few weeks.

But when I said I only have MinGW and cygwin, I oversimplified. The
reality is that I have the following stuff in the path (in that
order):

MinGW is first

the combined bin directory resulting from installing the following
packages from the gnuwin32 site is second:

GnuWin32 Packages.URL       giflib-4.1.4-bin.zip  libpng-1.2.8-dep.zip          tiff-3.8.2-doc.zip
MinGW - Download.URL        giflib-4.1.4-dep.zip  libpng-1.2.8-doc.zip          tiff-3.8.2-lib.zip
MinGW-3.1.0-1.exe           giflib-4.1.4-doc.zip  libpng-1.2.8-lib.zip          tiff-3.8.2-src.zip
coreutils-5.3.0-bin.zip     giflib-4.1.4-lib.zip  libpng-1.2.8-src.zip          xpm-3.5.1-1-bin.zip
coreutils-5.3.0-dep.zip     giflib-4.1.4-src.zip  mingw32-make-3.80.0-3.tar.gz  xpm-3.5.1-1-doc.zip
coreutils-5.3.0-doc.zip     jpeg-6b-4-bin.zip     texinfo-4.8-bin.zip           xpm-3.5.1-1-lib.zip
coreutils-5.3.0-src.zip     jpeg-6b-4-dep.zip     texinfo-4.8-dep.zip           xpm-3.5.1-1-src.zip
findutils-4.2.20-2-bin.zip  jpeg-6b-4-doc.zip     texinfo-4.8-doc.zip           zlib-1.2.3-bin.zip
findutils-4.2.20-2-dep.zip  jpeg-6b-4-lib.zip     texinfo-4.8-src.zip           zlib-1.2.3-doc.zip
findutils-4.2.20-2-doc.zip  jpeg-6b-4-src.zip     tiff-3.8.2-bin.zip            zlib-1.2.3-lib.zip
findutils-4.2.20-2-src.zip  libpng-1.2.8-bin.zip  tiff-3.8.2-dep.zip            zlib-1.2.3-src.zip

Next in path is cygwin and the usual Windows stuff.

Given this setup here are some version strings:

C:\Users\deyke\emacs-build>set PATH=C:\MinGW\bin;C:\Users\deyke\emacs-build\\bin
;C:\Program Files\Wonderful;.;tools;c:\Users\deyke\.bin;C:\cygwin\bin;C:\cygwin\
usr\X11R6\bin;C:\Python24;C:\Python24\Scripts;C:\emacs\bin;C:\Program Files\Micr
osoft IntelliType Pro;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:
\Program Files\OpenVPN\bin;C:\Program Files\mplayer;C:\Program Files\Executive S
oftware\Diskeeper;C:\Software\Unison;C:\Program Files\Subversion\bin;C:\Program
Files\Aspell\bin;C:\Program Files\QuickTime\QTSystem

C:\Users\deyke\emacs-build>gcc --version
gcc (GCC) 3.2.3 (mingw special 20030504-1)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

C:\Users\deyke\emacs-build>make --version
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

C:\Users\deyke\emacs-build>sh --version
GNU bash, version 3.00.16(14)-release (i686-pc-cygwin)
Copyright (C) 2004 Free Software Foundation, Inc.

--
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-25 22:06                                   ` Eli Zaretskii
  2006-03-25 22:38                                     ` Dieter Deyke
@ 2006-03-26 16:52                                     ` Dieter Deyke
  2006-03-26 20:14                                       ` Eli Zaretskii
  1 sibling, 1 reply; 34+ messages in thread
From: Dieter Deyke @ 2006-03-26 16:52 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> Well, I think we both are using the same compiler, modulo the version.
> Dieter, what does your compiler say when invoked with --version, and
> what version of the MinGW runtime do you have installed?  Also, did
> any of these change lately on the machine where the problem
> disappeared?

Just to see if the error was caused by my old MinGW-3.1.0-1
installation, I upgraded today to the latest released packages. Now
I'm using the following packages from mingw:

binutils-2.15.91-20040904-1.tar.gz
gcc-core-3.4.2-20040916-1.tar.gz
gdb-5.2.1-1.exe
mingw-runtime-3.9.tar.gz
mingw-utils-0.3.tar.gz
mingw32-make-3.80.0-3.tar.gz
w32api-3.6.tar.gz

and these packages from gnuwin32:

coreutils-5.3.0-bin.zip
coreutils-5.3.0-dep.zip
coreutils-5.3.0-doc.zip
coreutils-5.3.0-src.zip
findutils-4.2.20-2-bin.zip
findutils-4.2.20-2-dep.zip
findutils-4.2.20-2-doc.zip
findutils-4.2.20-2-src.zip
giflib-4.1.4-bin.zip
giflib-4.1.4-dep.zip
giflib-4.1.4-doc.zip
giflib-4.1.4-lib.zip
giflib-4.1.4-src.zip
jpeg-6b-4-bin.zip
jpeg-6b-4-dep.zip
jpeg-6b-4-doc.zip
jpeg-6b-4-lib.zip
jpeg-6b-4-src.zip
libpng-1.2.8-bin.zip
libpng-1.2.8-dep.zip
libpng-1.2.8-doc.zip
libpng-1.2.8-lib.zip
libpng-1.2.8-src.zip
texinfo-4.8-bin.zip
texinfo-4.8-dep.zip
texinfo-4.8-doc.zip
texinfo-4.8-src.zip
tiff-3.8.2-bin.zip
tiff-3.8.2-dep.zip
tiff-3.8.2-doc.zip
tiff-3.8.2-lib.zip
tiff-3.8.2-src.zip
xpm-3.5.1-1-bin.zip
xpm-3.5.1-1-doc.zip
xpm-3.5.1-1-lib.zip
xpm-3.5.1-1-src.zip
zlib-1.2.3-bin.zip
zlib-1.2.3-doc.zip
zlib-1.2.3-lib.zip
zlib-1.2.3-src.zip

All those changes did not affect the error:

In toplevel form:
url/vc-dav.el:29:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
make[1]: *** [compile-SH] Error 1
make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/lisp'
make: *** [bootstrap-gmake] Error 2

--
Dieter Deyke
mailto:deyke@comcast.net mailto:deyke@gmx.net mailto:deyke@yahoo.com
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.

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

* Re: old bootstrap error emerges again
  2006-03-26 16:52                                     ` Dieter Deyke
@ 2006-03-26 20:14                                       ` Eli Zaretskii
  0 siblings, 0 replies; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-26 20:14 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel, jasonr

> From: Dieter Deyke <deyke@comcast.net>
> Cc: Jason Rumney <jasonr@gnu.org>, emacs-pretest-bug@gnu.org,
>    emacs-devel@gnu.org
> Date: Sun, 26 Mar 2006 09:52:33 -0700
> 
> All those changes did not affect the error:
> 
> In toplevel form:
> url/vc-dav.el:29:1:Error: Cannot open doc string file "c:/Users/deyke/emacs-build/work/etc/DOC"
> make[1]: *** [compile-SH] Error 1
> make[1]: Leaving directory `C:/Users/deyke/emacs-build/work/lisp'
> make: *** [bootstrap-gmake] Error 2

Okay, thanks.  I didn't expect the upgrade to change anything.

We need to understand why XSUBR (fun)->doc is zero for me, but not for
you.  Hmm...

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

* Re: old bootstrap error emerges again
  2006-03-20 22:41         ` Jason Rumney
@ 2006-03-27 19:43           ` Eli Zaretskii
  0 siblings, 0 replies; 34+ messages in thread
From: Eli Zaretskii @ 2006-03-27 19:43 UTC (permalink / raw)
  Cc: emacs-devel

> From: Jason Rumney <jasonr@gnu.org>
> Date: Mon, 20 Mar 2006 22:41:40 +0000
> Cc: eliz@gnu.org
> 
> Zhang Wei <id.brep@gmail.com> writes:
> 
> > "./oo-spd/i386/temacs.exe" -batch -l loadup bootstrap
> 
> >From loadup.el
> 
>   (message "Finding pointers to doc strings...")
>   (if (or (equal (nth 3 command-line-args) "dump")
> 	  (equal (nth 4 command-line-args) "dump"))
>       (let ((name emacs-version))
> ....
>       )
>     (condition-case nil
> 	(Snarf-documentation "DOC")
>       (error nil)))
> 
> This could be the reason the emacs used for bootstrapping uses DOC for
> its docfile, as it is dumped using "bootstrap", not "dump".

Yes, that's expected.

> The errors seem to be coming from explicit calls to `documentation' in
> the url-handlers-create-wrapper macro in url-handlers.el

The problem is, on my system (and on anyone else's who succeeds to
bootstrap), Fdocumentation returns nil without ever calling
get_doc_string (which is the function that errors out for the OP).
The question is, why the difference.

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

end of thread, other threads:[~2006-03-27 19:43 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-17 16:35 old bootstrap error emerges again Zhang Wei
2006-03-18 11:09 ` Eli Zaretskii
2006-03-18 11:59   ` Zhang Wei
2006-03-18 12:55     ` Herbert Euler
2006-03-18 15:49       ` Eli Zaretskii
2006-03-19  1:59         ` Herbert Euler
2006-03-19  4:27           ` Eli Zaretskii
2006-03-18 15:35     ` Eli Zaretskii
2006-03-18 16:22       ` Dieter Deyke
2006-03-18 17:54         ` Eli Zaretskii
2006-03-18 19:55           ` Dieter Deyke
2006-03-18 21:24             ` Jason Rumney
2006-03-18 21:45               ` Dieter Deyke
2006-03-18 22:55             ` Eli Zaretskii
2006-03-19  0:59               ` Dieter Deyke
2006-03-19  4:37                 ` Eli Zaretskii
2006-03-19 14:44                   ` Dieter Deyke
2006-03-19 19:14                     ` Eli Zaretskii
2006-03-19 20:56                       ` Dieter Deyke
2006-03-19 21:19                       ` Dieter Deyke
2006-03-25 13:57                         ` Eli Zaretskii
2006-03-25 15:54                           ` Dieter Deyke
2006-03-25 17:38                             ` Eli Zaretskii
2006-03-25 18:07                               ` Dieter Deyke
2006-03-25 19:58                                 ` Jason Rumney
2006-03-25 20:39                                   ` Andreas Schwab
2006-03-25 22:06                                   ` Eli Zaretskii
2006-03-25 22:38                                     ` Dieter Deyke
2006-03-26 16:52                                     ` Dieter Deyke
2006-03-26 20:14                                       ` Eli Zaretskii
2006-03-18 17:02       ` Zhang Wei
2006-03-18 18:01         ` Eli Zaretskii
2006-03-20 22:41         ` Jason Rumney
2006-03-27 19:43           ` Eli Zaretskii

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