[Pkg-mono-devel] [PATCH] Re: [MonoDevelop] MonoDevelop 0.2

Laurent Hausermann lhauserm@naema.org
Wed, 31 Mar 2004 03:15:40 +0200


--=-Kjvl2HajVdHYHQV27auW
Content-Type: multipart/alternative; boundary="=-QffqinAKS5VQxOlWaydy"


--=-QffqinAKS5VQxOlWaydy
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Todd,=20

I get it compiled on Debian Sid with this configuration :=20

   * Gtk# 0.18: yes
   * gnomevfs 2.0: yes
   * gtkmozembed 1.2: yes
   * gtksourceview 0.7: yes
   * gtksourceview-sharp 0.1: yes
   * mono 0.30: yes
   * monodoc 0.12: yes
   * mono-debugger 0.6: no

Because I had gecko-sharp outside the "system" GAC ( it was compiled and
installed in my home dir), and because of some deps order, I had to make
some adjustments to the Makefile.am
You could find a PATCH attached.

I will try a deeper functional test after, but first of all my
MonoDevelop 0.1 project are not loaded anymore !

Regards,=20

Laurent

Le mar 30/03/2004 =E0 07:10, Todd Berman a =E9crit :

> Hey all,
>=20
> 	We are getting ready to release MonoDevelop 0.2, so anyone who is able
> to do some testing, it would be greatly appreciated.
>=20
> You can find up to date snapshots from http://devservices.go-mono.com/
> MonoDevelop/ and to build you will need gtk-sharp, gtkmozembed-sharp and
> monodoc from mono's cvs, the debugger 0.6 is optional (I think thats all
> of our deps right now).
>=20
> Please download, test, and file bugs at http://bugzilla.ximian.com . As
> always, your help is greatly appreciated :).
>=20
> --Todd
>=20
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list

--=-QffqinAKS5VQxOlWaydy
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Hi Todd, <BR>
<BR>
I get it compiled on Debian Sid with this configuration : <BR>
<BR>
&nbsp;&nbsp; * Gtk# 0.18: yes<BR>
&nbsp;&nbsp; * gnomevfs 2.0: yes<BR>
&nbsp;&nbsp; * gtkmozembed 1.2: yes<BR>
&nbsp;&nbsp; * gtksourceview 0.7: yes<BR>
&nbsp;&nbsp; * gtksourceview-sharp 0.1: yes<BR>
&nbsp;&nbsp; * mono 0.30: yes<BR>
&nbsp;&nbsp; * monodoc 0.12: yes<BR>
&nbsp;&nbsp; * mono-debugger 0.6: no<BR>
<BR>
Because I had gecko-sharp outside the &quot;system&quot; GAC ( it was compiled and installed in my home dir), and because of some deps order, I had to make some adjustments to the Makefile.am<BR>
You could find a PATCH attached.<BR>
<BR>
I will try a deeper functional test after, but first of all my MonoDevelop 0.1 project are not loaded anymore !<BR>
<BR>
Regards, <BR>
<BR>
Laurent<BR>
<BR>
Le mar 30/03/2004 &#224; 07:10, Todd Berman a &#233;crit :
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>Hey all,

	We are getting ready to release MonoDevelop 0.2, so anyone who is able
to do some testing, it would be greatly appreciated.

You can find up to date snapshots from </FONT><A HREF="http://devservices.go-mono.com/"><U>http://devservices.go-mono.com/</U></A>
<FONT COLOR="#737373">MonoDevelop/ and to build you will need gtk-sharp, gtkmozembed-sharp and
monodoc from mono's cvs, the debugger 0.6 is optional (I think thats all
of our deps right now).

Please download, test, and file bugs at </FONT><A HREF="http://bugzilla.ximian.com"><U>http://bugzilla.ximian.com</U></A><FONT COLOR="#737373"> . As
always, your help is greatly appreciated :).

--Todd

_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@lists.ximian.com</FONT>
<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-list"><U>http://lists.ximian.com/mailman/listinfo/monodevelop-list</U></I></A></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>

--=-QffqinAKS5VQxOlWaydy--

--=-Kjvl2HajVdHYHQV27auW
Content-Disposition: attachment; filename=debian-sid.diff
Content-Type: text/x-patch; name=debian-sid.diff; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

diff -r -u MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/Makefile.am MonoDevelop-compiled/src/AddIns/BackendBindings/CSharpBinding/Makefile.am
--- MonoDevelop/src/AddIns/BackendBindings/CSharpBinding/Makefile.am	2004-03-27 22:37:08.000000000 +0100
+++ MonoDevelop-compiled/src/AddIns/BackendBindings/CSharpBinding/Makefile.am	2004-03-31 02:51:37.000000000 +0200
@@ -3,8 +3,9 @@
 
 DLLS = /r:System.Drawing.dll \
 	/r:../../../../build/bin/MonoDevelop.Core.dll \
-	/r:../../../../build/bin/MonoDevelop.SourceEditor.dll \
+	$(GECKO_SHARP) \
 	/r:../../../../build/bin/MonoDevelop.Base.dll \
