upon compile error, no line is highlighted

Community Forums/Monkey Talk/upon compile error, no line is highlighted

slenkar(Posted 2011) [#1]
I copied my blitzmax code over to monkey
after working my way through the compilation errors for a few hours
it stopped highlighting any line upon 'syntax error'


here is the code so far:
http://www.mediafire.com/?yw89d84jr4emovv

Last edited 2011


Volker(Posted 2011) [#2]
Jungle IDE says:
Syntax Error <8990>
"Wrong STACK end at document .b765f18c-3267-4c4b-8360-3a1506801b30"
But the file only has 8988 lines..


slenkar(Posted 2011) [#3]
does that mean the endif's dont match up to the if's?

Last edited 2011


D4NM4N(Posted 2011) [#4]
nevermind... i misread posted and deleted.

Last edited 2011


ziggy(Posted 2011) [#5]
This: "Wrong STACK end at document .b765f18c-3267-4c4b-8360-3a1506801b30" is a Jungle Ide message that means your current source code is malformed (mismatched END). This message is displayed only in current BETA. It will be removed on the final stable release.

The syntax Error is a Monkey compiler error. You may give source code replicating the issue to Mark in order for him to fix any possible issue... ?


slenkar(Posted 2011) [#6]
i emailed him but he said to post about it here,

it does seem to be a compiler error