[Gtk-sharp-list] How to check for gtk#

Martin Baulig martin@gnome.org
07 Mar 2003 15:38:03 +0100


Hi guys,

since the 0.2.1 release of the Mono Debugger was a bad accident (there was a typo in
configure.in which made it impossible to build the GUI), I'll make a 0.2.2 tonight.

The Mono Debugger uses gtk# like any "normal" gtk# application, but it also uses the
gapi_codegen.exe to build a few custom widgets.

Since I want to make it as easy as possible for people to compile and use the debugger,
I'm wondering what the recommended way of checking for gtk# is.

Can I just assume that the dll's are always in Mono's search path (so I can just say -r
glib-sharp.dll etc. in my makefile's) or do I need to check for it and if so, then how ?

-- 
Martin Baulig
martin@gnome.org
martin@ximian.com