My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 121 attachment: errors.txt (12.7 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
Running process: c:\World\Stack\os\win\programs\PortableApps\FlashDevelop 3\Tools\fdbuild\fdbuild.exe "C:\World\Stack\projects\play\CppTest11\CppTest11.hxproj" -ipc fbe47b79-b086-4775-9843-635e2b2d57c2 -compiler "C:\world\stack\os\win\programs\lingos\haxe" -library "c:\World\Stack\os\win\programs\PortableApps\FlashDevelop 3\Library" -cp "C:\World\Stack\projects\stax\src\main\haxe" -cp "C:\World\Stack\projects\zen\src" -cp "C:\World\Stack\projects\arrow\src" -cp "C:\World\Stack\os\x\src\hx\hxhsl\hsl-pico source" -cp "C:\World\Stack\os\x\src\hx\hxmlc\source" -cp "C:\World\Stack\projects\Advanced State Machine\src"
Building CppTest11
haxe -cp C:/World/Stack/projects/stax/src/main/haxe -cp C:/World/Stack/projects/zen/src -cp C:/World/Stack/projects/arrow/src -cp "C:/World/Stack/os/x/src/hx/hxhsl/hsl-pico source" -cp C:/World/Stack/os/x/src/hx/hxmlc/source -cp "C:/World/Stack/projects/Advanced State Machine/src" -cp src -cpp bin -debug -main Main
haxelib run hxcpp Build.xml haxe -Ddebug -Dcpp -Ddebug -Dhaxe_207 -Dtrue
Creating hxcpp.pch...
cl.exe -Iinclude -nologo -Od -MTd -DHX_WINDOWS -DHXCPP_DEBUG -GR -Zi -c -EHsc -IC:\World\Stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0//include -D_CRT_SECURE_NO_DEPRECATE -wd4996 -Ychxcpp.h __pch.cpp /Fphxcpp.pch
__pch.cpp
cl.exe -I. -Iinclude -nologo -Od -MTd -DHX_WINDOWS -DHXCPP_DEBUG -GR -Zi -c -EHsc -IC:\World\Stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0//include -D_CRT_SECURE_NO_DEPRECATE -wd4996 -Yuhxcpp.h ./src/haxe/Log.cpp -Foobj/Debug/src/haxe/Log.obj
cl.exe -I. -Iinclude -nologo -Od -MTd -DHX_WINDOWS -DHXCPP_DEBUG -GR -Zi -c -EHsc -IC:\World\Stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0//include -D_CRT_SECURE_NO_DEPRECATE -wd4996 -Yuhxcpp.h ./src/Main.cpp -Foobj/Debug/src/Main.obj
cl.exe -I. -Iinclude -nologo -Od -MTd -DHX_WINDOWS -DHXCPP_DEBUG -GR -Zi -c -EHsc -IC:\World\Stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0//include -D_CRT_SECURE_NO_DEPRECATE -wd4996 -Yuhxcpp.h ./src/Std.cpp -Foobj/Debug/src/Std.obj
cl.exe -I. -Iinclude -nologo -Od -MTd -DHX_WINDOWS -DHXCPP_DEBUG -GR -Zi -c -EHsc -IC:\World\Stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0//include -D_CRT_SECURE_NO_DEPRECATE -wd4996 -Yuhxcpp.h ./src/cpp/Lib.cpp -Foobj/Debug/src/cpp/Lib.obj
Log.cpp
Lib.cpp
Main.cpp
Std.cpp
./src/cpp/Lib.cpp(53) : error C2039: 'LocalFunc' : is not a member of 'hx'
./src/cpp/Lib.cpp(53) : error C2065: 'LocalFunc' : undeclared identifier
./src/cpp/Lib.cpp(53) : error C2065: '_Function_3_1' : undeclared identifier
./src/cpp/Lib.cpp(53) : error C2275: 'Array<ELEM_>' : illegal use of this type as an expression
with
[
ELEM_=Dynamic
]
./src/cpp/Lib.cpp(54) : error C2146: syntax error : missing ';' before identifier 'Void'
./src/cpp/Lib.cpp(53) : error C3861: 'HX_BEGIN_LOCAL_FUNC_S1': identifier not found
./src/cpp/Lib.cpp(54) : error C2146: syntax error : missing ';' before identifier 'run'
./src/cpp/Lib.cpp(54) : error C2275: 'Void' : illegal use of this type as an expression
c:\world\stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0\include\null.h(130) : see declaration of 'Void'
./src/cpp/Lib.cpp(54) : error C2143: syntax error : missing ';' before '{'
./src/cpp/Lib.cpp(54) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(61) : error C2601: '__Run' : local function definitions are illegal
./src/cpp/Lib.cpp(51): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(61) : error C2601: '__run' : local function definitions are illegal
./src/cpp/Lib.cpp(51): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(64) : error C2061: syntax error : identifier '_Function_3_1'
./src/cpp/Lib.cpp(66) : error C2043: illegal break
./src/cpp/Lib.cpp(67) : error C2046: illegal case
./src/cpp/Lib.cpp(69) : error C2039: 'LocalFunc' : is not a member of 'hx'
./src/cpp/Lib.cpp(69) : error C2065: 'LocalFunc' : undeclared identifier
./src/cpp/Lib.cpp(69) : error C2065: '_Function_3_1' : undeclared identifier
./src/cpp/Lib.cpp(69) : error C2275: 'Array<ELEM_>' : illegal use of this type as an expression
with
[
ELEM_=Dynamic
]
./src/cpp/Lib.cpp(70) : error C2146: syntax error : missing ';' before identifier 'Void'
./src/cpp/Lib.cpp(69) : error C3861: 'HX_BEGIN_LOCAL_FUNC_S1': identifier not found
./src/cpp/Lib.cpp(70) : error C2146: syntax error : missing ';' before identifier 'run'
./src/cpp/Lib.cpp(70) : error C2275: 'Void' : illegal use of this type as an expression
c:\world\stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0\include\null.h(130) : see declaration of 'Void'
./src/cpp/Lib.cpp(70) : error C2275: 'Dynamic' : illegal use of this type as an expression
c:\world\stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0\include\Dynamic.h(10) : see declaration of 'Dynamic'
./src/cpp/Lib.cpp(70) : error C2146: syntax error : missing ')' before identifier '_1'
./src/cpp/Lib.cpp(70) : error C2059: syntax error : ')'
./src/cpp/Lib.cpp(70) : error C2143: syntax error : missing ';' before '{'
./src/cpp/Lib.cpp(70) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(77) : error C2601: '__Run' : local function definitions are illegal
./src/cpp/Lib.cpp(67): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(77) : error C2601: '__run' : local function definitions are illegal
./src/cpp/Lib.cpp(67): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(80) : error C2061: syntax error : identifier '_Function_3_1'
./src/cpp/Lib.cpp(82) : error C2043: illegal break
./src/cpp/Lib.cpp(83) : error C2046: illegal case
./src/cpp/Lib.cpp(85) : error C2039: 'LocalFunc' : is not a member of 'hx'
./src/cpp/Lib.cpp(85) : error C2065: 'LocalFunc' : undeclared identifier
./src/cpp/Lib.cpp(85) : error C2065: '_Function_3_1' : undeclared identifier
./src/cpp/Lib.cpp(85) : error C2275: 'Array<ELEM_>' : illegal use of this type as an expression
with
[
ELEM_=Dynamic
]
./src/cpp/Lib.cpp(85) : error C2065: 'e' : undeclared identifier
./src/cpp/Lib.cpp(86) : error C2146: syntax error : missing ';' before identifier 'Void'
./src/cpp/Lib.cpp(85) : error C3861: 'HX_BEGIN_LOCAL_FUNC_S1': identifier not found
./src/cpp/Lib.cpp(86) : error C2146: syntax error : missing ';' before identifier 'run'
./src/cpp/Lib.cpp(86) : error C2275: 'Void' : illegal use of this type as an expression
c:\world\stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0\include\null.h(130) : see declaration of 'Void'
./src/cpp/Lib.cpp(86) : error C2275: 'Dynamic' : illegal use of this type as an expression
c:\world\stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0\include\Dynamic.h(10) : see declaration of 'Dynamic'
./src/cpp/Lib.cpp(86) : error C2146: syntax error : missing ')' before identifier '_1'
./src/cpp/Lib.cpp(86) : error C2059: syntax error : ')'
./src/cpp/Lib.cpp(86) : error C2143: syntax error : missing ';' before '{'
./src/cpp/Lib.cpp(86) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(89) : error C2065: 'e' : undeclared identifier
./src/cpp/Lib.cpp(89) : error C2227: left of '->__get' must point to class/struct/union/generic type
type is ''unknown-type''
./src/cpp/Lib.cpp(93) : error C2601: '__Run' : local function definitions are illegal
./src/cpp/Lib.cpp(83): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(93) : error C2601: '__run' : local function definitions are illegal
./src/cpp/Lib.cpp(83): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(96) : error C2061: syntax error : identifier '_Function_3_1'
./src/cpp/Lib.cpp(98) : error C2043: illegal break
./src/cpp/Lib.cpp(99) : error C2046: illegal case
./src/cpp/Lib.cpp(101) : error C2039: 'LocalFunc' : is not a member of 'hx'
./src/cpp/Lib.cpp(101) : error C2065: 'LocalFunc' : undeclared identifier
./src/cpp/Lib.cpp(101) : error C2065: '_Function_3_1' : undeclared identifier
./src/cpp/Lib.cpp(101) : error C2275: 'Array<ELEM_>' : illegal use of this type as an expression
with
[
ELEM_=Dynamic
]
./src/cpp/Lib.cpp(101) : error C2065: 'e' : undeclared identifier
./src/cpp/Lib.cpp(102) : error C2146: syntax error : missing ';' before identifier 'Void'
./src/cpp/Lib.cpp(101) : error C3861: 'HX_BEGIN_LOCAL_FUNC_S1': identifier not found
./src/cpp/Lib.cpp(102) : error C2146: syntax error : missing ';' before identifier 'run'
./src/cpp/Lib.cpp(102) : error C2275: 'Void' : illegal use of this type as an expression
c:\world\stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0\include\null.h(130) : see declaration of 'Void'
./src/cpp/Lib.cpp(102) : error C2275: 'Dynamic' : illegal use of this type as an expression
c:\world\stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0\include\Dynamic.h(10) : see declaration of 'Dynamic'
./src/cpp/Lib.cpp(102) : error C2146: syntax error : missing ')' before identifier '_1'
./src/cpp/Lib.cpp(102) : error C2059: syntax error : ')'
./src/cpp/Lib.cpp(102) : error C2143: syntax error : missing ';' before '{'
./src/cpp/Lib.cpp(102) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(105) : error C2065: 'e' : undeclared identifier
./src/cpp/Lib.cpp(105) : error C2227: left of '->__get' must point to class/struct/union/generic type
type is ''unknown-type''
./src/cpp/Lib.cpp(109) : error C2601: '__Run' : local function definitions are illegal
./src/cpp/Lib.cpp(99): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(109) : error C2601: '__run' : local function definitions are illegal
./src/cpp/Lib.cpp(99): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(112) : error C2061: syntax error : identifier '_Function_3_1'
./src/cpp/Lib.cpp(114) : error C2043: illegal break
./src/cpp/Lib.cpp(115) : error C2046: illegal case
./src/cpp/Lib.cpp(117) : error C2039: 'LocalFunc' : is not a member of 'hx'
./src/cpp/Lib.cpp(117) : error C2065: 'LocalFunc' : undeclared identifier
./src/cpp/Lib.cpp(117) : error C2065: '_Function_3_1' : undeclared identifier
./src/cpp/Lib.cpp(117) : error C2275: 'Array<ELEM_>' : illegal use of this type as an expression
with
[
ELEM_=Dynamic
]
./src/cpp/Lib.cpp(117) : error C2065: 'e' : undeclared identifier
./src/cpp/Lib.cpp(118) : error C2146: syntax error : missing ';' before identifier 'Void'
./src/cpp/Lib.cpp(117) : error C3861: 'HX_BEGIN_LOCAL_FUNC_S1': identifier not found
./src/cpp/Lib.cpp(118) : error C2146: syntax error : missing ';' before identifier 'run'
./src/cpp/Lib.cpp(118) : error C2275: 'Void' : illegal use of this type as an expression
c:\world\stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0\include\null.h(130) : see declaration of 'Void'
./src/cpp/Lib.cpp(118) : error C2275: 'Dynamic' : illegal use of this type as an expression
c:\world\stack\os\win\programs\lingos\haxe\lib\hxcpp\2,07,0\include\Dynamic.h(10) : see declaration of 'Dynamic'
./src/cpp/Lib.cpp(118) : error C2146: syntax error : missing ')' before identifier '_1'
./src/cpp/Lib.cpp(118) : error C2059: syntax error : ')'
./src/cpp/Lib.cpp(118) : error C2143: syntax error : missing ';' before '{'
./src/cpp/Lib.cpp(118) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(121) : error C2065: 'e' : undeclared identifier
./src/cpp/Lib.cpp(121) : error C2227: left of '->__get' must point to class/struct/union/generic type
type is ''unknown-type''
./src/cpp/Lib.cpp(125) : error C2601: '__Run' : local function definitions are illegal
./src/cpp/Lib.cpp(115): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(125) : error C2601: '__run' : local function definitions are illegal
./src/cpp/Lib.cpp(115): this line contains a '{' which has not yet been matched
./src/cpp/Lib.cpp(128) : error C2061: syntax error : identifier '_Function_3_1'
./src/cpp/Lib.cpp(61) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(61) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(77) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(77) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(93) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(93) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(109) : error C3861: 'run': identifier not found
./src/cpp/Lib.cpp(109) : fatal error C1003: error count exceeds 100; stopping compilation
Called from ? line 1
Called from BuildTool.hx line 1125
Called from BuildTool.hx line 509
Called from BuildTool.hx line 538
Called from BuildTool.hx line 655
Called from BuildTool.hx line 727
Uncaught exception - Error in building thread
Error : Build failed
Build halted with errors (haxe.exe).
Done(1)
Powered by Google Project Hosting