Hi, folks! > Mdb is usually emitting this error if the installed mono version does > not match mdb's expectations. IIRC, mdb 0.60 requires mono 1.2.6. > As per README, the current mdb version (0.80) requires a post 1.9 > mono from SVN, so you have 2 options: downgrade mono or compile from > SVN.
Robert, Thanks again for clarification. But it looks like there's no mono-debugger TRUNK revision that's able to built with mono 1.9/1.9.1 . It's very undesirable to upgrade mono to (unstable) SVN. What would you advice in such a situation? Some details: --- configure.in (revision 98313) +++ configure.in (revision 98312) -#if MONO_DEBUGGER_VERSION < 68+#if MONO_DEBUGGER_VERSION < 59 In mono-1.9 we have MONO_DEBUGGER_VERSION 66. Rev 98312 doesn't built with 1.9 Best regards, Ildar -- Ildar Mulyukov, free SW designer/programmer ================================================ email: [EMAIL PROTECTED] home: http://tuganger.narod.ru/ ALT Linux Sisyphus ================================================ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
