You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
3.5 KiB

6 years ago
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: LZT - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\279800~1\AppData\Local\Temp\RSPCFE1.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/LZT.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c"
]
Creating command line "cl.exe @C:\Users\279800~1\AppData\Local\Temp\RSPCFE1.tmp"
<h3>Output Window</h3>
Compiling...
h.c
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(102) : error C2143: syntax error : missing ';' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(102) : error C2143: syntax error : missing ')' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(130) : error C2143: syntax error : missing ';' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(130) : error C2143: syntax error : missing ')' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(146) : error C2143: syntax error : missing ';' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(146) : error C2143: syntax error : missing ')' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(159) : error C2143: syntax error : missing ';' before '{'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(159) : error C2143: syntax error : missing ')' before '{'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(161) : error C2143: syntax error : missing ';' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(161) : error C2143: syntax error : missing ')' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(161) : error C2039: 'sum' : is not a member of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(15) : see declaration of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(162) : error C2143: syntax error : missing ')' before '{'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(168) : error C2039: 'english' : is not a member of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(15) : see declaration of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(168) : error C2039: 'math' : is not a member of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(15) : see declaration of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(168) : error C2039: 'chinese' : is not a member of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(15) : see declaration of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(168) : error C2039: 'aver' : is not a member of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(15) : see declaration of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(168) : error C2039: 'sum' : is not a member of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(15) : see declaration of 'student'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(189) : error C2143: syntax error : missing ';' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(189) : error C2143: syntax error : missing ')' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(200) : error C2146: syntax error : missing ';' before identifier 'stu'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(200) : error C2143: syntax error : missing ')' before ';'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(206) : error C2146: syntax error : missing ';' before identifier 'getch'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(249) : error C2143: syntax error : missing ';' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(249) : error C2143: syntax error : missing ')' before 'if'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(249) : error C2065: 'name' : undeclared identifier
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(249) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(249) : warning C4024: 'strcmp' : different types for formal and actual parameter 2
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(261) : error C2065: 'a' : undeclared identifier
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(269) : error C2146: syntax error : missing ';' before identifier 'stu'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(269) : error C2143: syntax error : missing ')' before ';'
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(291) : error C2084: function 'int __cdecl openl()' already has a body
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(319) : error C2084: function 'void __cdecl see()' already has a body
E:\<5C><>Ϣ<EFBFBD><CFA2>\LZT\h.c(345) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
<h3>Results</h3>
h.obj - 31 error(s), 2 warning(s)
</pre>
</body>
</html>