unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bootstrap problems on w32
@ 2011-01-19 10:27 B. Anyos
  2011-01-29 12:57 ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: B. Anyos @ 2011-01-19 10:27 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: TEXT/plain, Size: 953 bytes --]

Hi,

Recently I had several problems compiling Emacs on Windows.
There are:
  1. w32fns.c
      line 92: #if 0 #endif
      Compiler doesn't like this construct, lines must be separated
  2. w32.c
      extern reference to 'Vload_path' in function check_windows_init_file() fails.
      Compiler complains about some missing stuff; actually can not digest the
      macro, struct combo behind the line. Simply removing this extern solves
      the problem (I guess globals.h is included somewhere....)

  3. Linking fails
      oo-spd/i386/temacs1.a(print.o):print.c:(.text+0x24b5): undefined reference to `dtoastr'

     There is no rule anywhere to compile the recently added /lib folder.
     There is not a even a makefile.w32-in in this directory, however print.c refers to it.
     Certainly the inclusion of the header ftoastr.h is problematic too.

All in all bootstrap on w32 seems to be blocked now for several reasons.

Bela
 

[-- Attachment #2: Type: TEXT/html, Size: 1383 bytes --]

<div>
	Hi,<br />
	<br />
	Recently I had several problems compiling Emacs on Windows.<br />
	There are:<br />
	&nbsp; 1. w32fns.c<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; line 92: #if 0 #endif<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Compiler doesn&#39;t like this construct, lines must be separated<br />
	&nbsp; 2. w32.c<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; extern reference to &#39;Vload_path&#39; in function check_windows_init_file() fails.<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Compiler complains about some missing stuff; actually can not digest the<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; macro, struct combo behind the line. Simply removing this extern solves<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the problem (I guess globals.h is included somewhere....)<br />
	<br />
	&nbsp; 3. Linking fails<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oo-spd/i386/temacs1.a(print.o):print.c:(.text+0x24b5): undefined reference to `dtoastr&#39;<br />
	<br />
	&nbsp;&nbsp;&nbsp;&nbsp; There is no rule anywhere to compile the recently added /lib folder.<br />
	&nbsp;&nbsp;&nbsp;&nbsp; There is not a even a makefile.w32-in in this directory, however print.c refers to it.<br />
	&nbsp;&nbsp;&nbsp;&nbsp; Certainly the inclusion of the header ftoastr.h is problematic too.<br />
	<br />
	All in all bootstrap on w32 seems to be blocked now for several reasons.<br />
	<br />
	Bela<br />
	&nbsp;</div>

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

* Re: Bootstrap problems on w32
  2011-01-19 10:27 Bootstrap problems on w32 B. Anyos
@ 2011-01-29 12:57 ` Eli Zaretskii
  2011-01-31 15:02   ` Sam Steingold
  0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2011-01-29 12:57 UTC (permalink / raw)
  To: B. Anyos; +Cc: emacs-devel

> Date: Wed, 19 Jan 2011 11:27:37 +0100 (CET)
> From: "B. Anyos" <banyos@freemail.hu>
> 
> Recently I had several problems compiling Emacs on Windows.

Should be fixed now.



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

* Re: Bootstrap problems on w32
  2011-01-29 12:57 ` Eli Zaretskii
@ 2011-01-31 15:02   ` Sam Steingold
  2011-01-31 15:15     ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Sam Steingold @ 2011-01-31 15:02 UTC (permalink / raw)
  To: emacs-devel

> * Eli Zaretskii <ryvm@tah.bet> [2011-01-29 14:57:56 +0200]:
>
>> Date: Wed, 19 Jan 2011 11:27:37 +0100 (CET)
>> From: "B. Anyos" <banyos@freemail.hu>
>> 
>> Recently I had several problems compiling Emacs on Windows.
>
> Should be fixed now.

bzr pull a few minutes ago.
$ ./configure.bat --no-debug --with-gcc --cflags -IC:/gnu/gnuwin32/include --ldflags -LC:/gnu/gnuwin32/lib --without-xpm

$ make bootstrap
...
make[2]: Entering directory `...emacs/trunk/src'
mkdir "oo-spd"
mkdir "oo-spd/i386"
echo oo-spd/i386 > stamp_BLD
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demacs=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/emacs.o emacs.c
emacs.c:91: error: `VERSION' undeclared here (not in a function)
make[2]: *** [oo-spd/i386/emacs.o] Error 1
make[2]: Leaving directory `...emacs/trunk/src'

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://www.memritv.org http://memri.org http://dhimmi.com
http://honestreporting.com http://ffii.org http://thereligionofpeace.com
War has never solved anything - except for ending slavery, fascism, communism.




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

* Re: Bootstrap problems on w32
  2011-01-31 15:02   ` Sam Steingold
