Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76055 --- shadow/76055 2005-09-24 09:04:38.000000000 -0400 +++ shadow/76055.tmp.12930 2005-09-27 08:24:43.000000000 -0400 @@ -72,6 +72,56 @@ ------- Additional Comments From [EMAIL PROTECTED] 2005-09-22 22:43 ------- Zoltan, I believe Sebastien also had this issue this morning (or someone reported this to him and he echoed this in the morning). + +------- Additional Comments From [EMAIL PROTECTED] 2005-09-27 08:24 ------- +I found a message: + +2005-07-26 Martin Baulig <[EMAIL PROTECTED]> + + * mini.c + (trampoline_code): Renamed to `mono_trampoline_code' and made it + public; this is now accessed directly by the debugger. + (mono_generic_trampoline_code): Removed. + +in "mono-1.1.9.1/mono/mini/ChangeLog" +Constant mono_generic_trampoline_code is not defined. Unit was +compiled after I changed this link to &mono_trampoline_code, but +debuger wasn't built because of susequent bugs: + +../backends/mono/MonoArrayType.cs(41,7): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(426,36): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(490,13): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(494,13): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(535,18): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoClassType.cs(541,18): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../backends/mono/MonoSymbolFile.cs(1014,15): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +../classes/ProcessStart.cs(105,22): error CS0234: The type or +namespace name `MonoDebuggerSupport' does not exist in the namespace +`Mono.CompilerServices.SymbolWriter'. Are you missing an assembly +reference? +Compilation failed: 8 error(s), 1 warnings + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
