|
List Info
Thread: Problems compiling and running monodevelop.
|
|
| Problems compiling and running
monodevelop. |

|
2007-12-28 07:22:24 |
|
Hi to all,
I tried to compilied monodevelop... and tried to do the "make run" command and the splash screen freezes and then it gives me this error message: -----
Does anyone knows where the problem could be?
I have tried a lot... and haven't found a solution why is this happening. -----------------------------------------
oramirez monalisa:~/monodevelop$ make run cd main && make run make[1]: Entering directory `/home/oramirez/monodevelop/main' cd build/bin && MONO_ADDINS_REGISTRY=. MOZILLA_FIVE_HOME=/usr/lib/xulrunner LD_LIBRARY_PATH=`echo ":/usr/lib/xulrunner" | sed 's/^://g'` PKG_CONFIG_PATH=`echo ":/usr/lib/pkgconfig/../../lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/" | sed 's/^://g'` exec -a "monodevelop" /usr/bin/mono --debug
MonoDevelop.exe
(MonoDevelop:1316): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type `(null)9; Stacktrace:
at (wrapper managed-to-native) Gtk.Container.gtksharp_container_override_child_type
(GLib.GType,Gtk.Container/ChildTypeDelegate) <0xffffffff> at (wrapper managed-to-native) Gtk.Container.gtksharp_container_override_child_type (GLib.GType,Gtk.Container/ChildTypeDelegate) <0x0009c> at
Gtk.Container.OverrideChildType (GLib.GType) <0x000bc> at (wrapper runtime-invoke) Gtk.Widget.runtime_invoke_void_GType (object,intptr,intptr,intptr) <0x00080> at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke
(object,object[]) <0xffffffff> at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[]) <0x00098> at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags
,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x0012c> at System.Reflection.MethodBase.Invoke (object,object[]) <0x00040> at GLib.Object.ConnectDefaultHandlers (GLib.GType,System.Type
) <0x00254> at GLib.Object.RegisterGType (System.Type) <0x00150> at GLib.Object.LookupGType (System.Type) <0x00168> at GLib.Object.RegisterGType (System.Type) <0x00074> at GLib.Object.LookupGType
(System.Type) <0x00168> at GLib.Object.LookupGType () <0x00034> at GLib.Object.CreateNativeObject (string[],GLib.Value[]) <0x00114> at Gtk.Object.CreateNativeObject (string[],GLib.Value[]) <0x00030>
at Gtk.Widget.CreateNativeObject (string[],GLib.Value[]) <0x00030> at Gtk.Container..ctor () <0x0008c> at MonoDevelop.Components.DockToolbars.FixedPanel..ctor () [0x0000b] in /home/oramirez/monodevelop/main/src/core/MonoDevelop.Components/MonoDevelop.Components.DockToolbars/FixedPanel.cs:46
at MonoDevelop.Components.DockToolbars.DockToolbarPanel..ctor (MonoDevelop.Components.DockToolbars.DockToolbarFrame,MonoDevelop.Components.DockToolbars.Placement) [0x00019] in /home/oramirez/monodevelop/main/src/core/MonoDevelop.Components/MonoDevelop.Components.DockToolbars/DockToolbarPanel.cs:52
at MonoDevelop.Components.DockToolbars.DockToolbarFrame..ctor () [0x0003e] in /home/oramirez/monodevelop/main/src/core/MonoDevelop.Components/MonoDevelop.Components.DockToolbars/DockToolbarFrame.cs:56 at MonoDevelop.Components.Commands.CommandFrame..ctor
(MonoDevelop.Components.Commands.CommandManager) [0x00000] in /home/oramirez/monodevelop/main/ | |