www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - GtkD 2.1 released, GTK+ with D.

reply Mike Wey <mike-wey example.com> writes:
GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL
license.

New in this release:
* GtkD wraps the latest version of GTK, version 3.6.
* Some bug fixes to support 64 bits windows.
* Compiles with DMD 2.061.
* pkg-config files.

For both the Gtk+ 3.x and the Gtk 2.x branches on linux the library file 
names are post fixed with the major version number so they can be 
installed side by side.

GtkD 2.1 and 1.7 are now available on GitHub:
https://github.com/gtkd-developers/GtkD/downloads

-- 
Mike Wey
Dec 03 2012
next sibling parent "MattCoder" <mattcoder hotmail.com> writes:
On Monday, 3 December 2012 at 22:25:21 UTC, Mike Wey wrote:
 GtkD is a D binding and OO wrapper of Gtk+ and is released on 
 the LGPL license.
 New in this release:
 * GtkD wraps the latest version of GTK, version 3.6.
 * Some bug fixes to support 64 bits windows.
 * Compiles with DMD 2.061.
 * pkg-config files.
Awesome, I'm using GtkD a lot on my Editor!
Dec 03 2012
prev sibling next sibling parent Jordi Sayol <g.sayol yahoo.es> writes:
Al 03/12/12 23:26, En/na Mike Wey ha escrit:
 GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL
 license.
 
 New in this release:
 * GtkD wraps the latest version of GTK, version 3.6.
 * Some bug fixes to support 64 bits windows.
 * Compiles with DMD 2.061.
 * pkg-config files.
 
 For both the Gtk+ 3.x and the Gtk 2.x branches on linux the library file names
are post fixed with the major version number so they can be installed side by
side.
 
 GtkD 2.1 and 1.7 are now available on GitHub:
 https://github.com/gtkd-developers/GtkD/downloads
 
Congratulations for this new releases Mike! Great work! -- Jordi Sayol
Dec 03 2012
prev sibling next sibling parent David Bryant <bagnose gmail.com> writes:
On 04/12/12 08:56, Mike Wey wrote:
 GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL
 license.

 New in this release:
 * GtkD wraps the latest version of GTK, version 3.6.
 * Some bug fixes to support 64 bits windows.
 * Compiles with DMD 2.061.
 * pkg-config files.

 For both the Gtk+ 3.x and the Gtk 2.x branches on linux the library file
 names are post fixed with the major version number so they can be
 installed side by side.

 GtkD 2.1 and 1.7 are now available on GitHub:
 https://github.com/gtkd-developers/GtkD/downloads
Thanks Mike. Appreciate all your good work!
Dec 04 2012
prev sibling next sibling parent David Bryant <bagnose gmail.com> writes:
On 04/12/12 08:56, Mike Wey wrote:
 GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL
 license.

 New in this release:
 * GtkD wraps the latest version of GTK, version 3.6.
 * Some bug fixes to support 64 bits windows.
 * Compiles with DMD 2.061.
 * pkg-config files.

 For both the Gtk+ 3.x and the Gtk 2.x branches on linux the library file
 names are post fixed with the major version number so they can be
 installed side by side.

 GtkD 2.1 and 1.7 are now available on GitHub:
 https://github.com/gtkd-developers/GtkD/downloads
Thanks Mike. Appreciate all your good work!
Dec 04 2012
prev sibling parent reply captaindet <2krnk gmx.net> writes:
 * Compiles with DMD 2.061.
unfortunately, it does not for me: c:\gtkD\build>bud gtkD.brf ..\src\glib\Spawn.d(244): Error: core.stdc.stdio.fdopen at c:\D\DMD2\src\druntime\import\core\stdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) ..\src\glib\Spawn.d(245): Error: core.stdc.stdio.fdopen at c:\D\DMD2\src\druntime\import\core\stdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) ..\src\glib\Spawn.d(246): Error: core.stdc.stdio.fdopen at c:\D\DMD2\src\druntime\import\core\stdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) (dmd 2.061/win32, gtkd 2.1)
Jan 17 2013
parent reply Mike Wey <mike-wey example.com> writes:
On 01/18/2013 01:53 AM, captaindet wrote:
 * Compiles with DMD 2.061.
unfortunately, it does not for me: c:\gtkD\build>bud gtkD.brf ..\src\glib\Spawn.d(244): Error: core.stdc.stdio.fdopen at c:\D\DMD2\src\druntime\import\core\stdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) ..\src\glib\Spawn.d(245): Error: core.stdc.stdio.fdopen at c:\D\DMD2\src\druntime\import\core\stdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) ..\src\glib\Spawn.d(246): Error: core.stdc.stdio.fdopen at c:\D\DMD2\src\druntime\import\core\stdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) (dmd 2.061/win32, gtkd 2.1)
fdopen was recently added to druntime for win32, should be fixed now in git. -- Mike Wey
Jan 18 2013
parent captaindet <2krnk gmx.net> writes:
On 2013-01-18 12:36, Mike Wey wrote:
 On 01/18/2013 01:53 AM, captaindet wrote:
 * Compiles with DMD 2.061.
unfortunately, it does not for me: c:\gtkD\build>bud gtkD.brf ..\src\glib\Spawn.d(244): Error: core.stdc.stdio.fdopen at c:\D\DMD2\src\druntime\import\core\stdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) ..\src\glib\Spawn.d(245): Error: core.stdc.stdio.fdopen at c:\D\DMD2\src\druntime\import\core\stdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) ..\src\glib\Spawn.d(246): Error: core.stdc.stdio.fdopen at c:\D\DMD2\src\druntime\import\core\stdc\stdio.d(758) conflicts with gtkc.glibtypes.fdopen at ..\src\gtkc\glibtypes.d(114) (dmd 2.061/win32, gtkd 2.1)
fdopen was recently added to druntime for win32, should be fixed now in git.
the lib compiles now. thanks!
Jan 18 2013