-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I'm on Linux with Mono. I managed to compile everything c# related, and it works so far, but when I sort all the paths out, in the browser it still says: "$init$" is not defined.
If you want, I provide the whole mono project, you only need to put your own path int the custom after build event in Monodevelop.
http://dl.dropbox.com/u/700060/compiler.tar.gz
So I don't know into how many issues I should split this up, but can you translate the remaining polish(?) comments into english?
Also, since I'm evaluating making a monodevelop debugger, do you have tips on what kind of mapping will be needed, and how to do it? I'm a little confused, the resulting IL from the compiler is not real IL, so it can't be executed by mono right? Well, just general guidance, in the closed issue you mentioned that the mapping that others were working on, could possibly be reused and I'd be curious about that.