[Gtk-sharp-list] Building gtk-sharp-1.0

Yuri Leikind y.leikind@sam-solutions.net
Fri, 2 Jul 2004 16:00:08 +0300


Hello all,

When compiling gtk-sharp-1.0, I get the following:
make[3]: Entering directory `/home/leikind/src/gtk-sharp-1.0/sample/rsvg'
/opt/bin/mcs /out:svghelloworld.exe ./svghelloworld.cs /r:../../glib/glib-sharp.dll /r:../../pango/pango-sharp.dll /r:../../atk/atk-sharp.dll /r:../../gdk/gdk-sharp.dll /r:../../gtk/gtk-sharp.dll /r:../../rsvg/rsvg-sharp.dll

** (/opt/lib/mono/1.0/mcs.exe:29035): WARNING **: Could not find assembly art-sharp, references from /home/leikind/src/gtk-sharp-1.0/sample/rsvg/../../rsvg/rsvg-sharp.dll (assemblyref_index=3)
     Major/Minor: 1,0
     Build:       0,0
     Token:       35e10195dab3c99f


** (/opt/lib/mono/1.0/mcs.exe:29035): WARNING **: Could not find assembly art-sharp, references from /home/leikind/src/gtk-sharp-1.0/sample/rsvg/../../rsvg/rsvg-sharp.dll (assemblyref_index=3)
     Major/Minor: 1,0
     Build:       0,0
     Token:       35e10195dab3c99f

error CS0006: Cannot find assembly `../../rsvg/rsvg-sharp.dll'
Log: 

Compilation failed: 1 error(s), 0 warnings
make[3]: *** [svghelloworld.exe] Error 1
make[3]: Leaving directory `/home/leikind/src/gtk-sharp-1.0/sample/rsvg'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/leikind/src/gtk-sharp-1.0/sample'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/leikind/src/gtk-sharp-1.0'
make: *** [all] Error 2


The files which failed to be found are in their places:

leikind@pc324:~/src/gtk-sharp-1.0$ find . -name art-sharp.dll
./art/art-sharp.dll
leikind@pc324:~/src/gtk-sharp-1.0$ find . -name rsvg-sharp.dll
./rsvg/rsvg-sharp.dll

Is that a bug in the building system, or in my head?

-- 
Best regards,
Yuri Leikind