📄 bo2-31.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: BO2-31 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\XIAOZH~1\LOCALS~1\Temp\RSPF.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/BO2-31.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\数据结构\08数据结构课件\ch2\BO2-31.c"
]
Creating command line "cl.exe @C:\DOCUME~1\XIAOZH~1\LOCALS~1\Temp\RSPF.tmp"
Creating temporary file "C:\DOCUME~1\XIAOZH~1\LOCALS~1\Temp\RSP10.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/BO2-31.pdb" /debug /machine:I386 /out:"Debug/BO2-31.exe" /pdbtype:sept
".\Debug\BO2-31.obj"
]
Creating command line "link.exe @C:\DOCUME~1\XIAOZH~1\LOCALS~1\Temp\RSP10.tmp"
<h3>Output Window</h3>
Compiling...
BO2-31.c
e:\数据结构\08数据结构课件\ch2\bo2-31.c(2) : error C2146: syntax error : missing ')' before identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(2) : error C2061: syntax error : identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(2) : error C2059: syntax error : ';'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(2) : error C2059: syntax error : ')'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(3) : error C2449: found '{' at file scope (missing function header?)
e:\数据结构\08数据结构课件\ch2\bo2-31.c(10) : error C2059: syntax error : '}'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(28) : error C2061: syntax error : identifier 'ListEmpty'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(28) : error C2059: syntax error : ';'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(28) : error C2146: syntax error : missing ')' before identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(28) : error C2061: syntax error : identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(28) : error C2059: syntax error : ')'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(29) : error C2449: found '{' at file scope (missing function header?)
e:\数据结构\08数据结构课件\ch2\bo2-31.c(34) : error C2059: syntax error : '}'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(47) : error C2061: syntax error : identifier 'GetElem'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(47) : error C2059: syntax error : ';'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(47) : error C2146: syntax error : missing ')' before identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(47) : error C2061: syntax error : identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(47) : error C2059: syntax error : ','
e:\数据结构\08数据结构课件\ch2\bo2-31.c(47) : error C2059: syntax error : ')'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(58) : error C2146: syntax error : missing ')' before identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(58) : error C2061: syntax error : identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(58) : error C2059: syntax error : ';'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(58) : error C2059: syntax error : ','
e:\数据结构\08数据结构课件\ch2\bo2-31.c(58) : error C2059: syntax error : ')'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(67) : error C2061: syntax error : identifier 'PriorElem'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(67) : error C2059: syntax error : ';'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(67) : error C2146: syntax error : missing ')' before identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(67) : error C2061: syntax error : identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(67) : error C2059: syntax error : ','
e:\数据结构\08数据结构课件\ch2\bo2-31.c(67) : error C2059: syntax error : ')'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(85) : error C2061: syntax error : identifier 'NextElem'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(85) : error C2059: syntax error : ';'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(85) : error C2146: syntax error : missing ')' before identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(85) : error C2061: syntax error : identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(85) : error C2059: syntax error : ','
e:\数据结构\08数据结构课件\ch2\bo2-31.c(85) : error C2059: syntax error : ')'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(102) : error C2061: syntax error : identifier 'ListInsert'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(102) : error C2059: syntax error : ';'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(102) : error C2146: syntax error : missing ')' before identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(102) : error C2061: syntax error : identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(102) : error C2059: syntax error : ','
e:\数据结构\08数据结构课件\ch2\bo2-31.c(102) : error C2059: syntax error : ')'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(120) : error C2061: syntax error : identifier 'ListDelete'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(120) : error C2059: syntax error : ';'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(120) : error C2146: syntax error : missing ')' before identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(120) : error C2061: syntax error : identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(120) : error C2059: syntax error : ','
e:\数据结构\08数据结构课件\ch2\bo2-31.c(120) : error C2059: syntax error : ')'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(134) : error C2061: syntax error : identifier 'ListTraverse'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(134) : error C2059: syntax error : ';'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(134) : error C2146: syntax error : missing ')' before identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(134) : error C2061: syntax error : identifier 'L'
e:\数据结构\08数据结构课件\ch2\bo2-31.c(134) : error C2059: syntax error : ','
执行 cl.exe 时出错.
<h3>Results</h3>
BO2-31.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -