« Return to Thread: Compile problems

Compile problems

by Jacob Ilsø Christensen :: Rate this Message:

Reply to Author | View in Thread

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?

Regards,
Jacob


_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list

 « Return to Thread: Compile problems