GtkD 1.5 is released.

Mike James foo at bar.com
Thu Sep 1 02:55:36 PDT 2011


"Mike Wey" <mike-wey at example.com> wrote in message 
news:j3b2gr$1f6k$1 at digitalmars.com...
> GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL
> license.
>
> New in this Release:
> * wraps GTK+ 2.22.x series api (and relative libraries: glib, cairo, 
> pango, etc.)
> * Improved memory management.
> * Implements GtkBuildable.
> * Brought Gstreamer up to date with the rest of the bindings, including 
> 64bits support.
>
> GtkD 1.4 is now available, get it from dsource:
> http://www.dsource.org/projects/gtkd/
>
> -- 
> Mike Wey

Hi Mike,

When I try to build gtkD I get the following error:

C:\D\dmd2\gtkD\src\build>build @gtkD
gtkD.d(659): Error: module XOverlay is in file 'gstinterfaces\XOverlay.d' 
which
cannot be read
import path[0] = C:\D\dmd2\gtkD\src\
import path[1] = C:\D\dmd2\gtkD\src\build\../../srcgl\
import path[2] = C:\D\dmd2\gtkD\src\build\../../srcsv\
import path[3] = C:\D\dmd2\gtkD\src\build\../../srcgda\
import path[4] = C:\D\dmd2\src\phobos\
import path[5] = C:\D\dmd2\src\druntime\import\
import path[6] = C:\D\dmd2\dgui\
import path[7] = C:\D\dmd2\gtkD\src\build\
import path[8] = C:\D\dmd2\gtkD\src\glib\
import path[9] = C:\D\dmd2\gtkD\src\gtkc\
import path[10] = C:\D\dmd2\gtkD\src\gthread\
import path[11] = C:\D\dmd2\gtkD\src\gobject\
import path[12] = C:\D\dmd2\gtkD\src\gdk\
import path[13] = C:\D\dmd2\gtkD\src\gdkpixbuf\
import path[14] = C:\D\dmd2\gtkD\src\cairo\
import path[15] = C:\D\dmd2\gtkD\src\pango\
import path[16] = C:\D\dmd2\gtkD\src\gio\
import path[17] = C:\D\dmd2\gtkD\src\atk\
import path[18] = C:\D\dmd2\gtkD\src\gtk\
import path[19] = C:\D\dmd2\gtkD\src\glade\
import path[20] = C:\D\dmd2\gtkD\src\build\../../srcgl\glgdk\
import path[21] = C:\D\dmd2\gtkD\src\build\../../srcgl\gtkglc\
import path[22] = C:\D\dmd2\gtkD\src\build\../../srcgl\glgtk\
import path[23] = C:\D\dmd2\gtkD\src\build\../../srcsv\gsv\
import path[24] = C:\D\dmd2\gtkD\src\build\../../srcsv\gsvc\
import path[25] = C:\D\dmd2\gtkD\src\build\../../srcgda\gda\
import path[26] = C:\D\dmd2\gtkD\src\build\../../srcgda\gdac\
import path[27] = C:\D\dmd2\windows\bin\..\..\src\phobos
import path[28] = C:\D\dmd2\windows\bin\..\..\src\druntime\import
import path[29] = C:\D\dmd2\windows\bin\..\..\dgui
import path[30] = C:\D\dmd2\gtkD\src

Am I missing some path declaration?

Regards, Mike.



More information about the Digitalmars-d-announce mailing list