Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View gist:07cbd15e7d51b26d98b0
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 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
[~/stuff/ooc/oc-nagaqueen]+ ./make
Library directory is /home/curtis/stuff/ooc/oc-nagaqueen/prefix/lib
Compiling nagaqueen
Building lib for folder ../nagaqueen/source to name source
Parsing ../nagaqueen/source/nagaqueen/OocListener.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Numbers.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/BufferIterator.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Abstractions.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/IO.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/VarArgs.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Iterators.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Memory.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/types.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Exception.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Character.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/String.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/System.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Buffer.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Format.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/ArrayList.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/List.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/Thread.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/Stack.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/LinkedList.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/native/win32/errors.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/math/Random.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/os/Time.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/native/win32/types.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/HashMap.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/os/Terminal.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/os/unistd.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/ThreadUnix.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/ThreadWin32.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/MutexUnix.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/MutexWin32.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/ThreadLocalUnix.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/ThreadLocalWin32.ooc
Parsing ../nagaqueen/source/nagaqueen/callbacks.ooc
Finished parsing, now tinkering...
Sequence driver, using 1 thread
Re-generating modules...
Re-generated nagaqueen/OocListener
Re-generated nagaqueen/callbacks
2 files generated.
Re-generating modules...
Re-generated lang/Numbers
Re-generated lang/BufferIterator
Re-generated lang/Abstractions
Re-generated lang/IO
Re-generated lang/VarArgs
Re-generated lang/Iterators
Re-generated lang/Memory
Re-generated lang/types
Re-generated lang/Exception
Re-generated lang/Character
Re-generated lang/String
Re-generated lang/System
Re-generated lang/Buffer
Re-generated lang/Format
Re-generated structs/ArrayList
Re-generated structs/List
Re-generated math/Random
Re-generated os/Time
Re-generated native/win32/types
Re-generated structs/HashMap
Re-generated threading/Thread
Re-generated threading/native/ThreadUnix
Re-generated threading/native/ThreadWin32
Re-generated native/win32/errors
Re-generated threading/native/MutexUnix
Re-generated threading/native/MutexWin32
Re-generated threading/native/ThreadLocalUnix
Re-generated threading/native/ThreadLocalWin32
Re-generated structs/Stack
Re-generated structs/LinkedList
Re-generated os/Terminal
Re-generated os/unistd
No files generated.
source, Compiling regenerated modules...
gcc -std=gnu99 -Wall -I/home/curtis/stuff/ooc/rock/libs/headers/ -Ibuild/source/include -fpic -shared -Wl,-soname,/home/curtis/stuff/ooc/oc-nagaqueen/prefix/lib/libnagaqueen.so -c build/source/include/source/nagaqueen/OocListener.c -o build/source/include/nagaqueen_OocListener.o -I/home/curtis/stuff/ooc/rock/libs/headers/ -Ibuild/source/include -D__OOC_USE_GC__ -DGC_NO_THREAD_REDIRECTS -I.libs/source -I.libs/sdk -fpic -shared -Wl,-soname,/home/curtis/stuff/ooc/oc-nagaqueen/prefix/lib/libnagaqueen.so
build/source/include/source/nagaqueen/OocListener.c: In function ‘nagaqueen_OocListener__OocListener_parse_impl’:
build/source/include/source/nagaqueen/OocListener.c:632:5: warning: implicit declaration of function ‘nq_parse’ [-Wimplicit-function-declaration]
build/source/include/source/nagaqueen/OocListener.c: In function ‘nagaqueen_OocListener__OocListener_onError_impl’:
build/source/include/source/nagaqueen/OocListener.c:735:9: warning: initialization from incompatible pointer type [enabled by default]
build/source/include/source/nagaqueen/OocListener.c:735:9: warning: (near initialization for ‘(anonymous).args’) [enabled by default]
build/source/include/source/nagaqueen/OocListener.c: In function ‘nagaqueen_OocListener__OocListener_onFunctionCallEnd_impl’:
build/source/include/source/nagaqueen/OocListener.c:534:1: warning: control reaches end of non-void function [-Wreturn-type]
build/source/include/source/nagaqueen/OocListener.c: In function ‘nagaqueen_OocListener__OocListener_onFunctionEnd_impl’:
build/source/include/source/nagaqueen/OocListener.c:479:1: warning: control reaches end of non-void function [-Wreturn-type]
gcc -std=gnu99 -Wall -I/home/curtis/stuff/ooc/rock/libs/headers/ -Ibuild/source/include -fpic -shared -Wl,-soname,/home/curtis/stuff/ooc/oc-nagaqueen/prefix/lib/libnagaqueen.so -c build/source/include/source/nagaqueen/callbacks.c -o build/source/include/nagaqueen_callbacks.o -I/home/curtis/stuff/ooc/rock/libs/headers/ -Ibuild/source/include -D__OOC_USE_GC__ -DGC_NO_THREAD_REDIRECTS -I.libs/source -I.libs/sdk -fpic -shared -Wl,-soname,/home/curtis/stuff/ooc/oc-nagaqueen/prefix/lib/libnagaqueen.so
sdk, Skipping (not needed for build of libfolder ../nagaqueen/source)
 
