Hi Mark and others:
I have successfully built imapd.exe on Windows 2K. But I am unable to
build "dmail.exe", I think because it can't find the "lstat()" function.
Is dmail for Win32 only available under Cygwin?
thanks.
cl -I..\c-client /MT /W3 /DWIN32 -nologo
-DALERTFILE=\"\" -DNNTPFILE=\"
\" -DUSERALERTFILE=\"\" -DANOFILE=\"\" -DSHUTDOWNFILE=\"\" /c dmail.c
dmail.c
..\c-client\mail.h(472) : warning C4005: 'ERROR' : macro redefinition
D:\Program Files\Microsoft Platform SDK\Include\wingdi.h(98) : see
previ
ous definition of 'ERROR'
..\c-client\misc.h(34) : error C2011: 'hash_entry' : 'struct' type
redefinition
..\c-client\misc.h(43) : error C2011: 'hash_table' : 'struct' type
redefinition
dmail.c(145) : error C2065: 'EX_USAGE' : undeclared identifier
dmail.c(152) : error C2065: 'EX_TEMPFAIL' : undeclared identifier
dmail.c(216) : error C2065: 'EX_CANTCREAT' : undeclared identifier
dmail.c(246) : warning C4013: 'lstat' undefined; assuming extern returning
int
dmail.c(280) : error C2065: 'EX_UNAVAILABLE' : undeclared identifier
dmail.c(287) : warning C4013: 'path_create' undefined; assuming extern
returning
int
dmail.c(399) : error C2065: 'S_ISUID' : undeclared identifier
dmail.c(399) : error C2065: 'S_ISGID' : undeclared identifier
dmail.c(408) : error C2065: 'S_IFBLK' : undeclared identifier
dmail.c(408) : error C2051: case expression not constant
dmail.c(409) : error C2065: 'S_IFLNK' : undeclared identifier
dmail.c(408) : error C2065: 'S_IFBLK' : undeclared identifier
dmail.c(408) : error C2051: case expression not constant
dmail.c(409) : error C2065: 'S_IFLNK' : undeclared identifier
dmail.c(409) : error C2051: case expression not constant
dmail.c(410) : error C2065: 'S_IFSOCK' : undeclared identifier
dmail.c(410) : error C2051: case expression not constant
dmail.c(428) : error C2051: case expression not constant
dmail.c(429) : error C2065: 'EX_OSERR' : undeclared identifier
dmail.c(429) : error C2051: case expression not constant
dmail.c(430) : error C2065: 'EX_SOFTWARE' : undeclared identifier
dmail.c(430) : error C2051: case expression not constant
dmail.c(431) : error C2065: 'EX_NOUSER' : undeclared identifier
dmail.c(431) : error C2051: case expression not constant
dmail.c(432) : error C2051: case expression not constant
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw