[MonoDevelop] Problem compiling project

John Luke John Luke <john.luke@gmail.com>
Wed, 27 Oct 2004 15:55:49 -0400


------=_Part_378_12616265.1098906949670
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

And if you are using mono 1.1 from cvs, you need a patch similar to the attached
one to build MonoDevelop.Base.dll, which I am not sure of the status
of whether it is a mcs or MonoDevelop bug.

On Wed, 27 Oct 2004 12:42:12 -0700, Todd Berman <tberman@off.net> wrote:
> On Wed, 2004-10-27 at 17:29 +0100, Chris Bacon wrote:
> > Hi,
> >
> > This problem appears to have come up before...
> >
> > I'm new to monodevelop/mono/etc... and have just installed the latest
> > versions of everything. It all seemed to install OK, but when I try to build
> > the demonstration project (from the monodevelop website) it doesn't build
> > anything - report "Build: 0 succeeded, 0 failed"
> >
> > I'm using Fedora 2, mono 1.1.1 and monodelevop 0.5.1
> 
> Mono 1.1.1 and MonoDevelop 0.5.1 do not get along.
> 
> Use either Mono 1.0.2 (or whatever the current 1.0.x is) and MonoDevelop
> 0.5.1 or Mono 1.1.1 and MonoDevelop from SVN.
> 
> --Todd
> 
> 
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>

------=_Part_378_12616265.1098906949670
Content-Type: text/x-patch; name="internal.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="internal.patch"

Index: Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs=09(revisio=
n 1983)
+++ Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs=09(working=
 copy)
@@ -15,6 +15,8 @@
 using MonoDevelop.SharpAssembly.PE;
 using MonoDevelop.SharpAssembly.Assembly;
=20
+using SharpAssembly =3D MonoDevelop.SharpAssembly.Assembly.SharpAssembly;
+
 namespace MonoDevelop.Internal.Parser {
 =09
 =09[Serializable]
Index: Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs=09(revision 1=
983)
+++ Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs=09(working co=
py)
@@ -16,6 +16,8 @@
 using MonoDevelop.SharpAssembly.PE;
 using MonoDevelop.SharpAssembly.Assembly;
=20
+using SharpAssembly =3D MonoDevelop.SharpAssembly.Assembly.SharpAssembly;
+
 namespace MonoDevelop.Internal.Parser {
 =09
 =09[Serializable]
Index: Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs=09(revisi=
on 1983)
+++ Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs=09(workin=
g copy)
@@ -15,6 +15,8 @@
 using MonoDevelop.SharpAssembly.PE;
 using MonoDevelop.SharpAssembly.Assembly;
=20
+using SharpAssembly =3D MonoDevelop.SharpAssembly.Assembly.SharpAssembly;
+
 namespace MonoDevelop.Internal.Parser {
 =09
 =09[Serializable]
Index: Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs=09(revision 19=
83)
+++ Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs=09(working cop=
y)
@@ -15,6 +15,8 @@
 using MonoDevelop.SharpAssembly.PE;
 using MonoDevelop.SharpAssembly.Assembly;
=20
+using SharpAssembly =3D MonoDevelop.SharpAssembly.Assembly.SharpAssembly;
+
 namespace MonoDevelop.Internal.Parser {
 =09
 =09[Serializable]
Index: Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs=09(revisio=
n 1983)
+++ Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs=09(working=
 copy)
@@ -16,6 +16,8 @@
 using MonoDevelop.SharpAssembly.PE;
 using MonoDevelop.SharpAssembly.Assembly;
=20
+using SharpAssembly =3D MonoDevelop.SharpAssembly.Assembly.SharpAssembly;
+
 namespace MonoDevelop.Internal.Parser {
 =09
 =09[Serializable]
Index: Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs=09(revision 19=
83)
+++ Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs=09(working cop=
y)
@@ -15,6 +15,8 @@
 using MonoDevelop.SharpAssembly.PE;
 using MonoDevelop.SharpAssembly.Assembly;
=20
+using SharpAssembly =3D MonoDevelop.SharpAssembly.Assembly.SharpAssembly;
+
 namespace MonoDevelop.Internal.Parser {
 =09
 =09[Serializable]
Index: Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs=09(revision=
 1983)
+++ Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs=09(working =
copy)
@@ -15,6 +15,8 @@
 using MonoDevelop.SharpAssembly.PE;
 using MonoDevelop.SharpAssembly.Assembly;
=20
+using SharpAssembly =3D MonoDevelop.SharpAssembly.Assembly.SharpAssembly;
+
 namespace MonoDevelop.Internal.Parser {
 =09
 =09[Serializable]

------=_Part_378_12616265.1098906949670--