emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50 compile problem on Windows XP


From: dhruva
Subject: Re: 23.0.50 compile problem on Windows XP
Date: Wed, 3 Oct 2007 15:31:25 +0530

Hi,

On 10/3/07, Jason Rumney <address@hidden> wrote:
> dhruva wrote:
> > I am looking into it. The error is slightly above that. A simple way
> > to get to the root of the problem (reproduce).
> >
> > 1. Set up the MSVC build setup (configure --with-msvc)
> > 2. Go to "src" folder
> > 3. nmake data.obj
> >
> > You will see the error,
>
> Since MSVC is a proprietary program, most of us cannot see the error
> this way. Can you post it here? Even if we cannot reproduce the error,
> seeing it may lead us to the problem.
>
>

Here you go... I also have the preprocessed output which I am trying
to examine (that is rather big as expected).

$nmake data.obj

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation.  All rights reserved.

        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  /c data.c
data.c
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\math.h(182) : error C2059: syntax error : '('
data.c(3470) : warning C4113: 'void (__cdecl *)()' differs in
parameter lists from 'void (__cdecl *)(int)'
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

-dky

-- 
Dhruva Krishnamurthy
Contents reflect my personal views only!




reply via email to

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