[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev compilation error on VC++
From: |
Wong, William |
Subject: |
lynx-dev compilation error on VC++ |
Date: |
Wed, 12 Jan 2000 09:23:24 -0500 |
Hi,
I download the makefile.msc that's used for building under VC++, and I have
the following compilation errors. The distribution is 2.8.8rel1.1, and the
makefile.msc is copied from the development distribution 2.8.3.
I wonder if some of you can shed some light on some of these errors. The
strange thing is that all the errors are in the files of the VC++ INCLUDE
files.
Thanks in advance.
Will
========================================================================
=======
--------------------Configuration: makefile - Win32
Debug--------------------
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
cl /nologo /MT /W3 /GX /O2 /c /I "." /I "src" /I "src\chrtrans" /I
"WWW\Library\Implementation" /I "lib" /D "NDEBUG" /D "__WIN32__" /D "WIN32"
/D "_CONSOLE" /D "_MBCS" /D "NO_UNISTD_H" /D VC="2.14FM" /D "_WINDOWS" /D
"XMOSAIC_HACK" /D "ACCESS_AUTH"
/D "NO_FILIO_H" /D "NO_UTMP" /D "NO_CUSERID" /D "NO_TTYTYPE" /D "NOSIGHUP"
/D "DOSPATH" /D "NOUSERS" /D "EXP_CHARTRANS" /D "NCURSES" /D "FANCY_CURSES"
/D "COLOR_CURSES" /D "USE_COLOR_TABLE" /D "HAVE_KEYPAD" /D
"NCURSES_VERSION" /D "USE_EXTERNALS" /
D "PDCURSES" /D "SUPPORT_MULTIBYTE_EDIT" /D "USE_MULTIBYTE_CURSES" /D
"LONG_LIST" /D "DISP_PARTIAL" /D "EXP_PERSISTENT_COOKIES" /D
"NO_CONFIG_INFO" /D "EXP_ALT_BINDINGS" /D LY_MAXPATH="1024" /D _WIN_CC="1"
/D "CJK_EX" /D "SH_EX" /D "WIN_EX" /D "USE
_ZLIB" WWW\Library\Implementation\crypt.c
crypt.c
C:\Program Files\DevStudio\VC\INCLUDE\winnt.h(2057) : error C2061: syntax
error : identifier 'PCONTEXT'
C:\Program Files\DevStudio\VC\INCLUDE\winnt.h(2058) : error C2059: syntax
error : '}'
C:\Program Files\DevStudio\VC\INCLUDE\stdarg.h(59) : warning C4005:
'va_arg' : macro redefinition
C:\Program Files\DevStudio\VC\INCLUDE\winbase.h(693) : error C2282:
'PCONTEXT' is followed by 'LPCONTEXT' (missing ','?)
C:\Program Files\DevStudio\VC\INCLUDE\winbase.h(695) : error C2282:
'PEXCEPTION_POINTERS' is followed by 'LPEXCEPTION_POINTERS' (missing ','?)
C:\Program Files\DevStudio\VC\INCLUDE\winbase.h(1991) : error C2146: syntax
error : missing ')' before identifier 'lpContext'
C:\Program Files\DevStudio\VC\INCLUDE\winbase.h(1991) : error C2081:
'LPCONTEXT' : name in formal parameter list illegal
C:\Program Files\DevStudio\VC\INCLUDE\winbase.h(1991) : error C2280:
missing '{' before identifier 'lpContext'?
WWW\Library\Implementation\tcp.h(181) : warning C4005: 'EINTR' : macro
redefinition
WWW\Library\Implementation\tcp.h(182) : warning C4005: 'EAGAIN' : macro
redefinition
WWW\Library\Implementation\crypt.c(128) : fatal error C1004: unexpected end
of file found
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
Error executing NMAKE.
makefile.exe - 9 error(s), 3 warning(s)
========================================================================
========
- lynx-dev compilation error on VC++,
Wong, William <=