emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS Emacs doesn't compile


From: LaserDoodads Info
Subject: CVS Emacs doesn't compile
Date: Sun, 1 May 2005 17:45:43 -0500

First I got this:

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

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

       mkdir obj-spd
       mkdir "obj-spd/i386"
cl -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -Oy- -G6dF -Zp8 -Zi -Di386 -D_CRTAPI1=_cdecl -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I.. /nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DPURESIZE=5000000 -Foobj-spd/i386\ emacs.c
emacs.c
emacs.c(860) : warning C4047: '=' : 'void *' differs in levels of indirection from 'int '
emacs.c(1160) : error C2026: string too big, trailing characters truncated



After randomly deleting a couple lines from

#define USAGE3 "\ ...

just to get past that error I got this one.

Compiling...
strftime.c
strftime.c(1036) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
charset.c
charset.c(1842) : error C2065: 'Schars_in_region' : undeclared identifier
charset.c(1842) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct Lisp_Subr *' coding.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]