Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

How to make compiler errors show in Errors window?

$
0
0

Hi,

Long story short, I've got a slightly customized version of the most recent boo source code and I'm trying to update the #develop boo language binding to use my version of boo. I'm at the point where I've got it all working and usable, but there's something strange going on with the compiler.

Basically when I compile and there are compiler errors like 'unknown symbol' and so on, the Errors window simply says something like 'booc.exe exited with error code 127' but in the Output window, if I set Build Verbosity to 'Diagnostic' then I can see all of my compiler errors inside that window, including file names and line numbers and so forth.

Naturally I want to see if I can get these errors to show up on the #develop 'Errors' window, but I'm not sure which source code I need to modify, something on the #Develop language binding end, or something on the boo compiler end?

If someone who knows more then me could explain how the entries on that Errors window are actually generated that could probably set me on the right path.

P.S. When was the last time you guys updated the boo version that language binding is linking to? I had to hack it before it would even compile =P


Viewing all articles
Browse latest Browse all 1764

Trending Articles