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