Build Log
  

Build started: Project: dnews, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "C:\Users\chrisp\AppData\Local\Temp\RSP000001908010212.rsp" with contents
[
/Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "unix" /D "NT4" /D "_VC80_UPGRADE=0x0600" /Gm /EHsc /MTd /Fp"./dnews.pch" /FAcs /Fa"./" /Fo"./" /Fd"./" /W3 /c /ZI /TC /wd4996 .\xhash.c

.\wild.c

.\user.c

.\tomail.c

.\thread.c

.\thout.c

.\thin.c

.\suck.c

.\str.c

.\sponser.c

.\sary.c

.\regex.c

.\radius.c

.\pull.c

.\post.c

.\parts.c

.\parsedate.c

.\nntp.c

.\newlib.c

.\ncmd.c

.\mutex.c

.\ml.c

.\mktime.c

.\memdebug.c

.\mem.c

.\md5.c

.\lprintf.c

.\lib_spawn.c

.\lib.c

.\keylib.c

.\key.c

.\item.c

.\hist.c

.\header.c

.\gstat.c

.\group.c

.\getmail.c

.\ftslib.c

.\filter.c

.\feed.c

.\expire.c

.\emsg.c

.\domain.c

.\dnewssvc.c

.\dnews.c

.\dfilter.c

.\dbf.c

.\db.c

.\control.c

.\conf.c

.\cmd.c

.\chan.c
]
Creating command line "cl.exe @C:\Users\chrisp\AppData\Local\Temp\RSP000001908010212.rsp /nologo /errorReport:prompt"
Creating temporary file "C:\Users\chrisp\AppData\Local\Temp\RSP000002908010212.rsp" with contents
[
/OUT:".\WinDebug/dnews.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\dnews.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\WinDebug/dnews.pdb" /MAP:"./dnews.map" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 wsock32.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\chan.obj"

".\cmd.obj"

".\conf.obj"

".\control.obj"

".\db.obj"

".\dbf.obj"

".\dfilter.obj"

".\dnews.obj"

".\dnewssvc.obj"

".\domain.obj"

".\emsg.obj"

".\expire.obj"

".\feed.obj"

".\filter.obj"

".\ftslib.obj"

".\getmail.obj"

".\group.obj"

".\gstat.obj"

".\header.obj"

".\hist.obj"

".\item.obj"

".\key.obj"

".\keylib.obj"

".\lib.obj"

".\lib_spawn.obj"

".\lprintf.obj"

".\md5.obj"

".\mem.obj"

".\memdebug.obj"

".\mktime.obj"

".\ml.obj"

".\mutex.obj"

".\ncmd.obj"

".\newlib.obj"

".\nntp.obj"

".\parsedate.obj"

".\parts.obj"

".\post.obj"

".\pull.obj"

".\radius.obj"

".\regex.obj"

".\sary.obj"

".\sponser.obj"

".\str.obj"

".\suck.obj"

".\thin.obj"

".\thout.obj"

".\thread.obj"

".\tomail.obj"

".\user.obj"

".\wild.obj"

".\xhash.obj"

".\dnews.exe.embed.manifest.res"
]
Creating command line "link.exe @C:\Users\chrisp\AppData\Local\Temp\RSP000002908010212.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "C:\Users\chrisp\AppData\Local\Temp\RSP000003908010212.rsp" with contents
[
/out:.\dnews.exe.embed.manifest /notify_update /manifest

.\dnews.exe.intermediate.manifest
]
Creating command line "mt.exe @C:\Users\chrisp\AppData\Local\Temp\RSP000003908010212.rsp /nologo"
Creating temporary file "C:\Users\chrisp\AppData\Local\Temp\BAT000004908010212.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\mt.dep
]
Creating command line "C:\Users\chrisp\AppData\Local\Temp\BAT000004908010212.bat"
Output Window
  
