-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1-2.plg
More file actions
35 lines (32 loc) · 1.28 KB
/
1-2.plg
File metadata and controls
35 lines (32 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 1-2 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP87.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/1-2.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\数据结构\1-2.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP87.tmp"
<h3>Output Window</h3>
Compiling...
1-2.c
D:\数据结构\1-2.c(45) : error C2275: 'ElemType' : illegal use of this type as an expression
D:\数据结构\1-2.c(9) : see declaration of 'ElemType'
D:\数据结构\1-2.c(45) : error C2065: 'p' : undeclared identifier
D:\数据结构\1-2.c(46) : error C2143: syntax error : missing ';' before 'type'
D:\数据结构\1-2.c(49) : warning C4047: '=' : 'int ' differs in levels of indirection from 'int *'
D:\数据结构\1-2.c(52) : warning C4047: '=' : 'int *' differs in levels of indirection from 'int '
D:\数据结构\1-2.c(56) : error C2065: 'j' : undeclared identifier
D:\数据结构\1-2.c(68) : error C2143: syntax error : missing ';' before 'type'
D:\数据结构\1-2.c(69) : error C2065: 'i' : undeclared identifier
执行 cl.exe 时出错.
<h3>Results</h3>
1-2.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>