@ 2011-01-31 15:15     ` Eli Zaretskii
  2011-01-31 17:47       ` Sam Steingold
  0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2011-01-31 15:15 UTC (permalink / raw)
  To: emacs-devel

> From: Sam Steingold <sds@gnu.org>
> Newsgroups: gmane.emacs.devel
> Date: Mon, 31 Jan 2011 10:02:37 -0500
> Posted-To: gmane.emacs.devel
> 
> The following message is a courtesy copy of an article
> that has been posted to gmane.emacs.devel as well.
> 
> > * Eli Zaretskii <ryvm@tah.bet> [2011-01-29 14:57:56 +0200]:
> >
> >> Date: Wed, 19 Jan 2011 11:27:37 +0100 (CET)
> >> From: "B. Anyos" <banyos@freemail.hu>
> >> 
> >> Recently I had several problems compiling Emacs on Windows.
> >
> > Should be fixed now.
> 
> bzr pull a few minutes ago.
> $ ./configure.bat --no-debug --with-gcc --cflags -IC:/gnu/gnuwin32/include --ldflags -LC:/gnu/gnuwin32/lib --without-xpm
> 
> $ make bootstrap
> ...
> make[2]: Entering directory `...emacs/trunk/src'
> mkdir "oo-spd"
> mkdir "oo-spd/i386"
> echo oo-spd/i386 > stamp_BLD
> gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demacs=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/emacs.o emacs.c
> emacs.c:91: error: `VERSION' undeclared here (not in a function)
> make[2]: *** [oo-spd/i386/emacs.o] Error 1
> make[2]: Leaving directory `...emacs/trunk/src'

"bzr blame" will show that this comes from a commit made just a few
hours ago.



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

* Re: Bootstrap problems on w32
  2011-01-31 15:15     ` Eli Zaretskii
@ 2011-01-31 17:47       ` Sam Steingold
  2011-01-31 19:47         ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Sam Steingold @ 2011-01-31 17:47 UTC (permalink / raw)
  To: emacs-devel

> * Eli Zaretskii <ryvm@tah.bet> [2011-01-31 10:15:52 -0500]:
>> > * Eli Zaretskii <ryvm@tah.bet> [2011-01-29 14:57:56 +0200]:
>> >> Recently I had several problems compiling Emacs on Windows.
>> > Should be fixed now.
>> 
>> bzr pull a few minutes ago.
>> gcc -I. -c -mno-cygwin -mtune=pentium4 -O2 -IC:/gnu/gnuwin32/include
>> -Demacs=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1
>> -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/emacs.o emacs.c
>> emacs.c:91: error: `VERSION' undeclared here (not in a function)
>> make[2]: *** [oo-spd/i386/emacs.o] Error 1
>> make[2]: Leaving directory `...emacs/trunk/src'
>
> "bzr blame" will show that this comes from a commit made just a few
> hours ago.

Yes, am not blaming you.
I am just asking for a fix.
BTW, if I use a stop-gap work-around

==============================================================================
=== modified file 'src/emacs.c'
--- src/emacs.c	2011-01-31 08:12:52 +0000
+++ src/emacs.c	2011-01-31 17:40:41 +0000
@@ -88,7 +88,7 @@ along with GNU Emacs.  If not, see <http
 #endif
 #endif
 
-static const char emacs_version[] = VERSION;
+static const char emacs_version[] = "VERSION";
 static const char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc.";
 
 /* Make these values available in GDB, which doesn't see macros.  */

==============================================================================

I still get a failure:

gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demacs=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -o oo-spd/i386/region-cache.o region-cache.c
make[1]: *** No rule to make target `strftime.c', needed by `oo-spd/i386/strftime.o'.  Stop.

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final)
http://honestreporting.com http://www.memritv.org http://thereligionofpeace.com
http://camera.org http://openvotingconsortium.org http://pmw.org.il
A man paints with his brains and not with his hands.




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

