unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Build Failure CVS Head Win32
@ 2003-03-09 20:50 Frank Schmitt
  2003-03-09 20:56 ` Juanma Barranquero
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Schmitt @ 2003-03-09 20:50 UTC (permalink / raw)


Hello

Latest CVS Head doesn't compile under Windows using MS Visual Studio
6.0, configured without optimization and with all external image
libraries:

Dumping under names emacs and emacs-21.3.50.1
907048 pure bytes used
Dumping from g:/Programme/cygwin/usr/src/emacs/src/obj/i386/temacs.exe
          to g:/Programme/cygwin/usr/src/emacs/src/obj/i386/emacs.exe
Copying DOS header...
        0x00000000 Offset in input file.
        0x00000000 Offset in output file.
        0x000000e8 Size in bytes.
Copying NT header...
        0x000000e8 Offset in input file.
        0x000000e8 Offset in output file.
        0x000000f8 Size in bytes.
Copying section table...
        0x000001e0 Offset in input file.
        0x000001e0 Offset in output file.
        0x00000168 Size in bytes.
Copying raw data for .text...
        0x00001000 Offset in input file.
        0x00001000 Offset in output file.
        0x0019f000 Size in bytes.
Copying raw data for EMBSS...
        0x00000000 Offset in input file.
        0x001a0000 Offset in output file.
        0x00000000 Size in bytes.
Dumping bss data...
        0x011a0000 Address in process.
        0x001a0000 Offset in output file.
        0x00052698 Size in bytes.
Copying raw data for .rdata...
        0x001a0000 Offset in input file.
        0x001f3000 Offset in output file.
        0x00002000 Size in bytes.
Copying raw data for .data...
        0x001a2000 Offset in input file.
        0x001f5000 Offset in output file.
        0x00002000 Size in bytes.
Copying raw data for .idata...
        0x001a4000 Offset in input file.
        0x001f7000 Offset in output file.
        0x00003000 Size in bytes.
Copying raw data for EMDATA...
        0x001a7000 Offset in input file.
        0x001fa000 Offset in output file.
        0x00121000 Size in bytes.
Dumping initialized data...
        0x011fc000 Address in process.
        0x001fa000 Offset in output file.
        0x00120540 Size in bytes.
Copying raw data for .rsrc...
        0x002c8000 Offset in input file.
        0x0031b000 Offset in output file.
        0x00001000 Size in bytes.
Copying raw data for .reloc...
        0x002c9000 Offset in input file.
        0x0031c000 Offset in output file.
        0x0001b000 Size in bytes.
Copying raw data for EMHEAP...
        0x00000000 Offset in input file.
        0x00337000 Offset in output file.
        0x00000000 Size in bytes.
Dumping heap...
        0x01339000 Address in process.
        0x00337000 Offset in output file.
        0x002a3000 Size in bytes.
Copying remainder of executable...
        0x002e4000 Offset in input file.
        0x005da000 Offset in output file.
        0x00067c16 Size in bytes.
        "G:\Programme\cygwin\usr\src\emacs\src/obj/i386/emacs.exe"
             -q -batch -f list-load-path-shadows
        cd ..\lisp
        NMAKE  all

Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. Alle Rechte vorbehalten.

        cd ..\leim
        NMAKE  all

Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. Alle Rechte vorbehalten.

        "G:\Programme\cygwin\usr\src\emacs\leim/../src/obj/i386/emacs.exe" 
            -batch --no-init-file --no-site-file --multibyte 
            -f batch-byte-compile ./quail/greek.el
NMAKE : fatal error U1077: 
   '"G:\Programme\cygwin\usr\src\emacs\leim/../src/obj/i386/emacs.exe"' 
   : Rueckgabe-Code '0x80'
Stop.
NMAKE : fatal error U1077: 
   'C:\PROGRA~1\MICROS~1\VC98\BIN\NMAKE.EXE' : Rueckgabe-Code '0x2'
Stop.

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.

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

* Re: Build Failure CVS Head Win32
  2003-03-09 20:50 Build Failure CVS Head Win32 Frank Schmitt
@ 2003-03-09 20:56 ` Juanma Barranquero
  2003-03-15  9:10   ` Frank Schmitt
  0 siblings, 1 reply; 3+ messages in thread
From: Juanma Barranquero @ 2003-03-09 20:56 UTC (permalink / raw)
  Cc: emacs-devel

On Sun, 09 Mar 2003 21:50:49 +0100, Frank Schmitt <ich@Frank-Schmitt.net> wrote:

>         "G:\Programme\cygwin\usr\src\emacs\leim/../src/obj/i386/emacs.exe" 
>             -batch --no-init-file --no-site-file --multibyte 
>             -f batch-byte-compile ./quail/greek.el
> NMAKE : fatal error U1077: 
>    '"G:\Programme\cygwin\usr\src\emacs\leim/../src/obj/i386/emacs.exe"' 
>    : Rueckgabe-Code '0x80'
> Stop.
> NMAKE : fatal error U1077: 
>    'C:\PROGRA~1\MICROS~1\VC98\BIN\NMAKE.EXE' : Rueckgabe-Code '0x2'
> Stop.

Try checking out the leim/ subdirectory with -kb, like:

cd leim
cvs -q update -C -kb


                                                           /L/e/k/t/u

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

* Re: Build Failure CVS Head Win32
  2003-03-09 20:56 ` Juanma Barranquero
