[Gtk-sharp-list] gtk-sharp-0.2, "6 Days in Vegas" released

Moritz Balz verteiler@mbalz.de
Sun, 23 Jun 2002 23:44:57 +0200


ah, i tried configure instead of autogen.sh, now it works.


Moritz Balz wrote:

> Hi,
> I just tried to compile this. After doing ./autogen.sh and make I got 
> this errors:
>
> -- snip --
> make[1]: Wechsel in das Verzeichnis Verzeichnis 
> »/home/ich/gtk-sharp-0.2/pango«
> mcs --unsafe --target library -L ../glib -r glib-sharp -o 
> pango-sharp.dll --recurse '*.cs'
> ./generated/AttrList.cs(11) error CS0246: Can not find type `GLib.Boxed'
> ./generated/Color.cs(11) error CS0246: Can not find type `GLib.Boxed'
> ./generated/FontDescription.cs(11) error CS0246: Can not find type 
> `GLib.Boxed'
> ./generated/FontMetrics.cs(11) error CS0246: Can not find type 
> `GLib.Boxed'
> ./generated/GlyphString.cs(11) error CS0246: Can not find type 
> `GLib.Boxed'
> ./generated/TabArray.cs(11) error CS0246: Can not find type `GLib.Boxed'
> ./generated/Context.cs(37) error CS0246: Cannot find type 
> `Pango.FontDescription'
> ./generated/Context.cs(70) error CS0246: Cannot find type 
> `Pango.FontDescription'
> ./generated/Font.cs(22) error CS0246: Cannot find type 
> `Pango.FontDescription'
> ./generated/FontFace.cs(22) error CS0246: Cannot find type 
> `Pango.FontDescription'
> ./generated/FontMap.cs(31) error CS0246: Cannot find type 
> `Pango.FontDescription'
> ./generated/Fontset.cs(31) error CS0246: Cannot find type 
> `Pango.FontMetrics'
> ./generated/Layout.cs(36) error CS0246: Cannot find type 
> `Pango.FontDescription'
> ./generated/Layout.cs(179) error CS0246: Cannot find type 
> `Pango.AttrList'
> ./generated/Layout.cs(257) error CS0246: Cannot find type 
> `Pango.TabArray'
> Error: Compilation failed
> -- snip --
>
> As far as I could see the glib-sharp.dll was already compiled.
>
> Can anyone help me with that? Would be great.
> Thanks
> Moritz
>
>
>
> Mike Kestner wrote:
>
>> Announcing release 0.2 of Gtk#, codenamed "6 days in Vegas!"
>>
>> Binaries and source tarballs are available for download at your
>> convenience:
>>
>> http://gtk-sharp.sourceforge.net/
>>
>> About Gtk#:
>>
>> Gtk# is C# language binding for the Gtk+ Graphical User Interface
>> toolkit.  Well, that's understating it a bit.  It's really a set of
>> classes in IL assemblies which can be accessed by any .Net compatible
>> language.  To this date, Gtk# has been seen in the wild under the
>> control of C# and LOGO code. People are now starting to do significant
>> things with Gtk#, but it is still largely unproven and not recommended
>> for production work.
>>
>> Changes since 0.1:
>>
>> - Linux Hosting : Gtk# now builds and runs on linux, in addition to
>> building on win32.  Thanks to Joe Shaw for numerous Gtk# linux build
>> fixes, in addition to taking the reigns on mono/mcs bug reporting, and
>> thanks to the mono team for fixing the bugs.
>> - GValue binding and property support via the new glue lib: MK
>> - Build System enhancements: Joe Shaw, Rachel Hestilow, Michael Meeks,
>> and MK.
>> - Customization support: MK, Rachel
>> - New Menu Sample app: MK
>> - Refactoring of the code generator: MK, Rachel
>> - Type alias support: MK
>> - GTimeout support: MK
>> - Metadata post processor for the XML parser: Rachel
>> - (Text|Tree)Iter support: Rachel
>> - "out" parameter generation: Rachel
>> - GdkPixbuf library support: Rachel, MK
>> - Methods with GErrors throw exceptions: Rachel
>> - Enhanced Method/Signal collision mapping: Rachel
>> - C# property accessors for Get|Set methods: Rachel
>> - Interface support: Rachel
>>
>> Contact:
>>
>> Discussion of Gtk# occurs at gtk-sharp-list@ximian.com.  Questions and
>> bug reports should be directed there.
>>
>>
>>
>>
>> _______________________________________________
>> Gtk-sharp-list maillist  -  Gtk-sharp-list@ximian.com
>> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>>
>>  
>>
>
>
>
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>