[MonoDevelop] Running MonoDevelop 0.5 on OS X

Elfred Pagan elfred@gmail.com
Wed, 30 Jun 2004 16:49:50 -0400


Hello, After installing monodevelop and receiving some errors, I
finally located the problem. I needed to change the dllmap for
gnome-vfs in
$prefix/lib/monodevelop/bin/MonoDevelop.Gui.Utils.dll.config 
this is what I have:

<configuration>
        <dllmap dll="gnomevfs-2" target="libgnomevfs-2.dylib"/> 
</configuration>

and I also have the following in
$prefix/lib/monodevelop/bin/gdl-sharp.dll.config
<configuration>
  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.0.dylib"/>
  <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
  <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0.so.0"/>
  <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0"/>
</configuration>

Hope that solves everyones issues when getting dllnotfound exceptions at startup
-- 
Elfred Pagan