[MonoDevelop] Compile problems

John Luke john.luke at gmail.com
Wed Nov 16 16:55:24 EST 2005


On Wed, 2005-11-16 at 22:22 +0100, Jacob Ilsø Christensen wrote:
> Hi.
> 
> I am trying to compile MonoDevelop from SVN. I use mono 1.1.8.3.
> Everything works except for one line in Combine.cs:
> 
> using Mono.Unix.Native;
> 
> I have to change this to:
> 
> using Mono.Unix;
> 
> Am I using a wrong version of mono?
> 
I believe Mono.Unix.Native is new to 1.1.9, 1.1.10 for sure.
Perhaps whoever changed it can update configure.in and README files with
the new mono dependency information?

I believe there are also other reasons we depend on 1.1.9



More information about the Monodevelop-list mailing list