[Gtk-sharp-list] build fails

Mike Kestner mkestner@speakeasy.net
Thu, 18 Jul 2002 09:45:02 -0700 (PDT)


On Thu, 18 Jul 2002, Guenther Roith wrote:

> Build fails with:
> 
> generated\IconTextItem.cs(126,16): warning CS1595:
> 'GtkSharp.TextChangedHandler'
>         ist mehrfach definiert. Die Definition von
> 
> 'c:\mono-0.10\gtk-sharp\gnome\generated\GtkSharp.TextChangedHandler.cs'
>         wird verwendet.

You can certainly disable the gnome build if you are building for win32. It
is highly unlikely you're going to see native dll's to support those wrappers
any time soon.

I think we have it in the build in order to generate docs for the libs,
since mcs doesn't support docs yet. I will look into this problem this
evening if nobody gets to it first.

Mike