[MonoDevelop] MonoDevelop doesn't start anymore

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Oct 15 03:21:01 EDT 2009


Installing Mono from source into /usr or /usr/local is usually a BAD idea if
you don't know what you're doing, and especially if you have packages
installed:

http://mjhutchinson.com/journal/2007/11/08/how_not_break_mono

To build from source, please set up a proper parallel mono using the
instructions linked from the above post.

Regarding the original problem, the log was not attached, so we cannot
diagnose the issue.

On Oct 15, 2009 3:02 AM, "Petit Eric" <surfzoid at gmail.com> wrote:

You can do
mkdir -p ~/tmp/mono
cd ~/tmp/mono
svn co http://anonsvn.mono-project.com/source/trunk/mono
svn co http://anonsvn.mono-project.com/source/trunk/mcs
svn co http://anonsvn.mono-project.com/source/trunk/libgdiplus
svn co http://anonsvn.mono-project.com/source/trunk/monodevelop

cd mono
./autogen.sh --prefix=/usr && make && sudo make install
cd ../libgdiplus
./autogen.sh --prefix=/usr && make && sudo make install
cd ../monodevelop
./configure --prefix=/usr && make && sudo make install


2009/10/14 Smjert <smjert30 at libero.it>:

> > I'm running on Debian Lenny, i installed with Synaptic MonoDevelop (1.0)
and > Mono (1.9.1), the...
--
Cordially.

Small Eric Quotations of the days:
---------------------------------------------------------------------------
I have no special talents. I am only passionately curious

_______________________________________________ Monodevelop-list mailing
list Monodevelop-list at lists...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20091015/996b6171/attachment.html 


More information about the Monodevelop-list mailing list