[MonoDevelop] Build from SVN [was:Trying to build 0.5.1 - a bit closer...]

Brian Pickles brianh@bsquaredsen.co.uk
Sun, 21 Nov 2004 09:40:25 +0000


James Fitzsimons wrote:
> Hi all, getting closer...
> 
> On Sat, 2004-11-20 at 22:10, Brian Pickles wrote:
> 
>>that don't compile. You probably need to change the reference to 
>>'Mono.Posix.FilePermissions' to 'Mono.Posix.FileMode'. You will find 
> 
> 
> Thanks Brian, that fixed it alright.
> 
> I managed to fix another problem by myself, but now I am stuck on the
> following error:
> 
> ./Gui/BrowserDisplayBinding/HtmlViewPane.cs(187) error CS1502: The best
> overloaded match for method 'void Gtk.VBox.PackStart (Gtk.Widget)' has
> some invalid arguments
> ./Gui/BrowserDisplayBinding/HtmlViewPane.cs(187) error CS1503: Argument
> 0: Cannot convert from 'MonoDevelop.Gui.HtmlControl.MozillaControl' to
> 'Gtk.Widget'
> ./Gui/BrowserDisplayBinding/HtmlViewPane.cs(187) error CS1501: No
> overload for method `PackStart' takes `1' arguments
> 
> Strange thing is, I looked at the same file in 0.5.1 and this code
> hasn't changed... Anyone know what the solution is?
> 
> Cheers,
> James Fitzsimons
> 

Hi all,

I also have had this same problem for about a week now. Did not have 
chance to look at it until yesterday. Can anybody compile MonoDevelop 
from svn?

I noticed this in the gtkmozembed-sharp ReadMe:-

**************
This is gtkmozembed-sharp.  To use it, you need two things:

1) A working mozilla build.
    Note, the build *must* use gtk2.  You can do this by adding:
    ac_add_options --enable-default-toolkit=gtk2
    to your .mozconfig file.

    Also note, this needs gtk2.
***************

Not sure whether my Mozilla installed from deb uses GTK2 so was trying 
yesterday to compile Mozilla from source but ran into problems with my 
Pango libraries which I need to resolve.

Brian Pickles