[MonoDevelop] monodevelop build from svn?

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Oct 25 21:14:35 EDT 2007


On 10/25/07, Dale Moore <daleemoore at gmail.com> wrote:
> Dear Michael;
>
> I'm running Mono from the SUSE repos.

Please update to the mono-project.com repos, as they have 1.2.5.1.
<snip>

> ---------------------- Done ----------------------
>
> Build: 0 errors, 63 warnings
>

Okay, so it builds fine. The problems happen when you run it from
MD... as some environment variables and stuff need to be set up for MD
it to work correctly.

Could you try running it with "make run"? This is the only supported
way of running MD without installing it (it keeps a separate addin
database).

One more thing to note: if you have an old (pre-0.15) MD installed,
you should clean it out ("rm -rf /usr/local/lib/monodevelop" or
whatever) before installing the newer one. It's probably a good idea
to do this anayway.

BTW, I think "monodevelop >t1.txt 2&>t1.txt" would just end up with
each of stdout and stderr repeatedly overwriting what the other had
written. I think "monodevelop 2>&1 > t1.txt" would work better (but I
could easily be wrong).

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list