[MonoDevelop] Trying to run Monodevelop from source

Mike Christensen mike at kitchenpc.com
Wed Aug 3 05:42:14 EDT 2011


Hi all -
I've been trying for days to get Monodevelop to run from the source.
Everything compiles just fine, but when I run it I get:

mike at dev:~/mono/monodevelop> make run --debug
GNU Make 3.82
Built for x86_64-unknown-linux-gnu
Copyright (C) 2010  Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
 File `run' does not exist.
Must remake target `run'.
Invoking recipe from Makefile:50 to update target `run'.
cd main && make run
GNU Make 3.82
Built for x86_64-unknown-linux-gnu
Copyright (C) 2010  Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
 File `run' does not exist.
   File `runmd' does not exist.
  Must remake target `runmd'.
Invoking recipe from Makefile:1004 to update target `runmd'.
make[1]: Entering directory `/home/mike/mono/monodevelop/main'
PATH="/home/mike/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin"
PKG_CONFIG_PATH="/home/mike/mono/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="/home/mike/mono/monodevelop/main/build/locale"
MONO_ADDINS_REGISTRY="/home/mike/mono/monodevelop/main/build/bin"
UBUNTU_MENUPROXY=0 exec -a "monodevelop" /usr/local/bin/mono --debug
/home/mike/mono/monodevelop/main/build/bin/MonoDevelop.exe
Unhandled Exception: System.TypeLoadException: A type load exception
has occurred.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: A type
load exception has occurred.
make[1]: *** [runmd] Error 1
make[1]: Leaving directory `/home/mike/mono/monodevelop/main'
make: *** [run] Error 2
mike at dev:~/mono/monodevelop>


Any ideas?  Thanks!
Mike


More information about the Monodevelop-list mailing list