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!

Reply via email to