gcc -std=gnu99 -Wall -I/home/curtis/stuff/ooc/rock/libs/headers/ -Ibuild/source/include -fpic -shared -Wl,-soname,/home/curtis/stuff/ooc/oc-nagaqueen/prefix/lib/libnagaqueen.so build/source/include/nagaqueen_OocListener.o build/source/include/nagaqueen_callbacks.o -D__OOC_USE_GC__ -DGC_NO_THREAD_REDIRECTS .libs/NagaQueen.o -o /home/curtis/stuff/ooc/oc-nagaqueen/prefix/lib/libnagaqueen.so -lpthread -lgc
[ OK ]
Parsing source/frontend/nagaqueen/Frontend.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Numbers.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/BufferIterator.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Abstractions.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/IO.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/VarArgs.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Iterators.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Memory.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/types.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Exception.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Character.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/String.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/System.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Buffer.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/lang/Format.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/ArrayList.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/List.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/Thread.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/Stack.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/LinkedList.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/native/win32/errors.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/math/Random.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/os/Time.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/native/win32/types.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/HashMap.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/os/Terminal.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/os/unistd.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/ThreadUnix.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/ThreadWin32.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/MutexUnix.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/MutexWin32.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/ThreadLocalUnix.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/threading/native/ThreadLocalWin32.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/io/File.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/io/FileReader.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/io/Reader.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/io/FileWriter.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/io/Writer.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/io/BufferWriter.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/io/BufferReader.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/io/native/FileWin32.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/io/native/FileUnix.ooc
Parsing /home/curtis/stuff/ooc/nagaqueen/source/nagaqueen/OocListener.ooc
Parsing /home/curtis/stuff/ooc/nagaqueen/source/nagaqueen/callbacks.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/frontend/Frontend.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/frontend/ParsingPool.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Module.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/frontend/BuildParams.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/os/Env.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/text/StringTokenizer.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/backend/Backend.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/middle/Resolver.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/os/Coro.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/structs/HashBag.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Node.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Access.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Expression.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Statement.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Var.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/DynamicLoader.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Type.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/FuncDecl.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Scope.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Return.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Call.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/Import.ooc
Parsing /home/curtis/stuff/ooc/rock/sdk/os/System.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/StringLit.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/NumberLit.ooc
Parsing /home/curtis/stuff/ooc/oc/source/core/ast/CoverDecl.ooc
Finished parsing, now tinkering...
Sequence driver, using 1 thread
Re-generating modules...
Re-generated frontend/nagaqueen/Frontend
Re-generated nagaqueen/OocListener
Filtering nagaqueen/OocListener out
Re-generated nagaqueen/callbacks
Filtering nagaqueen/callbacks out
1 files generated.
Re-generating modules...
Re-generated lang/Numbers
Filtering lang/Numbers out
Re-generated lang/BufferIterator
Filtering lang/BufferIterator out
Re-generated lang/Abstractions
Filtering lang/Abstractions out
Re-generated lang/IO
Filtering lang/IO out
Re-generated lang/VarArgs
Filtering lang/VarArgs out
Re-generated lang/Iterators
Filtering lang/Iterators out
Re-generated lang/Memory
Filtering lang/Memory out
Re-generated lang/types
Filtering lang/types out
Re-generated lang/Exception
Filtering lang/Exception out
Re-generated lang/Character
Filtering lang/Character out
Re-generated lang/String
Filtering lang/String out
Re-generated lang/System
Filtering lang/System out
Re-generated lang/Buffer
Filtering lang/Buffer out
Re-generated lang/Format
Filtering lang/Format out
Re-generated structs/ArrayList
Filtering structs/ArrayList out
Re-generated structs/List
Filtering structs/List out
Re-generated math/Random
Filtering math/Random out
Re-generated os/Time
Filtering os/Time out
Re-generated native/win32/types
Filtering native/win32/types out
Re-generated structs/HashMap
Filtering structs/HashMap out
Re-generated threading/Thread
Filtering threading/Thread out
Re-generated threading/native/ThreadUnix
Filtering threading/native/ThreadUnix out
Re-generated threading/native/ThreadWin32
Filtering threading/native/ThreadWin32 out
Re-generated native/win32/errors
Filtering native/win32/errors out
Re-generated threading/native/MutexUnix
Filtering threading/native/MutexUnix out
Re-generated threading/native/MutexWin32
Filtering threading/native/MutexWin32 out
Re-generated threading/native/ThreadLocalUnix
Filtering threading/native/ThreadLocalUnix out
Re-generated threading/native/ThreadLocalWin32
Filtering threading/native/ThreadLocalWin32 out
Re-generated structs/Stack
Filtering structs/Stack out
Re-generated structs/LinkedList
Filtering structs/LinkedList out
Re-generated os/Terminal
Filtering os/Terminal out
Re-generated os/unistd
Filtering os/unistd out
Re-generated io/File
Filtering io/File out
Re-generated io/FileReader
Filtering io/FileReader out
Re-generated io/Reader
Filtering io/Reader out
Re-generated io/FileWriter
Filtering io/FileWriter out
Re-generated io/Writer
Filtering io/Writer out
Re-generated io/BufferWriter
Filtering io/BufferWriter out
Re-generated io/BufferReader
Filtering io/BufferReader out
Re-generated io/native/FileWin32
Filtering io/native/FileWin32 out
Re-generated io/native/FileUnix
Filtering io/native/FileUnix out
Re-generated os/Env
Filtering os/Env out
Re-generated text/StringTokenizer
Filtering text/StringTokenizer out
Re-generated os/Coro
Filtering os/Coro out
Re-generated structs/HashBag
Filtering structs/HashBag out
Re-generated os/System
Filtering os/System out
No files generated.
Re-generating modules...
Re-generated frontend/Frontend
Filtering frontend/Frontend out
Re-generated frontend/ParsingPool
Filtering frontend/ParsingPool out
Re-generated frontend/BuildParams
Filtering frontend/BuildParams out
Re-generated backend/Backend
Filtering backend/Backend out
Re-generated ast/Module
Filtering ast/Module out
Re-generated middle/Resolver
Filtering middle/Resolver out
Re-generated ast/Node
Filtering ast/Node out
Re-generated ast/Access
Filtering ast/Access out
Re-generated ast/Expression
Filtering ast/Expression out
Re-generated ast/Statement
Filtering ast/Statement out
Re-generated ast/Type
Filtering ast/Type out
Re-generated ast/FuncDecl
Filtering ast/FuncDecl out
Re-generated ast/Scope
Filtering ast/Scope out
Re-generated ast/Var
Filtering ast/Var out
Re-generated ast/Return
Filtering ast/Return out
Re-generated ast/Call
Filtering ast/Call out
Re-generated ast/Import
Filtering ast/Import out
Re-generated DynamicLoader
Filtering DynamicLoader out
Re-generated ast/StringLit
Filtering ast/StringLit out
Re-generated ast/NumberLit
Filtering ast/NumberLit out
Re-generated ast/CoverDecl
Filtering ast/CoverDecl out
No files generated.
source, Compiling regenerated modules...
gcc -std=gnu99 -Wall -g -I/home/curtis/stuff/ooc/rock/libs/headers/ -Ibuild/Frontend/include -rdynamic -fpic -shared -Wl,-soname,../oc/plugins/nagaqueen_frontend.so -c build/Frontend/include/source/frontend/nagaqueen/Frontend.c -o build/Frontend/include/frontend_nagaqueen_Frontend.o -I/home/curtis/stuff/ooc/rock/libs/headers/ -Ibuild/Frontend/include -D__OOC_USE_GC__ -DGC_NO_THREAD_REDIRECTS -I.libs/source -I.libs/sdk -I.libs/core -rdynamic -fpic -shared -Wl,-soname,../oc/plugins/nagaqueen_frontend.so
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFunctionAttr_impl’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:217:13: warning: initialization from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:217:13: warning: (near initialization for ‘(anonymous).args’) [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFunctionReturnType_impl’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:227:164: warning: assignment from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFuncTypeGenericArgument_impl’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:316:9: warning: initialization from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:316:9: warning: (near initialization for ‘(anonymous).args’) [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFuncTypeArgument_impl’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:332:9: warning: initialization from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:332:9: warning: (near initialization for ‘(anonymous).args’) [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFuncTypeReturnType_impl’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:355:9: warning: initialization from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:355:9: warning: (near initialization for ‘(anonymous).args’) [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:360:56: warning: assignment from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFunctionReturnType’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:487:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onFunctionReturnType’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:487:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Type__Type *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFunctionCallArg’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:495:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onFunctionCallArg’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:495:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Expression__Expression *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFunctionCallExpr’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:499:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onFunctionCallExpr’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:499:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Call__Call *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:499:5: warning: passing argument 3 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onFunctionCallExpr’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:499:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Expression__Expression *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onVarDeclExpr’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:519:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onVarDeclExpr’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:519:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Expression__Expression *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onVarDeclType’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:523:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onVarDeclType’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:523:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Type__Type *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onCoverStart’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:527:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onCoverStart’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:527:5: note: expected ‘lang_Character__CString’ but argument is of type ‘struct lang_String__String *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:527:5: warning: passing argument 3 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onCoverStart’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:527:5: note: expected ‘lang_Character__CString’ but argument is of type ‘struct lang_String__String *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onCoverEnd’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:531:5: error: invalid use of void expression
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFuncTypeGenericArgument’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:543:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onFuncTypeGenericArgument’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:543:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Type__FuncType *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFuncTypeArgument’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:547:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onFuncTypeArgument’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:547:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Type__FuncType *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:547:5: warning: passing argument 3 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onFuncTypeArgument’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:547:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Type__Type *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onFuncTypeReturnType’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:555:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onFuncTypeReturnType’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:555:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Type__FuncType *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:555:5: warning: passing argument 3 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onFuncTypeReturnType’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:555:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Type__Type *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onReturn’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:567:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onReturn’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:567:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Expression__Expression *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onVarAccess’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:571:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onVarAccess’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:571:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Expression__Expression *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onStatement’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:575:5: warning: passing argument 2 of ‘((struct nagaqueen_OocListener__OocListenerClass *)((struct lang_types__Object *)this)->class)->onStatement’ from incompatible pointer type [enabled by default]
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:575:5: note: expected ‘struct lang_types__Object *’ but argument is of type ‘struct ast_Statement__Statement *’
build/Frontend/include/source/frontend/nagaqueen/Frontend.c: In function ‘frontend_nagaqueen_Frontend__AstBuilder_onCoverEnd’:
build/Frontend/include/source/frontend/nagaqueen/Frontend.c:532:1: warning: control reaches end of non-void function [-Wreturn-type]
C compiler failed (with code 1), aborting compilation process
[FAIL]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.