* Re: Bootstrap problems on w32
  2011-01-31 17:47       ` Sam Steingold
@ 2011-01-31 19:47         ` Eli Zaretskii
  2011-01-31 20:08           ` Sam Steingold
  0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2011-01-31 19:47 UTC (permalink / raw)
  To: sds; +Cc: emacs-devel

> From: Sam Steingold <sds@gnu.org>
> Date: Mon, 31 Jan 2011 12:47:35 -0500
> 
> >> emacs.c:91: error: `VERSION' undeclared here (not in a function)
> >> make[2]: *** [oo-spd/i386/emacs.o] Error 1
> >> make[2]: Leaving directory `...emacs/trunk/src'
> >
> > "bzr blame" will show that this comes from a commit made just a few
> > hours ago.
> 
> Yes, am not blaming you.
> I am just asking for a fix.

Request granted (revision 103055).

> gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demacs=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -o oo-spd/i386/region-cache.o region-cache.c
> make[1]: *** No rule to make target `strftime.c', needed by `oo-spd/i386/strftime.o'.  Stop.

Another problem, also fixed in r103055.

Let me know if I overlooked something.



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

* Re: Bootstrap problems on w32
  2011-01-31 19:47         ` Eli Zaretskii
@ 2011-01-31 20:08           ` Sam Steingold
  2011-01-31 20:15             ` Eli Zaretskii
  2011-01-31 21:30             ` Eli Zaretskii
  0 siblings, 2 replies; 11+ messages in thread
From: Sam Steingold @ 2011-01-31 20:08 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On Mon, Jan 31, 2011 at 2:47 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> Request granted (revision 103055).

I seem to be getting emacs built (thanks a lot!), but I also get these:

"./oo-spd/i386/emacs.exe" -batch -f list-load-path-shadows
Warning: Could not find simple.el nor simple.elc
Cannot open load file: shadow
make[1]: [oo-spd/i386/emacs.exe] Error 127 (ignored)

and then:

make[1]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/leim'
"./../src/oo-spd/i386/emacs.exe" -batch --no-site-file --no-site-lisp
-f batch-byte-compile quail/py-punct.el
Warning: Could not find simple.el nor simple.elc
Cannot open load file: bytecomp
make[1]: *** [quail/py-punct.elc] Error 127

make bootstrap failed with:

make[2]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
cp loaddefs.el-SH /cygdrive/c/sds/src/emacs/trunk/lisp/loaddefs.el
rm loaddefs.el-SH
Directories: . calc calendar emacs-lisp emulation erc eshell gnus
international language mail mh-e net nxml org play progmodes textmodes
url vc cedet cedet/ede cedet/semantic cedet/srecode
cedet/semantic/analyze cedet/semantic/bovine cedet/ semantic/decorate
cedet/semantic/symref cedet/semantic/wisent
"./../bin/emacs.exe" -batch --no-site-file --no-site-lisp -l autoload \
                --eval '(setq find-file-hook nil
find-file-suppress-same-file-warnings t)' \
                -f w32-batch-update-autoloads
"/cygdrive/c/sds/src/emacs/trunk/lisp/loaddefs.el" make . calc
calendar emacs-lisp emulation erc eshell gnus international language
mail mh-e net nxml org play progmodes textmodes url vc cedet cedet/ede
cedet/semantic cedet/srecode cedet/semantic/analyze
cedet/semantic/bovine cedet/semantic/decorate cedet/semantic/symref
cedet/semantic/wisent
Warning: Could not find simple.el nor simple.elc
Cannot open load file: autoload
make[1]: *** [autoloads] Error 127
make[1]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
make: *** [bootstrap-gmake] Error 2

and now I am stuck without *.elc
(yes, I did reconfigure)
-- 
Sam Steingold <http://sds.podval.org>



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

* Re: Bootstrap problems on w32
  2011-01-31 20:08           ` Sam Steingold
@ 2011-01-31 20:15             ` Eli Zaretskii
  2011-01-31 20:19               ` Sam Steingold
  2011-01-31 21:30             ` Eli Zaretskii
  1 sibling, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2011-01-31 20:15 UTC (permalink / raw)
  To: Sam Steingold; +Cc: emacs-devel

> Date: Mon, 31 Jan 2011 15:08:21 -0500
> From: Sam Steingold <sds@gnu.org>
> Cc: emacs-devel@gnu.org
> 
> On Mon, Jan 31, 2011 at 2:47 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> > Request granted (revision 103055).
> 
> I seem to be getting emacs built (thanks a lot!), but I also get these:
> 
> "./oo-spd/i386/emacs.exe" -batch -f list-load-path-shadows
> Warning: Could not find simple.el nor simple.elc
> Cannot open load file: shadow
> make[1]: [oo-spd/i386/emacs.exe] Error 127 (ignored)