+	/r:../../../../build/bin/MonoDevelop.SourceEditor.dll \
 	/r:../../../../build/bin/ICSharpCode.SharpRefactory.dll \
 	/r:../../../../build/bin/MonoDevelop.Gui.Widgets.dll  \
 	/r:gtk-sharp \
diff -r -u MonoDevelop/src/AddIns/BackendBindings/JavaBinding/Makefile.am MonoDevelop-compiled/src/AddIns/BackendBindings/JavaBinding/Makefile.am
--- MonoDevelop/src/AddIns/BackendBindings/JavaBinding/Makefile.am	2004-03-26 04:16:07.000000000 +0100
+++ MonoDevelop-compiled/src/AddIns/BackendBindings/JavaBinding/Makefile.am	2004-03-31 02:53:01.000000000 +0200
@@ -4,8 +4,9 @@
 
 DLLS = /r:System.Drawing.dll \
 	/r:../../../../build/bin/MonoDevelop.Core.dll \
-	/r:../../../../build/bin/MonoDevelop.SourceEditor.dll \
-	/r:../../../../build/bin/MonoDevelop.Base.dll \
+        $(GECKO_SHARP) \
+        /r:../../../../build/bin/MonoDevelop.Base.dll \
+        /r:../../../../build/bin/MonoDevelop.SourceEditor.dll \
 	/r:../../../../build/bin/ICSharpCode.SharpRefactory.dll \
 	/r:../../../../build/bin/MonoDevelop.Gui.Widgets.dll \
 	/r:gtk-sharp.dll
diff -r -u MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am MonoDevelop-compiled/src/AddIns/DisplayBindings/SourceEditor/Makefile.am
--- MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am	2004-03-21 01:57:47.000000000 +0100
+++ MonoDevelop-compiled/src/AddIns/DisplayBindings/SourceEditor/Makefile.am	2004-03-31 02:47:11.000000000 +0200
@@ -78,7 +78,7 @@
 	mcs $(build_sources) /debug /out:$(DLL) /t:library \
 	/resource:$(srcdir)/../../../../data/resources/glade/EditorBindings.glade,EditorBindings.glade \
 	/resource:$(srcdir)/../../../../data/resources/glade/texteditoraddin.glade,texteditoraddin.glade \
-	 /r:gtk-sharp /r:gdk-sharp $(GTKSOURCEVIEW_SHARP) /r:glib-sharp \
+	 /r:gtk-sharp /r:gdk-sharp $(GTKSOURCEVIEW_SHARP) $(GECKO_SHARP) /r:glib-sharp \
 		/r:../../../../build/bin/MonoDevelop.Core.dll \
 		/r:../../../../build/bin/MonoDevelop.Base.dll \
 		/r:../../../../build/bin/MonoDevelop.Gui.Utils.dll \
diff -r -u MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am MonoDevelop-compiled/src/AddIns/Misc/StartPage/Makefile.am
--- MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am	2004-03-25 08:35:45.000000000 +0100
+++ MonoDevelop-compiled/src/AddIns/Misc/StartPage/Makefile.am	2004-03-31 02:54:18.000000000 +0200
@@ -13,8 +13,8 @@
 $(DLL): $(build_sources)
 	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing \
 		/r:../../../../build/bin/MonoDevelop.Core.dll \
-		/r:../../../../build/bin/MonoDevelop.Base.dll \
 		$(GECKO_SHARP) \
+		/r:../../../../build/bin/MonoDevelop.Base.dll \
 		/r:gtk-sharp \
 		$(build_sources) \
 	&& cp $(DLL) ../../../../build/AddIns/AddIns/Misc/StartPage/.
diff -r -u MonoDevelop/src/AddIns/Nunit/Makefile.am MonoDevelop-compiled/src/AddIns/Nunit/Makefile.am
--- MonoDevelop/src/AddIns/Nunit/Makefile.am	2004-03-26 22:06:58.000000000 +0100
+++ MonoDevelop-compiled/src/AddIns/Nunit/Makefile.am	2004-03-31 02:55:54.000000000 +0200
@@ -5,6 +5,7 @@
 
 DLLS = /r:NUnit.Framework.dll \
 	/r:gtk-sharp.dll /r:glib-sharp.dll /r:gdk-sharp.dll \
+	$(GECKO_SHARP) \
 	/r:../../../build/bin/MonoDevelop.Core.dll \
 	/r:../../../build/bin/MonoDevelop.Base.dll
diff -r -u MonoDevelop/src/Main/StartUp/Makefile.am MonoDevelop-compiled/src/Main/StartUp/Makefile.am
--- MonoDevelop/src/Main/StartUp/Makefile.am	2004-03-17 17:28:26.000000000 +0100
+++ MonoDevelop-compiled/src/Main/StartUp/Makefile.am	2004-03-31 02:34:50.000000000 +0200
@@ -14,6 +14,7 @@
 
 $(DLL): $(build_sources)
 	@ mcs /debug /out:$(DLL) /r:System.Drawing \
+		@GECKO_SHARP@ \
 		/r:../../../build/bin/MonoDevelop.Core.dll \
 		/r:../../../build/bin/MonoDevelop.Base.dll \
 		/r:glib-sharp \

--=-Kjvl2HajVdHYHQV27auW--