[MonoDevelop] monodevelop build from svn?

Dale Moore daleemoore at gmail.com
Tue Oct 23 23:47:33 EDT 2007


Oops, I speak too soon:( It's interesting that the first build builds some
stuff, the second others, the third more different thingys. The fourth exits
the build. SIGSEGV strikes again:( Would you like me to collect more
information or am I waisting your time?

On 10/23/07, Dale Moore <daleemoore at gmail.com> wrote:
>
> Thanks for the pointers Michael!
>
> Others, perhaps as confused as I; might enjoy the following:
>
> dalem at BrainIac:~/Projects/monodevelop> ./autogen.sh
> **Error**: You must have `intltoolize' installed to compile MonoDevelop.
> dalem at BrainIac:~/Projects/monodevelop> sudo zypper install inittool
>
> Now ./autogen.sh does many good things. And I launch monodevelop, open
> monodevelop and tell her to run, baby; run. Many wonderful things happen
> with only warnings in Build, but Application gets:
>
> Cannot open assembly
> /home/dalem/Projects/monodevelop/build/bin/MonoDevelop.exe.
>
> And there is no MonoDevelop.exe in the /home/dalem/Projects/monodevelop/
> branch. MonoDevelop help about version 0.16.0.0/usr/lib/monodevelop/bin/MonoDevelop.exe. So I exit monodevelop and start
> her up again; then open the monodevelop solution coax her to run baby, run
> again. This time lots of other stuff gets built and version 0.0.0.0 runs.
>
> Thank you bunches!
> Dale E. Moore
>
> On 10/23/07, Michael Hutchinson < m.j.hutchinson at gmail.com> wrote:
> >
> > On 10/23/07, Dale Moore < daleemoore at gmail.com> wrote:
> > > Howdy y'all;
> > >
> > > Is it reasonable to build monodevelop from svn with monodevelop 0.16on my
> > > openSUSE 10.3 platform? If not then much of this might be worthless:(
> >
> > Compiling MD on OpenSUSE 10.3 should be fine -- I do it myself.
> > However, although it's now possible to build MD from within MD (and
> > 0.16 should be fine), it still relies on the autotools build system to
> > some extent for some parts of the build (thanks to MD's makefile
> > integration features, which enable things that are not otherwise
> > possible). This caused the problems you detailed in the rest of your
> > email -- missing makefile targets, invalid makefiles etc.
> >
> > Just make sure that you run ./autogen.sh in the root MD directory
> > after checking out from svn. This generates the configure script
> > (which you can later re-run with different configure options such as
> > --enable-boo), which in turn generates the makefiles.
> >
> > Having generated the makefiles, you can either use MD to compile MD or
> > run "make". The "make run" target is useful for testing before you
> > install with "make install".
> >
> > --
> > Michael Hutchinson
> > http://mjhutchinson.com
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20071023/0ef45671/attachment.html 


More information about the Monodevelop-list mailing list