emacs-devel
[Top][All Lists]
Advanced

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

23.0.50 compile problem on Windows XP


From: Sridhar Boovaraghavan
Subject: 23.0.50 compile problem on Windows XP
Date: Tue, 02 Oct 2007 18:42:24 -0400
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0 (windows-nt)

With recently updated (2007-02-10, 18:36-0400) code from CVS, I am not
able to compile Emacs. I am using VC 2002 and Windows XP. The
configuration process proceeds without errors (configure.bat
--with-msvc --without-xpm) and I run nmake bootstrap.

What follows is a section of the log before nmake stops. It doesn't
tell me which file causes the error. Any ideas?

Thanks,
Sridhar

--
category.c
ccl.c
fontset.c
fontset.c(1473) : warning C4113: 'void (__cdecl *)()' differs in parameter lists
 from 'void (__cdecl *)(Lisp_Object,Lisp_Object,Lisp_Object)'
fontset.c(1485) : warning C4113: 'void (__cdecl *)()' differs in parameter lists
 from 'void (__cdecl *)(Lisp_Object,Lisp_Object,Lisp_Object)'
fringe.c
image.c
image.c(5273) : warning C4244: '=' : conversion from 'double' to 'int', possible
 loss of data
image.c(5278) : warning C4244: '=' : conversion from 'double' to 'int', possible
 loss of data
image.c(5879) : warning C4244: '=' : conversion from 'double' to 'int', possible
 loss of data
image.c(5880) : warning C4244: '=' : conversion from 'double' to 'int', possible
 loss of data
image.c(5881) : warning C4244: '=' : conversion from 'double' to 'int', possible
 loss of data
d:\cygwin\usr\include\jmorecfg.h(195) : warning C4142: benign redefinition of ty
pe
d:\cygwin\usr\include\jmorecfg.h(249) : warning C4005: 'FAR' : macro redefinitio
n
        D:\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\Include\Wi
nDef.h(135) : see previous definition of 'FAR'
image.c(6842) : warning C4113: 'void (__cdecl *)()' differs in parameter lists f
rom 'void (__cdecl *)(j_decompress_ptr)'
image.c(6843) : warning C4113: 'boolean (__cdecl *)()' differs in parameter list
s from 'boolean (__cdecl *)(j_decompress_ptr)'
image.c(6844) : warning C4113: 'void (__cdecl *)()' differs in parameter lists f
rom 'void (__cdecl *)(j_decompress_ptr,long)'
image.c(6845) : warning C4113: 'boolean (__cdecl *)()' differs in parameter list
s from 'boolean (__cdecl *)(j_decompress_ptr,int)'
image.c(6846) : warning C4113: 'void (__cdecl *)()' differs in parameter lists f
rom 'void (__cdecl *)(j_decompress_ptr)'
image.c(6956) : warning C4113: 'void (__cdecl *)()' differs in parameter lists f
rom 'void (__cdecl *)(j_decompress_ptr)'
image.c(6957) : warning C4113: 'boolean (__cdecl *)()' differs in parameter list
s from 'boolean (__cdecl *)(j_decompress_ptr)'
image.c(6958) : warning C4113: 'void (__cdecl *)()' differs in parameter lists f
rom 'void (__cdecl *)(j_decompress_ptr,long)'
image.c(6959) : warning C4113: 'boolean (__cdecl *)()' differs in parameter list
s from 'boolean (__cdecl *)(j_decompress_ptr,int)'
image.c(6960) : warning C4113: 'void (__cdecl *)()' differs in parameter lists f
rom 'void (__cdecl *)(j_decompress_ptr)'
image.c(7016) : warning C4113: 'void (__cdecl *)()' differs in parameter lists f
rom 'void (__cdecl *)(j_common_ptr)'
terminal.c
Generating Code...
d:\emacs\src\coding.c(6590) : warning C4715: 'Fcheck_coding_system' : not all co
ntrol paths return a value
d:\emacs\src\charset.c(1034) : warning C4715: 'Fmake_char_internal' : not all co
ntrol paths return a value
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual Studio .NET\VC7\B
IN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual Studio .NET\VC7\B
IN\nmake.exe"' : return code '0x2'
Stop.
-- 
Sridhar Boovaraghavan





reply via email to

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