Compiling...
chan.c
c:\mysrc\dnews5.4\chan.c(273) : warning C4013: 'nntp_gettotal' undefined; assuming extern returning int
c:\mysrc\dnews5.4\chan.c(369) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
cmd.c
c:\mysrc\dnews5.4\cmd.c(683) : warning C4013: 'nntp_set_small_fast' undefined; assuming extern returning int
c:\mysrc\dnews5.4\cmd.c(684) : warning C4013: 'nntp_set_small_speed' undefined; assuming extern returning int
c:\mysrc\dnews5.4\cmd.c(3244) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
conf.c
control.c
db.c
c:\mysrc\dnews5.4\db.c(7581) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
dbf.c
c:\mysrc\dnews5.4\dbf.c(159) : warning C4013: 'tout_mutex_wait' undefined; assuming extern returning int
c:\mysrc\dnews5.4\dbf.c(162) : warning C4013: 'tout_mutex_release' undefined; assuming extern returning int
dfilter.c
dnews.c
c:\mysrc\dnews5.4\dnews.c(401) : warning C4013: 'nntp_set_small_fast' undefined; assuming extern returning int
c:\mysrc\dnews5.4\dnews.c(402) : warning C4013: 'nntp_set_small_speed' undefined; assuming extern returning int
dnewssvc.c
domain.c
emsg.c
c:\mysrc\dnews5.4\emsg.c(711) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\emsg.c(716) : warning C4244: 'return' : conversion from 'time_t' to 'int', possible loss of data
expire.c
feed.c
c:\mysrc\dnews5.4\feed.c(1163) : warning C4047: '==' : 'char *' differs in levels of indirection from 'int'
c:\mysrc\dnews5.4\feed.c(1215) : warning C4047: '==' : 'char *' differs in levels of indirection from 'int'
c:\mysrc\dnews5.4\feed.c(1249) : warning C4047: '==' : 'char *' differs in levels of indirection from 'int'
c:\mysrc\dnews5.4\feed.c(1261) : warning C4047: '==' : 'char *' differs in levels of indirection from 'int'
filter.c
ftslib.c
c:\mysrc\dnews5.4\ftslib.c(250) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\ftslib.c(265) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\ftslib.c(932) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\ftslib.c(1028) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
getmail.c
group.c
gstat.c
header.c
hist.c
c:\mysrc\dnews5.4\hist.c(945) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
Generating Code...
c:\mysrc\dnews5.4\dbf.c(991) : warning C4716: 'thout_wait_idle' : must return a value
c:\mysrc\dnews5.4\cmd.c(1789) : warning C4717: 'test_stack' : recursive on all control paths, function will cause runtime stack overflow
Compiling...
item.c
c:\mysrc\dnews5.4\item.c(2050) : warning C4047: '==' : 'char *' differs in levels of indirection from 'int'
c:\mysrc\dnews5.4\item.c(2127) : warning C4047: '==' : 'char *' differs in levels of indirection from 'int'
c:\mysrc\dnews5.4\item.c(2163) : warning C4047: '==' : 'char *' differs in levels of indirection from 'int'
c:\mysrc\dnews5.4\item.c(4148) : warning C4047: 'return' : 'String *' differs in levels of indirection from 'int'
key.c
keylib.c
c:\mysrc\dnews5.4\keylib.c(379) : warning C4244: 'return' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\keylib.c(424) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\keylib.c(961) : warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data
c:\mysrc\dnews5.4\keylib.c(987) : warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data
c:\mysrc\dnews5.4\keylib.c(1063) : warning C4244: 'function' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\keylib.c(1084) : warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data
c:\mysrc\dnews5.4\keylib.c(1196) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\keylib.c(1205) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\keylib.c(1899) : warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\keylib.c(1923) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
lib.c
c:\mysrc\dnews5.4\lib.c(167) : warning C4133: 'function' : incompatible types - from 'unsigned long *' to 'const time_t *'
c:\mysrc\dnews5.4\lib.c(213) : warning C4101: 'atm' : unreferenced local variable
c:\mysrc\dnews5.4\lib.c(1104) : warning C4244: 'return' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\lib.c(3593) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
c:\mysrc\dnews5.4\lib.c(3633) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
lib_spawn.c
lprintf.c
md5.c
mem.c
memdebug.c
mktime.c
ml.c
mutex.c
ncmd.c
c:\mysrc\dnews5.4\ncmd.c(383) : warning C4013: 'ncmd_listbug' undefined; assuming extern returning int
c:\mysrc\dnews5.4\ncmd.c(3080) : warning C4133: 'function' : incompatible types - from 'int *' to 'const time_t *'
c:\mysrc\dnews5.4\ncmd.c(3371) : warning C4133: 'function' : incompatible types - from 'int *' to 'const time_t *'
c:\mysrc\dnews5.4\ncmd.c(6395) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\ncmd.c(6504) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
newlib.c
nntp.c
c:\mysrc\dnews5.4\nntp.c(1458) : warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
parsedate.c
c:\mysrc\dnews5.4\parsedate.c(87) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\parsedate.c(90) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
parts.c
c:\mysrc\dnews5.4\parts.c(503) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\parts.c(770) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
post.c
c:\mysrc\dnews5.4\post.c(1552) : warning C4013: 'tolower' undefined; assuming extern returning int
pull.c
c:\mysrc\dnews5.4\pull.c(226) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
radius.c
c:\mysrc\dnews5.4\radius.c(239) : warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data
Generating Code...
c:\mysrc\dnews5.4\nntp.c(1410) : warning C4700: uninitialized local variable 'last_real' used
Compiling...
regex.c
sary.c
sponser.c
c:\mysrc\dnews5.4\sponser.c(217) : warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data
str.c
suck.c
c:\mysrc\dnews5.4\suck.c(410) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
c:\mysrc\dnews5.4\suck.c(3205) : warning C4550: expression evaluates to a function which is missing an argument list
thin.c
thout.c
thread.c
tomail.c
user.c
c:\mysrc\dnews5.4\user.c(622) : warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data
wild.c
xhash.c
Generating Code...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\mysrc\dnews5.4\BuildLog.htm"
dnews - 0 error(s), 60 warning(s)