GtkD 2.0 released, Gtk+ 3 with D.

Mike Wey mike-wey at example.com
Thu Sep 27 11:20:54 PDT 2012


On 09/26/2012 08:49 PM, Mike James wrote:
>> "Mike Wey"  wrote in message news:k2isv4$2r67$1 at digitalmars.com...
>> GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL
>> license.
>>
>> With 2.0 GtkD will wrap Gtk+ version 3, if you need Gtk+ 2 you can use
>> the latest version from the Gtk2 branch, version 1.6.
>>
>> GtkD 2.0 and 1.6 are now available on GitHub:
>> https://github.com/gtkd-developers/GtkD/downloads
>>
>> --
>> Mike Wey
>>
>
> Hi,
>
> I tried the install detailed on the github page and got the following
> error:
>
>
> C:\D\dmd2\gtkD2\src>dgen
> build\gtkD.d(612): Error: module SourceBuffer is in file
> 'gsv\SourceBuffer.d' wh
> ich cannot be read
> import path[0] = C:\D\dmd2\windows\bin\..\..\src\phobos
> import path[1] = C:\D\dmd2\windows\bin\..\..\src\druntime\import
>
>
> Any clues as to the problem/solution?
>
> Regards, Mike.
>

It looks like the dgen script posted on the wiki was never properly 
tested. for now you can remove src/build/GtkD.d it's only there for 
compiling with build/bud.

-- 
Mike Wey


More information about the Digitalmars-d-announce mailing list