root/vcproj-9/map-server_sql/Release/BuildLog.htm @ 16

Revision 16, 21.8 kB (checked in by jinshiro, 17 years ago)

Will NOT Compile, needs fixing. Please check ticket #1 for the error list.

  • Property svn:mime-type set to application/octet-stream
Line 
1<html>
2<head>
3<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">
4</head>
5<body>
6<pre>
7<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
8Build Log
9</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
10<h3>Build started: Project: map-server_sql, Configuration: Release|Win32</h3>
11</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
12Command Lines
13</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "f:\Sourcecode\Black Magic\vcproj-9\map-server_sql\Release\RSP00000131883092.rsp" with contents
14[
15/O2 /Ob2 /Oi /Ot /Oy /GT /GL /I &quot;..\src\common&quot; /I &quot;..\src\zlib&quot; /I &quot;..\src\mysql&quot; /D &quot;WIN32&quot; /D &quot;_WIN32&quot; /D &quot;__WIN32&quot; /D &quot;NDEBUG&quot; /D &quot;PCRE_SUPPORT&quot; /D &quot;MAPREGSQL&quot; /D &quot;_CRT_SECURE_NO_DEPRECATE&quot; /D &quot;_CRT_NONSTDC_NO_DEPRECATE&quot; /D &quot;FD_SETSIZE=4096&quot; /D &quot;DB_MANUAL_CAST_TO_UNION&quot; /D &quot;_VC80_UPGRADE=0x0710&quot; /D &quot;_MBCS&quot; /GF /FD /EHsc /MT /Fo&quot;map-server_sql\Release\\&quot; /Fd&quot;map-server_sql\Release\vc90.pdb&quot; /W3 /c /Zi /TC /wd4018 /wd4100 /wd4800 &quot;..\src\map\unit.c&quot;
16
17&quot;..\src\map\status.c&quot;
18
19&quot;..\src\map\skill.c&quot;
20
21&quot;..\src\map\pc.c&quot;
22
23&quot;..\src\map\mob.c&quot;
24
25&quot;..\src\map\battle.c&quot;
26]
27Creating command line "cl.exe @"f:\Sourcecode\Black Magic\vcproj-9\map-server_sql\Release\RSP00000131883092.rsp" /nologo /errorReport:prompt"
28</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
29Output Window
30</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling...
31unit.c
32..\src\map\unit.c(310) : error C2065: 'tbl' : undeclared identifier
33..\src\map\unit.c(310) : warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int'
34..\src\map\unit.c(310) : warning C4024: 'unit_escape' : different types for formal and actual parameter 2
35status.c
36..\src\map\status.c(1507) : error C2143: syntax error : missing ';' before 'type'
37..\src\map\status.c(1508) : error C2143: syntax error : missing ';' before 'type'
38..\src\map\status.c(1509) : error C2143: syntax error : missing ';' before 'type'
39..\src\map\status.c(1513) : error C2065: 'skill_mastery' : undeclared identifier
40..\src\map\status.c(1513) : error C2065: 'master_lv' : undeclared identifier
41..\src\map\status.c(1514) : error C2065: 'master_lv' : undeclared identifier
42..\src\map\status.c(1514) : error C2065: 'skill_mastery' : undeclared identifier
43..\src\map\status.c(1515) : error C2065: 'master_lv' : undeclared identifier
44..\src\map\status.c(1515) : error C2065: 'skill_mastery' : undeclared identifier
45..\src\map\status.c(1516) : error C2065: 'master_lv' : undeclared identifier
46..\src\map\status.c(1516) : error C2065: 'skill_mastery' : undeclared identifier
47..\src\map\status.c(1517) : error C2065: 'master_lv' : undeclared identifier
48..\src\map\status.c(1517) : error C2065: 'skill_mastery' : undeclared identifier
49..\src\map\status.c(1518) : error C2065: 'master_lv' : undeclared identifier
50..\src\map\status.c(1518) : error C2065: 'skill_mastery' : undeclared identifier
51..\src\map\status.c(1519) : error C2065: 'master_lv' : undeclared identifier
52..\src\map\status.c(1519) : error C2065: 'skill_mastery' : undeclared identifier
53..\src\map\status.c(1520) : error C2065: 'skill_mastery' : undeclared identifier
54..\src\map\status.c(1522) : error C2065: 'skill_mastery' : undeclared identifier
55..\src\map\status.c(1524) : error C2065: 'skill_mastery' : undeclared identifier
56..\src\map\status.c(1525) : error C2065: 'master_lv' : undeclared identifier
57..\src\map\status.c(1525) : error C2065: 'skill_mastery' : undeclared identifier
58..\src\map\status.c(1526) : error C2065: 'master_lv' : undeclared identifier
59..\src\map\status.c(1526) : error C2065: 'skill_mastery' : undeclared identifier
60..\src\map\status.c(1528) : error C2065: 'master_lv' : undeclared identifier
61..\src\map\status.c(1528) : error C2065: 'skill_mastery' : undeclared identifier
62..\src\map\status.c(1529) : error C2065: 'master_lv' : undeclared identifier
63..\src\map\status.c(1529) : error C2065: 'skill_mastery' : undeclared identifier
64..\src\map\status.c(1530) : error C2065: 'master_lv' : undeclared identifier
65..\src\map\status.c(1530) : error C2065: 'skill_mastery' : undeclared identifier
66..\src\map\status.c(1531) : error C2065: 'master_lv' : undeclared identifier
67..\src\map\status.c(1531) : error C2065: 'skill_mastery' : undeclared identifier
68..\src\map\status.c(1535) : error C2065: 'undead_mastery' : undeclared identifier
69..\src\map\status.c(1535) : error C2065: 'master_lv' : undeclared identifier
70..\src\map\status.c(1536) : error C2065: 'undead_mastery' : undeclared identifier
71..\src\map\status.c(1536) : error C2065: 'skill_mastery' : undeclared identifier
72..\src\map\status.c(1537) : error C2065: 'undead_mastery' : undeclared identifier
73..\src\map\status.c(1537) : error C2065: 'skill_mastery' : undeclared identifier
74..\src\map\status.c(1538) : error C2065: 'undead_mastery' : undeclared identifier
75..\src\map\status.c(1538) : error C2065: 'skill_mastery' : undeclared identifier
76..\src\map\status.c(1539) : error C2065: 'undead_mastery' : undeclared identifier
77..\src\map\status.c(1539) : error C2065: 'skill_mastery' : undeclared identifier
78..\src\map\status.c(1540) : error C2065: 'undead_mastery' : undeclared identifier
79..\src\map\status.c(1540) : error C2065: 'skill_mastery' : undeclared identifier
80..\src\map\status.c(1541) : error C2065: 'undead_mastery' : undeclared identifier
81..\src\map\status.c(1541) : error C2065: 'skill_mastery' : undeclared identifier
82..\src\map\status.c(1542) : error C2065: 'undead_mastery' : undeclared identifier
83..\src\map\status.c(1542) : error C2065: 'skill_mastery' : undeclared identifier
84..\src\map\status.c(1544) : error C2065: 'undead_mastery' : undeclared identifier
85..\src\map\status.c(1544) : error C2065: 'skill_mastery' : undeclared identifier
86..\src\map\status.c(1546) : error C2065: 'undead_mastery' : undeclared identifier
87..\src\map\status.c(1547) : error C2065: 'undead_mastery' : undeclared identifier
88..\src\map\status.c(1548) : error C2065: 'undead_mastery' : undeclared identifier
89..\src\map\status.c(1550) : error C2065: 'undead_mastery' : undeclared identifier
90..\src\map\status.c(1550) : error C2065: 'skill_mastery' : undeclared identifier
91..\src\map\status.c(1551) : error C2065: 'undead_mastery' : undeclared identifier
92..\src\map\status.c(1551) : error C2065: 'skill_mastery' : undeclared identifier
93..\src\map\status.c(1552) : error C2065: 'undead_mastery' : undeclared identifier
94..\src\map\status.c(1552) : error C2065: 'skill_mastery' : undeclared identifier
95..\src\map\status.c(1553) : error C2065: 'undead_mastery' : undeclared identifier
96..\src\map\status.c(1553) : error C2065: 'skill_mastery' : undeclared identifier
97skill.c
98..\src\map\skill.c(3425) : error C2143: syntax error : missing ';' before 'type'
99..\src\map\skill.c(3426) : error C2065: 'rnds' : undeclared identifier
100..\src\map\skill.c(11779) : error C2143: syntax error : missing ';' before 'type'
101..\src\map\skill.c(11780) : error C2143: syntax error : missing ';' before 'type'
102..\src\map\skill.c(11781) : error C2143: syntax error : missing ';' before 'type'
103..\src\map\skill.c(11783) : error C2065: 'item_tmp' : undeclared identifier
104..\src\map\skill.c(11783) : error C2065: 'item_tmp' : undeclared identifier
105..\src\map\skill.c(11784) : error C2065: 'tbl' : undeclared identifier
106..\src\map\skill.c(11784) : error C2065: 'tbl' : undeclared identifier
107..\src\map\skill.c(11786) : error C2065: 'item_tmp' : undeclared identifier
108..\src\map\skill.c(11786) : error C2224: left of '.nameid' must have struct/union type
109..\src\map\skill.c(11787) : error C2065: 'item_tmp' : undeclared identifier
110..\src\map\skill.c(11787) : error C2224: left of '.identify' must have struct/union type
111..\src\map\skill.c(11788) : error C2065: 'tbl' : undeclared identifier
112..\src\map\skill.c(11788) : error C2224: left of '.id' must have struct/union type
113..\src\map\skill.c(11790) : error C2065: 'tbl' : undeclared identifier
114..\src\map\skill.c(11790) : warning C4133: 'function' : incompatible types - from 'int *' to 'block_list *'
115..\src\map\skill.c(11791) : error C2065: 'eflag' : undeclared identifier
116..\src\map\skill.c(11791) : error C2065: 'item_tmp' : undeclared identifier
117..\src\map\skill.c(11791) : warning C4133: 'function' : incompatible types - from 'int *' to 'item *'
118..\src\map\skill.c(11792) : error C2065: 'eflag' : undeclared identifier
119..\src\map\skill.c(11793) : error C2065: 'eflag' : undeclared identifier
120..\src\map\skill.c(11794) : error C2065: 'item_tmp' : undeclared identifier
121..\src\map\skill.c(11794) : warning C4133: 'function' : incompatible types - from 'int *' to 'item *'
122pc.c
123..\src\map\pc.c(3894) : error C2059: syntax error : 'case'
124mob.c
125..\src\map\mob.c(2027) : error C2181: illegal else without matching if
126battle.c
127..\src\map\battle.c(1616) : error C2065: 'MS_BASH' : undeclared identifier
128..\src\map\battle.c(1616) : error C2051: case expression not constant
129..\src\map\battle.c(1619) : error C2065: 'MER_CRASH' : undeclared identifier
130..\src\map\battle.c(1619) : error C2051: case expression not constant
131..\src\map\battle.c(2458) : error C2143: syntax error : missing ';' before 'type'
132..\src\map\battle.c(2459) : error C2065: 'md' : undeclared identifier
133..\src\map\battle.c(2459) : error C2224: left of '.damage' must have struct/union type
134..\src\map\battle.c(2459) : error C2065: 'md' : undeclared identifier
135..\src\map\battle.c(2459) : error C2224: left of '.damage' must have struct/union type
136..\src\map\battle.c(2460) : error C2065: 'md' : undeclared identifier
137..\src\map\battle.c(2460) : error C2224: left of '.damage' must have struct/union type
138..\src\map\battle.c(3839) : warning C4047: 'initializing' : 'int' differs in levels of indirection from 'char [20]'
139..\src\map\battle.c(3839) : error C2078: too many initializers
140..\src\map\battle.c(3840) : error C2059: syntax error : ';'
141..\src\map\battle.c(3845) : fatal error C1903: unable to recover from previous error(s); stopping compilation
142</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
143Results
144</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Build log was saved at "file://f:\Sourcecode\Black Magic\vcproj-9\map-server_sql\Release\BuildLog.htm"
145map-server_sql - 99 error(s), 6 warning(s)
146</pre></table><table   width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>
147</font></table></body></html>
Note: See TracBrowser for help on using the browser.