unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.50 compile problem on Windows XP
@ 2007-10-02 22:42 Sridhar Boovaraghavan
  2007-10-03  8:00 ` Eli Zaretskii
  0 siblings, 1 reply; 29+ messages in thread
From: Sridhar Boovaraghavan @ 2007-10-02 22:42 UTC (permalink / raw)
  To: emacs-devel

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

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

end of thread, other threads:[~2007-10-13 12:49 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-02 22:42 23.0.50 compile problem on Windows XP Sridhar Boovaraghavan
2007-10-03  8:00 ` Eli Zaretskii
2007-10-03  8:16   ` dhruva
2007-10-03  8:23     ` Jason Rumney
2007-10-03 10:01       ` dhruva
2007-10-03 12:10         ` Jason Rumney
2007-10-03 12:20           ` Jason Rumney
2007-10-03 12:59             ` dhruva
2007-10-04 18:03             ` Sridhar Boovaraghavan
2007-10-04 22:11               ` Jason Rumney
2007-10-05  0:46                 ` David Robinow
2007-10-05  8:02                   ` Eli Zaretskii
2007-10-05  1:17                 ` Sridhar Boovaraghavan
2007-10-05  8:06                   ` Eli Zaretskii
2007-10-05  8:00                 ` Eli Zaretskii
2007-10-05  8:11                   ` Jason Rumney
2007-10-05  8:30                     ` Eli Zaretskii
2007-10-06 13:14                       ` Richard Stallman
2007-10-13 12:49                         ` Eli Zaretskii
2007-10-05  9:31                 ` Eli Zaretskii
2007-10-05 10:00                   ` dhruva
2007-10-05 10:16                     ` Eli Zaretskii
2007-10-05  7:56           ` Eli Zaretskii
2007-10-05  8:08             ` Jason Rumney
2007-10-05  8:19               ` Eli Zaretskii
2007-10-05  8:21             ` dhruva
2007-10-05  8:31               ` Eli Zaretskii
2007-10-05  8:53                 ` dhruva
2007-10-03 12:19         ` 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).