Created
June 4, 2012 19:49
-
-
Save CartBlanche/2870445 to your computer and use it in GitHub Desktop.
Make Run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dominiques-MacBook-Pro:monodevelop savagesoftware$ make run | |
cd main && make run | |
PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin" PKG_CONFIG_PATH="/Users/savagesoftware/Development/xamarin/monodevelop/local-config:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:" LD_LIBRARY_PATH="" DYLD_FALLBACK_LIBRARY_PATH="" MONO_GAC_PREFIX="/usr/local:" MONODEVELOP_LOCALE_PATH="/Users/savagesoftware/Development/xamarin/monodevelop/main/build/locale" MONO_ADDINS_REGISTRY="/Users/savagesoftware/Development/xamarin/monodevelop/main/build/bin" UBUNTU_MENUPROXY=0 exec -a "monodevelop" /Library/Frameworks/Mono.framework/Versions/Current/bin/mono --debug /Users/savagesoftware/Development/xamarin/monodevelop/main/build/bin/MonoDevelop.exe --no-redirect | |
ERROR [2012-06-04 20:47:22Z]: Error setting process name | |
System.DllNotFoundException: libc.dylib | |
at (wrapper managed-to-native) MonoDevelop.Core.Runtime:prctl (int,byte[],intptr,intptr,intptr) | |
at MonoDevelop.Core.Runtime.unixSetProcessName (System.String name) [0x00000] in /Users/savagesoftware/Development/xamarin/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs:257 | |
at MonoDevelop.Core.Runtime.SetProcessName (System.String name) [0x00010] in /Users/savagesoftware/Development/xamarin/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs:240 | |
ERROR [2012-06-04 20:47:22Z]: Error initialising GLib logging. | |
System.DllNotFoundException: libglib-2.0.0.dylib | |
at (wrapper managed-to-native) GLib.Marshaller:g_malloc (uintptr) | |
at GLib.Marshaller.StringToPtrGStrdup (System.String str) [0x00000] in <filename unknown>:0 | |
at GLib.Log.SetLogHandler (System.String logDomain, LogLevelFlags flags, GLib.LogFunc logFunc) [0x00000] in <filename unknown>:0 | |
at MonoDevelop.Ide.Gui.GLibLogging.set_Enabled (Boolean value) [0x00030] in /Users/savagesoftware/Development/xamarin/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/GLibLogging.cs:50 | |
at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions options) [0x00056] in /Users/savagesoftware/Development/xamarin/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:88 | |
FATAL ERROR [2012-06-04 20:47:22Z]: MonoDevelop failed to start. Some of the assemblies required to run MonoDevelop (for example gtk-sharp, gnome-sharp or gtkhtml-sharp) may not be properly installed in the GAC. | |
System.TypeInitializationException: An exception was thrown by the type initializer for Gtk.Application ---> System.DllNotFoundException: glibsharpglue-2 | |
at (wrapper managed-to-native) GLib.Thread:glibsharp_g_thread_supported () | |
at GLib.Thread.get_Supported () [0x00000] in <filename unknown>:0 | |
at Gtk.Application..cctor () [0x00000] in <filename unknown>:0 | |
--- End of inner exception stack trace --- | |
at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions options) [0x0007e] in /Users/savagesoftware/Development/xamarin/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:95 | |
at MonoDevelop.Ide.IdeStartup.Main (System.String[] args) [0x0004f] in /Users/savagesoftware/Development/xamarin/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:503 | |
make[1]: *** [runmd] Error 255 | |
make: *** [run] Error 2 | |
echo $DYLD_FALLBACK_LIBRARY_PATH | |
/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment