[Mono-bugs] [Bug 431771] debugger make fails
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 17 04:30:27 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=431771
User ian at ihgreenman.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=431771#c1
Ian Greenhoe <ian at ihgreenman.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ian at ihgreenman.com
--- Comment #1 from Ian Greenhoe <ian at ihgreenman.com> 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.
More information about the mono-bugs
mailing list