Build Log
  

------- Build started: Project: uuidc, Configuration: Debug|Win32 -------

Command Lines
  
Creating temporary file "c:\Documents and Settings\iann\Desktop\uuidv1.1\uuidc\Debug\RSP000003.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_WINDOWS_" /D "_MBCS" /Gm /RTC1 /MLd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TC
"\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c"
"\Documents and Settings\iann\Desktop\uuidv1.1\utest.c"
"\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c"
"\Documents and Settings\iann\Desktop\uuidv1.1\md5c.c"
"\Documents and Settings\iann\Desktop\uuidv1.1\uuidlib.c"
]
Creating command line "cl.exe @"c:\Documents and Settings\iann\Desktop\uuidv1.1\uuidc\Debug\RSP000003.rsp" /nologo"
Output Window
  
Compiling...
uuid.c
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(95) : error C2143: syntax error : missing ';' before 'type'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(96) : error C2065: 'tmpStr' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(96) : warning C4047: '=' : 'int' differs in levels of indirection from 'char *'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(97) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(98) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(99) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(104) : warning C4022: 'free' : pointer mismatch for actual parameter 1
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(134) : error C2143: syntax error : missing ';' before 'type'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(135) : warning C4047: '=' : 'int' differs in levels of indirection from 'char *'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(136) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(137) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(138) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuid.c(144) : warning C4022: 'free' : pointer mismatch for actual parameter 1
utest.c
c:\Documents and Settings\iann\Desktop\uuidv1.1\utest.c(12) : warning C4013: 'malloc' undefined; assuming extern returning int
c:\Documents and Settings\iann\Desktop\uuidv1.1\utest.c(12) : warning C4312: 'type cast' : conversion from 'int' to 'char *' of greater size
c:\Documents and Settings\iann\Desktop\uuidv1.1\utest.c(13) : warning C4312: 'type cast' : conversion from 'int' to 'char *' of greater size
c:\Documents and Settings\iann\Desktop\uuidv1.1\utest.c(9) : warning C4101: 'u' : unreferenced local variable
c:\Documents and Settings\iann\Desktop\uuidv1.1\utest.c(11) : warning C4101: 'fd' : unreferenced local variable
sysdep.c
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(23) : warning C4013: 'memcpy' undefined; assuming extern returning int
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(44) : error C2065: 'ULARGE_INTEGER' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(44) : error C2146: syntax error : missing ';' before identifier 'time'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(44) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(44) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(44) : error C2143: syntax error : missing ';' before 'identifier'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(44) : error C2065: 'time' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(46) : warning C4013: 'GetSystemTimeAsFileTime' undefined; assuming extern returning int
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(46) : error C2065: 'FILETIME' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(46) : error C2059: syntax error : ')'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(54) : error C2224: left of '.QuadPart' must have struct/union type
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(59) : error C2224: left of '.QuadPart' must have struct/union type
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(67) : error C2061: syntax error : identifier 'MEMORYSTATUS'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(68) : error C2065: 'SYSTEM_INFO' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(68) : error C2146: syntax error : missing ';' before identifier 's'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(68) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(68) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(68) : error C2143: syntax error : missing ';' before 'identifier'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(68) : error C2065: 's' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(69) : error C2146: syntax error : missing ';' before identifier 't'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(69) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(69) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(69) : error C2143: syntax error : missing ';' before 'identifier'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(69) : error C2065: 't' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(70) : error C2065: 'LARGE_INTEGER' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(70) : error C2146: syntax error : missing ';' before identifier 'pc'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(70) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(70) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(70) : error C2143: syntax error : missing ';' before 'identifier'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(70) : error C2065: 'pc' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(71) : error C2065: 'DWORD' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(71) : error C2146: syntax error : missing ';' before identifier 'tc'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(71) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(71) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(71) : error C2143: syntax error : missing ';' before 'identifier'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(71) : error C2065: 'tc' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(72) : error C2146: syntax error : missing ';' before identifier 'l'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(72) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(72) : error C2144: syntax error : '' should be preceded by ''
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(72) : error C2143: syntax error : missing ';' before 'identifier'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(72) : error C2065: 'l' : undeclared identifier
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(73) : error C2143: syntax error : missing ';' before 'type'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(75) : error C2061: syntax error : identifier 'r'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(75) : error C2059: syntax error : ';'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(77) : error C2143: syntax error : missing ')' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(77) : error C2143: syntax error : missing '{' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(77) : error C2059: syntax error : '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(77) : error C2059: syntax error : ')'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(79) : error C2143: syntax error : missing ')' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(79) : error C2143: syntax error : missing '{' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(79) : error C2059: syntax error : '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(79) : error C2059: syntax error : ')'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(81) : error C2143: syntax error : missing ')' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(81) : error C2143: syntax error : missing '{' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(81) : error C2059: syntax error : '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(81) : error C2059: syntax error : ')'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(83) : error C2143: syntax error : missing ')' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(83) : error C2143: syntax error : missing '{' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(83) : error C2059: syntax error : '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(83) : error C2059: syntax error : ')'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(85) : error C2143: syntax error : missing ')' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(85) : error C2143: syntax error : missing '{' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(85) : error C2059: syntax error : '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(85) : error C2059: syntax error : ')'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(87) : error C2143: syntax error : missing '{' before '.'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(87) : error C2059: syntax error : '.'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(88) : error C2143: syntax error : missing '{' before '.'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(88) : error C2059: syntax error : '.'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(90) : error C2143: syntax error : missing ')' before '.'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(90) : error C2143: syntax error : missing '{' before '.'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(90) : error C2059: syntax error : '.'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(90) : error C2059: syntax error : ')'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(91) : error C2143: syntax error : missing ')' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(91) : error C2143: syntax error : missing '{' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(91) : error C2059: syntax error : '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(92) : error C2059: syntax error : ','
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(92) : error C2143: syntax error : missing ')' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(92) : error C2143: syntax error : missing '{' before '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(92) : error C2059: syntax error : '&'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(92) : error C2059: syntax error : ')'
c:\Documents and Settings\iann\Desktop\uuidv1.1\sysdep.c(93) : error C2059: syntax error : '}'
md5c.c
uuidlib.c
c:\Documents and Settings\iann\Desktop\uuidv1.1\uuidlib.c(15) : fatal error C1083: Cannot open include file: 'ibase.h': No such file or directory
Generating Code...
Results
  
Build log was saved at "file://c:\Documents and Settings\iann\Desktop\uuidv1.1\uuidc\Debug\BuildLog.htm"
uuidc - 83 error(s), 17 warning(s)