[Mono-devel-list] [MonoDevelop] MonoDevelop on MAC OS X [Working]

Herr Witten lingwitt at bellsouth.net
Thu Jun 10 00:37:31 EDT 2004


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.");
	}




More information about the Mono-devel-list mailing list