[MonoDevelop] MonoDevelop on MAC OS X [Working]

Herr Witten lingwitt@bellsouth.net
Thu, 10 Jun 2004 00:37:31 -0400


I got it to work, but I had to:

Follow Miguel's blog at http://www.go-mono.com/monologue/ and

add this to the GetVariableFromPkgConfig() method in 
SystemAssemblyService.cs:

if (var == "libdir")
         return "/sw/lib";

and eat an exception in CSharpBindingCompilerManager.cs in the 
DoCompilation() method:

try{p.Start();}
	catch (System.ComponentModel.Win32Exception e)
	{
      		System.Console.WriteLine(e.Message + ". Check the path.");
	}