unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Make bootstrap fails on MS Windows
@ 2003-04-24 10:50 Frank Schmitt
  2003-04-24 14:13 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Schmitt @ 2003-04-24 10:50 UTC (permalink / raw)


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

Hello

Trying to build latest CVS HEAD fails with MS VC under Windows XP fails
with the following output:

-l loadup bootstrap
Loading loadup.el (source)...

Using load-path (../lisp
g:/Programme/cygwin/usr/src/test/emacs/lisp/emacs-lisp
g:/Programme/cygwin/usr/src/test/emacs/lisp/language
g:/Programme/cygwin/usr/src /test/emacs/lisp/international
g:/Programme/cygwin/usr/src/test/emacs/lisp/textm odes)

Loading byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading map-ynp (source)...
Loading env (source)...
Loading cus-start (source)...
Note, built-in variable `x-use-underline-position-properties' not bound
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)...
Invalid read syntax: ")"
NMAKE : fatal error U1077:
'"G:\Programme\cygwin\usr\src\test\emacs\src/obj/i386
 /temacs.exe"' : Return-Code '0xffffffff'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~1\VC98\BIN\NMAKE.EXE' :
Return -Code '0x2'
Stop.

I attach the rest of the output as a file, sadly I've only got the
German version of Visual C, so errors and warnings are in German, if
they aren't understandable I can translate them.


[-- Attachment #2: nmake output --]
[-- Type: text/plain, Size: 46497 bytes --]

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

G:\Programme\cygwin\usr\src\test\emacs\nt>vcvars32
Setting environment for using Microsoft Visual C++ tools.

G:\Programme\cygwin\usr\src\test\emacs\nt>nmake bootstrap

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

        cd ..\lisp
        NMAKE  bootstrap-clean

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

        for %f in (.  calc calendar emacs-lisp emulation eshell gnus
international language mail mh-e net obs olete play progmodes term
textmodes toolbar) do for %g in (%f\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (.\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (calc\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (calendar\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (emacs-lisp\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (emulation\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (eshell\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (gnus\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (international\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (language\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (mail\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (mh-e\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (net\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (obsolete\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (play\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (progmodes\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (term\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (textmodes\*.elc) do @rm %g

G:\Programme\cygwin\usr\src\test\emacs\lisp>for %g in (toolbar\*.elc) do @rm %g
        cd ..\src
        NMAKE  clean

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

        rm *~ "s/*~" "m/*~"
rm: cannot remove `*~': No such file or directory
rm: cannot remove `s/*~': No such file or directory
rm: cannot remove `m/*~': No such file or directory
        rm *.pdb
        rm -r obj
        cd ..\lib-src
        NMAKE  clean

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

        rm *~ DOC* *.pdb
rm: cannot remove `*~': No such file or directory
rm: cannot remove `DOC*': No such file or directory
rm: cannot remove `*.pdb': No such file or directory
        rm ctags.c
rm: cannot remove `ctags.c': No such file or directory
        rm -r obj
rm: cannot remove `obj': No such file or directory
        cd ..\src
        NMAKE  bootstrap

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

        NMAKE temacs CFLAGS="-I. -DWIN32_LEAN_AND_MEAN
-D_WIN32_WINNT=0x0400 -nologo -D_X86_=1 -c -Zel -W2 -H63 -Od -G3 d
-Zp8 -Zi -Di386 -D_CRTAPI1=_cdecl -DEMACSDEBUG -Demacs=1 -DWINDOWSNT
-DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1
-DPURESIZE=5000000"

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

        mkdir obj
        mkdir "obj/i386"

        cl -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -nologo
-D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zp8 -Zi -Di386 -D_CRTAPI1=_cdecl
-DEMACSDEBUG -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H
-I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -D

PURESIZE=5000000 -Foobj/i386\ emacs.c
emacs.c
emacs.c(1092) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
emacs.c(1107) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
emacs.c(1108) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
emacs.c(1109) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
emacs.c(1117) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
emacs.c(1144) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
emacs.c(1148) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
emacs.c(1152) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
        rm obj/i386/temacs0.lib
rm: cannot remove `obj/i386/temacs0.lib': No such file or directory
        lib -out:obj/i386/temacs0.lib obj/i386/emacs.obj
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

        cl -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -nologo
-D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zp8 -Zi -Di386 -D_CRTAPI1=_cdecl
-DEMACSDEBUG -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H
-I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -D

PURESIZE=5000000 -Foobj/i386\ abbrev.c alloc.c alloca.c atimer.c
buffer.c bytecode.c callint.c callproc.c casefiddle.c c m.c cmds.c
data.c dired.c dispnew.c doc.c doprnt.c editfns.c eval.c fileio.c
filelock.c filemode.c fns.c indent.c insdel .c keyboard.c keymap.c
lread.c macros.c marker.c md5.c minibuf.c w32.c w32heap.c w32inevt.c
w32proc.c w32console.c print .c process.c regex.c scroll.c search.c
sound.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexw32.c
window.c xdi sp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c
composite.c ralloc.c textprop.c vm-limit.c region-cache.c strfti me.c
charset.c coding.c category.c ccl.c fontset.c

abbrev.c
abbrev.c(312) : warning C4305: '=' : Verkuerzung von 'const int ' in 'char '
abbrev.c(558) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int )' ab
abbrev.c(566) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int )' ab
alloc.c
alloc.c(692) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(void *)' ab
alloc.c(707) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(void *)' ab
alloc.c(735) : warning C4113: 'void *(__cdecl *)()' weicht in der Parameterliste von 'void *(__cdecl *)(unsigned int )'
ab
alloc.c(765) : warning C4113: 'void *(__cdecl *)()' weicht in der Parameterliste von 'void *(__cdecl *)(unsigned int )'
ab
alloc.c(783) : warning C4113: 'void *(__cdecl *)()' weicht in der Parameterliste von 'void *(__cdecl *)(void *,unsigned
int )' ab
alloc.c(826) : warning C4113: 'void *(__cdecl *)()' weicht in der Parameterliste von 'void *(__cdecl *)(void *,unsigned
int )' ab
alloc.c(838) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(void *)' ab
alloc.c(840) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(void *)' ab
alloc.c(842) : warning C4113: 'void *(__cdecl *)()' weicht in der Parameterliste von 'void *(__cdecl *)(unsigned int )'
ab
alloc.c(844) : warning C4113: 'void *(__cdecl *)()' weicht in der Parameterliste von 'void *(__cdecl *)(unsigned int )'
ab
alloc.c(846) : warning C4113: 'void *(__cdecl *)()' weicht in der Parameterliste von 'void *(__cdecl *)(void *,unsigned
int )' ab
alloc.c(848) : warning C4113: 'void *(__cdecl *)()' weicht in der Parameterliste von 'void *(__cdecl *)(void *,unsigned
int )' ab
alloc.c(977) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct interval *,
int )' ab
alloca.c
atimer.c
atimer.c(421) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
atimer.c(434) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
buffer.c
buffer.c(2841) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(const void *,const
 void *)' ab
buffer.c(3018) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(const void *,const
 void *)' ab
buffer.c(3021) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(const void *,const
 void *)' ab
bytecode.c
callint.c
callproc.c
callproc.c(176) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
callproc.c(684) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
callproc.c(1112) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
casefiddle.c
casefiddle.c(123) : warning C4305: '=' : Verkuerzung von 'const int ' in 'char '
cm.c
cmds.c
data.c
data.c(3255) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
dired.c
dired.c(197) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
dired.c(529) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
dispnew.c
dispnew.c(2003) : warning C4244: 'initializing' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
dispnew.c(6154) : warning C4244: '+=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
dispnew.c(6292) : warning C4244: '+=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
doc.c
doprnt.c
editfns.c
eval.c
eval.c(1074) : warning C4028: Formaler Parameter 2 unterscheidet sich von der Deklaration
eval.c(1301) : warning C4028: Formaler Parameter 1 unterscheidet sich von der Deklaration
eval.c(1301) : warning C4028: Formaler Parameter 3 unterscheidet sich von der Deklaration
eval.c(1347) : warning C4028: Formaler Parameter 1 unterscheidet sich von der Deklaration
eval.c(1347) : warning C4028: Formaler Parameter 4 unterscheidet sich von der Deklaration
eval.c(1391) : warning C4028: Formaler Parameter 1 unterscheidet sich von der Deklaration
eval.c(1391) : warning C4028: Formaler Parameter 5 unterscheidet sich von der Deklaration
fileio.c
fileio.c(2657) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(3711) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(4336) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(4337) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(4428) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(4870) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(5697) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(5699) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(5721) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(5722) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(5808) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(void )' ab
fileio.c(5808) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fileio.c(6016) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
filelock.c
Generieren von Code...
eval.c(1545) : warning C4715: 'Fsignal' : Nicht alle Steuerelementpfade geben einen Wert zur³ck
Kompilieren...
filemode.c
fns.c
fns.c(3349) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
fns.c(3983) : warning C4305: '=' : Verkuerzung von 'const int ' in 'char '
fns.c(4007) : warning C4305: '=' : Verkuerzung von 'const int ' in 'char '
fns.c(4025) : warning C4305: '=' : Verkuerzung von 'const int ' in 'char '
fns.c(4464) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
indent.c
indent.c(748) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
indent.c(928) : warning C4244: 'initializing' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
insdel.c
insdel.c(2269) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c
keyboard.c(1038) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c(1261) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c(1268) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c(1269) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c(1290) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c(1307) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(void )' ab
keyboard.c(1307) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c(2000) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(void )' ab
keyboard.c(2000) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c(2072) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct atimer
*)' ab
keyboard.c(2625) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
keyboard.c(3122) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c(3402) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keyboard.c(7028) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keymap.c
keymap.c(946) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )'
ab
keymap.c(1353) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
keymap.c(1820) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )'
 ab
keymap.c(2028) : warning C4305: '=' : Verkuerzung von 'const int ' in 'char '
keymap.c(2043) : warning C4305: '=' : Verkuerzung von 'const int ' in 'char '
keymap.c(2337) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )'
 ab
keymap.c(3119) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int )' ab
keymap.c(3488) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int )' ab
lread.c
lread.c(706) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
lread.c(794) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
lread.c(1307) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
lread.c(1338) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
lread.c(2383) : warning C4305: '=' : Verkuerzung von 'const int ' in 'char '
lread.c(2497) : warning C4305: '=' : Verkuerzung von 'const int ' in 'char '
lread.c(3344) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int )' ab
macros.c
macros.c(336) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
marker.c
md5.c
minibuf.c
minibuf.c(491) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
minibuf.c(1939) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(void )' ab
minibuf.c(1940) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
w32.c
w32.c(1237) : warning C4133: 'function' : Inkompatible Typen - von 'struct timeb *' zu 'struct _timeb *'
w32.c(1740) : warning C4090: '=' : Unterschiedliche 'const'-Bezeichner
w32.c(1817) : warning C4090: 'function' : Unterschiedliche 'const'-Bezeichner
w32.c(1817) : warning C4024: 'unc_volume_file_attributes' : Unterschiedliche Typen fuer formalen und uebergebenen Parame
ter 1
w32heap.c
w32inevt.c
w32proc.c
w32console.c
print.c
print.c(539) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
print.c(559) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
print.c(576) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
print.c(699) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
print.c(738) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
print.c(772) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
print.c(819) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
print.c(861) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
print.c(1276) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct interval *
,int )' ab
print.c(1502) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct interval *
,int )' ab
process.c
process.c(1389) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
process.c(1472) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
process.c(2046) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct atimer *
)' ab
process.c(2411) : warning C4133: 'function' : Inkompatible Typen - von 'int *' zu 'const char *'
process.c(2427) : warning C4133: 'function' : Inkompatible Typen - von 'int *' zu 'const char *'
process.c(2471) : warning C4133: 'function' : Inkompatible Typen - von 'struct linger *' zu 'const char *'
process.c(2986) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
process.c(3037) : warning C4133: 'function' : Inkompatible Typen - von 'int *' zu 'const char *'
process.c(4579) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
process.c(4583) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
process.c(4945) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
process.c(4958) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
process.c(5966) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
process.c(5987) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
process.c(5991) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
process.c(6284) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int )' ab
regex.c
scroll.c
Generieren von Code...
process.c(2220) : warning C4761: Gr÷¯enkonflikt im Argument. Konvertierung vorgenommen
w32inevt.c(336) : warning C4761: Gr÷¯enkonflikt im Argument. Konvertierung vorgenommen
w32inevt.c(352) : warning C4761: Gr÷¯enkonflikt im Argument. Konvertierung vorgenommen
Kompilieren...
search.c
sound.c
syntax.c
sysdep.c
term.c
term.c(440) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(448) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(449) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(450) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(464) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(465) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(466) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(467) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(532) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(542) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(550) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(560) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(568) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(590) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(603) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(604) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(700) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(728) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(768) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1022) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1039) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1055) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1078) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1109) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1115) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1120) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1122) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1164) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1172) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1185) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1205) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1218) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1231) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1234) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1477) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(void )' ab
term.c(1880) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1884) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1889) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1893) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1896) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1905) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1912) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1942) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1948) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1955) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1958) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
term.c(1967) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
termcap.c
tparam.c
undo.c
unexw32.c
window.c
window.c(831) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(struct window *,voi
d *)' ab
window.c(2730) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
window.c(5657) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c
xdisp.c(3352) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(3361) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(3375) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(3408) : warning C4244: '=' : Konvertierung von 'double ' in 'short ', moeglicher Datenverlust
xdisp.c(4075) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(const void *,const
void *)' ab
xdisp.c(7120) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(9200) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(9212) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(10039) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
xdisp.c(10383) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
xdisp.c(10811) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(10870) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(17630) : warning C4244: '=' : Konvertierung von 'double ' in 'unsigned int ', moeglicher Datenverlust
xdisp.c(17696) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(17719) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(17723) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(17731) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(17734) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(17761) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xdisp.c(17889) : warning C4244: '*=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
casetab.c
casetab.c(141) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )'
 ab
casetab.c(142) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )'
 ab
casetab.c(150) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )'
 ab
casetab.c(156) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )'
 ab
casetab.c(157) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )'
 ab
floatfns.c
floatfns.c(699) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
frame.c
frame.c(2975) : warning C4047: '=' : Anzahl der Dereferenzierungen bei 'int ' und 'struct HWND__ *' unterschiedlich
gmalloc.c
gmalloc.c(531) : warning C4146: Einem vorzeichenlosen Typ wurde ein unaerer Minus-Operator zugewiesen; das Ergebnis ist
weiterhin vorzeichenlos
gmalloc.c(641) : warning C4146: Einem vorzeichenlosen Typ wurde ein unaerer Minus-Operator zugewiesen; das Ergebnis ist
weiterhin vorzeichenlos
gmalloc.c(653) : warning C4146: Einem vorzeichenlosen Typ wurde ein unaerer Minus-Operator zugewiesen; das Ergebnis ist
weiterhin vorzeichenlos
gmalloc.c(880) : warning C4146: Einem vorzeichenlosen Typ wurde ein unaerer Minus-Operator zugewiesen; das Ergebnis ist
weiterhin vorzeichenlos
gmalloc.c(1135) : warning C4146: Einem vorzeichenlosen Typ wurde ein unaerer Minus-Operator zugewiesen; das Ergebnis ist
 weiterhin vorzeichenlos
gmalloc.c(1352) : warning C4005: 'min' : Makro-Neudefinition
        C:\PROGRA~1\MICROS~1\VC98\INCLUDE\stdlib.h(428) : Siehe vorherige Definition von 'min'
intervals.c
composite.c
composite.c(336) : warning C4244: '=' : Konvertierung von 'const int ' in 'float ', moeglicher Datenverlust
composite.c(373) : warning C4244: '=' : Konvertierung von 'float ' in 'unsigned short ', moeglicher Datenverlust
ralloc.c
textprop.c
vm-limit.c
Generieren von Code...
syntax.c(2452) : warning C4715: 'scan_lists' : Nicht alle Steuerelementpfade geben einen Wert zur³ck
Kompilieren...
region-cache.c
strftime.c
strftime.c(969) : warning C4146: Einem vorzeichenlosen Typ wurde ein unaerer Minus-Operator zugewiesen; das Ergebnis ist
 weiterhin vorzeichenlos
charset.c
coding.c
coding.c(5451) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
coding.c(5740) : warning C4244: '=' : Konvertierung von 'int ' in 'float ', moeglicher Datenverlust
coding.c(5741) : warning C4244: '=' : Konvertierung von 'float ' in 'int ', moeglicher Datenverlust
coding.c(5815) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
coding.c(5871) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int )' ab
category.c
ccl.c
fontset.c
fontset.c(1308) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )
' ab
fontset.c(1320) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(int ,int ,int )
' ab
Generieren von Code...
charset.c(1025) : warning C4715: 'Fmake_char_internal' : Nicht alle Steuerelementpfade geben einen Wert zur³ck
        rm obj/i386/temacs1.lib
rm: cannot remove `obj/i386/temacs1.lib': No such file or directory

        lib -out:obj/i386/temacs1.lib obj/i386/abbrev.obj
obj/i386/alloc.obj obj/i386/alloca.obj obj/i386/atimer.obj obj
/i386/buffer.obj obj/i386/bytecode.obj obj/i386/callint.obj
obj/i386/callproc.obj obj/i386/casefiddle.obj obj/i386/cm.ob j
obj/i386/cmds.obj obj/i386/data.obj obj/i386/dired.obj
obj/i386/dispnew.obj obj/i386/doc.obj obj/i386/doprnt.obj obj/i
386/editfns.obj obj/i386/eval.obj obj/i386/fileio.obj
obj/i386/filelock.obj obj/i386/filemode.obj obj/i386/fns.obj obj/i
386/indent.obj obj/i386/insdel.obj obj/i386/keyboard.obj
obj/i386/keymap.obj obj/i386/lread.obj obj/i386/macros.obj obj/
i386/marker.obj obj/i386/md5.obj obj/i386/minibuf.obj obj/i386/w32.obj
obj/i386/w32heap.obj obj/i386/w32inevt.obj obj/i3 86/w32proc.obj
obj/i386/w32console.obj obj/i386/print.obj obj/i386/process.obj
obj/i386/regex.obj obj/i386/scroll.obj ob j/i386/search.obj
obj/i386/sound.obj obj/i386/syntax.obj obj/i386/sysdep.obj
obj/i386/term.obj obj/i386/termcap.obj obj/ i386/tparam.obj
obj/i386/undo.obj obj/i386/unexw32.obj obj/i386/window.obj
obj/i386/xdisp.obj obj/i386/casetab.obj obj/i 386/floatfns.obj
obj/i386/frame.obj obj/i386/gmalloc.obj obj/i386/intervals.obj
obj/i386/composite.obj obj/i386/ralloc.o bj obj/i386/textprop.obj
obj/i386/vm-limit.obj obj/i386/region-cache.obj obj/i386/strftime.obj
obj/i386/charset.obj obj/ i386/coding.obj obj/i386/category.obj
obj/i386/ccl.obj obj/i386/fontset.obj

Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

        cl -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -nologo
-D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zp8 -Zi -Di386 -D_CRTAPI1=_cdecl
-DEMACSDEBUG -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H
-I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -D

PURESIZE=5000000 -Foobj/i386\ w32term.c w32xfns.c w32fns.c xfaces.c w32select.c w32menu.c w32reg.c w32bdf.c
w32term.c
w32term.c(1612) : warning C4244: 'initializing' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32term.c(3369) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32term.c(3370) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32term.c(3373) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32term.c(3374) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32term.c(3378) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32term.c(6211) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32term.c(6212) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32term.c(6348) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct window *
,struct run *)' ab
w32term.c(6349) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct glyph_ro
w *)' ab
w32term.c(6350) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct window *
)' ab
w32term.c(6356) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct glyph *,
struct frame *,int *,int *)' ab
w32term.c(6358) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct window *
,struct glyph_row *,struct draw_fringe_bitmap_params *)' ab
w32term.c(6363) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct frame *,
struct HICON__ *)' ab
w32term.c(6364) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct frame *,
int ,int ,int ,int )' ab
w32term.c(6365) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct window *
,struct glyph_row *,int ,int ,int ,int ,int ,int )' ab
w32term.c(6366) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct window *
,int ,int ,int )' ab
w32term.c(6368) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct frame *,
int ,int ,int ,int ,int )' ab
w32term.c(6379) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct frame *)
' ab
w32term.c(6382) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(int ,struct input
_event *,int ,int )' ab
w32term.c(6386) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct frame **
 ,int ,int *,int *,int *,int *,unsigned long *)' ab
w32term.c(6388) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct frame *,
int )' ab
w32term.c(6389) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct window *
,int ,int ,int )' ab
w32term.c(6390) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct frame *)
' ab
w32term.c(6391) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct window *
)' ab
w32term.c(6392) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct frame *)
' ab
w32xfns.c
w32fns.c
w32fns.c(9797) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32fns.c(9802) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32fns.c(10617) : warning C4047: '=' : Anzahl der Dereferenzierungen bei 'struct png_struct_def *' und 'int ' unterschie
dlich
w32fns.c(10625) : warning C4047: '=' : Anzahl der Dereferenzierungen bei 'struct png_info_struct *' und 'int ' unterschi
edlich
w32fns.c(10634) : warning C4047: '=' : Anzahl der Dereferenzierungen bei 'struct png_info_struct *' und 'int ' unterschi
edlich
G:\Programme\gnuwin32\include\jmorecfg.h(161) : warning C4142: Neudefinition eines Typs ohne Auswirkungen
G:\Programme\gnuwin32\include\jmorecfg.h(215) : warning C4005: 'FAR' : Makro-Neudefinition
        C:\PROGRA~1\MICROS~1\VC98\INCLUDE\windef.h(135) : Siehe vorherige Definition von 'FAR'
w32fns.c(11147) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct jpeg_dec
ompress_struct *)' ab
w32fns.c(11148) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(struct jpeg_decom
press_struct *)' ab
w32fns.c(11149) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct jpeg_dec
ompress_struct *,long )' ab
w32fns.c(11150) : warning C4113: 'int (__cdecl *)()' weicht in der Parameterliste von 'int (__cdecl *)(struct jpeg_decom
press_struct *,int )' ab
w32fns.c(11151) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct jpeg_dec
ompress_struct *)' ab
w32fns.c(11205) : warning C4047: '=' : Anzahl der Dereferenzierungen bei 'struct jpeg_error_mgr *' und 'int ' unterschie
dlich
w32fns.c(11206) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct jpeg_com
mon_struct *)' ab
w32fns.c(11609) : warning C4047: '=' : Anzahl der Dereferenzierungen bei 'struct tiff *' und 'int ' unterschiedlich
w32fns.c(11631) : warning C4047: '=' : Anzahl der Dereferenzierungen bei 'struct tiff *' und 'int ' unterschiedlich
w32fns.c(11721) : warning C4005: 'DrawText' : Makro-Neudefinition
        C:\PROGRA~1\MICROS~1\VC98\INCLUDE\winuser.h(5394) : Siehe vorherige Definition von 'DrawText'
w32fns.c(11884) : warning C4047: '=' : Anzahl der Dereferenzierungen bei 'struct GifFileType *' und 'int ' unterschiedli
ch
w32fns.c(11900) : warning C4047: '=' : Anzahl der Dereferenzierungen bei 'struct GifFileType *' und 'int ' unterschiedli
ch
w32fns.c(14331) : warning C4113: 'struct font_info *(__cdecl *)()' weicht in der Parameterliste von 'struct font_info *(
__cdecl *)(struct frame *,int )' ab
w32fns.c(14338) : warning C4113: 'struct font_info *(__cdecl *)()' weicht in der Parameterliste von 'struct font_info *(
__cdecl *)(struct frame *,char *,int )' ab
w32fns.c(14339) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(struct font_inf
o *)' ab
w32fns.c(14340) : warning C4113: 'struct font_info *(__cdecl *)()' weicht in der Parameterliste von 'struct font_info *(
__cdecl *)(struct frame *,char *)' ab
w32fns.c(14342) : warning C4113: 'void (__cdecl *)()' weicht in der Parameterliste von 'void (__cdecl *)(void )' ab
xfaces.c
xfaces.c(2249) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xfaces.c(2271) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xfaces.c(2657) : warning C4244: 'initializing' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xfaces.c(6028) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xfaces.c(6030) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xfaces.c(6115) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xfaces.c(6120) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xfaces.c(6123) : warning C4244: '*=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xfaces.c(6146) : warning C4244: '=' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
xfaces.c(6152) : warning C4244: 'initializing' : Konvertierung von 'double ' in 'int ', moeglicher Datenverlust
w32select.c
w32menu.c
w32reg.c
w32bdf.c
Generieren von Code...
w32fns.c(3111) : warning C4761: Gr÷¯enkonflikt im Argument. Konvertierung vorgenommen
w32fns.c(3127) : warning C4761: Gr÷¯enkonflikt im Argument. Konvertierung vorgenommen
w32fns.c(13547) : warning C4715: 'Fw32_shell_execute' : Nicht alle Steuerelementpfade geben einen Wert zur³ck
        rm obj/i386/temacw32.lib
rm: cannot remove `obj/i386/temacw32.lib': No such file or directory
        lib -out:obj/i386/temacw32.lib obj/i386/w32term.obj obj/i386/w32xfns.obj obj/i386/w32fns.obj obj/i386/xfaces.obj
 obj/i386/w32select.obj obj/i386/w32menu.obj obj/i386/w32reg.obj obj/i386/w32bdf.obj
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

        cl -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -nologo -D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zp8 -Zi -Di386
-D_CRTAPI1=_cdecl -DEMACSDEBUG  -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1  -D
PURESIZE=5000000 -Foobj/i386\ lastfile.c
lastfile.c
        rm obj/i386/lastfile.lib
rm: cannot remove `obj/i386/lastfile.lib': No such file or directory
        lib -out:obj/i386/lastfile.lib obj/i386/lastfile.obj
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

        rc -i../nt -Foobj/i386/emacs.res ../nt/emacs.rc
        cl -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -nologo -D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zp8 -Zi -Di386
-D_CRTAPI1=_cdecl -DEMACSDEBUG  -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1  -D
PURESIZE=5000000 -Foobj/i386\ firstfile.c
firstfile.c
        link -out:obj/i386/temacs.bin -release -incremental:no -version:3.10 -swaprun:cd -swaprun:net setargv.obj -debug
:full -debugtype:both  -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both -pdb:obj/i386\tem
acs.pdb -machine:i386 -subsystem:console -entry:_start -map:obj/i386\temacs.map -profile obj/i386/firstfile.obj obj/i386
/emacs.res obj/i386/temacs0.lib  obj/i386/temacs1.lib    obj/i386/temacw32.lib   obj/i386/lastfile.lib   winmm.lib     a
dvapi32.lib      gdi32.lib       comdlg32.lib    user32.lib      mpr.lib                 shell32.lib     libc.lib
Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

        "../nt/obj/i386/addsection" "obj/i386/temacs.bin" "obj/i386/temacs.exe" EMHEAP 16
Dumping from obj/i386/temacs.bin
          to obj/i386/temacs.exe
Copying DOS header...
        0x00000000 Offset in input file.
        0x00000000 Offset in output file.
        0x000000d8 Size in bytes.
Copying NT header...
        0x000000d8 Offset in input file.
        0x000000d8 Offset in output file.
        0x000000f8 Size in bytes.
Copying section table...
        0x000001d0 Offset in input file.
        0x000001d0 Offset in output file.
        0x00000140 Size in bytes.
Copying raw data for .text...
        0x00001000 Offset in input file.
        0x00001000 Offset in output file.
        0x0019e000 Size in bytes.
Copying raw data for EMBSS...
        0x00000000 Offset in input file.
        0x0019f000 Offset in output file.
        0x00000000 Size in bytes.
Copying raw data for .rdata...
        0x0019f000 Offset in input file.
        0x0019f000 Offset in output file.
        0x00002000 Size in bytes.
Copying raw data for .data...
        0x001a1000 Offset in input file.
        0x001a1000 Offset in output file.
        0x00002000 Size in bytes.
Copying raw data for .idata...
        0x001a3000 Offset in input file.
        0x001a3000 Offset in output file.
        0x00003000 Size in bytes.
Copying raw data for EMDATA...
        0x001a6000 Offset in input file.
        0x001a6000 Offset in output file.
        0x004e6000 Size in bytes.
Copying raw data for .rsrc...
        0x0068c000 Offset in input file.
        0x0068c000 Offset in output file.
        0x00001000 Size in bytes.
Copying raw data for .reloc...
        0x0068d000 Offset in input file.
        0x0068d000 Offset in output file.
        0x0001d000 Size in bytes.
Copying remainder of executable...
        0x006aa000 Offset in input file.
        0x006aa000 Offset in output file.
        0x00067b0b Size in bytes.
        "G:\Programme\cygwin\usr\src\test\emacs\src/obj/i386/temacs.exe" -batch -l loadup bootstrap
Loading loadup.el (source)...

Using load-path (../lisp
g:/Programme/cygwin/usr/src/test/emacs/lisp/emacs-lisp
g:/Programme/cygwin/usr/src/test/emacs/l isp/language
g:/Programme/cygwin/usr/src/test/emacs/lisp/international
g:/Programme/cygwin/usr/src/test/emacs/lisp/textm odes)

Loading byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading map-ynp (source)...
Loading env (source)...
Loading cus-start (source)...
Note, built-in variable `x-use-underline-position-properties' not bound
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)...
Invalid read syntax: ")"
NMAKE : fatal error U1077: '"G:\Programme\cygwin\usr\src\test\emacs\src/obj/i386/temacs.exe"' : Rueckgabe-Code '0xffffff
ff'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~1\VC98\BIN\NMAKE.EXE' : Rueckgabe-Code '0x2'
Stop.

G:\Programme\cygwin\usr\src\test\emacs\nt>

[-- Attachment #3: Type: text/plain, Size: 54 bytes --]


MFG Frank

-- 
WANTED: A nice signature
REWARD: none

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

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

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

* Re: Make bootstrap fails on MS Windows
  2003-04-24 10:50 Make bootstrap fails on MS Windows Frank Schmitt
@ 2003-04-24 14:13 ` Kai Großjohann
  2003-04-24 16:10   ` Frank Schmitt
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2003-04-24 14:13 UTC (permalink / raw)


Frank Schmitt <ich@Frank-Schmitt.net> writes:

> Loading faces (source)...
> Invalid read syntax: ")"

This bug was fixed some minutes ago (maybe 1h?).

-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)

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

* Re: Make bootstrap fails on MS Windows
  2003-04-24 14:13 ` Kai Großjohann
@ 2003-04-24 16:10   ` Frank Schmitt
  0 siblings, 0 replies; 3+ messages in thread
From: Frank Schmitt @ 2003-04-24 16:10 UTC (permalink / raw)


kai.grossjohann@gmx.net (Kai Großjohann) writes:

> Frank Schmitt <ich@Frank-Schmitt.net> writes:
>
>> Loading faces (source)...
>> Invalid read syntax: ")"
>
> This bug was fixed some minutes ago (maybe 1h?).

Thanks, but nmake bootstrap still fails, this time with a not very
telling error:

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\test\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/test/emacs/lisp/loaddefs.el\")" -f
batch-update-autoloads G:/Programme/cygwin/usr/src/test/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\test\emacs\lisp/../bin/emacs.exe"' :
Return-Code '0x80' Stop.

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

-- 
WANTED: A nice signature
REWARD: none

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

end of thread, other threads:[~2003-04-24 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-24 10:50 Make bootstrap fails on MS Windows Frank Schmitt
2003-04-24 14:13 ` Kai Großjohann
2003-04-24 16: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).