Compiler error output
Monkey Forums/Monkey Bug Reports/Compiler error output| 
 | ||
| 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 '>'. | 
| 
 | ||
| Are you using reflection? | 
| 
 | ||
| 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. | 
| 
 | ||
| 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. |