[Gtk-sharp-list] FW: gtk-sharp problems on macos x

gennady wexler adyler@winisp.net
Fri, 13 Aug 2004 19:33:29 -0700


 hello,
 
 I was hoping someone can help me out. I build and installed everything
 on my  mac os 10.3 as recommended in this article:
 http://www.mono-project.com/using/macos.html twice now.
 
 I get all the way to successfully building and installing of gtk#, however
 when I try to run any of the sample applications I get this exception:
 
 apple:~/mono/gtk-sharp-1.0/sample adyler$ mono ./treeviewdemo.exe --verbose
 
 Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll
 in <0x000dc> (wrapper managed-to-native) Gtk.Application:gtk_init
 (int&,intptr&)
 in <0x0004c> Gtk.Application:Init ()
 in <0x00038> GtkSamples.TreeViewDemo:.ctor ()
 in <0x00030> GtkSamples.TreeViewDemo:Main (string[])
 
 which indicates that it is looking for a windows/win32 library? I don't
 obviosuly have any of those.
 
 has anyone seen this and knows how to build gtk# so it actually targets and
 works on macsx?
 
 thanks so much for any help you provide!