I don't see how this could be related, but just in case, could you
show a full transcript of a bootstrap, starting with "configure"?



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

* Re: Bootstrap problems on w32
  2011-01-31 20:15             ` Eli Zaretskii
@ 2011-01-31 20:19               ` Sam Steingold
  2011-01-31 20:47                 ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Sam Steingold @ 2011-01-31 20:19 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On Mon, Jan 31, 2011 at 3:15 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Mon, 31 Jan 2011 15:08:21 -0500
>> From: Sam Steingold <sds@gnu.org>
>> Cc: emacs-devel@gnu.org
>>
>> On Mon, Jan 31, 2011 at 2:47 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> > Request granted (revision 103055).
>>
>> I seem to be getting emacs built (thanks a lot!), but I also get these:
>>
>> "./oo-spd/i386/emacs.exe" -batch -f list-load-path-shadows
>> Warning: Could not find simple.el nor simple.elc
>> Cannot open load file: shadow
>> make[1]: [oo-spd/i386/emacs.exe] Error 127 (ignored)
>
> I don't see how this could be related, but just in case, could you
> show a full transcript of a bootstrap, starting with "configure"?
>


15:07:27 sds@sds:~/src/emacs/trunk/nt [154]$ !./
./configure.bat --no-debug --with-gcc --cflags -IC:/gnu/gnuwin32/include --ldfla
gs -LC:/gnu/gnuwin32/lib --without-xpm
Checking for 'cp'...
Checking for 'rm'...
Checking whether gcc requires '-mno-cygwin'...
Checking whether W32 API headers are too old...

C:\sds\src\emacs\trunk\nt>gcc -IC:/gnu/gnuwin32/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.
Generating makefiles
        1 file(s) copied.
config.settings
gmake.defs
..\nt\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\admin\unidata\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\lib-src\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\lib\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\src\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\doc\emacs\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\doc\misc\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\doc\lispref\makefile.w32-in
        1 file(s) copied.
config.settings
gmake.defs
..\doc\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.

Emacs successfully configured.
Run `make' to build, then run `make install' to install.
15:08:02 sds@sds:~/src/emacs/trunk/nt [155]$ make bootstrap
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make   -C ../lisp bootstrap-clean
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
rm /cygdrive/c/sds/src/emacs/trunk/lisp/loaddefs.el
make -w bootstrap-clean-SH
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[2]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
for dir in . calc calendar emacs-lisp emulation erc eshell gnus international la
nguage mail mh-e net nxml org play progmodes textmodes url vc cedet cedet/ede ce
det/semantic cedet/srecode cedet/semantic/analyze cedet/semantic/bovine cedet/se
mantic/decorate cedet/semantic/symref cedet/semantic/wisent term obsolete; do rm
 -f $dir/*.elc $dir/*/*.elc $dir/*/*/*.elc; done
