[MonoDevelop] Make error

Shawn Vose svose@programmerforrent.com
Mon, 10 May 2004 20:57:21 -0400


I added the assemblies to using gacutil and to no avail. 

If anyone has any other suggestions I am all ears.

Many thanks,

Shawn Vose

On Mon, 2004-05-10 at 20:06, Jim Ray wrote:
> check and make sure these aren't in /usr/lib and you are picking those
> up also.
> 
> or delete the whole lot of them and do a make install on all of them 
> again. 
> 
> Also, are you sure it's picking up /usr/local/lib as the dir? 
> 
> jim
> 
> On Mon, 2004-05-10 at 17:06 -0400, Shawn Vose wrote:
> > I am getting an error during the make. I was able to get configure to
> > run without a hitch after I set the PKG_CONFIG_PATH.
> > 
> > This error is not making any sense because when I ls the lib directory
> > being referenced in the make file the referenced dll's are there.
> > 
> > art-sharp.dll    gconf-sharp-peditors.dll  glib-sharp.dll    
> > gtk-sharp.dll    rsvg-sharp.dll
> > atk-sharp.dll    gdk-sharp.dll             gnome-sharp.dll   
> > monodoc.dll      vte-sharp.dll
> > gconf-sharp.dll  glade-sharp.dll           gtkhtml-sharp.dll 
> > pango-sharp.dll
> > 
> > 
> > 
> > Making all in gtksourceview
> > make[1]: Entering directory
> > `/temp/mono/latest/gtksourceview-sharp-0.2/gtksourceview'
> > /usr/local/bin/mcs --unsafe --target library -r atk-sharp.dll -r
> > gdk-sharp.dll -r glib-sharp.dll -r gtk-sharp.dll -r gnome-sharp.dll -r
> > pango-sharp.dll \
> > generated/*.cs ./GtkSourceView.cs ./AssemblyInfo.cs -o
> > gtksourceview-sharp.dll
> > error CS0006: Cannot find assembly `atk-sharp.dll'
> > Log:
> >  
> > error CS0006: Cannot find assembly `gdk-sharp.dll'
> > Log:
> >  
> > error CS0006: Cannot find assembly `glib-sharp.dll'
> > Log:
> >  
> > error CS0006: Cannot find assembly `gtk-sharp.dll'
> > Log:
> >  
> > error CS0006: Cannot find assembly `gnome-sharp.dll'
> > Log:
> >  
> > error CS0006: Cannot find assembly `pango-sharp.dll'
> > Log:
> >  
> > Compilation failed: 6 error(s), 0 warnings
> > make[1]: *** [gtksourceview-sharp.dll] Error 1
> > make[1]: Leaving directory
> > `/temp/mono/latest/gtksourceview-sharp-0.2/gtksourceview'
> > make: *** [all-recursive] Error 1
> > 
> > 
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
>