List Info

Thread: How do I begin working on monodevelop?




How do I begin working on monodevelop?
user name
2007-02-19 03:21:26
I was wondering if anyone could outline their basic procedures when working with additions to monodevelop.  I have it completely compiling with ./autogen --prefix=/usr/local --enable-java --enable-boo  --enable-aspnet --enable-aspnetedit    with make and surprisingly today I opened up the latest SVN of md and it actually compiled from within itself but what I don't understand how to do is actually launch/work with it.  When I launch the MonoDevelop.Startup project from MonoDevelop it pops up saying that it couldn';t load the boo binding add-in even though autogen/make compiles and installs boobinding just fine.


So, to clarify, what i'm looking for is:
1. What commands do you use to build usually
2. If working within monodevelop, how would you tell md not to try to use an add-in, I know how to tell it not to build.
3. How do you launch a newly compiled md from console without installing it?  MonoDevelop.StartUp doesn't produce an executable
4. Any other tips on working on md


Thanks
Re: How do I begin working on monodevelop?
country flaguser name
Poland
2007-02-19 03:56:59
* John Anderson <sontekgmail.com> [2007-02-19
10:21]:
> So, to clarify, what i'm looking for is:
> 1. What commands do you use to build usually

make

(or if Makefiles.am, configure.in, etc changed -
./autogen.sh ...)

> 3. How do you launch a newly compiled md from console
without installing
> it?  MonoDevelop.StartUp doesn't produce an executable

make run
I once asked the same question ;D

> 4. Any other tips on working on md

Like in all programming - have a lot of patience ;)


-- 
Grzegorz "Silk" Sobański                       
silk (at) boktor.net
Error messages from an old Apple C compiler:       http://boktor.net
Call me paranoid but finding '/*' 
inside this comment makes me suspicious
_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: How do I begin working on monodevelop?
user name
2007-02-19 07:21:38
El dl 19 de 02 del 2007 a les 02:21 -0700, en/na John
Anderson va
escriure:
> I was wondering if anyone could outline their basic
procedures when
> working with additions to monodevelop.  I have it
completely compiling
> with ./autogen --prefix=/usr/local --enable-java
--enable-boo
> --enable-aspnet --enable-aspnetedit    with make and
surprisingly
> today I opened up the latest SVN of md and it actually
compiled from
> within itself but what I don't understand how to do is
actually
> launch/work with it.  When I launch the
MonoDevelop.Startup project
> from MonoDevelop it pops up saying that it couldn't
load the boo
> binding add-in even though autogen/make compiles and
installs
> boobinding just fine.
> 
> 
> So, to clarify, what i'm looking for is: 
> 1. What commands do you use to build usually

I run "make" in the root MD directory. Building MD
from inside MD should
work most of the time, but you need to autogen and do a
clean make from
the cmd line before that.

> 2. If working within monodevelop, how would you tell md
not to try to
> use an add-in, I know how to tell it not to build.

You can just disable the add-in using the MD add-in manager
available at
the "Tools/Addin Manager" menu, or by running
"mdtool gsetup".

> 3. How do you launch a newly compiled md from console
without
> installing it?  MonoDevelop.StartUp doesn't produce an
executable

make run

> 4. Any other tips on working on md

Checkout two source code trees in your system: one to use
as
"production" (the one you will use to run MD for
your daily work), and
one for "development" (the one you'll actually be
modifying). So, you
start the production MD and open the development MD project.
Keep an
open console in the development MD dir, and use make, make
clean, make
run or whatever you need to do.

I hope that helps!
Lluis.


_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )