Compiler error output

Monkey Forums/Monkey Bug Reports/Compiler error output

muddy_shoes(Posted 2013) [#1]
I assume this isn't meant to happen but I'm not sure how to go about creating a minimal example that causes it. Any hints on where I should start looking for the failure point?

Semanting...
$SOURCE<157474> : Error : Syntax error - expecting '>'.
Abnormal program termination. Exit code: -1
ATTENTION: Compilation error reported by Trans: Syntax error - expecting '>'.


marksibly(Posted 2013) [#2]
Are you using reflection?


muddy_shoes(Posted 2013) [#3]
I was trying to, yes. I couldn't get it to compile though. I'd get either the error above or a bunch of C++ errors about instantiating abstract classes depending on whether I reflected everything or attempted to just include the bits I was interested in.


marksibly(Posted 2013) [#4]
Anyway I can reproduce?

How about if I rebuild box2d with reflection on?

If not, feel free to email me a zip of your project.