зеркало из https://github.com/mono/mail-archives.git
156 строки
6.1 KiB
HTML
156 строки
6.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Gtk-sharp-list] gtk-sharp-0.2, "6 Days in Vegas" released
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:verteiler%40mbalz.de">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="000133.html">
|
|
<LINK REL="Next" HREF="000130.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Gtk-sharp-list] gtk-sharp-0.2, "6 Days in Vegas" released
|
|
</H1>
|
|
<B>Moritz Balz
|
|
</B>
|
|
<A HREF="mailto:verteiler%40mbalz.de"
|
|
TITLE="[Gtk-sharp-list] gtk-sharp-0.2, "6 Days in Vegas" released">verteiler@mbalz.de
|
|
</A><BR>
|
|
<I>Sun, 23 Jun 2002 23:28:55 +0200</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="000133.html">[Gtk-sharp-list] gtk-sharp-0.2, "6 Days in Vegas" released
|
|
</A></li>
|
|
<LI> Next message: <A HREF="000130.html">[Gtk-sharp-list] gtk-sharp-0.2, "6 Days in Vegas" released
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#129">[ date ]</a>
|
|
<a href="thread.html#129">[ thread ]</a>
|
|
<a href="subject.html#129">[ subject ]</a>
|
|
<a href="author.html#129">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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:
|
|
|
|
><i>Announcing release 0.2 of Gtk#, codenamed "6 days in Vegas!"
|
|
</I>><i>
|
|
</I>><i>Binaries and source tarballs are available for download at your
|
|
</I>><i>convenience:
|
|
</I>><i>
|
|
</I>><i><A HREF="http://gtk-sharp.sourceforge.net/">http://gtk-sharp.sourceforge.net/</A>
|
|
</I>><i>
|
|
</I>><i>About Gtk#:
|
|
</I>><i>
|
|
</I>><i>Gtk# is C# language binding for the Gtk+ Graphical User Interface
|
|
</I>><i>toolkit. Well, that's understating it a bit. It's really a set of
|
|
</I>><i>classes in IL assemblies which can be accessed by any .Net compatible
|
|
</I>><i>language. To this date, Gtk# has been seen in the wild under the
|
|
</I>><i>control of C# and LOGO code. People are now starting to do significant
|
|
</I>><i>things with Gtk#, but it is still largely unproven and not recommended
|
|
</I>><i>for production work.
|
|
</I>><i>
|
|
</I>><i>Changes since 0.1:
|
|
</I>><i>
|
|
</I>><i>- Linux Hosting : Gtk# now builds and runs on linux, in addition to
|
|
</I>><i>building on win32. Thanks to Joe Shaw for numerous Gtk# linux build
|
|
</I>><i>fixes, in addition to taking the reigns on mono/mcs bug reporting, and
|
|
</I>><i>thanks to the mono team for fixing the bugs.
|
|
</I>><i>- GValue binding and property support via the new glue lib: MK
|
|
</I>><i>- Build System enhancements: Joe Shaw, Rachel Hestilow, Michael Meeks,
|
|
</I>><i>and MK.
|
|
</I>><i>- Customization support: MK, Rachel
|
|
</I>><i>- New Menu Sample app: MK
|
|
</I>><i>- Refactoring of the code generator: MK, Rachel
|
|
</I>><i>- Type alias support: MK
|
|
</I>><i>- GTimeout support: MK
|
|
</I>><i>- Metadata post processor for the XML parser: Rachel
|
|
</I>><i>- (Text|Tree)Iter support: Rachel
|
|
</I>><i>- "out" parameter generation: Rachel
|
|
</I>><i>- GdkPixbuf library support: Rachel, MK
|
|
</I>><i>- Methods with GErrors throw exceptions: Rachel
|
|
</I>><i>- Enhanced Method/Signal collision mapping: Rachel
|
|
</I>><i>- C# property accessors for Get|Set methods: Rachel
|
|
</I>><i>- Interface support: Rachel
|
|
</I>><i>
|
|
</I>><i>Contact:
|
|
</I>><i>
|
|
</I>><i>Discussion of Gtk# occurs at <A HREF="mailto:gtk-sharp-list@ximian.com.">gtk-sharp-list@ximian.com.</A> Questions and
|
|
</I>><i>bug reports should be directed there.
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>_______________________________________________
|
|
</I>><i>Gtk-sharp-list maillist - <A HREF="mailto:Gtk-sharp-list@ximian.com">Gtk-sharp-list@ximian.com</A>
|
|
</I>><i><A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>
|
|
|
|
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="000133.html">[Gtk-sharp-list] gtk-sharp-0.2, "6 Days in Vegas" released
|
|
</A></li>
|
|
<LI> Next message: <A HREF="000130.html">[Gtk-sharp-list] gtk-sharp-0.2, "6 Days in Vegas" released
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#129">[ date ]</a>
|
|
<a href="thread.html#129">[ thread ]</a>
|
|
<a href="subject.html#129">[ subject ]</a>
|
|
<a href="author.html#129">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|