Build Log
--------------------Configuration: UTL - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\TEMP\RSP19C.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\include" /I "..\..\openssl-0.9.3a\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Fo"C:\temp\UTL/" /Fd"C:\temp\UTL/" /FD /GZ /c
"G:\ITTC\src\UTL\IT_math.c"
"G:\ITTC\src\UTL\IT_mod_exp_neg.c"
"G:\ITTC\src\UTL\UTL_Check.c"
"G:\ITTC\src\UTL\UTL_cond.c"
"G:\ITTC\src\UTL\UTL_cond_null.c"
"G:\ITTC\src\UTL\UTL_cond_win32.c"
"G:\ITTC\src\UTL\UTL_ConfigParams.c"
"G:\ITTC\src\UTL\UTL_Connection.c"
"G:\ITTC\src\UTL\UTL_ctx.c"
"G:\ITTC\src\UTL\UTL_GetSend.c"
"G:\ITTC\src\UTL\UTL_Heap.c"
"G:\ITTC\src\UTL\UTL_Log.c"
"G:\ITTC\src\UTL\UTL_Misc.c"
"G:\ITTC\src\UTL\UTL_Monitor.c"
"G:\ITTC\src\UTL\UTL_mutex.c"
"G:\ITTC\src\UTL\UTL_mutex_null.c"
"G:\ITTC\src\UTL\UTL_mutex_win32.c"
"G:\ITTC\src\UTL\UTL_Notify.c"
"G:\ITTC\src\UTL\UTL_Paths.c"
"G:\ITTC\src\UTL\UTL_Stats.c"
"G:\ITTC\src\UTL\UTL_Streams.c"
"G:\ITTC\src\UTL\UTL_thread.c"
"G:\ITTC\src\UTL\UTL_thread_null.c"
"G:\ITTC\src\UTL\UTL_thread_win32.c"
"G:\ITTC\src\UTL\UTL_Time.c"
]
Creating command line "cl.exe @C:\TEMP\RSP19C.tmp"
Creating temporary file "C:\TEMP\RSP19D.tmp" with contents
[
/nologo /out:"..\win32\UTL.lib"
C:\temp\UTL\IT_math.obj
C:\temp\UTL\IT_mod_exp_neg.obj
C:\temp\UTL\UTL_Check.obj
C:\temp\UTL\UTL_cond.obj
C:\temp\UTL\UTL_cond_null.obj
C:\temp\UTL\UTL_cond_win32.obj
C:\temp\UTL\UTL_ConfigParams.obj
C:\temp\UTL\UTL_Connection.obj
C:\temp\UTL\UTL_ctx.obj
C:\temp\UTL\UTL_GetSend.obj
C:\temp\UTL\UTL_Heap.obj
C:\temp\UTL\UTL_Log.obj
C:\temp\UTL\UTL_Misc.obj
C:\temp\UTL\UTL_Monitor.obj
C:\temp\UTL\UTL_mutex.obj
C:\temp\UTL\UTL_mutex_null.obj
C:\temp\UTL\UTL_mutex_win32.obj
C:\temp\UTL\UTL_Notify.obj
C:\temp\UTL\UTL_Paths.obj
C:\temp\UTL\UTL_Stats.obj
C:\temp\UTL\UTL_Streams.obj
C:\temp\UTL\UTL_thread.obj
C:\temp\UTL\UTL_thread_null.obj
C:\temp\UTL\UTL_thread_win32.obj
C:\temp\UTL\UTL_Time.obj
]
Creating command line "link.exe -lib @C:\TEMP\RSP19D.tmp"
Output Window
Compiling...
IT_math.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
g:\ittc\src\utl\it_math.c(20) : warning C4013: 'IT_ADD' undefined; assuming extern returning int
g:\ittc\src\utl\it_math.c(26) : warning C4013: 'IT_SUB' undefined; assuming extern returning int
IT_mod_exp_neg.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
g:\ittc\src\utl\it_mod_exp_neg.c(29) : warning C4047: '==' : 'int ' differs in levels of indirection from 'void *'
g:\ittc\src\utl\it_mod_exp_neg.c(38) : warning C4047: '==' : 'int ' differs in levels of indirection from 'void *'
UTL_Check.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_cond.c
UTL_cond_null.c
g:\ittc\src\utl\utl_cond_null.c(48) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(struct utl_cond_st *)'
g:\ittc\src\utl\utl_cond_null.c(49) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_cond_st *,struct utl_mutex_st *)'
g:\ittc\src\utl\utl_cond_null.c(50) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(struct utl_cond_st *,struct utl_mutex_st *,int )'
g:\ittc\src\utl\utl_cond_null.c(51) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_cond_st *)'
g:\ittc\src\utl\utl_cond_null.c(52) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_cond_st *)'
g:\ittc\src\utl\utl_cond_null.c(54) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_cond_st *)'
UTL_cond_win32.c
g:\ittc\src\utl\utl_cond_win32.c(110) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(struct utl_cond_st *)'
g:\ittc\src\utl\utl_cond_win32.c(111) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_cond_st *,struct utl_mutex_st *)'
g:\ittc\src\utl\utl_cond_win32.c(112) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(struct utl_cond_st *,struct utl_mutex_st *,int )'
g:\ittc\src\utl\utl_cond_win32.c(113) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_cond_st *)'
g:\ittc\src\utl\utl_cond_win32.c(114) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_cond_st *)'
g:\ittc\src\utl\utl_cond_win32.c(116) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_cond_st *)'
UTL_ConfigParams.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_Connection.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_ctx.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_GetSend.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_Heap.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_Log.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
g:\ittc\src\utl\utl_log.c(171) : warning C4098: 'UTL_Log' : 'void' function returning a value
UTL_Misc.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_Monitor.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
g:\ittc\src\utl\utl_monitor.c(113) : warning C4101: 'buf' : unreferenced local variable
g:\ittc\src\utl\utl_monitor.c(109) : warning C4101: 'hent' : unreferenced local variable
UTL_mutex.c
UTL_mutex_null.c
g:\ittc\src\utl\utl_mutex_null.c(32) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(struct utl_mutex_st *)'
g:\ittc\src\utl\utl_mutex_null.c(33) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_mutex_st *)'
g:\ittc\src\utl\utl_mutex_null.c(34) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_mutex_st *)'
g:\ittc\src\utl\utl_mutex_null.c(36) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_mutex_st *)'
UTL_mutex_win32.c
g:\ittc\src\utl\utl_mutex_win32.c(57) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(struct utl_mutex_st *)'
g:\ittc\src\utl\utl_mutex_win32.c(58) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_mutex_st *)'
g:\ittc\src\utl\utl_mutex_win32.c(59) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_mutex_st *)'
g:\ittc\src\utl\utl_mutex_win32.c(61) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_mutex_st *)'
UTL_Notify.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_Paths.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_Stats.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
Generating Code...
g:\ittc\src\utl\utl_monitor.c(126) : warning C4761: integral size mismatch in argument; conversion supplied
g:\ittc\src\utl\utl_connection.c(75) : warning C4761: integral size mismatch in argument; conversion supplied
Compiling...
UTL_Streams.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
UTL_thread.c
g:\ittc\src\utl\utl_thread.c(37) : warning C4028: formal parameter 3 different from declaration
g:\ittc\src\utl\utl_thread.c(45) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void *)'
g:\ittc\src\utl\utl_thread.c(53) : warning C4028: formal parameter 2 different from declaration
g:\ittc\src\utl\utl_thread.c(54) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void *)'
UTL_thread_null.c
g:\ittc\src\utl\utl_thread_null.c(40) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(struct utl_thread_st *,void (__cdecl *)(void *),void *)'
g:\ittc\src\utl\utl_thread_null.c(41) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_thread_st *)'
g:\ittc\src\utl\utl_thread_null.c(42) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_thread_st *)'
g:\ittc\src\utl\utl_thread_null.c(43) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_thread_st *)'
UTL_thread_win32.c
g:\ittc\src\utl\utl_thread_win32.c(58) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(struct utl_thread_st *,void (__cdecl *)(void *),void *)'
g:\ittc\src\utl\utl_thread_win32.c(59) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_thread_st *)'
g:\ittc\src\utl\utl_thread_win32.c(60) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_thread_st *)'
g:\ittc\src\utl\utl_thread_win32.c(61) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(struct utl_thread_st *)'
UTL_Time.c
g:\ittc\src\include\utl.h(37) : warning C4005: 'ERROR' : macro redefinition
c:\program files\microsoft visual studio\vc98\include\wingdi.h(93) : see previous definition of 'ERROR'
Generating Code...
Creating library...
Results
UTL.lib - 0 error(s), 57 warning(s)