make[2]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
make[1]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
make   -C ../src clean
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/src'
rm "s/*.h~" "m/*.h~"
rm: cannot remove `s/*.h~': No such file or directory
rm: cannot remove `m/*.h~': No such file or directory
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 stamp_BLD
rm buildobj.h
make[1]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/src'
make   -C ../lib-src clean
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/lib-src'
rm DOC*
rm: cannot remove `DOC*': No such file or directory
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 -r oo-spd
rm: cannot remove `oo-spd': No such file or directory
make[1]: [clean] Error 1 (ignored)
rm stamp_BLD
rm: cannot remove `stamp_BLD': No such file or directory
make[1]: [clean] Error 1 (ignored)
rm echolisp.tmp
rm: cannot remove `echolisp.tmp': No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/lib-src'
make   -C ../lib clean all
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/lib'
rm
rm: missing operand
Try `rm --help' for more information.
make[1]: [clean] Error 1 (ignored)
rm getopt.h
rm -r oo-spd
rm stamp_BLD
mkdir "oo-spd"
mkdir "oo-spd/i386"
echo oo-spd/i386 > stamp_BLD
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -DHAVE
_CONFIG_H=1 -I. -I../nt/inc -I../src -o oo-spd/i386/dtoastr.o dtoastr.c
cp -f getopt_.h getopt.h
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -DHAVE
_CONFIG_H=1 -I. -I../nt/inc -I../src -o oo-spd/i386/getopt.o getopt.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -DHAVE
_CONFIG_H=1 -I. -I../nt/inc -I../src -o oo-spd/i386/getopt1.o getopt1.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -DHAVE
_CONFIG_H=1 -I. -I../nt/inc -I../src -o oo-spd/i386/strftime.o strftime.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -DHAVE
_CONFIG_H=1 -I. -I../nt/inc -I../src -o oo-spd/i386/time_r.o time_r.c
rm oo-spd/i386/libgnu.a
rm: cannot remove `oo-spd/i386/libgnu.a': No such file or directory
make[1]: [oo-spd/i386/libgnu.a] Error 1 (ignored)
ar -rsc oo-spd/i386/libgnu.a oo-spd/i386/dtoastr.o oo-spd/i386/getopt.o oo-spd/i
386/getopt1.o oo-spd/i386/strftime.o oo-spd/i386/time_r.o
make[1]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/lib'
make   -C ../src bootstrap
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/src'
make -w  temacs CFLAGS='-I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnu
win32/include -Demacs=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUS
E_CRT_DLL=1 -DPURESIZE=5000000'
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[2]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/src'
mkdir "oo-spd"
mkdir "oo-spd/i386"
echo oo-spd/i386 > stamp_BLD
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=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. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/alloc.o alloc.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/atimer.o atimer.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/buffer.o buffer.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/bytecode.o bytecode.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/callint.o callint.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/callproc.o callproc.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/casefiddle.o casefiddle.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/cmds.o cmds.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/data.o data.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/dired.o dired.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/dispnew.o dispnew.c
make -w make-buildobj-SH
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[3]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/src'
echo '#define BUILDOBJ "\'  > buildobj.h
echo oo-spd/i386/emacs.o                   '\' >> buildobj.h
echo oo-spd/i386/alloc.o oo-spd/i386/atimer.o oo-spd/i386/buffer.o oo-spd/i386/b
ytecode.o oo-spd/i386/callint.o oo-spd/i386/callproc.o oo-spd/i386/casefiddle.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/f
ns.o oo-spd/i386/indent.o oo-spd/i386/insdel.o oo-spd/i386/keyboard.o oo-spd/i38
6/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/se
arch.o oo-spd/i386/sound.o oo-spd/i386/syntax.o                   '\' >> buildob
j.h
echo oo-spd/i386/sysdep.o oo-spd/i386/term.o oo-spd/i386/tparam.o oo-spd/i386/un
do.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-sp
d/i386/intervals.o oo-spd/i386/composite.o oo-spd/i386/ralloc.o oo-spd/i386/text
prop.o oo-spd/i386/vm-limit.o oo-spd/i386/region-cache.o oo-spd/i386/bidi.o oo-s
pd/i386/charset.o oo-spd/i386/character.o oo-spd/i386/chartab.o oo-spd/i386/codi
ng.o oo-spd/i386/category.o oo-spd/i386/ccl.o oo-spd/i386/font.o oo-spd/i386/fon
tset.o oo-spd/i386/fringe.o oo-spd/i386/image.o oo-spd/i386/terminal.o oo-spd/i3
86/menu.o oo-spd/i386/w32term.o oo-spd/i386/w32xfns.o oo-spd/i386/w32fns.o oo-sp
d/i386/xfaces.o oo-spd/i386/w32select.o oo-spd/i386/w32menu.o oo-spd/i386/w32reg
.o oo-spd/i386/w32font.o oo-spd/i386/w32uniscribe.o                   '\' >> bui
ldobj.h
echo '"'                   >> buildobj.h
make[3]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/src'
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/doc.o doc.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/doprnt.o doprnt.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/editfns.o editfns.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/eval.o eval.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/fileio.o fileio.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/filelock.o filelock.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/filemode.o filemode.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/fns.o fns.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/indent.o indent.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/insdel.o insdel.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/keyboard.o keyboard.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/keymap.o keymap.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/lread.o lread.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/macros.o macros.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/marker.o marker.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/md5.o md5.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/minibuf.o minibuf.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32.o w32.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32heap.o w32heap.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32inevt.o w32inevt.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32proc.o w32proc.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32console.o w32console.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/print.o print.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/process.o process.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/regex.o regex.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/scroll.o scroll.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/search.o search.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/sound.o sound.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/syntax.o syntax.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/alloc.o oo-spd/i386/atimer.o oo-spd/i3
86/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/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/edit
fns.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/i
386/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-s
pd/i386/w32heap.o oo-spd/i386/w32inevt.o oo-spd/i386/w32proc.o oo-spd/i386/w32co
nsole.o oo-spd/i386/print.o oo-spd/i386/process.o oo-spd/i386/regex.o oo-spd/i38
6/scroll.o oo-spd/i386/search.o oo-spd/i386/sound.o oo-spd/i386/syntax.o
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/sysdep.o sysdep.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/term.o term.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/tparam.o tparam.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/undo.o undo.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/unexw32.o unexw32.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/window.o window.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/xdisp.o xdisp.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/casetab.o casetab.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/floatfns.o floatfns.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/frame.o frame.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/gmalloc.o gmalloc.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/intervals.o intervals.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/composite.o composite.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/ralloc.o ralloc.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/textprop.o textprop.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/vm-limit.o vm-limit.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/region-cache.o region-cache.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/bidi.o bidi.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/charset.o charset.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/character.o character.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/chartab.o chartab.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/coding.o coding.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/category.o category.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/ccl.o ccl.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/font.o font.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/fontset.o fontset.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/fringe.o fringe.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/image.o image.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/terminal.o terminal.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/menu.o menu.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32term.o w32term.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32xfns.o w32xfns.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32fns.o w32fns.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/xfaces.o xfaces.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32select.o w32select.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32menu.o w32menu.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32reg.o w32reg.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32font.o w32font.c
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=5000000 -o oo-spd/i386/w32uniscribe.o w32uniscribe.c
rm oo-spd/i386/temacs2.a
rm: cannot remove `oo-spd/i386/temacs2.a': No such file or directory
make[2]: [oo-spd/i386/temacs2.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacs2.a oo-spd/i386/sysdep.o oo-spd/i386/term.o oo-spd/i38
6/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/bidi.o oo-spd/i386/charset.o oo-spd/i386/character.o oo-spd/i386/c
hartab.o oo-spd/i386/coding.o oo-spd/i386/category.o oo-spd/i386/ccl.o oo-spd/i3
86/font.o oo-spd/i386/fontset.o oo-spd/i386/fringe.o oo-spd/i386/image.o oo-spd/
i386/terminal.o oo-spd/i386/menu.o oo-spd/i386/w32term.o oo-spd/i386/w32xfns.o o
o-spd/i386/w32fns.o oo-spd/i386/xfaces.o oo-spd/i386/w32select.o oo-spd/i386/w32
menu.o oo-spd/i386/w32reg.o oo-spd/i386/w32font.o oo-spd/i386/w32uniscribe.o
gcc -I. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=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. -c  -mno-cygwin -mtune=pentium4 -O2     -IC:/gnu/gnuwin32/include -Demac
s=1 -DHAVE_CONFIG_H -I../lib -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESI
ZE=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 -LC:/gnu/gnuwin32/lib -Wl,-stack,0x
00800000 -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-sp
d/i386/emacs.res oo-spd/i386/temacs0.a oo-spd/i386/temacs1.a oo-spd/i386/temacs2
.a oo-spd/i386/lastfile.a ../lib/oo-spd/i386/libgnu.a -lwinmm -ladvapi32 -lgdi32
 -lcomdlg32 -luser32 -lmpr -lshell32 -lwinspool -lole32 -lcomctl32 -lusp10
"../nt/oo-spd/i386/addsection" "oo-spd/i386/temacs.bin" "oo-spd/i386/temacs.exe"
 EMHEAP 21
Dumping from oo-spd/i386/temacs.bin
          to oo-spd/i386/temacs.exe
make[2]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/src'
"./oo-spd/i386/temacs.exe" -batch -l loadup bootstrap
Loading loadup.el (source)...
Using load-path (../lisp c:/sds/src/emacs/trunk/lisp/emacs-lisp c:/sds/src/emacs
/trunk/lisp/language c:/sds/src/emacs/trunk/lisp/international c:/sds/src/emacs/
trunk/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 cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading c:/sds/src/emacs/trunk/lisp/files.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/cus-face.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/faces.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/minibuffer.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/button.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/startup.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/ldefs-boot.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/abbrev.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/simple.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/help.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/jka-cmpr-hook.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/epa-hook.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/international/mule-cmds.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/case-table.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/international/characters.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/composite.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/international/charprop.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/chinese.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/cyrillic.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/indian.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/sinhala.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/english.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/ethiopic.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/european.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/czech.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/slovak.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/romanian.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/greek.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/hebrew.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/japanese.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/international/cp51932.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/international/eucjp-ms.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/korean.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/lao.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/tai-viet.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/thai.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/tibetan.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/vietnamese.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/misc-lang.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/utf-8-lang.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/georgian.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/khmer.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/burmese.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/language/cham.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/indent.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/window.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/frame.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/term/tty-colors.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/font-core.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/facemenu.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/emacs-lisp/syntax.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/font-lock.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/jit-lock.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/mouse.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/scroll-bar.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/select.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/emacs-lisp/timer.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/isearch.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/rfn-eshadow.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/menu-bar.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/paths.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/emacs-lisp/lisp.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/textmodes/page.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/register.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/textmodes/paragraphs.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/emacs-lisp/lisp-mode.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/textmodes/text-mode.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/textmodes/fill.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/replace.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/buff-menu.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/fringe.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/image.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/international/fontset.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/dnd.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/tool-bar.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/w32-vars.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/term/common-win.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/term/w32-win.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/ls-lisp.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/disp-table.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/dos-w32.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/w32-fns.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/mwheel.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/emacs-lisp/float-sup.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/vc/vc-hooks.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/vc/ediff-hook.el (source)...
Loading c:/sds/src/emacs/trunk/lisp/tooltip.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
Dumping from c:/sds/src/emacs/trunk/src/oo-spd/i386/temacs.exe
          to c:/sds/src/emacs/trunk/src/oo-spd/i386/emacs.exe
43005 pure bytes used
mkdir "../bin"
mkdir: cannot create directory `../bin': File exists
make[1]: [bootstrap-emacs] Error 1 (ignored)
cp -f oo-spd/i386/emacs.exe ../bin
make[1]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/src'
make   -C ../src bootstrap-clean
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/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 `/cygdrive/c/sds/src/emacs/trunk/src'
cp -f oo-spd/i386/cmdproxy.exe ../bin
make   -C ../lisp bootstrap
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
/cygdrive/c/sds/src/emacs/trunk/lisp/../update-subdirs /cygdrive/c/sds/src/emacs
/trunk/lisp; \
        for file in calc calendar emacs-lisp emulation erc eshell gnus internati
onal language mail mh-e net nxml org play progmodes textmodes url vc obsolete; d
o \
           /cygdrive/c/sds/src/emacs/trunk/lisp/../update-subdirs $file; \
        done;
make -w loaddefs.el-SH
[Please ignore a syntax error on the next line - it is intentional]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[2]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
echo ";;; loaddefs.el --- automatically extracted autoloads" > loaddefs.el-SH
echo ";;" >> loaddefs.el-SH; echo ";;; Code:" >> loaddefs.el-SH
echo "" >> loaddefs.el-SH
echo ";; Local Variables:" >> loaddefs.el-SH
echo ";; version-control: never" >> loaddefs.el-SH
echo ";; no-byte-compile: t" >> loaddefs.el-SH
echo ";; no-update-autoloads: t" >> loaddefs.el-SH
echo ";; coding: utf-8" >> loaddefs.el-SH
echo ";; End:" >> loaddefs.el-SH
echo ";;; loaddefs.el ends here" >> loaddefs.el-SH
make[2]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
cp loaddefs.el-SH /cygdrive/c/sds/src/emacs/trunk/lisp/loaddefs.el
rm loaddefs.el-SH
Directories: . calc calendar emacs-lisp emulation erc eshell gnus international
language mail mh-e net nxml org play progmodes textmodes url vc cedet cedet/ede
cedet/semantic cedet/srecode cedet/semantic/analyze cedet/semantic/bovine cedet/
semantic/decorate cedet/semantic/symref cedet/semantic/wisent
"./../bin/emacs.exe" -batch --no-site-file --no-site-lisp -l autoload \
                --eval '(setq find-file-hook nil find-file-suppress-same-file-wa
rnings t)' \
                -f w32-batch-update-autoloads "/cygdrive/c/sds/src/emacs/trunk/l
isp/loaddefs.el" make . calc calendar emacs-lisp emulation erc eshell gnus inter
national language mail mh-e net nxml org play progmodes textmodes url vc cedet c
edet/ede cedet/semantic cedet/srecode cedet/semantic/analyze cedet/semantic/bovi
ne cedet/semantic/decorate cedet/semantic/symref cedet/semantic/wisent
Warning: Could not find simple.el nor simple.elc
Cannot open load file: autoload
make[1]: *** [autoloads] Error 127
make[1]: Leaving directory `/cygdrive/c/sds/src/emacs/trunk/lisp'
make: *** [bootstrap-gmake] Error 2
{2} 15:10:10 sds@sds:~/src/emacs/trunk/nt [156]$


-- 
Sam Steingold <http://sds.podval.org>



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

* Re: Bootstrap problems on w32
  2011-01-31 20:19               ` Sam Steingold
@ 2011-01-31 20:47                 ` Eli Zaretskii
  0 siblings, 0 replies; 11+ messages in thread
From: Eli Zaretskii @ 2011-01-31 20:47 UTC (permalink / raw)
  To: Sam Steingold; +Cc: emacs-devel

> Date: Mon, 31 Jan 2011 15:19:56 -0500
> From: Sam Steingold <sds@gnu.org>
> Cc: emacs-devel@gnu.org
> 
> "./../bin/emacs.exe" -batch --no-site-file --no-site-lisp -l autoload \
>                 --eval '(setq find-file-hook nil find-file-suppress-same-file-wa
> rnings t)' \
>                 -f w32-batch-update-autoloads "/cygdrive/c/sds/src/emacs/trunk/l
> isp/loaddefs.el" make . calc calendar emacs-lisp emulation erc eshell gnus inter
> national language mail mh-e net nxml org play progmodes textmodes url vc cedet c
> edet/ede cedet/semantic cedet/srecode cedet/semantic/analyze cedet/semantic/bovi
> ne cedet/semantic/decorate cedet/semantic/symref cedet/semantic/wisent

Can you run this command under a debugger and see why Emacs cannot
find simple.el?  This previous line:

  Loading c:/sds/src/emacs/trunk/lisp/simple.el (source)...

clearly says that simple.el _is_ there.  So it's some snafu with
load-path or some such.



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

* Re: Bootstrap problems on w32
  2011-01-31 20:08           ` Sam Steingold
  2011-01-31 20:15             ` Eli Zaretskii
@ 2011-01-31 21:30             ` Eli Zaretskii
  1 sibling, 0 replies; 11+ messages in thread
From: Eli Zaretskii @ 2011-01-31 21:30 UTC (permalink / raw)
  To: Sam Steingold; +Cc: emacs-devel

> Date: Mon, 31 Jan 2011 15:08:21 -0500
> From: Sam Steingold <sds@gnu.org>
> Cc: emacs-devel@gnu.org
> 
> On Mon, Jan 31, 2011 at 2:47 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> > Request granted (revision 103055).
> 
> I seem to be getting emacs built (thanks a lot!), but I also get these:
> 
> "./oo-spd/i386/emacs.exe" -batch -f list-load-path-shadows
> Warning: Could not find simple.el nor simple.elc
> Cannot open load file: shadow
> make[1]: [oo-spd/i386/emacs.exe] Error 127 (ignored)
> 
> and then:
> 
> make[1]: Entering directory `/cygdrive/c/sds/src/emacs/trunk/leim'
> "./../src/oo-spd/i386/emacs.exe" -batch --no-site-file --no-site-lisp
> -f batch-byte-compile quail/py-punct.el
> Warning: Could not find simple.el nor simple.elc
> Cannot open load file: bytecomp
> make[1]: *** [quail/py-punct.elc] Error 127

I've just did a full bootstrap with the current trunk, and I don't see
any such problems.  It ran to completion without a hitch.

So perhaps this is some local problem on that machine.



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

end of thread, other threads:[~2011-01-31 21:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-19 10:27 Bootstrap problems on w32 B. Anyos
2011-01-29 12:57 ` Eli Zaretskii
2011-01-31 15:02   ` Sam Steingold
2011-01-31 15:15     ` Eli Zaretskii
2011-01-31 17:47       ` Sam Steingold
2011-01-31 19:47         ` Eli Zaretskii
2011-01-31 20:08           ` Sam Steingold
2011-01-31 20:15             ` Eli Zaretskii
2011-01-31 20:19               ` Sam Steingold
2011-01-31 20:47                 ` Eli Zaretskii
2011-01-31 21:30             ` 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).