[Mono-docs-list] [PATCH] Monodoc Gecko support improved

Todd Berman tberman at off.net
Fri Jul 29 21:31:46 EDT 2005


On Fri, 2005-07-29 at 18:23 -0700, Todd Berman wrote:
> On Sat, 2005-07-30 at 02:36 +0200, Mario Sopena wrote:
> > Hola,
> > 
> > On 7/30/05, Todd Berman <tberman at off.net> wrote:
> > > I am curious how this works. My copy of gecko# is 0.6, and it is built
> > > against gtk# 2.0, this prevents it from being used to built monodoc. So
> > > this check here doesn't work.
> > Where did you get this gecko# 0.6? Because the one in SVN is gecko#2
> > which requires gtk#2 and the gecko# 0.6 from tarballs require gtk#
> > 1.0. AFAIK, gecko# should be built for gtk#1.0 and gecko#2 for gtk#2.
> > 
> 
> Ah, maybe my version is before the pc file was version bumped.


Actually. I found the issue.

The issue was I had both the gecko-sharp.pc and gecko-sharp-2.0.pc. And
since the gecko-sharp.pc was version 0.6, and points to the
gecko-sharp.dll built against 2.0 (because they both point
to /usr/lib/mono/gecko-sharp/gecko-sharp.dll, which is a symlink in my
case the to 2.0 version). It was 'finding' gecko-sharp 0.6.

--Todd



More information about the Mono-docs-list mailing list