@ 2003-03-15  9:10   ` Frank Schmitt
  0 siblings, 0 replies; 3+ messages in thread
From: Frank Schmitt @ 2003-03-15  9:10 UTC (permalink / raw)


Juanma Barranquero <lektu@terra.es> writes:

> Try checking out the leim/ subdirectory with -kb, like:
>
> cd leim
> cvs -q update -C -kb

I just did this, however make bootstrap failed again, no at an other
location (earlier):

        cd ..\lisp
        NMAKE  bootstrap

Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. Alle Rechte vorbehalten.

        echo ;; -*- no-byte-compile: t -*->subdirs.el
        echo ;; In load-path, after this directory should come>> subdirs.el
        echo ;; certain of its subdirectories.  Here we specify them.>> subdirs.el
        echo (normal-top-level-add-to-load-path '(>> subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (calc) == (term) echo
"calc" 1>>subdirs.el 

G:\Programme\cygwin\usr\src\emacs\lisp>if not (calendar) == (term) echo
"calendar" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (emacs-lisp) == (term)
echo "emacs-lisp" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (emulation) == (term) echo
"emulation" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (eshell) == (term) echo
"eshell" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (gnus) == (term) echo
"gnus" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (international) == (term)
echo "international" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (language) == (term) echo
"language" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (mail) == (term) echo
"mail" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (mh-e) == (term) echo
"mh-e" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (net) == (term) echo "net"
1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (obsolete) == (term) echo
"obsolete" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (play) == (term) echo
"play" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (progmodes) == (term) echo
"progmodes" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (term) == (term) echo
"term" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (textmodes) == (term) echo
"textmodes" 1>>subdirs.el

G:\Programme\cygwin\usr\src\emacs\lisp>if not (toolbar) == (term) echo
        "toolbar" 1>>subdirs.el echo ))>> subdirs.el

Directories: calc calendar emacs-lisp emulation eshell gnus
 international language mail mh-e net obsolete play progmodes term
 textmodes toolbar

        "G:\Programme\cygwin\usr\src\emacs\lisp/../bin/emacs.exe" -batch
--no-init-file --no-site-file --multibyte -l autoload --eval "(setq
find-file-hooks nil find-file-suppress-same-file-warnings t
generated-autoload-file
\"G:/Programme/cygwin/usr/src/emacs/lisp/loaddefs.el\")" -f
batch-update-autoloads G:/Programme/cygwin/usr/src/emacs/lisp calc
calendar emacs-lisp emulation eshell gnus international language mail
mh-e net obsolete play progmodes term textmodes toolbar

NMAKE : fatal error U1077:
'"G:\Programme\cygwin\usr\src\emacs\lisp/../bin/emacs.exe"' :
Rueckgabe-Code '0x80' Stop.

NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~1\VC98\BIN\NMAKE.EXE' :
Rueckgabe-Code '0x2' Stop.

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.

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

end of thread, other threads:[~2003-03-15  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-09 20:50 Build Failure CVS Head Win32 Frank Schmitt
2003-03-09 20:56 ` Juanma Barranquero
2003-03-15  9:10   ` Frank Schmitt

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