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


_______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to