-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.1.plg
More file actions
34 lines (31 loc) · 1.22 KB
/
1.1.plg
File metadata and controls
34 lines (31 loc) · 1.22 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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 1.1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP64.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/1.1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\数据结构\1.1.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP64.tmp"
<h3>Output Window</h3>
Compiling...
1.1.c
D:\数据结构\1.1.c(30) : error C2275: 'ElemType' : illegal use of this type as an expression
D:\数据结构\1.1.c(10) : see declaration of 'ElemType'
D:\数据结构\1.1.c(30) : error C2065: 'p' : undeclared identifier
D:\数据结构\1.1.c(31) : error C2143: syntax error : missing ';' before 'type'
D:\数据结构\1.1.c(34) : warning C4047: '=' : 'int ' differs in levels of indirection from 'int *'
D:\数据结构\1.1.c(37) : warning C4047: '=' : 'int *' differs in levels of indirection from 'int '
D:\数据结构\1.1.c(40) : error C2065: 'j' : undeclared identifier
D:\数据结构\1.1.c(91) : error C2143: syntax error : missing ';' before 'type'
执行 cl.exe 时出错.
<h3>Results</h3>
1.1.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>