[Gtk-sharp-list] Installing Gtk# on Windows

Alexy Khrabrov deliverable at gmail.com
Wed Nov 19 13:25:55 EST 2008


Greetings -- I've followed instructions in

http://www.mail-archive.com/gtk-sharp-list@lists.ximian.com/msg03569.html

to build myself a ki'l gtk# 2.12.5 on Windows, it compiled.  However  
"make install" fails.

Where are you supposed to install the DLLs and how?  When I tried to  
refer gtk-sharp.dll by path, it referred to fine (yay!), but when  
running, said can't find gtkglue-2.dll.  I found that in gtk/.libs,  
but VS wouldn't add it to the References!

One my urge was to just do

find /path/to/gtk/build -name "*.dll" -exec gacutil -i {} \;

-- but then there're all these .config files and whatnot.  Moreover,  
it didn't work with the .NET 1.1 gacutil used for building!  

So I went ahead and installed .NET 3.5.  Should I do the above?  Why  
can't we use the same latest .NET in the build?

Cheers,
Alexy


More information about the Gtk-sharp-list mailing list