[MonoDevelop] Make error

Shawn Vose svose@programmerforrent.com
Mon, 10 May 2004 17:06:50 -0400


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