Re: [Mono-devel-list] Building mono-tools

2005-07-27 Thread Miguel de Icaza
Hello Ben, Am somewhat confused as to why people are even able to get past the configure stage, seeing as we have: PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp = 0.6) One thing that might be an issue is that I wasn't able to find a tarball of gecko-sharp 0.6 anywhere on the Mono

Re: [Mono-devel-list] Building mono-tools

2005-07-27 Thread Mario Sopena
Hello, On 7/27/05, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello Ben, Am somewhat confused as to why people are even able to get past the configure stage, seeing as we have: PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp = 0.6) One thing that might be an issue is that I wasn't

Re: [Mono-devel-list] Building mono-tools

2005-07-27 Thread Joe Shaw
Hi, On Wed, 2005-07-27 at 10:42 +0200, Mario Sopena wrote: I'm not Ben but there is a tarball here: http://www.go-mono.com/packagers/gecko-sharp/gecko-sharp-0.6.tar.gz Yeah, this is where we've been pointing people who build Beagle as well. The only problem I found there is that

[Mono-devel-list] Building mono-tools

2005-07-25 Thread Paul
Hi, I have both the bog standard and developer versions of gtk-sharp installed (as I've been told that they are happy side by side). However, when I try to compile mono-tools, I'm getting the following error which prevents the build. Any ideas what's going on? ./elabel.cs(74) warning CS0108:

Re: [Mono-devel-list] Building mono-tools

2005-07-25 Thread Ben Maurer
On Mon, 2005-07-25 at 22:03 +0100, Paul wrote: ./HtmlRender.cs(64) error CS1503: Argument 1: Cannot convert from `Gecko.WebControl' to `Gtk.Widget' ./HtmlRender.cs(64) error CS1501: No overload for method `Add' takes `1' arguments make[1]: *** [browser.exe] Error 1 make: *** [all-recursive]

Re: [Mono-devel-list] Building mono-tools

2005-07-25 Thread Paul
Hi, You're are om the 2.0 version of gecko-sharp, you need version 1.0. Blast and rude words! Actually I was working on a patch to make monodoc work with gecko 2.0, does anyone think that it would be worth while? You have one vote from this direction for such a patch :-) TTFN Paul --

Re: [Mono-devel-list] Building mono-tools

2005-07-25 Thread Ben Maurer
On Mon, 2005-07-25 at 14:06 -0700, Rafael Ferreira wrote: You're are om the 2.0 version of gecko-sharp, you need version 1.0. Am somewhat confused as to why people are even able to get past the configure stage, seeing as we have: PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp = 0.6) Actually I