all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sridhar Boovaraghavan <sridhar_ml@yahoo.com>
To: emacs-devel@gnu.org
Subject: 23.0.50 compile problem on Windows XP
Date: Tue, 02 Oct 2007 18:42:24 -0400	[thread overview]
Message-ID: <u641p5eb3.fsf@earthlink.net> (raw)

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	other threads:[~2007-10-02 22:42 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-02 22:42 Sridhar Boovaraghavan [this message]
2007-10-03  8:00 ` 23.0.50 compile problem on Windows XP 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u641p5eb3.fsf@earthlink.net \
    --to=sridhar_ml@yahoo.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.