[MonoDevelop] problem compiling project

Todd Berman tberman@sevenl.net
Mon, 22 Mar 2004 12:10:24 -0500


The problem basically boils down to this:

Before the 0.31 release a bug was fixed. This bug opened up another bug
in potential process.start use cases.

It is now fixed in cvs so our usage of Process.Start will work.

However, 0.1 and 0.31 will not mix properly.

You have basically two options:

1) run 0.30 or cvs of mono
2) run a recent snapshot of MD or wait for 0.2 (coming soonish)

--Todd

On Mon, 2004-03-22 at 08:50 +0000, Nick Van Eeckhout wrote:
> I'm having the same problem. After installing the 0.1 version from the tarball and trying to compile the example provided on the website, I had the same error.
> O errors, O warnings, build 1 succeeded, though there's nothing in the debug dir.
> I'm running suse 9.0, mono 0.31, gtk# 0.17. 
> 
> Nick
> 
> Pedro Santos wrote:
> 
> > On Sun, 2004-03-21 at 23:50, Chris Vickerson wrote:
> > 
> >>I'm using version .31 of mono and .1 of monodevelop
> >>
> >>Chris
> > 
> > 
> > Note: I am running mono-0.31 and monodevelop-0.1 and I am having the
> > same problem with my projects. When I compile in MonoDevelop it outputs
> > no errors, however, when I compile with NAnt I get the "real" error
> > list. Also, MonoDevelop says it compiles fine, but no assemblies are
> > created.
> > 
> > On the other hand, sometimes the intellisence does not work, and
> > sometimes it works where it should not, for example: "current.", when I
> > type the '.' I get the popup menu.
> > 
> > Since I upgraded to monodevelop-0.1 I do not have the pop-ups when
> > writing the comments, was that taken from monodevelop?
> > 
> > More: aspx files are Highlighted, but asax and ascx do not.
> > 
> > And some other thing: the Classes window does not behave well. On some
> > projects it just apperas a label saying "Loading..." and never finishes.
> > On some other projects it works fine, but sometimes the tree does not
> > have all my classes.
> > 
> > One request: When we choose to search for new files when projects start,
> > please do not include files like: ".file" and "file~".
> > 
> > 
> >>Todd Berman wrote:
> >>
> >>>What version of mono and what version of monodevelop?
> >>>
> >>>--Todd
> >>>
> >>>On Sun, 2004-03-21 at 18:22 -0500, Chris Vickerson wrote:
> >>>
> >>>
> >>>>I got monodevelop up and running - took some effort and I really don't 
> >>>>know what I did to make it finally work.  Now, I've created a simple 
> >>>>console project and left the default code in there - it's really a bare 
> >>>>minimum but when I compile and run the exe doesn't get created and so 
> >>>>there is nothing to run.  Hopefully I've just omitted something simple 
> >>>>as I've been really dying to use monodevelop.  The details are below and 
> >>>>any advice is obviously appreciated.
> >>>>
> >>>>
> >>>>
> >>>>I'm using Fedora Core 1 and the latest Garnome.
> >>>>
> >>>>## Default code that is already there:
> >>>>
> >>>>// project created on 3/21/04 at 6:11 a
> >>>>using System;
> >>>>
> >>>>class MainClass
> >>>>{
> >>>>	public static void Main(string[] args)
> >>>>	{
> >>>>		Console.WriteLine("Hello World!");
> >>>>	}
> >>>>}
> >>>>
> >>>>
> >>>>
> >>>>## Compiler feedback from within monodevelop:
> >>>>
> >>>>------ Build started: Project: Console3 Configuration: Debug ------
> >>>>Performing main compilation...
> >>>>
> >>>>Build complete -- 0 errors, 0 warnings
> >>>>
> >>>>
> >>>>
> >>>>## Feedback on command line:
> >>>>
> >>>>cannot open assembly /home/chrisv/Projects/Console3/bin/Debug/Console3.exe
> >>>>
> >>>>press any key to continue...
> >>>>
> >>>>_______________________________________________
> >>>>Monodevelop-list mailing list
> >>>>Monodevelop-list@lists.ximian.com
> >>>>http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >>>
> >>>
> >>
> >>_______________________________________________
> >>Monodevelop-list mailing list
> >>Monodevelop-list@lists.ximian.com
> >>http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 
> 
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list