#33 Obscure compiler output

Closed
opened 8 years ago by nero · 0 comments

Originally at 2011-09-03T01:42:07Z by Alexandre Bergel closed at 2011-09-09T20:21:01Z

Hi!

I am trying to compile Roassal, and I get the following error. I suspect this is because I use a class that is not defined. But which one? Can at I least know at which line the error occurs?

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ~/Workspace/jtalk> ./bin/jtalkc Roassal-Core.st Loading libraries /Users/alexandrebergel/Workspace/jtalk/js/boot.js /Users/alexandrebergel/Workspace/jtalk/js/Kernel.js /Users/alexandrebergel/Workspace/jtalk/js/Parser.js /Users/alexandrebergel/Workspace/jtalk/js/parser.js /Users/alexandrebergel/Workspace/jtalk/js/Compiler.js /Users/alexandrebergel/Workspace/jtalk/js/init.js /Users/alexandrebergel/Workspace/jtalk/bin/nodecompile.js and compiling ... Reading file Roassal-Core.st

node.js:134

    throw e; // process.nextTick error, or 'error' event on first tick
    ^

TypeError: Cannot call method '_new' of undefined

at /Users/alexandrebergel/Workspace/jtalk/jtalkc.fdKtUg/compiler.js:17014:24
at Array.forEach (native)
at Object.<anonymous> (/Users/alexandrebergel/Workspace/jtalk/jtalkc.fdKtUg/compiler.js:17010:11)
at Module._compile (module.js:402:26)
at Object..js (module.js:408:10)
at Module.load (module.js:334:31)
at Function._load (module.js:293:12)
at Array.<anonymous> (module.js:421:10)
at EventEmitter._tickCallback (node.js:126:26)

Failed compilation of Roassal-Core.js, exiting. ~/Workspace/jtalk> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Cheers, Alexandre

Originally at 2011-09-03T01:42:07Z by Alexandre Bergel closed at 2011-09-09T20:21:01Z Hi! I am trying to compile Roassal, and I get the following error. I suspect this is because I use a class that is not defined. But which one? Can at I least know at which line the error occurs? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ~/Workspace/jtalk> ./bin/jtalkc Roassal-Core.st Loading libraries /Users/alexandrebergel/Workspace/jtalk/js/boot.js /Users/alexandrebergel/Workspace/jtalk/js/Kernel.js /Users/alexandrebergel/Workspace/jtalk/js/Parser.js /Users/alexandrebergel/Workspace/jtalk/js/parser.js /Users/alexandrebergel/Workspace/jtalk/js/Compiler.js /Users/alexandrebergel/Workspace/jtalk/js/init.js /Users/alexandrebergel/Workspace/jtalk/bin/nodecompile.js and compiling ... Reading file Roassal-Core.st node.js:134 throw e; // process.nextTick error, or 'error' event on first tick ^ TypeError: Cannot call method '_new' of undefined at /Users/alexandrebergel/Workspace/jtalk/jtalkc.fdKtUg/compiler.js:17014:24 at Array.forEach (native) at Object.<anonymous> (/Users/alexandrebergel/Workspace/jtalk/jtalkc.fdKtUg/compiler.js:17010:11) at Module._compile (module.js:402:26) at Object..js (module.js:408:10) at Module.load (module.js:334:31) at Function._load (module.js:293:12) at Array.<anonymous> (module.js:421:10) at EventEmitter._tickCallback (node.js:126:26) Failed compilation of Roassal-Core.js, exiting. ~/Workspace/jtalk> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cheers, Alexandre
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.