[MonoDevelop] Trouble in paradise. (Can't find assemblies...)

Dennis Boylan mono@b-lan.com
Tue, 22 Jun 2004 17:31:38 -0400


On Tue, Jun 22, 2004 at 04:43:19PM -0400, Todd Berman wrote:
> Dennis Boylan wrote:
> >Just checked out r1805 and thought I would give it a spin.  I've updated my
> >mono to 0.96.20040622 to give it a try.  But, for some reason mcs can't 
> >find
> >gtksourceview-sharp.dll or gecko-sharp.dll while trying to compile 
> >gdldock/gdl.
> 
> What is the output of:
> 
> pkg-config --libs gtksourceview-sharp

[dennis@Shuttle MonoDevelop-r1805]$ pkg-config --libs gtksourceview-sharp
-r:gtksourceview-sharp.dll -lib:/usr/lib/mono/gtk-sharp  

> and
> pkg-config --libs gecko-sharp

[dennis@Shuttle MonoDevelop-r1805]$ pkg-config --libs gecko-sharp        
-r:/usr/lib/mono/gecko-sharp/gecko-sharp.dll  

- Dennis
> 
> --Todd