[MonoDevelop] Still unable to run monodevelop on OS X

Todd Berman tberman@off.net
Wed, 30 Jun 2004 14:15:11 -0400


You need to have gnomevfs-2 installed. Potentially installing the -devel 
package from your distro will solve this, I will try and fix this -devel 
dependancy. Please file a bug with this backtrace so it gets on 
someone's radar.

--Todd

Elfred Pagan wrote:
> I just finished building 0.5, and I get the following exception while running:
> 
> Creating DefaultWorkbench
> Loading error, please reinstall :
> System.Reflection.TargetInvocationException: Exception has been thrown
> by the target of an invocation. ---> System.DllNotFoundException:
> gnomevfs-2
> in <0x000d4> (wrapper managed-to-native)
> MonoDevelop.Gui.Utils.Vfs:gnome_vfs_init ()
> in <0x00014> MonoDevelop.Gui.Utils.Vfs:get_Initialized ()
> in <0x00124> MonoDevelop.Gui.Widgets.FileBrowser:.ctor ()
> in <0x00084> MonoDevelop.Gui.Pads.FileScout:.ctor ()
> in (unmanaged) (wrapper managed-to-native)
> System.Reflection.MonoCMethod:InternalInvoke (object,object[])
> in <0x0008c> (wrapper managed-to-native)
> System.Reflection.MonoCMethod:InternalInvoke (object,object[])
> in <0x000f4> System.Reflection.MonoCMethod:Invoke
> (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
> --- End of inner exception stack trace ---
> 
> in <0x00168> System.Reflection.MonoCMethod:Invoke
> (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
> in <0x00060> System.Reflection.MonoCMethod:Invoke
> (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
> in <0x0006c> System.Reflection.ConstructorInfo:Invoke (object[])
> in <0x001a4> System.Activator:CreateInstance (System.Type,bool)
> in <0x00020> System.Activator:CreateInstance (System.Type)
> in <0x00068> System.Reflection.Assembly:CreateInstance (string,bool)
> in <0x00034> System.Reflection.Assembly:CreateInstance (string)
> in <0x0016c> MonoDevelop.Core.AddIns.AddIn:CreateObject (string)
> in <0x00060> MonoDevelop.Core.AddIns.Codons.ClassCodon:BuildItem
> (object,System.Collections.ArrayList,MonoDevelop.Core.AddIns.Conditions.ConditionCollection)
> in <0x00220> MonoDevelop.Core.AddIns.DefaultAddInTreeNode:BuildChildItems
> (object)
> in <0x00098> MonoDevelop.Gui.DefaultWorkbench:UpdateViews
> (object,System.EventArgs)
> in <0x0006c> MonoDevelop.Commands.InitializeWorkbenchCommand:Run ()
> in <0x00760> MonoDevelop.SharpDevelopMain:Main (string[])
> 
> Any ideas how to fix this? Should I file a bug report? where?
> thanks