GtkD 2.2 released, GTK+ with D.

Mike Wey mike-wey at example.com
Thu May 16 10:31:01 PDT 2013


On 05/16/2013 10:32 AM, Mike James wrote:
> Hi Mike,
>
> I've installed GtkD 2.2.0 and Gtk+. When building the cairo clock app I
> get the following error...
>
> Error 1 Error 42: Symbol Undefined
> _D7gobject7ObjectG7ObjectG11addOnNotifyMFDFC7gobject9ParamSpec9ParamSpecC7gobject7ObjectG7ObjectGZvE4gtkc12gobjecttypes13GConnectFlagsZv
> (void gobject.ObjectG.ObjectG.addOnNotify(void
> delegate(gobject.ParamSpec.ParamSpec, gobject.ObjectG.ObjectG),
> gtkc.gobjecttypes.GConnectFlags))
> C:\D\dmd2\GtkD\demos\cairo\cairo_clock\clock\clock\
>
> I've included all the libs built by the build.d app.
> Am I missing a lib?
>
> Regards, Mike.

 From the error it looks like the demo was build with an older version 
of GtkD, while linking with the new one.

-- 
Mike Wey


More information about the Digitalmars-d-announce mailing list