Date: Fri, 16 Jan 2004 11:24:26 +0100 Message-ID: From: Jun.Furuse at inria.fr To: Olivier Andrieu Cc: lablgtk at kaba.or.jp Subject: Re: New snapshot In-Reply-To: <16389.6898.643024.408687 at akasha.ijm.jussieu.fr> References: <20040113160234X.garrigue at kurims.kyoto-u.ac.jp> <16389.6898.643024.408687@akasha.ijm.jussieu.fr> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Hello, > A few precisions about the new code in the snapshot. It contains : > - fixes/improvements for the GtkTreeView (and related) widget > - support for several widgets in GTK 2.4 (not yet released). > > You'll need GTK 2.3.1 or a current CVS version to test the new widgets > (2.3.0 won't work I think). But of course the snapshot should build > fine with any GTK 2.x . I have a problem of build the cvs version with gtk2.2 under msvc. ml_gtktree.c cannot be compiled since G_STRFUNC is not defined in this version of gtk... (ml_gtktree.c uses CAML_EXN_LOG, which contains this new thing.) Could you fix this ? -- Jun