emacs-devel
[Top][All Lists]
Advanced

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

Build failed with vs2003.net


From: williamx
Subject: Build failed with vs2003.net
Date: Thu, 31 Mar 2005 18:23:20 +0800
User-agent: Opera M2(BETA3)/8.0 (Win32, build 7522)

I updated the source code from cvs today and built it by nmake.
It have done the work well but failed this time.
Following is the error informations.
(It could be built correctly in cygwin)
///////////////////////////////////////////////
        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 -Di386 -D_CRTAPI1=_cdecl -I./inc -DWINDO WSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I
../nt/inc  -I../src -Foobj-spd/i386\ make-docfile.c ntlib.c
make-docfile.c
make-docfile.c(251) : error C2054: expected '(' to follow 'INLINE'
make-docfile.c(252) : error C2085: 'put_char' : not in formal parameter list
make-docfile.c(252) : error C2143: syntax error : missing ';' before 'type'
make-docfile.c(252) : error C2085: 'ch' : not in formal parameter list
make-docfile.c(253) : error C2085: 'state' : not in formal parameter list
ntlib.c
Generating Code...
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"F:\Microsoft Visual Studio .NET 2003\VC7\BIN\nmake.
exe"' : return code '0x2'
Stop.
////////////////////////////////////////////////
After I undefined the INLINE, it failed on _pclose/_popen.

--
Best Regards,
William Xue




reply via email to

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