[Gtk-sharp-list] Installing GTK# for Mac Issues solved.

Chris Ridd chris.ridd@isode.com
Mon, 16 Aug 2004 12:27:06 +0100


On 14/8/04 6:06 am, gennady wexler <adyler@winisp.net> wrote:

> I see this too after I upgraded to 1.0.1 version of Mono.
> 
> see if you can back up to 1.0, I had no problems compiling there.
> 
> 
> On 8/13/04 9:37 PM, "SA" <phinsxiii@knology.net> wrote:
> 
>> Ok.  So I lied.
>> 
>> make crapped out with the following error:
>> 
>> Making all in rsvg
>> /usr/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
>> 
>> **  
>> (/Library/Frameworks/Mono.framework/Versions/1.0/lib/mono/1.0/mcs.exe:
>> 6297): WARNING **: Could not find assembly art-sharp, references from
>> /Users/dakota/Desktop/gtk-sharp-1.0/sample/rsvg/../../rsvg/rsvg-
>> sharp.dll (assemblyref_index=3)
>>       Major/Minor: 1,0
>>       Build:       0,0
>>       Token:       35e10195dab3c99f

No, that's a problem with the Makefile in gtk-sharp/sample/rsvg. I've added
bug #63136 for this.

Edit sample/rsvg/Makefile.in so that the long line starting "assemblies"
ends "../../art/art-sharp.dll ../../rsvg/rsvg-sharp.dll" instead of
"../../rsvg/rsvg-sharp.dll".

Cheers,

Chris