[Gtk-sharp-list] Well, I'm new and need some infos :)

Mike Kestner mkestner@speakeasy.net
02 Nov 2002 12:45:22 -0600


On Sat, 2002-11-02 at 11:45, Fabio Zanetta wrote:

> Well... "make" does not exists under win32 :) so no compilation can be done.

In order to compile gtk# on win32, you will need a cygwin environment
including the mingw gcc compiler for the glue library build.

> Also: I don't need any compiled version of gtk#: I would like to find out
> the declarations (functions, structs, enums...) in c# used for interfacing
> the c# with the gtk+ libraries that are written in C.

Since the C# wrappers are generated, you will need to at least compile
the code generator.  You can do this manually without the build
environment described above. The generator source is in the generator
dir and is compliled with csc in the win32 build.  The command to invoke
the generator is specified in the api directory, where the generator's
xml input files are located.

-- 
Mike Kestner <mkestner@speakeasy.net>