https://bugzilla.novell.com/show_bug.cgi?id=431771
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=431771#c1 Ian Greenhoe <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #1 from Ian Greenhoe <[EMAIL PROTECTED]> 2008-10-17 02:30:24 MDT --- I came across the same problem. I created the following patch, which seems to work. (Copyright is assigned to the mono debugger team.) Index: build/Makefile.am =================================================================== --- build/Makefile.am (revision 116167) +++ build/Makefile.am (working copy) @@ -120,7 +120,7 @@ $(MCS) -target:library -out:Mono.Debugger.Test.dll $(MCS_FLAGS) -keyfile:$(top_srcdir)/build/mono.snk $(TEST_DEPS) $(TEST_SRCLIST) Mono.Cecil.dll: - cp $(CECIL_ASM) $(builddir) + cp $(CECIL_ASM) $(top_builddir)/build mdb.exe: Makefile $(MDB_SRCLIST) Mono.Debugger.dll $(MCS) -out:mdb.exe $(MDB_DEPS) $(MDB_SRCLIST) $(MCS_FLAGS) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
