[Gtk-sharp-list] Compile gtk# under Windows

Mike Kestner mkestner@speakeasy.net
05 Nov 2002 09:13:10 -0600


On Tue, 2002-11-05 at 06:28, Fabio Zanetta wrote:

> For the docs, for the generator, makefile.win32 has to be renomined as
> makefile.win32.bat and its content should be like this:

There's no need to turn the makefile into a bat file.  You are
apparently not executing your make command in a cygwin shell window.
That would explain why you didn't think make was installed by cygwin as
well. The default install options should have put a cygwin shell
shortcut on your desktop.

> Now, all work fine, but when I try to generate code for gtk-api.xml I
get
> this error and then it crashes... (I think I'm missing something)

Yes, you are missing something.  Are you executing the code generator
command as specified in the api/makefile.win32 like I suggested?

../generator/codegen --generate atk-api.xml gdk-api.xml gdk-symbols.xml
gtk-api.xml gtk-symbols.xml pango-api.xml


-- 
Mike Kestner <mkestner@speakeasy.net>