[Mono-docs-list] Error running browser.exe

Fawad Halim fawad@fawad.net
Mon, 20 Jan 2003 21:37:53 -0600


Guys, that worked out perfectly. Thanks a million I still get to keep my 
gal-devel from stock redhat thanks to GNU stow. WHat I did:

$ cvs co -r gal-2 gal
$ cvs co -r gnome-2-port gtkhtml
$ cd gal
$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
$ ./autogen.sh --prefix=/usr/local/stow/gnome-for-mono&&make
# make install

Do the same for gtkhtml. then
# stow -v gnome-for-mono.

That way all the non-default files get dropped into /usr/local/*

Continuing the tradition, here's a screenshot on my machine:
http://www.linuxpakistan.net/images/screenshots/monodoc-browser.png

-fawad

P.S. Have you guys considered maintaining a wiki for storing tidbits 
like this? I'm putting some of the mono stuff I'm learning into the wiki 
at the linuxpakistan.net website. It'd be great if mono had an official 
wiki which people could refer and maybe grab periodic snapshots of.


Duncan Mak wrote:
> On Sat, 2003-01-18 at 19:42, Duncan Mak wrote:
> 
>>Please check out the following modules:
>>
>>	cvs co -r gal-2 gal
>>	cvs co -r gnome-2-port gtkhtml
>>
>>and install them. They will get your libgtkhtml-3.0, which is gtkhtml
>>(not gtkhtml2) ported to the gnome2 platform.
> 
> 
> If you have problems building gtkhtml, you probably still have the
> gal-devel package installed. Remove those and all should go smoothly.
>