[Gtk-sharp-list] Error compiling gtk-sharp-1.0.tar.gz

Jeff Wilcox jeffwilcox@gmail.com
Tue, 6 Jul 2004 08:51:19 -0400


Akbar:

I received the same errors with rsvg-sharp and a few other files while
building on Suse 9.1; by entering the ./samples/rsvg and another one
of the samples directories that were having errors and running 'make'
within them, I then had a successful build of the entire gtk# library.

Best of luck, Jeff

On Tue, 06 Jul 2004 14:00:06 +0700, Akbar <melinda_sayang@hotpop.com> wrote:
> Hi,
> 
> I am got problem compiling gtk-sharp-1.0.tar.gz. I am* *using Slackware
> 10. I have installed Mono by source.
> 
> Here's the output:
> 
> .......
> /tmp/gtk-sharp-1.0/sample/rsvg/../../rsvg/rsvg-sharp.dll (a
> ssemblyref_index=3)
>      Major/Minor: 1,0
>      Build:       0,0
>      Token:       35e10195dab3c99f
> 
> ** (/usr/lib/mono/1.0/mcs.exe:17118): WARNING **: Could not find
> assembly art-sh
> arp, references from
> /tmp/gtk-sharp-1.0/sample/rsvg/../../rsvg/rsvg-sharp.dll (a
> ssemblyref_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 `/tmp/gtk-sharp-1.0/sample/rsvg'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/tmp/gtk-sharp-1.0/sample'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/gtk-sharp-1.0'
> make: *** [all] Error 2
> ..........
> 
> What's the problem????
> Thank you.